(gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp to nil
[gnus] / lisp / ChangeLog
1 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4         to nil when we're in a mml-preview buffer and no group is selected.
5
6 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7
8         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9         when catching the `C-g'.  Reported by: "Leo"
10
11 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * message.el (message-forward-make-body-plain)
14         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
15         multibyte-string-p.
16
17         * lpath.el: Revert.
18
19 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * message.el (message-forward-make-body-mml): Assume original message
22         is multibyte string; error on unibyte.
23         (message-forward-make-body-plain): Ditto; don't add excessive newline
24         in body end.
25
26         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
27
28 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
29
30         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
31         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
32
33 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
34
35         * mm-extern.el (mm-extern-url): Don't use
36         mm-with-unibyte-current-buffer.
37         (mm-extern-cache-contents): Use with-current-buffer instead of
38         save-excursion + set-buffer.
39
40 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * mm-util.el (mm-emacs-mule): Remove.
43
44 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
45
46         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
47         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
48         change.
49
50 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
53         bind the default value of enable-multibyte-characters to nil.
54
55 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * message.el (message-forward-make-body-plain)
58         (message-forward-make-body-mml):
59         Don't use mm-with-unibyte-current-buffer.
60
61 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
62
63         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
64
65 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
66
67         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
68         (Bug#5592).
69
70 2010-05-07  Julien Danjou  <julien@danjou.info>
71
72         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
73         it to mm-pipe-part.
74
75         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
76         it is given.
77
78 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * binhex.el (binhex-decode-region-internal)
81         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
82         (dns-query)
83         * nnweb.el (nnweb-gmane-search)
84         * pgg-parse.el (pgg-parse-armor)
85         * pgg.el (pgg-verify-region)
86         * sha1.el (sha1-string-external)
87         * uudecode.el (uudecode-decode-region-internal)
88         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
89         XEmacs.
90
91         * gnus-art.el (gnus-article-browse-html-parts)
92         * gnus-group.el (gnus-read-ephemeral-gmane-group)
93         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
94         make-temp-file.
95
96         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
97         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
98         compiling.
99
100         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
101         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
102         XEmacs when compiling.
103
104         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
105         gnus-pick-mode-off-hook for XEmacs when compiling.
106         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
107         gnus-binary-mode-off-hook for XEmacs when compiling.
108
109         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
110         nil if char-charset is not available.
111
112         * imap.el (imap-disable-multibyte)
113         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
114         macros.
115
116         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
117         instead of encode-coding-string.
118
119         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
120         'xemacs) instead of mm-emacs-mule to switch function definitions.
121         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
122
123         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
124         bind temporary-file-directory for XEmacs;
125         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
126         timer-set-function for XEmacs 21.4 and SXEmacs;
127         bind timer-list for XEmacs 21.4 and SXEmacs;
128         fbind char-charset and find-charset-region for non-Mule XEmacs;
129         fbind decode-coding-region, decode-coding-string, detect-coding-region,
130         encode-coding-region and encode-coding-string for XEmacs having no
131         file-coding feature.
132
133 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
134
135         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
136
137 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
140         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
141
142 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
143
144         * mm-util.el (mm-decompress-buffer): Use `delete-file';
145         alias `jka-compr-delete-temp-file' no longer exists.
146
147 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
148
149         Use define-minor-mode in Gnus where applicable.
150         * mml.el (mml-mode): Use define-minor-mode.
151         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
152         (gnus-undo-mode): Use define-minor-mode.
153         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
154         (gnus-dead-summary-mode): Use define-minor-mode.
155         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
156         Initialize in declaration.
157         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
158         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
159         (gnus-mailing-list-mode): Use define-minor-mode.
160         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
161         (gnus-draft-mode): Use define-minor-mode.
162         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
163         (gnus-dired-mode): Use define-minor-mode.
164
165 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
166
167         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
168         handles on recursive mml-to-mime translation and check them for
169         boundary delimiter collisions.  Reported by: Greg Troxel.
170
171 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
174
175 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
176
177         * mm-util.el (mm-find-buffer-file-coding-system):
178         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
179
180 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
181
182         * message.el (message-generate-headers): Record insertion of optional
183         headers as well.  Otherwise the check to prevent repeated insertion of
184         optional headers is a no-op.
185
186 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
187
188         * smime.el: Don't mention CVS.
189
190         * nnrss.el (nnrss-fetch): Don't mention CVS.
191
192         * nnir.el: Don't mention CVS.
193
194 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
195
196         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
197
198 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * lpath.el: Fbind bookmark-default-handler,
201         bookmark-get-bookmark-record, bookmark-make-record-default,
202         bookmark-prop-get for Emacs <23 and XEmacs.
203
204 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
205
206         * gnus-sum.el: Add bookmark declarations to silence the compiler.
207         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
208         Use with-current-buffer to silence the byte-compiler.
209         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
210         bother to require `gnus'.
211         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
212
213 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
214
215         * gnus-sum.el (gnus-summary-bookmark-make-record)
216         (gnus-summary-bookmark-jump): New functions.
217         (gnus-summary-mode): Setup bookmark support.
218
219 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
220
221         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
222         if set.
223
224 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
227         gnus-article-browse-html-save-cid-image; make it work recursively for
228         forwarded messages as well.
229         (gnus-article-browse-html-parts): Work when prefix arg is given.
230         (gnus-article-browse-html-article): Doc fix.
231
232 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
233
234         * message.el (message-default-mail-headers):
235         (message-default-headers): Carry the value mail-default-headers over
236         into message-default-mail-headers, rather than message-default-headers.
237
238 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
239
240         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
241         charset.
242
243         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
244         charset into the <meta> tag when the article is encoded to utf-8.
245
246 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
249         directories as well.
250         (gnus-article-browse-html-parts): Work for images that do not specify
251         file names; delete temp directory when quitting; insert header at the
252         right place; use file: scheme for image files.
253
254 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
255
256         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
257         (gnus-article-browse-html-parts): Use it to make temporary cid image
258         files in addition to html file so that browser may display them.
259
260 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
263
264 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
265
266         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
267
268 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
269
270         * auth-source.el (auth-sources): Change default to be simpler.  Explain
271         about Secret Service API sources.  Improve Customize options.
272         (auth-source-pick): Change to accept any number of search parameters.
273         Implement fallbacks iteratively, not recursively.  Add scoring on the
274         second pass and sort by score.  Call Secret Service API when needed.
275         (auth-source-user-or-password): Use it.  Call Secret Service API
276         directly when needed to get the user name and the password.
277
278 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
279
280         * message.el (message-interactive): Doc fix.
281         (message-qmail-inject-args): Reflow.
282         (message-kill-to-signature): Fix typo in docstring.
283
284         * smiley.el (smiley-buffer): Fix typo in docstring.
285
286 2010-03-24  Glenn Morris  <rgm@gnu.org>
287
288         * mail-source.el (gnus-message): Declare.
289         (mail-source-delete-old-incoming): Require gnus-util.
290
291 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
294
295         * message.el (ecomplete-setup): Autoload it for Emacs <23.
296
297         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
298         password-cache's default if it is not bound.
299         (mml-secure-passphrase-cache-expiry): Default to 16 that is
300         password-cache-expiry's default if it is not bound.
301
302         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
303         available in Emacs 21.
304
305         * lpath.el: Suppress compiler warnings for:
306         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
307         XEmacs;
308         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
309         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
310         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
311
312 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
313
314         * auth-source.el (auth-sources): Fix up definition so extra parameters
315         are always inline.
316
317 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
318
319         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
320         wasn't updated after mismatch.  Clear cached mailbox info correctly
321         when uidvalidity changes.
322         (nnimap-group-prefixed-name): New function to avoid some code
323         duplication.
324         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
325         (nnimap-request-group): Use it.
326         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
327         (nnimap-update-unseen): Significantly improved speed of Gnus startup
328         with many imap folders.  This is done by caching the group status from
329         the imap server persistently in a group parameter `imap-status'. (This
330         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
331         but not persistently, so every Gnus startup was still very slow.)
332
333 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
334
335         * assistant.el (assistant-render-text): Run `widget-setup' and don't
336         delete the extra newline.  Otherwise editing of :string and :number
337         types don't work.
338
339 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
340
341         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
342         secrets.el dependency.
343         (auth-sources): Add optional user name.  Add secrets.el configuration
344         choice (unused right now).
345
346 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
347
348         * gnus-sum.el (gnus-summary-make-menu-bar): Let
349         `gnus-registry-install-shortcuts' fill in the functions.
350
351         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
352         warnings.
353         (gnus-registry-misc-menus): Variable to hold registry mark menus.
354         (gnus-registry-install-shortcuts): Populate and use it in a
355         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
356
357 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
358
359         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
360         In-place substitutions for the group name encoding/decoding.
361         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
362         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
363         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
364         (nnimap-update-unseen, nnimap-request-list)
365         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
366         (nnimap-request-set-mark, nnimap-split-to-groups)
367         (nnimap-split-articles, nnimap-request-newgroups)
368         (nnimap-request-create-group, nnimap-request-accept-article)
369         (nnimap-request-delete-group, nnimap-request-rename-group)
370         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
371         `encoded-mbx' for consistency.
372         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
373         variable `imap-current-mailbox'.
374
375         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
376         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
377
378 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
379
380         * pop3.el (pop3-display-message-size-flag): Display message size byte
381         counts during POP3 download.
382         (pop3-movemail): Use it.
383         (pop3-list): Implement listing of available messages.
384
385 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
386
387         * nnir.el (nnir-get-article-nov-override-function): New function to
388         override the normal NOV retrieval.
389         (nnir-retrieve-headers): Use it.
390
391 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
392
393         * auth-source.el (netrc-machine-user-or-password): Autoload.
394
395 2010-03-19  Glenn Morris  <rgm@gnu.org>
396
397         Stop message.el from loading about 40 libraries it doesn't always need.
398         The general approach is to autoload rather than require, and to
399         require in the specific functions rather than the file.  (Bug#5642)
400
401         * gmm-utils.el: Don't require wid-edit.
402         (widget-create-child-value, widget-convert, widget-default-get):
403         Autoload.
404
405         * gnus-util.el: Don't require time-date, netrc.
406         (message-fetch-field, gnus-group-name-decode): Declare rather than
407         autoloading.
408         (gnus-fetch-field): Require message.
409         (gnus-decode-newsgroups): Require gnus-group.
410
411         * ietf-drums.el: Don't require time-date.
412
413         * message.el: Don't require hashcash, canlock, ecomplete.
414         Do require mail-utils.  Require nnheader only when compiling.
415         (smtpmail-default-smtp-server): Remove declaration.
416         (message-send-mail-function): Check smtpmail-default-smtp-server
417         is bound rather than requiring smtpmail.
418         (message-auto-save-directory, message-insert-signature): Use
419         expand-file-name rather than nnheader-concat.
420         (nnheader-insert-file-contents): Autoload.
421         (hashcash-wait-async): Declare.
422         (message-send-mail): Only call gnus-setup-posting-charset if
423         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
424         (message-send-mail-with-sendmail): Require sendmail.
425         (canlock-password, canlock-password-for-verify): Declare.
426         (message-canlock-password): Require canlock.
427         (nnheader-get-report): Autoload.
428         (gnus-setup-posting-charset): Declare.
429         (message-send-news): Require gnus-msg.
430         (message-make-references, message-make-in-reply-to): Use mail-header-id
431         rather than the alias mail-header-message-id.
432         (ecomplete-add-item, ecomplete-save): Declare.
433         (message-put-addresses-in-ecomplete): Require ecomplete.
434         (ecomplete-display-matches): Autoload.
435
436         * mm-decode.el: Don't require mailcap, gnus-util.
437         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
438         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
439         Autoload.
440         (mailcap-mime-extensions): Declare.
441
442         * mm-encode.el: Don't require mailcap.
443         (mailcap-extension-to-mime): Autoload.
444
445         * mml-sec.el: Don't require password-cache.
446
447         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
448         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
449         (mml-minibuffer-read-type): Require mailcap.
450         (mml-preview): Require gnus-msg.
451
452         * mml1991.el: Require password-cache.
453         (password-cache-expiry): Remove declaration.
454
455         * mml2015.el: Require password-cache.
456         (password-cache-expiry): Remove declaration.
457
458         * nneething.el (mailcap): Require mailcap.
459
460         * nnheader.el: (declare-function): Add compatibility stub.
461         (message-remove-header): Declare rather than autoload.
462         (nnheader-replace-header): Require message.
463
464         * nnimap.el (declare-function): Add compatibility stub.
465         (netrc-parse, netrc-machine-user-or-password): Declare.
466         (nnimap-open-connection): Require netrc.
467
468         * nntp.el (declare-function): Add compatibility stub.
469         (netrc-parse, netrc-machine, netrc-get): Declare.
470         (nntp-send-authinfo): Require netrc.
471
472         * rfc2047.el: Don't require qp.
473         (quoted-printable-encode-region, quoted-printable-decode-string):
474         Autoload.
475
476         * sieve-mode.el: Don't require easymenu.
477         (easy-menu-add-item): Autoload it.
478
479         * spam-stat.el (time-to-number-of-days): Autoload it.
480
481 2010-03-19  Glenn Morris  <rgm@gnu.org>
482
483         * password-cache.el (password-cache, password-cache-expiry): Autoload.
484
485 2010-03-18  Glenn Morris  <rgm@gnu.org>
486
487         * hashcash.el (declare-function): Remove duplicate definition.
488
489 2010-03-17  Kevin Ryde  <user42@zip.com.au>
490
491         * mml.el (mml-read-tag): Unquote values with `read' to reverse
492         prin1 in mml-insert-tag (just stripping the quotes gave wrong
493         value if any backslash escapes).
494
495 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
498         if it is available.  (bug#5647)
499
500         * lpath.el: Suppress compiler warning for coding-system-from-name for
501         Emacs 21 and XEmacs.
502
503 2010-03-14  Juri Linkov  <juri@jurta.org>
504
505         * hmac-def.el:
506         * hmac-md5.el:
507         * netrc.el: Fix keywords.
508
509 2010-02-26  Glenn Morris  <rgm@gnu.org>
510
511         * message.el (message-send-mail-function): Change the default, so that
512         it inherits from a customized send-mail-function.  (Bug#5643)
513
514 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
515
516         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
517         shell-command-to-string signals an error (bug#5299).
518
519 2010-02-24  Glenn Morris  <rgm@gnu.org>
520
521         * message.el (message-smtpmail-send-it)
522         (message-send-mail-with-mailclient): Doc fixes.
523
524 2010-02-16  Glenn Morris  <rgm@gnu.org>
525
526         * message.el (message-default-mail-headers): Change the default value
527         to ease the transition from mail-mode to message-mode.  (Bug#5555)
528
529 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
532         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
533
534 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
535
536         * time-date.el (date-to-time): Doc fix (Bug#5408).
537
538 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
539
540         * message.el (message-mail): Just pass yank-action on to message-setup.
541         (message-setup): Handle (FUN . ARGS) form of yank-action.
542         (message-with-reply-buffer, message-widen-reply)
543         (message-yank-original): Handle non-buffer values of
544         message-reply-buffer (Bug#4080).
545         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
546
547 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
548
549         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
550         Fix typo in docstring.
551
552 2010-01-08  Jason Rumney  <jasonr@gnu.org>
553
554         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
555         response.
556
557 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
558
559         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
560
561         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
562
563         * message.el (message-check-news-header-syntax): Protect against a
564         string that `rfc822-addresses' returns when parsing fails.
565
566 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
569         (gnus-previous-char-property-change): New functions.
570
571         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
572
573 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
574
575         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
576         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
577
578 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
579
580         * message.el (message-exchange-point-and-mark): Rework last change to
581         avoid using optional arg of exchange-point-and-mark, for backward
582         compatibility.
583
584 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
585
586         * message.el (message-exchange-point-and-mark): Call
587         exchange-point-and-mark with an argument rather than setting
588         mark-active by hand (Bug#5175).
589
590 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * nntp.el (nntp-service-to-port): Work for service expressed with
593         numeric string; replace [:digit:] with [0-9] for XEmacs.
594
595 2009-12-17  Glenn Morris  <rgm@gnu.org>
596
597         * gnus-group.el (gnus-bug-group-download-format-alist):
598         Change emacs entry to debbugs.gnu.org.  Bump :version.
599
600 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
601
602         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
603
604 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
605
606         * message.el (message-info): Explain why we use `Info-goto-node'.
607
608 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
609
610         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
611
612 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
613
614         * message.el (message-completion-in-region): New compatibility function.
615         (message-expand-group): Use it.
616
617 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
620         with no unread article should be listed if the 2nd arg `predicate' is
621         given.
622
623 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
626
627 2009-11-29  Juri Linkov  <juri@jurta.org>
628
629         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
630         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
631         on `gnus-recenter'. (Bug#4698, Bug#4981)
632
633 2009-11-26  Kevin Ryde  <user42@zip.com.au>
634
635         * sha1.el (sha1-string-external): default-directory "/" in case
636         otherwise non-existent.  process-connection-type pipe for touch of
637         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
638
639 2009-11-25  Kevin Ryde  <user42@zip.com.au>
640
641         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
642         it's comms related and sgml-mode.el has "comm" on that basis too.
643
644 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
647         containing tspecial characters if they have been already quoted.
648
649 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
650
651         * dns-mode.el (auto-mode-alist): Purecopy string.
652
653 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
654
655         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
656
657 2009-10-24  Glenn Morris  <rgm@gnu.org>
658
659         * gnus-art.el (help-xref-stack-item): Define for compiler.
660
661 2009-10-21  Kevin Ryde  <user42@zip.com.au>
662
663         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
664
665 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
666
667         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
668
669 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
672         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
673
674 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * gnus.el (gnus-overlay-get): New alias to overlay-get.
677         (gnus-overlays-in): New alias to overlays-in.
678
679         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
680         gnus-overlay-get, and gnus-delete-overlay.
681         (gnus-summary-show-thread): Make it work as well for systems in which
682         next-single-char-property-change is not available.
683         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
684
685         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
686         (gnus-overlay-get): New alias to extent-property.
687         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
688
689         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
690         SXEmacs.
691
692         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
693         SXEmacs.
694
695 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
696
697         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
698
699 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
700
701         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
702         and XEmacs that don't have `remove-overlays'.
703
704 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
705
706         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
707         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
708         selective display.  Use overlays instead.
709
710 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
711
712         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
713
714 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
715
716         * spam-stat.el (spam-stat-load): Fix typo in message.
717
718 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
719
720         * dig.el (dig-invoke): Fix typo in docstring.
721         (query-dig): Reflow docstring.
722
723 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
724
725         * gnus-art.el (gnus-article-encrypt-body):
726         * message.el (message-check-recipients):
727         * mm-util.el (mm-codepage-setup):
728         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
729         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
730
731 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
732
733         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
734         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
735         keys from the menu if mm-{sign,encrypt}-option is 'guided.
736         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
737         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
738
739 2009-09-21  Kevin Ryde  <user42@zip.com.au>
740
741         * dig.el: Add "Keywords: comm", as per net-utils.el.
742
743 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
744
745         * dig.el (dig-mode): Use define-derived-mode.
746
747 2009-09-19  Glenn Morris  <rgm@gnu.org>
748
749         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
750
751 2009-09-18  Glenn Morris  <rgm@gnu.org>
752
753         * gnus-diary.el (gnus-diary-check-message):
754         * message.el (message-insert-formatted-citation-line):
755         * nnbabyl.el (top-level):
756         * nndiary.el (nndiary-schedule):
757         Fix typos in condition-case handlers.
758
759 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * gnus-art.el (gnus-article-edit-part): Work for the buffer
762         configuration that provides the sole article window in a frame;
763         position point correctly after deleting a part.
764
765 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
766
767         * spam.el (spam-unregister-on-reregister): Add boolean variable.
768         (spam-resolve-registrations-routine): Use it to unregister articles
769         that change status.
770
771 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
774         with XEmacs.
775         (parse-time-string-chars): Use it.
776
777 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
778
779         * imap.el (imap-interactive-login): Better messages.
780         (imap-open): Fix bug with renamed buffer on reconnect.
781         (imap-authenticate): Add buffer-local imap-last-authenticator variable
782         for easier debugging and cleaner code.  On successful (guessed based on
783         server capabilities) secondary authentication, set imap-state
784         correctly.
785         (imap-last-authenticator): Define imap-last-authenticator as a variable
786         to avoid warnings.
787
788 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * nnrss.el (nnrss-request-article): Remove binding of
791         default-enable-multibyte-characters that has gotten needless by
792         the 2007-07-13 change in rfc2047-encode-message-header.
793
794         * mml.el (mml-insert-multipart): Error on the message header.
795         (mml-insert-part): Error on the message header; position point at
796         the end of a MIME tag.
797
798 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * time-date.el (autoload): Expand define-obsolete-function-alias into
801         defalias and make-obsolete for old Emacsen that Gnus supports.
802         (with-no-warnings): Define it for old Emacsen.
803         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
804         is available.
805         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
806         float-time is available; suppress compile warning for time-to-seconds.
807
808         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
809         (gnus-float-time): Alias to float-time if it exists.
810
811         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
812         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
813         float-time is available; suppress compile warning for time-to-seconds.
814
815         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
816         XEmacs.
817
818 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
819
820         * imap.el (imap-message-map): Docstring fix.
821
822 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
825         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
826         Add the optional argument `encoding' that overrides the default.
827
828         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
829         mm-encode-buffer.
830
831 2009-09-04  Glenn Morris  <rgm@gnu.org>
832
833         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
834         mm-disable-multibyte, rather than default-enable-multibyte-characters.
835         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
836         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
837         * mm-util.el (mm-with-unibyte-current-buffer)
838         (mm-find-buffer-file-coding-system):
839         * yenc.el (yenc-decode-region): Use default-value rather than
840         default-enable-multibyte-characters.
841
842 2009-09-03  Glenn Morris  <rgm@gnu.org>
843
844         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
845         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
846         than default-enable-multibyte-characters.
847
848 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
849
850         * gnus-art.el (gnus-article-read-summary-keys):
851         Fix gnus-buffer-configuration's value temporarily used.
852
853 2009-09-02  Glenn Morris  <rgm@gnu.org>
854
855         * gnus-util.el (gnus-float-time): New function.
856         * gnus-delay.el (gnus-delay-article):
857         * gnus-sum.el (gnus-thread-latest-date):
858         * gnus-util.el (gnus-user-date): Use gnus-float-time.
859         * nnspool.el (nnspool-request-newgroups):
860         Use gnus-float-time rather than time-to-seconds.
861         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
862
863         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
864         (gnus-header-subject-face, gnus-header-newsgroups-face)
865         (gnus-header-name-face, gnus-header-content-face):
866         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
867         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
868         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
869         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
870         (gnus-cite-face-11):
871         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
872         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
873         (gnus-server-closed-face, gnus-server-denied-face)
874         (gnus-server-offline-face):
875         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
876         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
877         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
878         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
879         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
880         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
881         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
882         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
883         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
884         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
885         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
886         (gnus-summary-selected-face, gnus-summary-cancelled-face)
887         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
888         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
889         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
890         (gnus-summary-high-undownloaded-face)
891         (gnus-summary-low-undownloaded-face)
892         (gnus-summary-normal-undownloaded-face)
893         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
894         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
895         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
896         (gnus-splash-face):
897         * message.el (message-header-to-face, message-header-cc-face)
898         (message-header-subject-face, message-header-newsgroups-face)
899         (message-header-other-face, message-header-name-face)
900         (message-header-xheader-face, message-separator-face)
901         (message-cited-text-face, message-mml-face):
902         * sieve-mode.el (sieve-control-commands-face)
903         (sieve-action-commands-face, sieve-test-commands-face)
904         (sieve-tagged-arguments-face):
905         * spam.el (spam-face):
906         Mark face aliases with "-face" in the name as obsolete.
907
908 2009-09-01  Glenn Morris  <rgm@gnu.org>
909
910         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
911         than goto-line.
912
913 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
916         Don't move point if the command is invoked inside the message header.
917
918 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
919
920         * imap.el (imap-send-command): Simplify.
921         (imap-wait-for-tag): point-max -> buffer-size.
922
923 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
924
925         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
926         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
927         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
928         * nnir.el (nnir-swish-e-index-file):
929         * gnus-sum.el (gnus-summary-delete-marked-as-read)
930         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
931         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
932         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
933         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
934         (gnus-treat-display-xface): Add Emacs version of obsolescence.
935
936 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
939         Don't save excursion.
940
941 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
942
943         * nnheader.el (nnheader-find-file-noselect):
944         * mm-util.el (mm-insert-file-contents):
945         Use (default-value 'major-mode) instead of default-major-mode.
946
947 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
948
949         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
950
951 2009-08-26  Glenn Morris  <rgm@gnu.org>
952
953         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
954         than placing in files.el.
955
956 2009-08-25  Glenn Morris  <rgm@gnu.org>
957
958         * nnir.el (top-level): Don't require cl at run-time.
959         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
960         Replace cl-function substitute with gnus-replace-in-string.
961         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
962         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
963         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
964         simplified expansions.
965
966 2009-08-25  Kevin Ryde  <user42@zip.com.au>
967
968         * dig.el (dig): Add autoload cookie.
969
970 2009-08-22  Glenn Morris  <rgm@gnu.org>
971
972         * gnus-art.el (gnus-button-patch): Use forward-line rather than
973         goto-line.
974
975 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
976
977         * parse-time.el (parse-time-string-chars): Save match data.
978
979 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
980
981         * parse-time.el (parse-time-string-chars): Compute using character
982         classes, to handle non-ascii characters (Bug#3190).
983
984 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
987
988         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
989         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
990         (gnus-mm-display-part, gnus-mime-display-single)
991         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
992         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
993
994         * gnus-sum.el
995         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
996         (gnus-summary-move-article): Add expirable mark to articles copied or
997         moved to group that has auto-expire turned on if the option is non-nil.
998
999 2009-07-24  Glenn Morris  <rgm@gnu.org>
1000
1001         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1002         Fix typo.  (Bug#3903)
1003
1004 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1005
1006         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1007         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1008         that should not be used for draft articles.
1009         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1010         that has no concern in minor mode keys.
1011         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1012         Abolish.
1013
1014 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1017         article without making inquiry to a user for unknown encoding.
1018
1019         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1020         (nnmaildir--scan): Assume i-node and device number that file-attributes
1021         returns might be cons-cell.
1022
1023         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1024
1025         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1026
1027 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1028
1029         * auth-source.el: Remove docs now in auth.texi.  Don't use
1030         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1031         `auth-source-hide-passwords' and use them.
1032
1033 2009-07-15  Glenn Morris  <rgm@gnu.org>
1034
1035         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1036
1037 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1040         excessive whitespace from the default values of title and description.
1041
1042 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1043
1044         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1045         mail-fetch-field to fetch Content-Description header in order to
1046         exclude newlines.
1047
1048 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1049
1050         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1051         format used by GnuPG 2.0.11.
1052
1053 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1054
1055         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1056         to deleted part.
1057
1058 2009-05-30  David Engster  <dengste@eml.cc>
1059
1060         * nnmairix.el: Remove old documentation in the commentary block.
1061         (nnmairix-request-group): Do not update active file for nnml back ends.
1062         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1063         end so that overview files are ignored.
1064         (nnmairix-update-groups): Make updating the groups more robust by using
1065         marks.
1066         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1067         with dollar characters in message-id.
1068
1069 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1070
1071         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1072         2008-12-25 in dns.el.
1073
1074 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1075
1076         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1077         could happen if the text is only composed of spaces and/or tabs.
1078
1079 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1080
1081         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1082         when sending a queued message to avoid extra mml tags.
1083
1084 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1087
1088 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1091         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1092         rmail-toggle-header for XEmacs;
1093         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1094
1095 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1096
1097         * gnus-dired.el: Remove autoload for gnus-setup-message.
1098         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1099         displaying Gnus logo; always use compose-mail.
1100
1101 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1104
1105 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1108         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1109         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1110         available.
1111         (gnus-nocem-epg-verify): New function.
1112
1113 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1114
1115         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1116
1117 2009-02-15  Glenn Morris  <rgm@gnu.org>
1118
1119         * gnus-util.el (rmail-insert-rmail-file-header)
1120         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1121         autoloads.
1122         (rmail-default-rmail-file): Remove unnecessary declaration.
1123         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1124
1125 2009-02-14  Glenn Morris  <rgm@gnu.org>
1126
1127         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1128         variable (only used in gnus-util, which declares it anyway).
1129         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1130         which was only needed by gnus-art (changed to not use it any more).
1131         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1132         only used in gnus-util, which autoloads it itself.
1133         (rmail-update-summary): Fix autoload.
1134
1135         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1136         rather than rmail-output-to-rmail-file.
1137
1138 2009-02-07  Glenn Morris  <rgm@gnu.org>
1139
1140         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1141         autoload of function that no longer exists.
1142         (rmail-toggle-header): Declare.
1143         (message-forward-rmail-make-body): Handle mbox Rmail.
1144
1145 2009-01-31  Glenn Morris  <rgm@gnu.org>
1146
1147         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1148         2009-01-09 change.
1149
1150 2009-01-31  Dave Love  <fx@gnu.org>
1151
1152         * imap.el (imap-fetch-safe): Bind debug-on-error.
1153         (imap-debug): Add imap-fetch-safe.
1154
1155 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1156
1157         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1158         (auth-source-forget-all-cached): New convenience function.
1159         (auth-source-user-or-password): Accept list of modes or a single mode.
1160
1161         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1162         auth-source modes.
1163
1164         * netrc.el (netrc-machine-user-or-password): Use list of
1165         auth-source modes.
1166
1167         * nnimap.el (nnimap-open-connection): Use list of
1168         auth-source modes.
1169
1170         * nntp.el (nntp-send-authinfo): Use list of
1171         auth-source modes.
1172
1173 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1174
1175         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1176         now.
1177
1178 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1179
1180         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1181         coding system in XEmacs; add a workaround for XEmacs.
1182
1183         * lpath.el: Fbind coding-system-aliasee.
1184
1185 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1186
1187         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1188         of current-language-environment.
1189
1190 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1191
1192         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1193         available at runtime.
1194
1195 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1198
1199 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1200
1201         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1202         the greatest positive fixnum value doesn't work under an XEmacs with
1203         bignum support; use the most-positive-fixnum constant instead,
1204         available since Emacs 21.1 with cl and XEmacs 21.1.
1205
1206 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1209         XEmacs gets not to work.
1210
1211 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1212
1213         * mm-util.el (mm-coding-system-priorities): Allow the value like
1214         "Japanese (UTF-8)" of current-language-environment.
1215
1216 2009-01-09  Glenn Morris  <rgm@gnu.org>
1217
1218         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1219         with last-command-event.
1220
1221 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1222
1223         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1224         in the doc string.
1225
1226         * message.el (message-fix-before-sending): Amend comment.
1227
1228 2009-01-08  Dave Love  <fx@gnu.org>
1229
1230         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1231
1232 2009-01-07  David Engster  <dengste@eml.cc>
1233
1234         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1235         simplified server definitions by converting it via
1236         gnus-server-to-method.
1237
1238 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1241         parameter's operands.
1242
1243 2009-01-06  David Engster  <dengste@eml.cc>
1244
1245         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1246         primary select method (for gnus-group-mark-article-as-read).
1247
1248 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1249
1250         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1251         `(gnus)Face', not `(gnus)X-Face'.
1252
1253 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * mm-util.el (mm-ucs-to-char): New function.
1256
1257         * mm-url.el (mm-url-decode-entities): Use it.
1258
1259         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1260         unicode-to-char.
1261
1262 2009-01-05  Dave Love  <fx@gnu.org>
1263
1264         * time-date.el: Require cl for `declare'.
1265
1266 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1267
1268         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1269         Dave Love.
1270
1271 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1272
1273         * message.el (message-fix-before-sending): Add `eight-bit' to
1274         illegible-text check.
1275
1276 2009-01-03  Michael Olson  <mwolson@gnu.org>
1277
1278         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1279         `headers' is nil.  This can occur if the IMAP server does not have
1280         permissions to read messages from a folder, but can write new messages
1281         to the folder.
1282         (nnimap-request-article-part): Do not insert `data' if it is nil.
1283
1284         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1285         characters which will confuse `read', so skip past them.
1286
1287 2009-01-01  Dave Love  <fx@gnu.org>
1288
1289         * imap.el (imap-string-to-integer): Fix typo.
1290         (imap-fetch-safe): New function.
1291         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1292
1293         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1294
1295         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1296         (imap-parse-greeting): Fix doc strings.
1297         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1298         (imap-parse-flag-list): Make messages unique.
1299         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1300
1301         * nnimap.el: Fix author email.
1302         (nnimap-split-rule): Add FIXME comment.
1303         (nnimap-debug): Fix doc string.
1304
1305 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1306
1307         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1308
1309 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1310
1311         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1312         nslookup if resolv.conf isn't available.
1313         (dns-query): Rename from query-dns.
1314         (dns-query-cached): Rename from query-dns-cached.
1315
1316 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1319         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1320         to check if those variables exist (first appeared in Emacs 18.50).
1321
1322 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * mm-util.el (mm-line-number-at-pos): New function.
1325
1326         * spam-report.el (spam-report-process-queue): Use it.
1327
1328 2008-12-24  David Engster  <dengste@eml.cc>
1329
1330         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1331         parameters that haven't existed as variables as buffer-local variables.
1332
1333 2008-12-23  Dave Love  <fx@gnu.org>
1334
1335         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1336         cadar.
1337
1338         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1339         imap-starttls-p.
1340         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1341
1342 2008-12-22  Dave Love  <fx@gnu.org>
1343
1344         * imap.el: Fix author email.  Doc fixes.
1345         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1346         reply.
1347
1348 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1349
1350         * spam-report.el (spam-report-gmane-max-requests): New constant.
1351         (spam-report-gmane-wait): New variable.
1352         (spam-report-gmane-ham, spam-report-gmane-spam)
1353         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1354         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1355         the server.
1356
1357         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1358         Add explanations.
1359
1360         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1361         nnheader-accept-process-output and nnheader-read-timeout if available.
1362         (pop3-movemail): Use it.
1363
1364         * message.el (message-check-news-body-syntax): Fix signature check if
1365         there's an attachment.
1366
1367 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * mm-util.el: Add comments to the mm- emulating functions.
1370
1371 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1372
1373         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1374         by Stephen Berman <stephen.berman@gmx.net>.
1375
1376 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * mm-util.el (mm-substring-no-properties): New function.
1379         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1380         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1381         (mm-string-to-multibyte): Doc fix.
1382
1383         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1384
1385 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1386
1387         * mml.el (mml-attach-file): Strip text properties from file name.
1388         (Bug#1574)
1389
1390 2008-12-16  Glenn Morris  <rgm@gnu.org>
1391
1392         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1393
1394 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1397         knows since the charset specified might be a bogus alias that
1398         mm-charset-synonym-alist provides.
1399
1400 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1401
1402         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1403         "ISO_8859-1".
1404
1405         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1406
1407 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * mm-util.el (mm-charset-eval-alist):
1410         Define it before mm-charset-to-coding-system.
1411         (mm-charset-to-coding-system): Add optional argument `silent';
1412         define it before mm-charset-override-alist.
1413         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1414         default value if it can be used in Emacs currently running;
1415         silence mm-charset-to-coding-system.
1416
1417 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1420         `allow-override' which says whether to use `mm-charset-override-alist'.
1421         (rfc2047-decode-encoded-words): Use it.
1422
1423         * mm-util.el (mm-charset-override-alist): Fix custom type;
1424         add `(gb2312 . gbk)' to choices.
1425
1426 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1429         fast.
1430
1431         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1432
1433         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1434
1435 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1436
1437         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1438         on links.
1439
1440         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1441
1442 2008-12-03  Lute Kamstra  <lute@gnu.org>
1443
1444         * sha1.el: Remove leading * from docstrings of defcustoms,
1445         deffaces, defconsts and defuns.
1446
1447 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1448
1449         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1450         users' addresses that don't have domain parts.
1451         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1452         rather than message-narrow-to-head since there will be the message
1453         header separator.
1454
1455 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1456
1457         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1458         since the result is inserted in a unibyte buffer anyway.
1459         (nnimap-demule-use-string-to-multibyte): Remove.
1460         (nnimap-demule): Alias it to mm-string-to-multibyte.
1461
1462 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1463
1464         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1465         variable for debugging bug#464 and bug#1174.
1466         (nnimap-demule): Use it.
1467
1468 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1469
1470         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1471         score calculation correctly.
1472
1473 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1474
1475         * message.el (message-send-mail): Just set the buffer to unibyte
1476         rather than use mm-with-unibyte-current-buffer which does a lot more.
1477         (message-send-mail-partially): Don't bother with
1478         mm-with-unibyte-current-buffer since it's already been made unibyte by
1479         message-send-mail.
1480
1481 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1482
1483         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1484
1485 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1486
1487         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1488
1489 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1490
1491         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1492         require itself and to remove `with-no-warnings'.
1493
1494 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1495
1496         * starttls.el (starttls-any-program-available): Get the name of the
1497         available TLS layer program.
1498         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1499         well as the host name in the "opening" message.
1500
1501         * auth-source.el (auth-source-cache, auth-source-do-cache)
1502         (auth-source-user-or-password): Cache passwords and logins by default,
1503         allow override with `auth-source-do-cache'.
1504         (auth-source-forget-user-or-password): Allow users to remove cache
1505         entries if needed.
1506
1507 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1508
1509         * md4.el (md4-buffer): Fix typo in docstring.
1510         (md4, md4-64): Doc fixes.
1511         (md4-pack-int32): Reflow docstring.
1512
1513 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1514
1515         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1516         condition-case to only the forward-sexp call.
1517
1518 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1519
1520         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1521         quotes contained.  Make it more robust regardless by an extra
1522         condition-case wrapper.
1523
1524 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1527
1528 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * nnml.el (nnml-request-expire-articles): Check if the function set to
1531         `nnmail-expiry-target' returns the symbol `delete'.
1532
1533         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1534
1535         * nnmail.el (nnmail-expiry-target): Fix custom type.
1536
1537 2008-10-02  Glenn Morris  <rgm@gnu.org>
1538
1539         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1540         Silence compiler warning.
1541
1542 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1543
1544         * tls.el (open-tls-stream): Show the actual command being
1545         executed, instead of the format string.
1546
1547 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * lpath.el: Fbind codepage-setup for Emacs 23.
1550
1551 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1552
1553         * mml.el (mml-menu): Don't assume mml2015 is bound.
1554
1555 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1558         exists.
1559
1560 2008-09-27  Glenn Morris  <rgm@gnu.org>
1561
1562         * gnus-util.el (mail-header-remove-comments): Autoload it.
1563
1564 2008-09-27  Andreas Schwab  <schwab@suse.de>
1565
1566         * gnus-util.el (gnus-split-references): Strip comments.
1567         (gnus-parent-id): Likewise.
1568
1569 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1570
1571         * message.el (message-confirm-send): Fix version.
1572
1573 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * message.el (message-idna-to-ascii-rhs-1): Use
1576         mail-extract-address-components rather than mail-header-parse-addresses
1577         that is an alias by default to ietf-drums-parse-addresses that does not
1578         support non-ASCII names in headers' contents.
1579
1580 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1581
1582         * message.el (message-confirm-send): Fixed variable documentation to
1583         avoid the "y/n" wording.
1584
1585 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1586
1587         * message.el (message-set-auto-save-file-name): Save to a different
1588         filename so multiple messages (especially drafts) can be recovered.
1589
1590 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1591
1592         * message.el (message-confirm-send): Add appropriate version.
1593
1594 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1595
1596         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1597         defvar.
1598
1599 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1600
1601         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1602         (mm-pkcs7-enveloped-magic): Ditto.
1603
1604 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1605
1606         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1607         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1608
1609 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1610
1611         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1612         default, it's better.
1613
1614 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1615
1616         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1617         summary line gnus-number property and ignore them (with a warning
1618         message).
1619
1620 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1623         macro caddr in the interactive form since it won't be expanded.
1624
1625 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1628         `charset'; fix name of function called recursively.
1629         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1630
1631 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1634         (gnus-mime-set-charset-parameters): New function.
1635         (gnus-mime-view-part-as-charset): Use it to correctly display part
1636         specifying wrong charset.
1637
1638 2008-09-08  David Engster  <dengste@eml.cc>
1639
1640         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1641         in completing-read for back end server.
1642
1643 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1644
1645         * message.el (message-confirm-send): New variable to confirm sending a
1646         message.
1647         (message-send): Use it.
1648
1649 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1650
1651         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1652
1653 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1656
1657 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1658
1659         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1660         prevent tracking too many groups.
1661         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1662         Use it.
1663
1664 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1665
1666         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1667         moving point to the bottom of the window in order to avoid recentering.
1668
1669 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1670
1671         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1672
1673         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1674         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1675         (gnus-article-beginning-of-window): Fix calculation.
1676
1677 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * gnus-msg.el (gnus-summary-supersede-article)
1680         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1681         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1682         message header.
1683
1684 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1685
1686         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1687         pending output coming after the status change.
1688
1689 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1690
1691         * message.el:
1692         * gnus-start.el:
1693         * gnus-registry.el: Remove VMS support.
1694
1695 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1696
1697         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1698         macro.
1699         (rfc2104-hash): Use it.
1700
1701 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1702
1703         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1704         (gnus-summary-sort-by-most-recent-date): New commands.
1705         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1706         and menu entries.
1707
1708 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1709
1710         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1711         don't redisplay article for raw contents; remove plural articles stuff.
1712
1713         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1714         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1715         on gnus-summary-save-article; display results properly.
1716
1717 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * lpath.el: No need to fbind ns-focus-frame.
1720
1721 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1722
1723         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1724
1725 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1728         gnus-save-all-headers.
1729
1730 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1731
1732         * gnus-util.el (ns-focus-frame): Remove declaration.
1733         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1734         like x.
1735
1736 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1737
1738         * rfc2104.el (rfc2104-zero): Delete defconst.
1739         (rfc2104-hex-alist): Likewise.
1740         (rfc2104-hex-to-int): Delete func.
1741         (rfc2104-hexstring-to-bitstring): Likewise.
1742         (rfc2104-nybbles): New defconst.
1743         (rfc2104-hash): Rewrite for speed.
1744
1745 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * tls.el (open-tls-stream): Make it work with the 2nd argument
1748         BUFFER that is a string but does not exist as a buffer object, as
1749         mentioned in the doc-string.
1750
1751 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1754         SXEmacs.
1755
1756 2008-07-16  Glenn Morris  <rgm@gnu.org>
1757
1758         * gnus-util.el (ns-focus-frame): Declare for compiler.
1759
1760 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1763         set as a group parameter.
1764         (gnus-summary-save-in-pipe): Work when it is called independently.
1765         (gnus-summary-pipe-to-muttprint): Don't modify
1766         gnus-summary-pipe-output-default-command.
1767
1768 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1769
1770         * message.el (message-send-mail-with-sendmail):
1771         Display the error message.
1772
1773 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * gnus-art.el (gnus-default-article-saver):
1776         Add gnus-summary-save-in-pipe to choices.
1777         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1778         gnus-summary-pipe-output-default-command as the default command.
1779         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1780         instead of gnus-last-shell-command.
1781
1782         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1783         New user option.
1784         (gnus-summary-muttprint-program): Mention the value will be changed.
1785         (gnus-summary-save-article): Force showing of all headers.
1786         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1787
1788 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1789
1790         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1791
1792 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1793
1794         * nnimap.el (nnimap-id):
1795         * sieve-manage.el (sieve-manage-open): Doc fixes.
1796
1797 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1798
1799         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1800         if available.
1801
1802 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1803
1804         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1805
1806         * nnkiboze.el (nnkiboze-generate-group):
1807         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1808
1809         * nnmairix.el: Require CL.
1810
1811 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * dgnushack.el: Autoload get-display-table and put-display-table for
1814         XEmacs 21.5.
1815
1816         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1817         21.4 and SXEmacs.
1818
1819 2008-06-15  David Engster  <dengste@eml.cc>
1820
1821         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1822
1823 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1824
1825         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1826         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1827         runtime choice under XEmacs.
1828
1829         * gnus-sum.el (gnus-summary-set-display-table):
1830         Use `gnus-put-display-table', `gnus-get-display-table',
1831         `gnus-set-display-table' for the display table, instead of `aset'.
1832
1833         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1834         Use `gnus-put-display-table', `gnus-get-display-table',
1835         `gnus-set-display-table' for the display table.
1836
1837 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1838
1839         * nnmairix.el: Add autoloads.
1840
1841 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1842
1843         * nnmairix.el (nnmairix-delete-recreate-group)
1844         (nnmairix-update-and-clear-marks): Fix error messages.
1845
1846 2008-06-14  David Engster  <dengste@eml.cc>
1847
1848         * nnmairix.el: Upgrade to version 0.6.
1849         (nnmairix-group-toggle-propmarks-this-group)
1850         (nnmairix-group-toggle-readmarks-this-group)
1851         (nnmairix-group-delete-recreate-this-group)
1852         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1853         (nnmairix-remove-tick-mark-original-article): New commands.
1854         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1855         (nnmairix-propagate-marks-to-nnmairix-groups)
1856         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1857         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1858         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1859         functions needed for marks propagation and manipulation of read marks.
1860         (nnmairix-update-groups): New function.
1861         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1862         (nnmairix-determine-original-group-from-registry)
1863         (nnmairix-determine-original-group-from-path)
1864         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1865         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1866         New helper functions.
1867         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1868         keystrokes for new commands.
1869         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1870         (nnmairix-request-group): Check allow-fast group parameter.
1871         (nnmairix-request-create-group): Set allow-fast group parameter if
1872         nnmairix-allowfast-default is set.
1873         (nnmairix-close-group): Propagate marks upon closing if needed.
1874         (nnmairix-group-toggle-threads-this-group): Use new.
1875         nnmairix-group-toggle-parameter helper function.
1876         (nnmairix-search): Better check for empty search result.
1877         (nnmairix-goto-original-article): Use new helper functions for
1878         determining original article.
1879         (nnmairix-show-original-article): Make sure message-id is in brackets.
1880         (nnmairix-call-mairix-binary): Change variable name.
1881         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1882         helper function.
1883         (nnmairix-widget-toggle-activate): Fix doc string.
1884
1885 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * nnir.el: Require edmacro when compiling with XEmacs.
1888         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1889         available in Emacs 21.
1890
1891 2008-06-11  Glenn Morris  <rgm@gnu.org>
1892
1893         * gnus-util.el (x-focus-frame):
1894         * gnus.el (image-size):
1895         * mm-decode.el (image-size): Declare.
1896
1897         * gnus-picon.el (declare-function): Add compat definition.
1898         (image-size): Declare.
1899
1900         * gnus-group.el (tool-bar-map):
1901         * gnus-sum.el (tool-bar-map): Define for compiler.
1902
1903         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1904
1905         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1906
1907         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1908         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1909         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1910         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1911         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1912         * sieve-manage.el, spam-report.el, spam.el:
1913         Remove unnecessary eval-and-compile of autoloads.
1914
1915 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1916
1917         * auth-source.el: Precise Tramp doc.
1918
1919 2008-06-07  Glenn Morris  <rgm@gnu.org>
1920
1921         * nnmairix.el: Remove unnecessary eval-when-compile.
1922
1923 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1924
1925         * lpath.el: Fbind propertize for XEmacs 21.4.
1926
1927 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1928
1929         * nnir.el: Move here from ../contrib.
1930
1931 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1932
1933         * gnus-util.el (gnus-read-shell-command): New function.
1934         * mm-decode.el (mm-pipe-part):
1935         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1936
1937 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1940
1941 2008-06-03  Glenn Morris  <rgm@gnu.org>
1942
1943         * pop3.el (nnheader-accept-process-output): Autoload it.
1944
1945 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1948         are not 2-digit hexadecimal characters that follow `%'s.
1949
1950 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1951
1952         * message.el (message-bogus-recipient-p): Fix type in doc string.
1953         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1954         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1955         Improve custom options.
1956         (message-bogus-recipient-p): Adjust accordingly.
1957
1958 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1959
1960         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1961         long-form month and day names.
1962
1963 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * dgnushack.el: Autoload debug, eudc-expand-inline and
1966         pgg-snarf-keys-region for XEmacs.
1967
1968         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1969
1970         * nnmairix.el: Require edmacro when compiling with XEmacs.
1971
1972 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1973
1974         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1975         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1976
1977 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1978
1979         * auth-source.el: Add more docs.
1980
1981         * netrc.el (netrc-machine): Always match if the port is not given.
1982
1983 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1986         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1987         retrieval faster in some cases, but might make CPU usage larger.  If
1988         this has any bad side effects, we might revert this change.
1989
1990         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1991         seems to make mail retrieval much, much faster.
1992         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1993         unconditionally.
1994
1995         * gnus-draft.el (gnus-group-send-queue): Bind
1996         message-send-mail-partially-limit to nil to avoid being prompted.
1997
1998 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1999
2000         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2001
2002         * message.el (message-bogus-address-regexp): Fix and improve custom
2003         type.
2004         (message-setup-hook): Add message-check-recipients as custom option.
2005
2006 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2007
2008         * message.el (message-cite-function): Remove bogus autoload which crept
2009         in during merge from v5-10.
2010
2011 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2012
2013         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2014
2015         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2016
2017         * auth-source.el: Preliminary Tramp docs.
2018         (auth-sources): Change the default auth-sources to use
2019         EPA .gpg files.
2020
2021 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2022
2023         * nntp.el: Autoload `auth-source-user-or-password'.
2024         (nntp-send-authinfo): Use it.
2025
2026         * nnimap.el: Autoload `auth-source-user-or-password'.
2027         (nnimap-open-connection): Use it.
2028
2029         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2030         for the gnus-message function.
2031         (auth-source-user-or-password): Use it.
2032
2033 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2034
2035         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2036         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2037         (rfc2104-hash): Use it.
2038
2039 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2040
2041         * gnus-art.el (gnus-article-toggle-truncate-lines):
2042         Don't use `iff' in docstring.
2043
2044 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2045
2046         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2047
2048         * gnus-util.el (gnus-extract-address-component-name)
2049         (gnus-extract-address-component-email): Convenience functions around
2050         `gnus-extract-address-components'.
2051
2052         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2053         Use `gnus-extract-address-component-email' to fix bug of comparing full
2054         sender name to `user-mail-address'.
2055
2056 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2057
2058         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2059         catch/throw to optimize.
2060         (gnus-registry-find-keywords): Just use member to find a keyword.
2061
2062 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2063
2064         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2065         is current before calling gnus-server-prepare.
2066         (gnus-server-setup-buffer, gnus-server-update-server)
2067         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2068
2069 2008-05-04  Juri Linkov  <juri@jurta.org>
2070
2071         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2072         (mailcap-file-default-commands): Use mailcap-replace-in-string
2073         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2074         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2075
2076 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2077
2078         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2079
2080 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2081
2082         * gnus.el: Bump version to 0.11
2083
2084 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2085
2086         * gnus.el: No Gnus v0.10 is released.
2087
2088 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2091         hooks.
2092         (gnus-update-read-articles): Speed up non-marks-using users.
2093         (gnus-use-marks): Define gnus-use-marks.
2094         (gnus-propagate-marks): Rename variable to something more sensible.
2095
2096 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2097
2098         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2099         (gmm-image-load-path-for-library): Fix typos in docstrings.
2100         (gmm-message): Reflow docstring.
2101
2102 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2103
2104         * mail-source.el (mail-source-set-1, mail-source-bind):
2105         Move auth-source code out of the macro to clean it up and fix bugs.
2106
2107 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2108
2109         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2110         by sender if it's equal to user-mail-address, it's likely to be
2111         useless.
2112
2113         * mail-source.el (mail-source-bind): Don't use user or password if they
2114         are not bound.  Unintern them if they are nil.  Don't use server unless
2115         it's bound, and default it to empty string otherwise.
2116
2117 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2118
2119         * mail-source.el: Load auth-source.el.
2120         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2121         get user name or password, if auth-sources is set up.
2122
2123         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2124         strategy of splitting with parent.
2125         (gnus-registry-split-fancy-with-parent)
2126         (gnus-registry-post-process-groups): Use it and fix prior
2127         bug (returning a list as the split result).
2128
2129         * auth-source.el (auth-sources): Remove server parameter.
2130         (auth-source-pick, auth-source-user-or-password)
2131         (auth-source-user-or-password-imap)
2132         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2133         (auth-source-user-or-password-sftp)
2134         (auth-source-user-or-password-smtp): Remove server parameter.
2135
2136 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2137
2138         * smime.el (smime-sign-region, smime-encrypt-region)
2139         (smime-decrypt-region):
2140         Remove redundant calls to `generate-new-buffer-name'.
2141
2142 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2143
2144         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2145         Don't use QP for message/rfc822.
2146         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2147
2148 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2149
2150         * sieve-manage.el (sieve-string-bytes): Remove.
2151         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2152         correct byte-length only if the process's coding-system is the same as
2153         the one used internally by Emacs to represent strings.
2154
2155 2008-04-22  Juri Linkov  <juri@jurta.org>
2156
2157         * mailcap.el (mailcap-file-default-commands): New function.
2158
2159 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2160
2161         * message.el (message-signature-separator, message-cite-function):
2162         Change custom version.
2163
2164 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2165
2166         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2167         commands.
2168         (tls-checktrust): Ditto.
2169
2170 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2171
2172         * mm-decode.el (mm-display-external): Make temp file read-only.
2173
2174 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2175
2176         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2177         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2178         `C-c C-f d'.
2179
2180 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2181
2182         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2183
2184 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2185
2186         * gnus.el: Bump version to 0.9.
2187
2188 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2189
2190         * gnus.el: No Gnus v0.8 is released.
2191
2192 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2193
2194         * mail-source.el (mail-source-value):
2195         Prefer fboundp to functionp so it works with macros as well.
2196
2197 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2198
2199         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2200         Fix last change in case the element is not even a symbol.
2201
2202 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2203
2204         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2205         Prefer fboundp to functionp so it works with macros as well.
2206
2207 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2208
2209         * auth-source.el: Added docs.
2210         (auth-sources): Modify format to support server.
2211         (auth-source-pick, auth-source-user-or-password)
2212         (auth-source-user-or-password-imap)
2213         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2214         (auth-source-user-or-password-sftp)
2215         (auth-source-user-or-password-smtp): Add server parameter.
2216
2217 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2218
2219         * gnus-registry.el: Initialize the registry when gnus-registry-install
2220         is t.
2221
2222 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * compface.el (uncompface): Make buffer unibyte.
2225
2226 2008-04-05  Glenn Morris  <rgm@gnu.org>
2227
2228         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2229
2230 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2231
2232         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2233         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2234
2235         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2236         multibyteness after rather than before erasing it.
2237
2238         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2239         mm-with-multibyte.
2240         (gnus-request-article-this-buffer): Make sure the proper decoding is
2241         used if gnus-original-article-buffer happens to be unibyte.
2242
2243         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2244         default-enable-multibyte-characters.
2245
2246         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2247         default-enable-multibyte-characters.
2248
2249         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2250
2251         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2252
2253 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2254
2255         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2256         (imap-message-copyuid-1): Use it.
2257         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2258         J. Williams in
2259         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2260
2261         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2262         imap-enable-exchange-bug-workaround.
2263         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2264
2265 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2266
2267         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2268         a 100 byte status-checks into a 2-3MB transfer for each group.
2269         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2270         to enable bug workaround or not.
2271         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2272
2273 2008-03-31  Glenn Morris  <rgm@gnu.org>
2274
2275         * message.el (mml2015-use): Declare for compiler.
2276         (message-info): Require mml2015 when appropriate.
2277
2278 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2281         whitespace.
2282
2283 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2284
2285         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2286         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2287         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2288         (nntp-service-to-port): New function.
2289         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2290         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2291         (nntp-open-netcat-stream): New function.
2292         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2293
2294 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2295
2296         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2297
2298 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2299
2300         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2301
2302 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2303
2304         * dns.el (dns-write): Use set-buffer-multibyte.
2305
2306 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2307
2308         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2309
2310 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2311
2312         * message.el (message-signature-separator): Change default.
2313         Improve custom type.
2314         (message-cite-function): Change default to
2315         message-cite-original-without-signature.
2316
2317         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2318         toggle.
2319
2320         * message.el (message-check-news-body-syntax): Fix signature check.
2321         (message-setup-1): Mark buffer as unmodified _after_ running
2322         message-setup-hook and handling message-alternative-emails.
2323         (message-shorten-references): Be more strict when building list of
2324         valid references to comply with GNKSA.
2325
2326         * gnus-group.el (gnus-read-ephemeral-bug-group)
2327         (gnus-read-ephemeral-debian-bug-group)
2328         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2329
2330         * message.el (message-info): Don't use booleanp which isn't supported
2331         in Emacs 21 and XEmacs.
2332
2333 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2334
2335         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2336         gnus-group-gmane-group-download-format.
2337         (gnus-group-read-ephemeral-gmane-group): Rename from
2338         gnus-group-read-ephemeral-gmane-group.
2339         (gnus-read-ephemeral-gmane-group-url): Rename from
2340         gnus-group-read-ephemeral-gmane-group-url.
2341         (gnus-bug-group-download-format-alist): New variable.
2342         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2343         (gnus-read-ephemeral-emacs-bug-group): New commands.
2344
2345 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2346
2347         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2348         (gnus-visible-headers): Improve custom type.
2349
2350 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2351
2352         * mml.el (mml-menu): Add workarounds for XEmacs.
2353
2354         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2355         X-Boundary header.
2356
2357         * message.el (message-simplify-recipients): Fix previous commit.
2358
2359 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2360
2361         * mm-util.el (mm-set-buffer-multibyte): New function.
2362         * mm-decode.el (mm-copy-to-buffer): Use it.
2363
2364 2008-03-19  Glenn Morris  <rgm@gnu.org>
2365
2366         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2367         Accidentally removed in the sync process with Emacs.
2368
2369 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2370
2371         * message.el (message-alter-recipients-discard-bogus-full-name):
2372         New function.
2373         (message-alter-recipients-function): New variable.
2374         (message-get-reply-headers): Use it.
2375         (message-replace-header): New helper function.
2376         (message-recipients-without-full-name): New variable.
2377         (message-simplify-recipients): New command.
2378
2379         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2380
2381         * message.el (message-info): Handle EasyPG manual.
2382
2383         * mml.el (mml-menu): Add entry for EasyPG.
2384
2385 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2386
2387         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2388         parameter.
2389
2390         * message.el (message-disassociate-draft): Specify drafts group name
2391         fully.
2392
2393 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2394
2395         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2396         unnecessary duplicates from the match list.
2397
2398 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2399
2400         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2401
2402         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2403
2404         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2405         args of `how-many' of which the XEmacs version doesn't take; declare
2406         Info-index-next as function.
2407
2408 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2409
2410         * gnus-score.el (gnus-score-headers): Fix handling of
2411         gnus-inhibit-slow-scoring.
2412
2413         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2414         string.
2415         (gnus-button-url-regexp): Improve handling of parenthesis.
2416         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2417         (gnus-button-handle-info-keystrokes): Handle index entries.
2418
2419 2008-03-15  Glenn Morris  <rgm@gnu.org>
2420
2421         * parse-time.el (parse-time-string): Simplify.
2422
2423 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2426         Incoming* files.
2427
2428 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2429
2430         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2431         (auth-source-pick): Use it.
2432
2433 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2434
2435         * binhex.el (binhex-decode-region-internal):
2436         * uudecode.el (uudecode-decode-region-internal):
2437         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2438         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2439         setting default-enable-multibyte-characters.
2440
2441 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2442
2443         * auth-source.el (auth-source-protocols)
2444         (auth-source-protocols-customize, auth-source-choices): Added and
2445         modified variable customizations and defaults.
2446         (auth-source-pick, auth-source-user-or-password)
2447         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2448         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2449         (auth-source-user-or-password-sftp)
2450         (auth-source-user-or-password-smtp): Use new variables and provide an
2451         interface to netrc.el.
2452
2453 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2456         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2457         Make sure the nntp port to specify is a string.
2458
2459 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2460
2461         * nntp.el: Use with-current-buffer.
2462         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2463         dubious mm-with-unibyte-current-buffer.
2464         (nntp-with-open-group-function): New function extracted from
2465         nntp-with-open-group macro.
2466         (nntp-with-open-group): Use the function, so it's easier to debug.
2467         Add indentation and debugging info.
2468         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2469         the use of the netcat alternatives.
2470
2471         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2472         Avoid mm-string-as-multibyte as well.
2473
2474         * nnweb.el (nnweb-insert-html):
2475         Remove use of nnheader-string-as-multibyte.
2476
2477         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2478         (nnheader-string-as-multibyte): Remove.
2479
2480         * mm-view.el: Use inhibit-read-only.
2481         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2482         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2483         or unibyte-string.
2484
2485         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2486         (mm-uu-yenc-extract): Use with-current-buffer.
2487
2488         * gnus-soup.el (gnus-soup-send-packet): Don't use
2489         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2490
2491         * nnmh.el: Use with-current-buffer.
2492         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2493         mm-string-as-multibyte on the output of mm-encode-coding-string.
2494
2495         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2496         (nnimap-request-move-article): Use with-current-buffer.
2497
2498         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2499         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2500         conversion uses string-make-unibyte rather than string-as-unibyte.
2501
2502         * gnus-msg.el: Use with-current-buffer.
2503
2504         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2505
2506 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2507
2508         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2509         string for caching if it is 'PIN.
2510
2511 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * lpath.el: Consider the case without Emacs/W3.
2514
2515 2008-03-08  Glenn Morris  <rgm@gnu.org>
2516
2517         * time-date.el (date-to-time, time-subtract, time-add)
2518         (safe-date-to-time): Doc fixes.
2519
2520 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2521
2522         * mail-source.el (mail-source-delete-old-incoming-confirm):
2523         Change default to nil.
2524         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2525
2526 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * lpath.el: Rearrange.
2529
2530         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2531         (gnus-article-goto-prev-page): Work for articles having ^L's.
2532
2533         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2534
2535         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2536
2537 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2538
2539         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2540         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2541         (gnus-bookmark-jump): Adjust some variable names.
2542
2543 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2544
2545         * auth-source.el: New package.
2546         (auth-source-choices): Add customization entry point variable.
2547
2548         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2549         bug.
2550
2551 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2552
2553         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2554         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2555         (gnus-registry-install-shortcuts): Rename from
2556         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2557         the `gnus-registry-mark-map' keymap dynamically from
2558         `gnus-registry-marks'.  The generated functions update the summary line
2559         when a registry mark is added or deleted, and will call
2560         `gnus-registry-install-p' (see the comments in the code).
2561         (gnus-registry-user-format-function-M): Use concat intelligently.
2562
2563         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2564         the registry mark functions.
2565
2566 2008-03-05  Glenn Morris  <rgm@gnu.org>
2567
2568         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2569         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2570         gnus-art.
2571         (top-level): No need to load own source when compiling.
2572
2573 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2574
2575         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2576         Suggested by <chris.anderton@zetnet.co.uk>.
2577
2578 2008-03-04  Glenn Morris  <rgm@gnu.org>
2579
2580         * gnus-sum.el (top-level): No need to require gnus when compiling,
2581         since unconditionally required near start of file.
2582         (gnus-summary-display-while-building): Move definition before use.
2583
2584 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2585
2586         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2587         formatting function.
2588
2589 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2590
2591         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2592         with plists.
2593         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2594         Use new format.
2595
2596 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2599         `where-is-internal' that returns a range of key sequences.
2600
2601 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2602
2603         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2604
2605         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2606         (gnus-summary-jump-to-group): Consider windows on other displayed
2607         frames as well.  Similar changes might be needed elsewhere, but that's
2608         the one I've bumped into during my use.
2609
2610         * nndoc.el (nndoc-oe-dbx-type-p):
2611         * gnus-msg.el (gnus-debug):
2612         * gnus-group.el (gnus-update-group-mark-positions):
2613         Use mm-string-to-multibyte.
2614
2615 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2616
2617         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2618         doesn't handle NotDashEscaped.
2619
2620         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2621         (mml-dnd-attach-options): Fix typo in custom choice.
2622
2623         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2624         nndoc-article-type to mbox.
2625         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2626
2627         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2628         to nil, instead of html2text.
2629
2630         * imap.el (imap-debug): Add `imap-ping-server'.
2631
2632         * gnus-bookmark.el: Add FIXMEs.
2633
2634         * message.el (message-form-letter-separator)
2635         (message-send-form-letter-delay): New variables.
2636         (message-send-form-letter): Use them.  New command to send form
2637         letters.  Requested by Uwe Siart.
2638         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2639
2640 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2641
2642         * Update copyright years.
2643
2644 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2645
2646         Sync from EMACS_22_BASE.
2647
2648         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2649
2650 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2651
2652         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2653         empty author.
2654
2655 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2656
2657         * gnus-registry.el (gnus-registry-marks): Add variable for
2658         customization of marks and their appearance.
2659         (gnus-registry-read-mark): Use it.
2660         (gnus-registry-do-marks): Add utility function to loop through
2661         `gnus-registry-marks'.
2662         (gnus-registry-install-shortcuts-and-menus): Add function to install
2663         shortcuts and menus.
2664         (gnus-registry-initialize): Use it.
2665         (gnus-registry-default-mark): Clarify documentation.
2666
2667 2008-02-29  Glenn Morris  <rgm@gnu.org>
2668
2669         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2670         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2671         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2672         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2673         Change defcustom :version from 23.0 to 23.1.
2674
2675 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2676
2677         * gnus-registry.el (gnus-registry-follow-group-p)
2678         (gnus-registry-post-process-groups): Add functions to aid registry
2679         splitting and improve logging.  Clarify behavior in function
2680         documentation.
2681         (gnus-registry-split-fancy-with-parent): Use them.
2682
2683 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2684
2685         * gnus-art.el: Use with-current-buffer.
2686
2687 2008-02-27  David Engster  <dengste@eml.cc>
2688
2689         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2690         Express real group name in the response.
2691
2692 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2695         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2696         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2697         autoload gnus-registry-fetch-group when compiling.
2698         (nnmairix-request-group-with-article-number-correction): Remove
2699         unreferenced argument passed to nnmairix-call-backend.
2700
2701 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2702
2703         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2704         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2705         Wilde.
2706
2707 2008-02-27  Glenn Morris  <rgm@gnu.org>
2708
2709         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2710         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2711         variables to defconsts.  Convert comments to doc-strings.
2712         (nnmairix-last-server, nnmairix-current-server): Convert from free
2713         variables to defvars.  Convert comments to doc-strings.
2714         (gnus-registry-fetch-group): Autoload.
2715         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2716         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2717         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2718         caddr.
2719         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2720         nnmairix-request-group-with-article-number-correction call.
2721         (nnmairix-fast, nnmairix-group): New, less general names, for free
2722         variables passed from nnmairix-request-group to
2723         nnmairix-request-group-with-article-number-correction.  Declare.
2724         (nnmairix-request-group-with-article-number-correction):
2725         Use nnmairix-fast, nnmairix-group rather than fast, group.
2726
2727 2008-02-26  David Engster  <dengste@eml.cc>
2728
2729         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2730         version 0.5.
2731
2732 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2733
2734         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2735         instead of making an extra function call.  Don't add the current group
2736         to articles only when they have the group.  Use
2737         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2738         Reported by David <de_bb@arcor.de>.
2739
2740 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2743         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2744
2745 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2746
2747         * mail-source.el (mail-source-delete-incoming): Change default.
2748         Supplement doc string.
2749
2750         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2751
2752 2008-02-14  Glenn Morris  <rgm@gnu.org>
2753
2754         * time-date.el (format-seconds): New function.
2755
2756 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2757
2758         * nnmail.el (nnmail-message-id-cache-file): Derive from
2759         `gnus-home-directory'.
2760
2761 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2762
2763         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2764         Document negative prefix.
2765
2766         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2767
2768 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * message.el (message-unsent-separator): Add the Exim bounce
2771         separator.
2772
2773 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2774
2775         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2776         list.
2777         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2778         recipient/signer list.
2779
2780 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * Makefile.in (datarootdir): Define.
2783         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2784         name that might contain whitespace.
2785
2786 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2787
2788         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2789         fbound (Emacs 23 unicode), signal an error.
2790
2791 2008-02-08  Glenn Morris  <rgm@gnu.org>
2792
2793         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2794
2795 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2796
2797         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2798         ports to the calls to `netrc-machine-user-or-password' in addition to
2799         "imap" and "imaps".
2800
2801 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2802
2803         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2804
2805         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2806
2807 2008-02-01  Kenichi Handa  <handa@m17n.org>
2808
2809         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2810         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2811         (rfc2104-hash): Convert the result of concat to unibyte string.
2812
2813 2008-02-01  Dave Love  <fx@gnu.org>
2814
2815         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2816         coding-system-for-read.
2817         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2818
2819 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2820
2821         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2822         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2823         <hanche@math.ntnu.no>.
2824
2825 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2828
2829         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2830
2831 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2832
2833         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2834         * message.el (message-beginning-of-line): Use featurep instead of bound
2835         tests in order to resolve conditionals at compile time.
2836
2837 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2838
2839         * mail-source.el (mail-sources): Add `group' choice.
2840
2841         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2842         parameter `in-group' to control into which group the articles go.
2843         Add treatment of `group' mail-source.
2844
2845 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2846
2847         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2848
2849         * mm-decode.el (mm-dissect-buffer): Decode description.
2850
2851         * mml.el (mml-to-mime): Encode message header first.
2852
2853 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2856         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2857
2858         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2859         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2860
2861 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2862
2863         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2864
2865 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2868         prefix keys.
2869         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2870         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2871         gnus-xmas.el.
2872
2873         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2874         (gnus-xmas-article-describe-bindings): New function.
2875         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2876         gnus-xmas-article-describe-bindings.
2877
2878         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2879
2880 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2883         Add new variables for article mark management.
2884         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2885         list of extra data entries which, when present, will indicate that the
2886         article ID should not be trimmed from the registry.
2887         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2888         functions.
2889         (gnus-registry-read-mark): New function to read a mark name from the
2890         user.
2891         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2892         (gnus-registry-set-article-mark-internal): New functions to add and
2893         remove marks.
2894         (gnus-registry-get-article-marks): New function to show the marks for
2895         an article, or retrieve them for further use.
2896
2897 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2900         keys when no argument is given.
2901
2902 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2903
2904         * imap.el (imap-ping-server): New variable.
2905         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2906         (imap-ping-server): Minor doc string fixes.
2907
2908 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2909
2910         * imap.el (imap-ping-server): New function.
2911         (imap-opened): Call imap-ping-server.
2912
2913 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2914
2915         * gnus-sum.el (gnus-article-sort-by-random)
2916         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2917         jidanni@jidanni.org.
2918
2919 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2920
2921         * gnus-art.el (gnus-article-describe-bindings): New function.
2922         (gnus-article-read-summary-keys): Use it.
2923         (gnus-article-mode-map): Bind `C-h b' to it.
2924
2925 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2928         XEmacs.
2929         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2930         against non-character events.
2931
2932         * lpath.el: Fbind map-keymap for Emacs 21.
2933
2934 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2935
2936         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2937         command.
2938         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2939         instead of END.  Change name of the temp file.
2940         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2941         customizable.
2942
2943 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2946         bind `S W' to gnus-article-wide-reply-with-original; set default
2947         binding to gnus-article-read-summary-send-keys.
2948         (gnus-article-read-summary-keys): Fix the order of keys; display
2949         continuation keys correctly in the echo area; describe bindings
2950         correctly when keys end with `C-h'.
2951         (gnus-article-read-summary-send-keys): New function.
2952         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2953         for gnus-article-read-summary-send-keys; display continuation keys
2954         correctly in the echo area.
2955         (gnus-article-reply-with-original): Ignore prefix argument.
2956         (gnus-article-wide-reply-with-original): New function.
2957
2958         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2959         Emacs 21.
2960
2961 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2964         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2965
2966 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2967
2968         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2969         (gnus-group-read-ephemeral-gmane-group): New command.
2970
2971 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2972
2973         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2974
2975 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2976
2977         * message.el (message-send-mail-function): Increase custom version.
2978
2979         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2980         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2981
2982 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2983
2984         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2985         for the cases where imap-authenticate is called with a nil buffer
2986         parameter.
2987
2988 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2989
2990         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2991         html parts correctly; support forwarded messages.
2992         (gnus-article-browse-html-article): Remove work buffers.
2993
2994         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2995         compiling.
2996         (netrc-bound-and-true-p): New macro.
2997         (netrc-parse): Use it instead of bound-and-true-p that is not available
2998         in XEmacs 21.4.
2999
3000 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3001
3002         * gnus-registry.el (gnus-registry-mark-article)
3003         (gnus-registry-article-marks): Add functionality to mark articles
3004         through the Gnus registry.
3005
3006         * encrypt.el: Clarify documentation for the new pgg method.
3007         (encrypt-file-alist): Add PGG option.
3008         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3009         functionality.  Abstract password key and messaging to external
3010         functions.
3011         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3012         (encrypt-message-method-and-cipher): Add new convenience external
3013         functions.
3014         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3015         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3016
3017         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3018         (netrc-parse): Use encrypt-file-alist to determine if
3019         encrypt-find-model or encrypt-insert-file-contents should be used.
3020
3021         * encrypt.el: Clarify documentation.  Load password-cache or
3022         password, whichever one is found first, instead of autoloading.
3023
3024 2007-12-19  Glenn Morris  <rgm@gnu.org>
3025
3026         * mml.el (message-options-set, message-narrow-to-head)
3027         (message-in-body-p, message-mail-p, message-encode-message-body):
3028         Autoload.
3029         (message-remove-header, message-narrow-to-headers-or-head)
3030         (message-subscribed-p, message-make-mail-followup-to)
3031         (message-position-on-field, message-news-p)
3032         (message-options-set-recipient, message-generate-headers)
3033         (message-sort-headers): Declare as functions.
3034
3035 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3036
3037         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3038         convention in doc string.
3039
3040 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3043         title to html parts.
3044         (gnus-article-browse-html-article): Pass message header to it.
3045
3046         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3047
3048 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3049
3050         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3051         or password compatible with XEmacs.
3052
3053 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3054
3055         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3056         format document.
3057         (gnus-mime-delete-part): Don't write description line if empty.
3058         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3059
3060 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3061
3062         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3063         (gnus-summary-mark-read-and-unread-as-read)
3064         (gnus-summary-mark-current-read-and-unread-as-read)
3065         (gnus-summary-mark-unread-as-ticked): Doc fix.
3066         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3067
3068 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3069
3070         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3071         Christoph Conrad <christoph.conrad@gmx.de>.
3072
3073 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3074
3075         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3076         yes-or-no-p.
3077
3078 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * mm-decode.el (mm-add-meta-html-tag): New function.
3081         (mm-save-part-to-file, mm-pipe-part): Use it.
3082
3083         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3084         gnus-y-or-n-p instead of y-or-n-p.
3085         (gnus-article-browse-html-parts): Work with message/external-body; use
3086         mm-add-meta-html-tag.
3087
3088 2007-12-11  Glenn Morris  <rgm@gnu.org>
3089
3090         * gnus-cache.el: Require gnus-sum not just when compiling.
3091
3092         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3093
3094         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3095         definitions before use.
3096
3097         * mm-decode.el: Require gnus-util.
3098         (mm-remove-part): Only call delete-annotation on XEmacs.
3099
3100         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3101
3102         * nnmail.el: Require gnus-int.
3103
3104         * spam.el: Move `require's before `eval-when-compile's.
3105
3106         * gnus-ems.el (gnus-alive-p):
3107         * gnus-fun.el (message-goto-eoh):
3108         * gnus-util.el (gnus-group-name-decode):
3109         * mail-source.el (gnus-compress-sequence):
3110         * message.el (Info-goto-node, format-spec):
3111         * mm-bodies.el (message-options-get):
3112         * mm-decode.el (mm-view-pkcs7):
3113         * mm-util.el (gmm-write-region):
3114         * mml-smime.el (mml-compute-boundary)
3115         (gnus-completing-read-with-default):
3116         * mml.el (widget-button-press, gnus-make-hashtable):
3117         * mml1991.el (mm-decode-content-transfer-encoding)
3118         (mm-encode-content-transfer-encoding)
3119         (message-options-get, message-options-set):
3120         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3121         * nnfolder.el (gnus-request-group):
3122         * nnheader.el (ietf-drums-unfold-fws):
3123         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3124         * smime.el (gnus-run-mode-hooks):
3125         * spam-stat.el (gnus-message): Autoload.
3126
3127         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3128         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3129         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3130         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3131         Add declare-function compatibility definition.
3132
3133         * gnus-cache.el (nnvirtual-find-group-art):
3134         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3135         (gnus-add-image, gnus-add-wash-type):
3136         * gnus-group.el (nnkiboze-score-file):
3137         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3138         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3139         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3140         (message-tokenize-header, gnus-get-buffer-create)
3141         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3142         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3143         * gnus.el (gnus-group-decoded-name):
3144         * mail-source.el (imap-capability):
3145         * mm-bodies.el (message-options-set):
3146         * mm-decode.el (gnus-configure-windows):
3147         * mm-extern.el (message-goto-body):
3148         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3149         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3150         (epg-sub-key-validity, message-options-set):
3151         * mml.el (widget-event-point, gnus-configure-windows):
3152         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3153         * mml2015.el (epg-check-configuration, epg-configuration)
3154         (message-options-set):
3155         * nndb.el (nndb-request-article):
3156         * nnfolder.el (gnus-request-create-group):
3157         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3158         * nnmaildir.el (gnus-group-mark-article-read):
3159         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3160         * rfc1843.el (message-fetch-field):
3161         * spam.el (gnus-extract-address-components):
3162         Declare as functions.
3163
3164 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3167
3168         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3169
3170         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3171         bind show-trailing-whitespace for XEmacs.
3172
3173 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3174
3175         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3176         new no-op macro for backward compatibility.
3177
3178         * imap.el (imap-string-to-integer): New function.
3179
3180 2007-12-09  Glenn Morris  <rgm@gnu.org>
3181
3182         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3183
3184         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3185         * message.el, mm-view.el, sieve-manage.el, smime.el:
3186         Add declare-function compatibility definition.
3187
3188         * gnus-art.el (w3-region, w3m-region, Info-menu):
3189         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3190         * gnus-sum.el (gnus-get-predicate):
3191         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3192         * message.el (mail-abbrev-in-expansion-header-p):
3193         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3194         (w3m-detect-meta-charset, w3m-region):
3195         * sieve-manage.el (password-read, password-cache-add)
3196         (password-cache-remove):
3197         * smime.el (password-read-and-add): Declare as functions.
3198
3199 2007-12-08  David Kastrup  <dak@gnu.org>
3200
3201         * gnus-sum.el (gnus-summary-simplify-subject-query):
3202         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3203         `message'.
3204
3205 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3208         it to bind idna-program, installation-directory, defined-colors, and
3209         face-attribute for XEmacs of the version that compiles defcustom forms.
3210
3211 2007-12-07  Glenn Morris  <rgm@gnu.org>
3212
3213         * gnus-art.el (article-make-date-line): Revert previous change.
3214
3215 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3216
3217         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3218
3219 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3220
3221         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3222         Call gnus-add-to-range ranges only once with a prepared article-list.
3223
3224 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3225
3226         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3227         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3228         group names with backslashes.  Reported by Tassilo Horn
3229         <tassilo@member.fsf.org>.
3230
3231 2007-12-06  Deepak Goel  <deego3@gmail.com>
3232
3233         * gnus-art.el (article-make-date-line):
3234         * gnus-start.el (gnus-load):
3235         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3236
3237 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * gnus-art.el (gnus-use-idna)
3240         * gnus-start.el (gnus-site-init-file)
3241         * message.el (message-use-idna)
3242         * mm-uu.el (mm-uu-hide-markers)
3243         * smiley.el (smiley-style): Revert changes that suppress warnings.
3244
3245 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3248         specify charset to html source.  Reported by Christoph Conrad
3249         <christoph.conrad@gmx.de>.
3250
3251 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3252
3253         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3254         idna-program in order to suppress byte compile warning issued by XEmacs
3255         that came to byte compile the default value section of defcustom forms
3256         recently.
3257
3258         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3259         value of installation-directory.
3260
3261         * message.el (message-use-idna): Don't directly refer to the value of
3262         idna-program.
3263
3264         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3265
3266         * smiley.el (smiley-style): Don't directly call face-attribute.
3267
3268 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3269
3270         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3271
3272         * gnus-dired.el: Reduce Gnus dependencies.
3273         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3274         require.  Use autoloads instead.
3275         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3276         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3277         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3278         (gnus-dired-mode): Adjust doc string.
3279         (gnus-dired-mail-mode): New variable.
3280         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3281         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3282         (gnus-dired-mail-buffers): New function.  Return mail or message
3283         composition buffers.
3284         (gnus-dired-attach): Use it.
3285         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3286         NO-DECODE.
3287         (gnus-dired-print): Use `gnus-print-buffer' depending on
3288         `gnus-dired-mail-mode'.
3289
3290 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * rfc2047.el (rfc2047-encoded-word-regexp)
3293         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3294         explaining what regexp patterns are for.
3295
3296 2007-12-04  Glenn Morris  <rgm@gnu.org>
3297
3298         * password.el: Move to password-cache.el.
3299
3300         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3301         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3302         * mml-smime.el (password-read, password-cache-add)
3303         (password-cache-remove):
3304         No need to autoload, since mml-sec requires password.
3305
3306         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3307         * message.el (gnus-extract-address-components):
3308         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3309
3310         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3311         password.
3312
3313 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3314
3315         * mailcap.el: Reduce dependencies.
3316         (mail-header-parse-content-type): Autoload.
3317         (mailcap-delete-duplicates): New alias.
3318         (mailcap-mime-info): Add optional argument NO-DECODE.
3319         (mailcap-mime-types): Use mailcap-delete-duplicates.
3320
3321         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3322
3323 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3324
3325         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3326         (imap-parse-status): Upcase status-att for servers that sends them
3327         lower-case (e.g., MS Exchange 2007).
3328
3329 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3332         function.
3333
3334         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3335         (gnus-uu-yenc-article): New function.
3336
3337         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3338
3339         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3340         buffer.
3341
3342 2007-12-02  Glenn Morris  <rgm@gnu.org>
3343
3344         * binhex.el (binhex): New custom group.
3345         (binhex-decoder-program, binhex-decoder-switches)
3346         (binhex-use-external): Move to the binhex custom group.
3347
3348         * uudecode.el (uudecode): New custom group.
3349         (uudecode-decoder-program, uudecode-decoder-switches)
3350         (uudecode-use-external): Move to the uudecode custom group.
3351
3352         * netrc.el (top-level): Don't load `encrypt' features.
3353         (netrc-parse): Don't use encrypt.
3354         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3355
3356         * encrypt.el: Remove file.
3357
3358 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3359
3360         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3361         matches on patches.
3362
3363         * gnus-art.el (gnus-article-browse-html-article): Mention
3364         `mm-text-html-renderer' in the doc string.
3365
3366         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3367         string.  Add comments.
3368
3369         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3370         if rhs is ASCII.
3371
3372 2007-12-01  Glenn Morris  <rgm@gnu.org>
3373
3374         * mail-source.el (top-level): Require format-spec before
3375         eval-when-compile.
3376
3377 2007-11-30  Glenn Morris  <rgm@gnu.org>
3378
3379         * encrypt.el: Require password, rather than autoloading password-read.
3380
3381 2007-11-29  Glenn Morris  <rgm@gnu.org>
3382
3383         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3384         (sasl-make-client, sasl-next-step, sasl-step-data)
3385         (sasl-step-set-data): Declare as functions.
3386
3387 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3388
3389         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3390
3391 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3392
3393         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3394         certs should be verified and what is to be done in the event of a
3395         verification failure.
3396
3397         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3398         caller can indicate whether the cache should be disregarded for this
3399         call.  This way the result of the call is reproducible at all times and
3400         can be considered a canonical server name for the supplied method.
3401         (gnus-agent-method-p): Canonicalize server names by pushing their
3402         method through `gnus-method-to-server' using the no-cache argument.
3403
3404         * gnus-srvr.el (gnus-server-insert-server-line): Call
3405         `gnus-method-to-server' with `no-cache' argument.
3406
3407         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3408         gnus-agent-possibly-synchronize-flags as this should be called when the
3409         server is actually being opened.
3410         (gnus-agent-possibly-synchronize-flags)
3411         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3412         flags file of an agentized server to the latter function.
3413
3414         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3415         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3416         after a connection has been established successfully.
3417
3418 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus-art.el (article-display-face): Force to display face if called
3421         interactively; check if gnus-article-x-face-too-ugly matches author.
3422         (article-display-x-face): Display face even if From header is missing
3423         as article-display-face does.
3424
3425 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3426
3427         * hashcash.el (message-narrow-to-headers-or-head)
3428         (message-fetch-field, message-goto-eoh)
3429         (message-narrow-to-headers): Declare as functions.
3430
3431 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3432
3433         * mail-source.el (mail-sources): Default to fetch from file for
3434         compatibility with default of nnmail-spool-file.
3435
3436 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3439         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3440         to look for encoded word that should be encoded again.
3441         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3442         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3443         encoding pattern.
3444         (rfc2047-decode-region): Switch strict regexp and loose one according
3445         to rfc2047-allow-irregular-q-encoded-words.
3446
3447 2007-11-25  Romain Francoise  <romain@orebokech.com>
3448
3449         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3450
3451 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3452
3453         * tls.el (tls-program): Provide more custom choices from
3454         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3455         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3456
3457 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3458
3459         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3460         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3461
3462         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3463         `nnmail-spool-file'.
3464
3465         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3466         `nnmail-spool-file'.
3467
3468         * gnus-move.el (gnus-change-server): Ditto.
3469
3470         * gnus-kill.el (gnus-batch-score): Ditto.
3471
3472         * gnus-cache.el (gnus-jog-cache): Ditto.
3473
3474         * gnus-msg.el (gnus-summary-reply):
3475         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3476
3477 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3478
3479         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3480         version.  Minor improvement to doc strings.
3481         (tls-program): Add comment.
3482
3483 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3484
3485         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3486         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3487         mismatch between the hostname provided in the certificate and the name
3488         of the host connnecting to.
3489         (open-tls-stream): Use them.  Check certificates against trusted root
3490         certificates.
3491
3492 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3493
3494         * gnus-cache.el (gnus-cache-generate-nov-databases):
3495         Use nnml-generate-nov-databases-directory instead of
3496         nnml-generate-nov-databases-1.
3497
3498 2007-11-24  Glenn Morris  <rgm@gnu.org>
3499
3500         * message.el (message-tool-bar-retro): Update for rename
3501         mail_send.xpm->mail-send.xpm.
3502
3503 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3504
3505         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3506         `smime-ldap-search' for Emacs 22 and up.
3507
3508 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3509
3510         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3511
3512         * message.el (message-send-mail-function): Fix error convention.
3513         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3514         (message-widen-reply, message-send-mail, message-talkative-question)
3515         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3516         (message-clone-locals, message-send-news): Use with-current-buffer.
3517         (message-insert-or-toggle-importance): Remove unused var `valid'.
3518         (message-make-references): Remove unused var `new-references'.
3519         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3520
3521 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3522
3523         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3524         (spam-split-symbolic-return-positive): Reflow docstring.
3525         (spam-backends, spam-summary-exit-behavior)
3526         (spam-mark-ham-unread-before-move-from-spam-group)
3527         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3528         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3529         (spam-clear-cache, spam-backend-check, spam-install-backend)
3530         (spam-install-statistical-backend, spam-list-of-processors)
3531         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3532         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3533         (spam-check-crm114, spam-initialize, spam-unload-hook):
3534         Fix typos in docstrings.
3535
3536 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3537
3538         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3539         been checked if they have never been read and those group levels are
3540         higher than the one that a user specified.
3541
3542 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3545         foreign groups unless a group level is specified by a user.
3546         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3547
3548 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3549
3550         * message.el (message-send-mail-function): Require sendmail.
3551
3552 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3553
3554         * message.el (message-send-mail-function): Check for smtpmail too.
3555
3556         * utf7.el (utf7-encode, utf7-decode): Use coding system
3557         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3558
3559         * message.el (message-send-mail-function): New function.
3560         (message-send-mail-function): Set default using
3561         message-send-mail-function.  Adjust doc string.
3562         (message-send-mail-with-mailclient): New function.
3563
3564 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3565
3566         * smime.el (from):
3567         * rfc2047.el (message-posting-charset):
3568         * qp.el (mm-use-ultra-safe-encoding):
3569         * pop3.el (parse-time-months):
3570         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3571         * nnml.el (files):
3572         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3573         (jka-compr-compression-info-list, ange-ftp-path-format)
3574         (efs-path-regexp):
3575         * nndiary.el (files):
3576         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3577         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3578         (epg-digest-algorithm-alist, inhibit-redisplay)
3579         (password-cache-expiry):
3580         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3581         (pgg-output-buffer, password-cache-expiry):
3582         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3583         (efs-path-regexp):
3584         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3585         (inhibit-redisplay):
3586         * mm-uu.el (file-name, start-point, end-point, entry)
3587         (gnus-newsgroup-name, gnus-newsgroup-charset):
3588         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3589         (latin-unity-ucs-list):
3590         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3591         (mm-uu-binhex-decode-function):
3592         * message.el (gnus-message-group-art, gnus-list-identifiers)
3593         (rmail-enable-mime-composing, gnus-local-organization)
3594         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3595         (gnus-read-active-file, facemenu-add-face-function)
3596         (facemenu-remove-face-function, gnus-article-decoded-p)
3597         (tool-bar-mode):
3598         * mail-source.el (display-time-mail-function):
3599         * gnus-util.el (nnmail-pathname-coding-system)
3600         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3601         (gnus-original-article-buffer, gnus-user-agent)
3602         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3603         (xemacs-codename, sxemacs-codename, emacs-program-version):
3604         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3605         * gnus-start.el (gnus-agent-covered-methods)
3606         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3607         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3608         (gnus-newsgroup-headers, gnus-group-list-mode)
3609         (gnus-group-mark-positions, gnus-newsgroup-data)
3610         (gnus-newsgroup-unreads, nnoo-state-alist)
3611         (gnus-current-select-method, mail-sources)
3612         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3613         (nnmail-spool-file, gnus-cache-active-hashtb):
3614         * gnus-mh.el (mh-lib-progs):
3615         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3616         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3617         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3618         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3619         (gnus-group-buffer):
3620         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3621         (font-lock-set-defaults):
3622         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3623         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3624         (gnus-summary-post-menu, total-parts, type, condition, length):
3625         * gnus-agent.el (gnus-agent-read-agentview):
3626         * flow-fill.el (show-trailing-whitespace):
3627         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3628         eval-and-compile wrappers for byte compiler pacifiers.
3629
3630         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3631         (mm-display-inline-fontify): Check for featurep 'xemacs not
3632         extent-list.
3633
3634         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3635         itimer-list.
3636         (mm-create-image-xemacs): Only do something for XEmacs.
3637         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3638
3639         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3640
3641         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3642         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3643
3644 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3645
3646         * nnimap.el (nnimap-split-download-body):
3647         * gnus-demon.el (gnus-demon):
3648         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3649
3650 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3651
3652         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3653         macros.
3654         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3655         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3656         copy data from unibyte buffer to multibyte current buffer.
3657         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3658         to copy data from unibyte current buffer to multibyte buffer.
3659         (nntp-make-process-buffer): Make process buffer unibyte.
3660
3661         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3662
3663 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3664
3665         * pop3.el (pop3-open-server): Accept and process data more robustly at
3666         connexion start to avoid spurious "POP SSL connexion failed" errors.
3667
3668 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3671         read group names.
3672
3673 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3674
3675         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3676
3677 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3680         (nnmail-save-active): Use a unibyte buffer when saving active file,
3681         which may contain non-ASCII group names.
3682
3683         * nnml.el (nnml-request-group): Decode group names in messages.
3684
3685 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3686
3687         * message.el (message-citation-line-function)
3688         (message-insert-formatted-citation-line): Fix spelling of
3689         `message-insert-formated-citation-line'.
3690
3691 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3692
3693         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3694
3695 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3696
3697         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3698         nnmail-pathname-coding-system.
3699
3700         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3701         that a user enters; decode group names in messages.
3702
3703         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3704
3705 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3706
3707         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3708
3709         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3710
3711         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3712         risky local variable.
3713
3714         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3715
3716 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3717
3718         * encrypt.el: Improve documentation to fix function name typo.
3719         Reported by Daiki Ueno <ueno@unixuser.org>.
3720
3721 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3722
3723         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3724         even if the point is not in the last page of an article.
3725         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3726         back to the previous page.
3727
3728 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3729
3730         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3731
3732 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3735
3736 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3737
3738         * message.el (message-check-news-body-syntax): Avoid
3739         mm-string-as-multibyte.
3740         (message-hide-headers): Don't assume (point-min)==1.
3741
3742 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3743
3744         * message.el (message-remove-blank-cited-lines): Fix if remove is
3745         given.
3746         (message-bogus-address-regexp): New variable.
3747         (message-bogus-recipient-p): New function.
3748         (message-check-recipients): New command.
3749         (message-syntax-checks): Add `bogus-recipient'.
3750         (message-fix-before-sending): Add `bogus-recipient'.
3751
3752         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3753         (gnus-treat-body-boundary): Don't test window-system.
3754
3755 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3756
3757         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3758
3759 2007-10-28  Miles Bader  <miles@gnu.org>
3760
3761         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3762         at compile-time too.
3763
3764 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3765
3766         * gnus-msg.el (gnus-message-setup-hook): Add
3767         `message-remove-blank-cited-lines' to options.
3768
3769 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3770
3771         * message.el (message-remove-blank-cited-lines): New function.
3772         Suggested by Karl Plästerer.
3773
3774 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3777         mapc.
3778
3779         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3780         (top-level): Use mapc to set functions to be traced for debugging.
3781
3782         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3783         called for effect with while loop.
3784
3785         * message.el (message-talkative-question): Replace mapcar called for
3786         effect with mapc.
3787
3788         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3789         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3790         called for effect with dolist.
3791
3792         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3793
3794         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3795         gnus-extra-headers and nnmail-extra-headers.
3796
3797         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3798         called for effect with dolist.
3799         (top-level): Use mapc to set functions to be traced for debugging.
3800
3801         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3802         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3803         dolist.
3804
3805         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3806         Replace mapcar called for effect with mapc.
3807         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3808         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3809         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3810         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3811
3812         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3813         remove-if that's a cl function.
3814
3815         * webmail.el (webmail-debug): Replace mapcar called for effect with
3816         dolist.
3817
3818         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3819         with mapc.
3820
3821 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3824         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3825         with while loop.
3826
3827         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3828         functions from article-* functions.
3829         (gnus-multi-decode-header): Replace mapcar called for effect with
3830         dolist.
3831
3832         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3833         (gnus-bookmark-show-details): Replace mapcar called for effect with
3834         while loop.
3835
3836         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3837         called for effect with while loop.
3838
3839         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3840         with dolist.
3841
3842         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3843         mapcar called for effect with dolist.
3844
3845         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3846
3847         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3848         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3849         Replace mapcar called for effect with dolist.
3850         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3851         mapc.
3852
3853         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3854         Replace mapcar called for effect with dolist.
3855         (gnus-topic-list): Replace mapcar called for effect with mapc.
3856
3857         * gnus.el: Use mapc instead of mapcar to add autoloads.
3858
3859 2007-10-23  Richard Stallman  <rms@gnu.org>
3860
3861         * gnus-group.el (gnus-group-highlight): Mark as risky.
3862
3863 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * gnus.el (gnus-server-to-method): Return method found first in
3866         gnus-newsrc-alist.
3867
3868         * gnus-art.el (gnus-article-highlight-signature)
3869         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3870         button overlay without the front stickiness.
3871
3872 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3873
3874         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3875         overview buffer needed a catch to receive its throw.
3876         (gnus-agent-flush-cache): Declared as interactive to make this function
3877         easier to use.
3878
3879 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3882         `next-line'.
3883
3884 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3887         exclude address matching message-dont-reply-to-names.
3888
3889 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * gnus-util.el (gnus-string<): New function.
3892
3893         * gnus-sum.el (gnus-article-sort-by-author)
3894         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3895
3896 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3899         the frame-focus tag is set in gnus-buffer-configuration.
3900
3901 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3904         the front stickiness.
3905
3906 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3909         url pattern; remove duplicate one.
3910         (gnus-article-extend-url-button): New function.
3911         (gnus-article-add-buttons): Use it.
3912         (gnus-button-push): Use concatenated url that it makes.
3913
3914 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3915
3916         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3917
3918 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3919
3920         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3921         Don't hardcode point-min==1.
3922
3923 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3924
3925         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3926         Fix comment about "iso8859-1".
3927
3928 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3929
3930         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3931         ones returned from the verify-function.
3932
3933         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3934         mml2015-extract-cleartext-signature if extraction failed.
3935
3936 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3937
3938         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3939         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3940         failed.
3941
3942 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3943
3944         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3945
3946 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3947
3948         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3949         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3950         recommends to use EasyPG instead of PGG.
3951
3952         * pgg.el: Revert to revision 6.23.2.16
3953
3954         * pgg-def.el: Revert to revision 6.6.2.14.
3955
3956         * pgg-gpg.el: Revert to revision 6.23.2.34.
3957
3958 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3959
3960         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3961         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3962         thread for both the null and zero (kill/expire thread) universal prefix
3963         cases.
3964         (gnus-summary-expire-thread): Add new function to expire a thread,
3965         using gnus-summary-kill-thread.
3966         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3967         shortcuts for gnus-summary-expire-thread.
3968         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3969         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3970
3971 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3972
3973         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3974         extras value, so an extras entry can be deleted.
3975         (gnus-registry-delete-extra-entry): Use it.
3976         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3977         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3978         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3979         storage through the gnus-registry, and provide an appropriate API for
3980         it.
3981
3982 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3985         Suggested by Leo <sdl.web@gmail.com>.
3986
3987         * gnus.el: Do.
3988
3989 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3992         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3993
3994         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3995
3996         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3997         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3998
3999 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4002         newline.
4003         (nnmbox-request-accept-article): Don't change article in source buffer;
4004         narrow to header to use message-fetch-field rather than
4005         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4006         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4007         as delimiters; make sure article ends with newline.
4008         (nnmbox-delete-mail): Correct last position of article to be deleted;
4009         ignore X-Gnus-Newsgroup header in article body.
4010         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4011         positions; make sure article ends with newline.
4012
4013         * message.el (message-display-abbrev): Don't infloop when a user
4014         inserts SPC in the beginning of header.
4015
4016         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4017         coding-system-for-read and coding-system-for-write for XEmacs having no
4018         file-coding feature.
4019
4020         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4021
4022 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4023
4024         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4025         list of groups not followed by default.  Fix type to be regexp.
4026         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4027
4028 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4029
4030         * hmac-def.el (define-hmac-function): Switch from old-style to
4031         new-style backquotes.
4032
4033         * md4.el (md4-make-step): Likewise.
4034
4035 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4038         raw-text coding system when saving .newsrc file, which may contain
4039         non-ASCII group names.
4040
4041 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-cus.el (gnus-score-extra): New widget.
4044         (gnus-score-extra-convert): New function.
4045         (gnus-score-customize): Use it for Extra.
4046
4047 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4048
4049         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4050         (mml2015-mailcrypt-clear-verify): Use it.
4051         (mml2015-gpg-clear-verify): Use it.
4052         (mml2015-pgg-clear-verify): Use it.
4053         (mml2015-epg-clear-verify): Replace the current part with the output
4054         from GnuPG; don't extract the plaintext by itself.
4055
4056         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4057         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4058         mml2015-clear-verify-function; don't touch the armor headers or
4059         dash-escaped text here.
4060
4061 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4064         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4065         parts, or application/octet-stream as a last resort.
4066         (gnus-mime-view-part-as-type): Don't toggle display.
4067         (gnus-mime-view-part-as-charset): Don't turn off display before
4068         querying charset.
4069
4070         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4071         stuff to undisplayer function in Emacs.
4072         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4073
4074         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4075         text/calendar parts.
4076
4077 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4080         decoding text/calendar parts.
4081
4082         * message.el (message-forward-make-body-mime): Always mark body as
4083         having no illegible text; remove signed-or-encrypted argument.
4084         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4085
4086         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4087         (mml-generate-mime-1): Don't encode body if it is specified to be in
4088         raw form; don't make buffer be unibyte when inserting multibyte string.
4089
4090 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4091
4092         * sha1.el: Fix up comment style.
4093         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4094         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4095
4096         * hex-util.el: Fix up comment style.
4097         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4098
4099         * gnus-salt.el: Use with-current-buffer.
4100         (gnus-pick-setup-message): Fix long-standing typo.
4101
4102 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * imap.el (imap-logout-timeout): New variable.
4105         (imap-logout, imap-logout-wait): New functions.
4106         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4107
4108         * nnimap.el (nnimap-logout-timeout): New server variable.
4109         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4110         nnimap-logout-timeout.
4111
4112         * gnus-art.el (gnus-article-summary-command-nosave)
4113         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4114
4115 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * gnus.el (gnus-maximum-newsgroup): New variable.
4118
4119         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4120         according to gnus-maximum-newsgroup.
4121
4122         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4123         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4124         Limit the range of articles according to gnus-maximum-newsgroup.
4125
4126 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4127
4128         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4129         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4130         Don't perform gnus-configure-windows here; reuse existing sticky
4131         article buffer.
4132
4133         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4134         it doesn't exist in gnus-article-mode.
4135
4136 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4139         (gnus-agent-decoded-group-name): New function.
4140         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4141         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4142
4143 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4144
4145         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4146         Add binding for gnus-sticky-article.
4147         (gnus-summary-exit): Don't kill sticky article buffers.
4148
4149         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4150         article buffer.
4151         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4152         (gnus-kill-sticky-article-buffers): New commands.
4153
4154 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4155
4156         * nntp.el (nntp-xref-number-is-evil): New server variable.
4157         (nntp-find-group-and-number): If it is non-nil, don't trust article
4158         numbers in the Xref header.
4159
4160 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-agent.el (gnus-agent-read-group): New function.
4163         (gnus-agent-flush-group, gnus-agent-expire-group)
4164         (gnus-agent-regenerate-group): Use it.
4165         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4166         nnmail-pathname-coding-system.
4167
4168 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4171
4172         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4173         that are unread as unread, and also as selected so that information of
4174         marks having been changed by a user may be updated when exiting group.
4175
4176 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4179         calculated ignoring signature parts to gnus-treat-article.
4180
4181 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4184         a point here in order to keep the window start.
4185         (gnus-insert-mime-security-button): Make a button overlay without the
4186         front stickiness.
4187         (gnus-mime-display-security): Goto the end of a button.
4188
4189         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4190
4191 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4192
4193         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4194         group-name-at-point.
4195         (gnus-group-completing-read): New function that offers decoded
4196         non-ASCII group names for completion.
4197         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4198         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4199         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4200         (gnus-group-fetch-control): Use it.
4201         (gnus-fetch-group): Use group-name-at-point for the initial value
4202         rather than the default value; use gnus-alive-p.
4203
4204         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4205         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4206         (gnus-summary-post-news): Use gnus-group-completing-read.
4207
4208         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4209         (gnus-read-move-group-name): Decode group name for completion.
4210
4211 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4212
4213         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4214         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4215         Yamaoka slightly modified the code).
4216
4217 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4220         (nnmail-split-incoming): Bind it.
4221
4222         * nnml.el (nnml-group-name-charset): New function.
4223         (nnml-decoded-group-name): Use it; don't decode group name if
4224         nnmail-group-names-not-encoded-p is non-nil.
4225         (nnml-encoded-group-name): New function.
4226         (nnml-group-pathname): Inline nnml-decoded-group-name.
4227         (nnml-request-expire-articles): Decode group name in message.
4228         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4229         nnmail-pathname-coding-system.
4230         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4231         not decoded ones according to nnmail-group-names-not-encoded-p.
4232         (nnml-generate-active-info): Use nnml-encoded-group-name.
4233
4234 2007-08-08  Glenn Morris  <rgm@gnu.org>
4235
4236         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4237         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4238         doc-strings and comments.
4239
4240 2007-07-25  Glenn Morris  <rgm@gnu.org>
4241
4242         * Relicense all FSF files to GPLv3 or later.
4243
4244 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4245
4246         * gnus-sum.el (gnus-summary-move-article): Make
4247         gnus-summary-respool-article work.
4248
4249 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4250
4251         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4252         string.
4253
4254 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4255
4256         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4257         that should be ignored when comparing distant RSS articles with local
4258         ones.
4259         (nnrss-make-hash-index): New function.  Create a hash index according
4260         to the ignored fields.
4261         (nnrss-check-group): Use it.
4262
4263 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4266
4267         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4268
4269         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4270         the new optional argument ENCODED is non-nil.
4271         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4272         coding system for encoding group name.
4273         (gnus-group-make-rss-group): Pass un-encoded group name to
4274         gnus-group-make-group.
4275         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4276         encoded.
4277
4278         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4279         Encode group name to which articles are moved or copied.
4280         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4281         coding system for encoding Newsgroup, Followup-To and Xref headers.
4282
4283         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4284         marks; use nnheader-file-coding-system to write a file.
4285         (nnagent-retrieve-headers): Bind file-name-coding-system to
4286         nnmail-pathname-coding-system.
4287
4288         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4289
4290         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4291         (nnml-request-article, nnml-request-create-group)
4292         (nnml-request-rename-group, nnml-find-id)
4293         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4294         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4295         (nnml-save-marks): Use nnml-group-pathname instead of
4296         nnmail-group-pathname.
4297
4298         (nnml-request-create-group, nnml-request-expire-articles)
4299         (nnml-request-move-article, nnml-request-delete-group)
4300         (nnml-deletable-article-p, nnml-possibly-create-directory)
4301         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4302         (nnml-open-marks): Bind file-name-coding-system to
4303         nnmail-pathname-coding-system.
4304
4305         (nnml-request-article): Pass server argument to nnml-find-group-number.
4306         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4307         server argument to nnml-possibly-create-directory.
4308         (nnml-request-accept-article): Pass server argument to
4309         nnml-active-number and nnml-save-mail.
4310         (nnml-find-group-number): Pass server argument to nnml-find-id.
4311         (nnml-request-update-info): Pass server argument to
4312         nnml-marks-changed-p.
4313
4314         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4315         (nnml-save-mail, nnml-active-number): Add server argument.
4316
4317         (nnml-request-delete-group): Warn if group is missing.
4318         (nnml-get-nov-buffer): Decode group name.
4319         (nnml-generate-active-info): Encode group name.
4320         (nnml-open-marks): Decode group name in messages.
4321
4322 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4325         if it is not specified.
4326         (gnus-article-pipe-part, gnus-article-save-part)
4327         (gnus-article-interactively-view-part, gnus-article-copy-part)
4328         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4329         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4330         (gnus-article-replace-part, gnus-article-delete-part)
4331         (gnus-article-view-part-as-type): Pass raw prefix argument to
4332         gnus-article-part-wrapper.
4333
4334 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-agent.el (gnus-agent-save-active): Bind
4337         nnheader-file-coding-system to gnus-agent-file-coding-system.
4338
4339         * gnus-cache.el (gnus-cache-save-buffers)
4340         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4341         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4342         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4343         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4344         (gnus-cache-generate-active, gnus-cache-rename-group)
4345         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4346         (gnus-cache-update-overview-total-fetched-for): Bind
4347         file-name-coding-system to nnmail-pathname-coding-system.
4348         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4349         variables.
4350         (gnus-cache-decoded-group-name): New function.
4351         (gnus-cache-file-name): Use it.
4352         (gnus-cache-generate-active): Use non-decoded group name for active.
4353
4354         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4355         right place.
4356         (gnus-write-active-file): Don't break non-ASCII group names.
4357
4358         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4359         nnmail-pathname-coding-system.
4360
4361         * lpath.el: Bind default-file-name-coding-system,
4362         file-name-coding-system and language-info-alist for XEmacs.
4363
4364         * gnus-uu.el (gnus-uu-decode-save): Typo.
4365
4366 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4369
4370 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4373         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4374         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4375         (gnus-agent-flush-group, gnus-agent-flush-cache)
4376         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4377         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4378         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4379         (gnus-agent-regenerate-group)
4380         (gnus-agent-update-files-total-fetched-for)
4381         (gnus-agent-update-view-total-fetched-for): Bind
4382         file-name-coding-system to nnmail-pathname-coding-system.
4383         (gnus-agent-group-pathname): Don't encode file names by
4384         nnmail-pathname-coding-system.
4385         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4386         coding-system-for-write instead of buffer-file-coding-system to
4387         gnus-agent-file-coding-system.
4388
4389         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4390         Decode group name.
4391
4392         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4393
4394         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4395         (gnus-read-newsrc-el-file): Make group names unibyte.
4396
4397         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4398         nnmail-pathname-coding-system.
4399
4400         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4401         (nnrss-request-delete-group): Bind file-name-coding-system to
4402         nnmail-pathname-coding-system.
4403         (nnrss-read-server-data, nnrss-read-group-data): Bind
4404         file-name-coding-system correctly.
4405         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4406
4407         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4408         (nntp-server-to-method-cache): New variable.
4409         (nntp-group-pathname): New function that decodes non-ASCII group names.
4410         (nntp-possibly-create-directory, nntp-marks-changed-p)
4411         (nntp-save-marks, nntp-open-marks): Use it.
4412         (nntp-possibly-create-directory, nntp-open-marks):
4413         Bind file-name-coding-system to nnmail-pathname-coding-system.
4414         (nntp-open-marks): Decode group names when bootstrapping marks.
4415
4416         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4417         Newsgroups and Folowup-To headers.
4418
4419 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4422         (gnus-server-closed-face, gnus-server-denied-face)
4423         (gnus-server-offline-face): Remove variable.
4424         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4425
4426         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4427         of modifying message-stack directly for XEmacs.
4428
4429         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4430         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4431         if the coding-system argument is nil for XEmacs.
4432
4433         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4434         mm-charset-override-alist.
4435
4436         * rfc2047.el: Don't require base64; require rfc2045 for the function
4437         rfc2045-encode-string.
4438         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4439         to quote the parameter value.
4440
4441 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4442
4443         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4444         form in gnus-group-name-charset-method-alist.
4445
4446         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4447         overrides the default layout edit-form.
4448
4449         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4450
4451         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4452
4453 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4456         as unfetched articles.
4457
4458 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4459
4460         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4461
4462 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4465         original back end that keeps marks in the local system.
4466
4467 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4470         arg of pop-to-buffer for XEmacs.
4471         (gnus-article-read-summary-keys): Ditto; don't restore window
4472         configuration if summary command ends up with neither article buffer
4473         nor summary buffer; describe bindings if summary keys end with C-h.
4474
4475 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * message.el (message-fix-before-sending): Skip raw message part to be
4478         forwarded while checking illegible text.
4479         (message-forward-make-body-mime, message-forward-make-body): Mark
4480         signed or encrypted raw message as having no illegible text.
4481
4482 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4483
4484         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4485         (gnus-message-with-timestamp-1): New macro.
4486         (gnus-message-with-timestamp): New function.
4487         (gnus-message): Use them.
4488
4489         * nnheader.el (nnheader-message): Use them.
4490
4491 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4492
4493         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4494         .newsrc.eld file.
4495
4496 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * gnus-agent.el (gnus-agent-fetch-headers)
4499         (gnus-agent-retrieve-headers): Bind
4500         gnus-decode-encoded-address-function to identity.
4501
4502         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4503         available also when the server returns simply a dot.
4504
4505         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4506
4507 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4510
4511 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-ems.el (gnus-x-splash): Make it work.
4514
4515         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4516         from being used.
4517
4518         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4519
4520 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4523         4th and the 5th arguments.
4524
4525         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4526         the front stickiness.
4527         (gnus-article-summary-command-nosave): Correct the order of the
4528         arguments passed to pop-to-buffer.
4529         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4530         summary command ends up with the article buffer.
4531
4532         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4533         the same faces.
4534
4535 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4536
4537         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4538
4539 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4540
4541         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4542         * gnus-sum.el (gnus-summary-highlight):
4543         * pgg.el (pgg-sign-region, pgg-sign):
4544         * mail-source.el (mail-source-delete-old-incoming-confirm):
4545         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4546
4547 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * gnus-art.el (gnus-mime-view-part-externally)
4550         (gnus-mime-view-part-internally): Fix predicate function passed to
4551         completing-read.
4552
4553         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4554
4555         * gnus.el (gnus-update-message-archive-method): Add :version.
4556
4557 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * gnus.el (gnus-update-message-archive-method): New variable.
4560
4561         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4562         according to gnus-message-archive-method if
4563         gnus-update-message-archive-method is non-nil.
4564
4565 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4566
4567         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4568         by Loic Dachary <loic@dachary.org>.
4569         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4570
4571 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * message.el (message-pop-to-buffer): Add switch-function argument.
4574         (message-mail): Pass switch-function argument to it.
4575
4576 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4577
4578         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4579         Improve doc string.
4580
4581 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4584         (gnus-header-content)
4585         * gnus-cite.el (gnus-cite-10)
4586         * gnus-srvr.el (gnus-server-closed)
4587         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4588         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4589         (gnus-group-mail-3-empty, gnus-group-mail-low)
4590         (gnus-group-mail-low-empty, gnus-splash)
4591         * message.el (message-header-to, message-header-cc)
4592         (message-header-subject, message-header-other, message-header-name)
4593         (message-header-xheader, message-separator, message-cited-text)
4594         (message-mml): Lighten colors of faces used for dark background.
4595
4596 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4597
4598         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4599         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4600
4601 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * message.el (message-narrow-to-headers-or-head):
4604         Ignore mail-header-separator in the body.
4605
4606 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4607
4608         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4609         same as window size.
4610
4611 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4612
4613         * message.el (message-font-lock-keywords): Use message-header-xheader
4614         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4615         ahead of the anything pattern, to get it recognised.
4616
4617 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4620         spam.el loads uses it in the compiled defadvice form.
4621
4622 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4623
4624         * gnus-sum.el (gnus-articles-to-read)
4625         (gnus-summary-insert-old-articles): Don't truncate group name for
4626         `read-string'.
4627
4628         * gnus-util.el (gnus-limit-string): Delete this function.
4629
4630         * gnus-sum.el (gnus-simplify-subject-fully): Use
4631         `truncate-string-to-width' instead.
4632
4633 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4634
4635         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4636         if, on summary exit, the next group has to be selected.
4637         (gnus-summary-exit): Use it.
4638
4639 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4640
4641         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4642         non-break space.
4643
4644 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4647         Check if group is not a directory.
4648         (nnfolder-request-expire-articles): Don't delete articles if the target
4649         group is not available.
4650
4651         * nnml.el (nnml-request-create-group): Properly check if group is not a
4652         file.
4653         (nnml-request-expire-articles): Don't delete articles if the target
4654         group is not available.
4655
4656         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4657         Don't quote characters that are within parentheses.
4658
4659 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4662         (gnus-handle-ephemeral-exit): Select article according to it.
4663
4664 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4665
4666         * message.el (message-insert-formated-citation-line): Remove newline.
4667         (message-citation-line-format): Add final \n here so that the user can
4668         avoid a blank line.
4669
4670 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4671
4672         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4673         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4674         Update lanl/arXiv support.
4675
4676 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4677
4678         * gnus.el: Bump version number.
4679
4680 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4681
4682         * gnus.el (gnus-version-number): Bump version.
4683
4684 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4685
4686         * gnus.el: No Gnus v0.6 is released.
4687
4688 2007-04-27  Didier Verna  <didier@xemacs.org>
4689
4690         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4691         * gmm-utils.el (gmm-regexp-concat): here.
4692         * message.el: Don't require 'gnus-util.
4693         (message-dont-reply-to-names): Handle name change above.
4694         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4695
4696 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4699         since the initial value varies according to the system.
4700
4701 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4704
4705 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4706
4707         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4708
4709 2007-04-24  Didier Verna  <didier@xemacs.org>
4710
4711         Improve the type of gnus-ignored-from-addresses.
4712         * gnus-util.el (gnus-orify-regexp): New function.
4713         * message.el (gnus-util): Require it.
4714         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4715         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4716         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4717
4718 2007-04-24  Didier Verna  <didier@xemacs.org>
4719
4720         * gnus-sum.el:
4721         * gnus-utils.el: Fix some trailing whitespaces.
4722
4723 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4726         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4727         article's Message-ID; refer parent article in summary buffer.
4728
4729         * message.el (message-bounce): Call mime-to-mml.
4730
4731         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4732         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4733         optimize and/or forms properly.
4734
4735 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4736
4737         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4738         URL.
4739
4740 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4743
4744 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4747         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4748         displayed of multipart/alternative part if it is invoked from summary
4749         buffer.
4750
4751         * mm-view.el (mm-inline-text-html-render-with-w3m)
4752         (mm-inline-text-html-render-with-w3m-standalone)
4753         (mm-inline-render-with-function): Use mail-parse-charset by default.
4754
4755 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4756
4757         * parse-time.el (parse-time-string-chars): Check if CHAR
4758         is less than the length of parse-time-syntax.
4759
4760 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4763         from gnus-newsgroup-processable.
4764
4765 2007-04-16  Didier Verna  <didier@xemacs.org>
4766
4767         * gnus-msg.el (gnus-configure-posting-styles): Handle
4768         message-signature-directory properly with :file syntax.  Reported by
4769         "Leo".
4770
4771 2007-04-11  Didier Verna  <didier@xemacs.org>
4772
4773         New user option: message-signature-directory.
4774         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4775         * message.el (message-insert-signature): Ditto.
4776         * message.el (message-signature-file): Doc update.
4777         * message.el (message-signature-directory): New.
4778
4779 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * gnus-msg.el (gnus-inews-yank-articles): Use
4782         message-exchange-point-and-mark instead of exchange-point-and-mark.
4783
4784 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * message.el (message-yank-original): Make sure cited text ends with
4787         newline; don't exchange point and mark.
4788
4789 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4790
4791         * tls.el (open-tls-stream): Properly handle case where there
4792         is no associated buffer.
4793
4794 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4795
4796         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4797         message-yank-original, make sure (< mark TEXT point).
4798
4799 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4800
4801         * message.el (message-fill-column): New variable.
4802         (message-mode): Use it.  Add comment on a possible new hook.
4803
4804         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4805         (nnmail-get-new-mail): Reformat.
4806
4807         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4808
4809         * gmm-utils.el: Fix Commentary.
4810         (gmm-tool-bar-from-list): Fix typo in doc string.
4811
4812 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4813
4814         * message.el (message-yank-original): Don't switch point and mark
4815         unnecessarily to put point and mark as documented.
4816
4817 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818
4819         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4820         from the message heads.
4821
4822 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4823
4824         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4825         article buffer does not have a window.  This may not be the best
4826         solution but is certainly better than setting the start of the null,
4827         that is the current, window.
4828
4829 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4832         (gnus-draft-setup): Run it.
4833
4834         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4835         gnus-score-fast-scoring.  Allow regexp.
4836         (gnus-score-headers): Use it.
4837
4838         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4839         XEmacs.
4840
4841         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4842         string.
4843         (gnus-button-alist): Also catch `<f1> k ...'.
4844         (gnus-treat-display-x-face): Fix doc string.
4845
4846 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4847
4848         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4849         evaluation of gnus-extended-version to ensure correct generation of the
4850         User-Agent header when message-generate-headers-first is used.
4851
4852 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4853
4854         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4855         hashcash-path is nil.  Don't call callback with incorrect number of
4856         parameters if val is 0.
4857
4858 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4859
4860         * message.el (message-required-news-headers):
4861         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4862
4863 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4864
4865         * tls.el (open-tls-stream): In handshake-waiting loop,
4866         don't wait more if there is output available to process.
4867
4868 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4869
4870         * tls.el (tls-program): Doc fix.
4871
4872 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * message.el (message-generate-new-buffers): Change the meaning of the
4875         nil value; add `standard' to the choices; treat t as `unique'; improve
4876         doc string.
4877         (gnus-select-frame-set-input-focus): Autoload.
4878         (message-buffer-name): Search for the existing message buffer if
4879         message-generate-new-buffers is nil or `standard'; treat the value t of
4880         message-generate-new-buffers as `unique'.
4881         (message-pop-to-buffer): Raise the frame already displaying the message
4882         buffer; clear the echo area after querying.
4883         (message-setup): Pass the `continue' argument to compose-mail.
4884         (message-mail): Prefer `switch-function' if it is given; search for the
4885         existing message buffer if the `continue' argument is non-nil; pass
4886         continue and switch-function arguments to compose-mail by way of
4887         message-setup.
4888         (message-mail-other-window): Adjust argument of message-setup.
4889         (message-mail-other-frame): Ditto.
4890
4891 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4894         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4895         to turn font-lock on when turning gnus-message-citation-mode on.
4896
4897 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4898
4899         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4900         (mml-smime-function-alist): New variable; add epg as the backend.
4901         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4902         mml-smime- functions instead.
4903         * mm-view.el: Require smime.
4904
4905 2007-03-05  Didier Verna  <didier@xemacs.org>
4906
4907         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4908         instead of just inheritance for posting styles.
4909         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4910
4911 2007-02-24  Chris Moore  <dooglus@gmail.com>
4912
4913         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4914         * pgg-pgp.el (pgg-pgp-encrypt-region):
4915         * pgg-gpg.el (pgg-gpg-encrypt-region):
4916         Check pgg-encrypt-for-me if no other recipients.
4917
4918 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4919
4920         * tls.el (tls-certtool-program): Fix custom type.
4921
4922 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4925         and point-at-eol instead of line-(beginning|end)-position.
4926
4927         * assistant.el (assistant-parse-buffer): Ditto.
4928
4929         * netrc.el (netrc-parse-services): Ditto.
4930
4931 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4932
4933         * mml2015.el (mml2015-epg-find-usable-key): New function.
4934         (mml2015-epg-sign): Use it.
4935         (mml2015-epg-encrypt): Use it.
4936
4937 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * message.el (message-make-in-reply-to): Quote name containing
4940         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4941         if there are special characters.  Reported by NAKAJI Hiroyuki
4942         <nakaji@jp.freebsd.org>.
4943
4944 2007-02-27  Didier Verna  <didier@xemacs.org>
4945
4946         Include the group parameters as well as the topic ones in the
4947         inheritance filter process.
4948         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4949         argument GROUP-PARAMS-LIST.
4950         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4951
4952 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * nntp.el (nntp-never-echoes-commands)
4955         (nntp-open-connection-functions-never-echo-commands): New variables.
4956         (nntp-send-command): Use them.
4957
4958 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4959
4960         * mml2015.el (mml2015-epg-verify): Simplified.
4961
4962 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * mml.el (mml-content-disposition-alist): New user option.
4965         (mml-content-disposition): New function.
4966         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4967         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4968
4969 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4970
4971         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4972         verification.
4973
4974 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4975
4976         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4977         articles posted in the last 24 hours.
4978
4979 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4980
4981         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4982
4983 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4984
4985         * nntp.el (nntp-send-command): Don't wait for echoes when
4986         nntp-open-ssl-stream is used.
4987
4988 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4991         (gnus-message-add-citation-keywords)
4992         (gnus-message-remove-citation-keywords): Remove.
4993         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4994         directly, make the variables in font-lock-defaults buffer-local, add
4995         gnus-message-citation-keywords to them and then update the value of
4996         font-lock-keywords.
4997
4998 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * message.el (message-cite-original-1): Don't call
5001         gnus-article-highlight-citation.
5002
5003         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5004         citations; fix line count.
5005
5006 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5009         (gnus-message-add-citation-keywords)
5010         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5011         versions of font-lock-add-keywords and font-lock-remove-keywords to
5012         work with XEmacs correctly.
5013
5014 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * gnus-cite.el (gnus-cite-face-list): Set the values of
5017         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5018         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5019         (gnus-message-cite-prefix-regexp): New variable.
5020         (gnus-message-search-citation-line): Use it; protect against long
5021         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5022         the 0th match data for Emacs.
5023         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5024         (gnus-message-add-citation-keywords): Append keywords rather than
5025         prepending; emulate font-lock-add-keywords if it is not available.
5026         (gnus-message-remove-citation-keywords): Emulate
5027         font-lock-remove-keywords if it is not available.
5028
5029         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5030
5031         * message.el (message-cite-prefix-regexp): Set the value of
5032         gnus-message-cite-prefix-regexp.
5033
5034 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5035
5036         * nnweb.el (nnweb-google-parse-1): Update parser.
5037
5038 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5039
5040         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5041
5042 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5043
5044         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5045         regexp.
5046
5047 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5050         string-to-multibyte.
5051         (uudecode-decode-region-internal): Use it.
5052
5053         * lpath.el: Fbind string-as-multibyte for XEmacs.
5054
5055 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5058         custom choice.
5059
5060         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5061
5062 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5063
5064         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5065
5066         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5067         `write-region' to respect `mm-inhibit-file-name-handlers'.
5068
5069 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5070
5071         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5072         Use gnus-home-directory instead of "~/" or "$HOME".
5073
5074 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5075
5076         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5077         to mention filename.
5078         Add comments at beginning regarding usage.
5079         (encrypt-write-file-contents): Change interactive so a string is
5080         acceptable.  If the file has no associated model, show an error instead
5081         of a nonsense prompt.
5082
5083 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5084
5085         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5086         Thanks to Yoshihiko Yamada for kind notification of this typo.
5087
5088 2007-01-12  Kenichi Handa  <handa@m17n.org>
5089
5090         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5091         multibyte buffer.
5092
5093 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5094
5095         * gnus-score.el (gnus-score-fast-scoring): New variable.
5096         (gnus-score-headers): Use it.
5097
5098         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5099
5100         * message.el (message-cite-original-1): Call
5101         gnus-article-highlight-citation if requested.
5102         (message-make-from): Allow name and address as optional arguments.
5103
5104         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5105
5106         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5107         bugs to doc string.
5108         (gnus-button-alist): Add mid\\|message-id.
5109         (gnus-button-fetch-group): Extend for use in
5110         `browse-url-browser-function'.
5111         (gnus-button-url-regexp): Try to catch paired parentheses like in
5112         Wikipedia URLs.
5113
5114         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5115         Suggested by Simon Krahnke <overlord@gmx.li>.
5116
5117 2007-01-13  Romain Francoise  <romain@orebokech.com>
5118
5119         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5120         Update copyright.
5121
5122 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5123
5124         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5125
5126 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5127
5128         * gnus-registry.el (gnus-registry-unfollowed-groups)
5129         (gnus-registry-split-fancy-with-parent): Fix documentation.
5130
5131 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5132
5133         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5134         from nnweb groups.
5135
5136 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5137
5138         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5139         Xref urls.  Erase buffer before requesting head.
5140
5141 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5142
5143         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5144         customizable.
5145
5146 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5147
5148         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5149         no signing key is found.
5150         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5151         no encrypting and/or signing key is found.
5152
5153 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5154
5155         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5156
5157 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5158
5159         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5160         headers read from disk with the ones newly found in the current search.
5161         This should no longer cause problems, because the article numbers in
5162         Gmane's `nov.php' output are ignored since the previous change.
5163
5164 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5165
5166         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5167
5168 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5171         replace-regexp-in-string; bind url-version; fbind display-images-p and
5172         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5173         find-face and set-itimer-function for Emacs; bind itimer-list for
5174         Emacs.
5175
5176         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5177
5178 2007-01-01  Romain Francoise  <romain@orebokech.com>
5179
5180         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5181
5182 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5183
5184         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5185         `define-minor-mode' macro definition expanded properly.
5186         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5187         exclude it there.
5188
5189         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5190         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5191         `fboundp' test.
5192         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5193         This is OK to autoload in (S)XEmacs now.
5194
5195 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5196
5197         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5198         keystroke.
5199         (gnus-summary-limit-to-singletons): Fix typo.
5200
5201         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5202         else fails.
5203
5204 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5205
5206         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5207         docstring.
5208
5209         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5210         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5211         (gnus-summary-insert-dormant-articles): Fix typo in message.
5212
5213 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5216         nil for XEmacs.
5217         (gnus-message-citation-mode): Don't autoload in XEmacs.
5218
5219         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5220
5221 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5222
5223         * nnimap.el (nnimap-expunge-search-string): Mention
5224         nnimap-search-uids-not-since-is-evil in docstring.
5225
5226 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5227
5228         * spam.el: Revert to make-obsolete-variable because
5229         define-obsolete-variable-alias is not supported in Emacs 21.
5230
5231         * spam.el (spam-ifile-path, spam-ifile-database-path)
5232         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5233         make-obsolete-variable.
5234         (spam-bsfilter-path, spam-bsfilter-program)
5235         (spam-spamassassin-path, spam-spamassassin-program)
5236         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5237         use "path" inappropriately.
5238         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5239         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5240         variable names.
5241
5242 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5243
5244         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5245         summary buffer.
5246
5247         * password.el (password-cache-remove): Use clear-string to burn
5248         password, if available.
5249
5250 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5251
5252         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5253
5254         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5255
5256         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5257         (gnus-message-highlight-citation): Move defcustom here from
5258         gnus-cite.el.
5259         (gnus-message-citation-mode): Autoload.
5260
5261         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5262         checks to make it compile with XEmacs.
5263         (gnus-message-citation-mode): New minor mode.
5264         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5265         (gnus-message-highlight-citation): New variables.
5266         (gnus-message-search-citation-line)
5267         (gnus-message-add-citation-keywords)
5268         (gnus-message-remove-citation-keywords)
5269         (turn-on-gnus-message-citation-mode)
5270         (turn-off-gnus-message-citation-mode): New functions.
5271
5272 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5273
5274         * gnus-cite.el: Enable highlighting of different citation levels in
5275         message-mode.
5276
5277 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5278
5279         * message.el (message-make-fqdn): Fix comment.
5280         (message-bogus-system-names): Add ".local".
5281
5282         * spam.el (spam-ifile-path, spam-ifile-program)
5283         (spam-ifile-database-path, spam-ifile-database)
5284         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5285         Don't use "path" inappropriately.
5286         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5287         strings.
5288         (spam-check-ifile, spam-ifile-register-with-ifile)
5289         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5290         new variable names.
5291
5292         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5293         (gnus-treat-display-smileys): Simplify using
5294         gnus-image-type-available-p.
5295
5296         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5297         available.
5298
5299         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5300         `display-images-p' if available.
5301
5302 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5305         one after turning on the buffer's multibyteness instead of decoding
5306         them directly in the unibyte buffer that causes unexpected conversion
5307         in Emacs 23 (unicode).
5308
5309 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5310
5311         * message.el (message-generate-hashcash): Fix custom type.
5312
5313 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5314
5315         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5316
5317 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5320         disconnect icons.  Add help text.
5321
5322 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5325         negated to be consistent with the others we handle.
5326
5327 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5328
5329         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5330         version of gnus-summary-buffer to something, so that we can use two
5331         article buffers at the same time.
5332
5333 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5334
5335         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5336         trigger all the extra headers.
5337         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5338         sorting.
5339
5340 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5341
5342         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5343         solid groups.
5344
5345 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5346
5347         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5348
5349 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * legacy-gnus-agent.el: Add Copyright notice.
5352
5353 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5354
5355         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5356
5357 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5360
5361         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5362         to make it work reliably in CVS Emacs.
5363         (gnus-summary-limit-strange-charsets-predicate)
5364         (gnus-summary-limit-to-predicate): New functions.
5365
5366 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5367
5368         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5369         specifying array size.
5370         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5371         array if it is too small.
5372         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5373         (gnus-sort-threads-loop): New function.
5374
5375 2006-12-06  Chris Moore  <dooglus@gmail.com>
5376
5377         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5378         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5379
5380 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5381
5382         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5383         options.
5384
5385 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5388         DOS-ing the recipient.
5389
5390         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5391         the headers when creating the mapping to avoid mismappings.
5392         (nnweb-gmane-create-mapping): Always nix out old mapping.
5393
5394 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5397         and mm-verify-option to never.
5398
5399 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * message.el (message-signed-or-encrypted-p): New function.
5402         (message-forward-make-body): Use it.
5403
5404         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5405         Replace encode-coding-string with mm-encode-coding-string.
5406
5407 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * nneething.el (nneething-decode-file-name): Replace
5410         decode-coding-string with mm-decode-coding-string.
5411
5412         * gnus-int.el (gnus-open-server): Say failed server's name.
5413
5414 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5415
5416         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5417         strings to a single string.  Quote `errors-file-name'.
5418         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5419         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5420         Adjust calls.  Use `shell-quote-argument'.
5421
5422 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5423
5424         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5425         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5426
5427         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5428         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5429         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5430         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5431         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5432         (gnus-subscribe-newsgroup, gnus-1):
5433         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5434         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5435         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5436         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5437
5438 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5439
5440         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5441         keystroke.
5442         (gnus-summary-limit-to-bodies): Implement headersp.
5443
5444 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5447
5448 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5449
5450         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5451
5452 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5453
5454         * message.el (message-generate-hashcash): Expand range of values to
5455         include `opportunistic'.
5456         (message-send-mail): Use it.
5457
5458 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5459
5460         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5461         and comment it.
5462
5463         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5464
5465 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5466
5467         * gnus-util.el (gnus-extract-address-components): Improve comment.
5468
5469 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * gnus-util.el (gnus-extract-address-components): Work with address in
5472         which the name portion contains @.
5473
5474         * lpath.el: Fbind custom-autoload.
5475
5476 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * gnus.el (gnus-start): Move custom group up.
5479         (gnus-select-method): Don't autoload, but make it available for
5480         `customize-variable'.
5481         (gnus-getenv-nntpserver): Don't autoload.
5482
5483 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5484
5485         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5486
5487 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5488
5489         * message.el (message-sendmail-extra-arguments): New variable.
5490         (message-send-mail-with-sendmail): Use it.
5491
5492 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5495         mm-with-unibyte-current-buffer to make string unibyte.
5496
5497         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5498         mm-string-as-multibyte.
5499
5500 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5501
5502         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5503         Reported by Werner Koch <wk@gnupg.org>.
5504
5505 2006-11-14  Daiki Ueno  <ueno@p360>
5506
5507         * mml2015.el: Autoload epa-select-keys when compiling.
5508
5509 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5510
5511         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5512         message-options.
5513         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5514
5515 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5516
5517         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5518         EasyPG (< 0.0.6).
5519         (mml2015-always-trust): New user option.
5520         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5521         prompt.
5522
5523 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5524
5525         * nntp.el (nntp-authinfo-force): New variable.
5526         (nntp-send-authinfo): Use it.
5527
5528 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5529
5530         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5531         decode encoded words.  Improve prompt.  Add comment about forwarding.
5532         (message-replacement-char): Move up.
5533
5534 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5535
5536         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5537         instead of gnus-intersection because arguments of gnus-sorted-nunion
5538         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5539
5540 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5541
5542         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5543         (message-simplify-subject-functions): Enable
5544         message-strip-subject-encoded-words by default.
5545
5546 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * message.el (message-strip-subject-encoded-words): New function
5549         (message-simplify-subject-functions): New variable.
5550         (message-simplify-subject): Use it.  Fix typo in doc string.
5551         Support message-strip-subject-encoded-words.
5552
5553 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5554
5555         * gnus-diary.el (gnus-diary-delay-format-function):
5556         * nndiary.el (nndiary-reminders):
5557         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5558
5559 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5560
5561         * gnus-art.el (article-hide-boring-headers): Fetch date from
5562         gnus-original-article-buffer to avoid problems with localized date
5563         strings.
5564
5565 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5568
5569 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5570
5571         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5572         New variables.
5573         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5574         (mm-charset-synonym-alist): Move some entries to
5575         mm-codepage-iso-8859-list.
5576         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5577         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5578
5579 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5582
5583 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5584
5585         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5586         with Emacs 21 and XEmacs.
5587
5588 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5589
5590         * spam.el (spam-parse-address): New function for better parsing,
5591         catching errors, etc.
5592         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5593
5594 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5595
5596         * mm-view.el: Add interactive arg to html2text autoload.
5597
5598 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5601
5602 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5603
5604         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5605         variables.
5606         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5607         (mm-charset-synonym-alist): Move some entries to
5608         mm-codepage-iso-8859-list.
5609
5610         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5611
5612 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5613
5614         * message.el (message-citation-line-format)
5615         (message-insert-formated-citation-line): Fix implementation of %E, %N
5616         and %n according to the doc string.
5617
5618 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5619
5620         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5621         car-safe to avoid bad parses.
5622
5623 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5626         names.
5627
5628         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5629
5630 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5633         header.
5634
5635         * message.el (message-draft-headers): Add Date.
5636         (message-headers-to-generate): Fix typo in docstring.
5637
5638         * nndraft.el (nndraft-required-headers): New variable.
5639         (nndraft-generate-headers): Use it.
5640
5641         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5642
5643 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * gnus-registry.el (gnus-registry-wash-for-keywords)
5646         (gnus-registry-find-keywords): New functions to allow easy searching of
5647         articles that are in the registry.
5648
5649 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5650
5651         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5652         ietf-drums-parse-address instead of gnus-extract-address-components.
5653         Reported by Damien Elmes <damien@repose.cx>.
5654
5655 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5656
5657         * gnus.el (gnus-mime): Remove unused custom group.
5658
5659 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5660
5661         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5662         "blank line" when searching for end of armor headers.
5663
5664 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * gmm-utils.el (gmm-write-region): Fix variable name.
5667
5668 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5669
5670         * gmm-utils.el (gmm-write-region): New function based on compatibility
5671         code from `mm-make-temp-file'.
5672
5673         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5674
5675         * nnmaildir.el (nnmaildir--update-nov)
5676         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5677         Use `gmm-write-region'.
5678
5679 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5680
5681         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5682         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5683
5684         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5685
5686         * message.el (message-replacement-char): New variable.
5687         (message-fix-before-sending): Use it.
5688         (message-simplify-subject): New function to remove duplicate code.
5689         (message-reply, message-followup): Use it.
5690
5691         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5692         gnus-summary-limit-to-articles.
5693
5694 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * gnus-util.el (gnus-with-local-quit): New macro.
5697
5698         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5699
5700 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5701
5702         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5703         ignore non-string data.
5704
5705 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5706
5707         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5708         non-string data (needs to be done in the registry too).
5709
5710 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5711
5712         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5713         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5714         (gnus-registry-split-fancy-with-parent)
5715         (gnus-registry-fetch-simplified-message-subject-fast)
5716         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5717         Remove text properties on ingress into the registry and when it's saved.
5718         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5719         registry from entries with no groups.
5720
5721 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5722
5723         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5724         function to remove string properties.
5725
5726 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5727
5728         * gmm-utils.el (gmm): Adjust custom version.
5729
5730         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5731         custom version.
5732
5733         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5734
5735 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * gnus-art.el (gnus-insert-prev-page-button)
5738         (gnus-insert-next-page-button): Simplify.  Reformat.
5739
5740 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5741
5742         * gnus-art.el (gnus-insert-prev-page-button)
5743         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5744
5745 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5746
5747         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5748
5749 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5750
5751         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5752         gnus-article-button-face to MIME and security buttons.
5753
5754 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5755
5756         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5757         readable.
5758
5759 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5762
5763 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5764
5765         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5766         `browse-url-of-file' instead of `browse-url'.
5767
5768 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5769
5770         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5771         regexp.  Articles containing quotation were cut prematurely.
5772
5773 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * message.el (message-cite-original-1): Use nobody by default for the
5776         value of From header.
5777         (message-reply): Ditto.
5778
5779 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5780
5781         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5782         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5783         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5784
5785 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5786
5787         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5788         mails in the doc string.  Add some URLs in comment.
5789         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5790
5791 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5794         backslashes handling and the way to find boundaries of quoted strings.
5795
5796 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5797
5798         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5799         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5800         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5801         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5802
5803 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5804
5805         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5806         doc string.
5807         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5808
5809 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * lpath.el: Fbind epg-check-configuration.
5812
5813 2006-09-06  Simon Josefsson  <jas@extundo.com>
5814
5815         * mml2015.el (mml2015-use): Doc fix, mention epg.
5816
5817 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5818
5819         * mml2015.el (mml2015-use): Default to epg, if available.
5820
5821 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5822
5823         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5824         message-sender.
5825         (mml1991-epg-encrypt): Ditto.
5826         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5827         message-sender.
5828         (mml2015-epg-encrypt): Ditto.
5829
5830 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5831
5832         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5833         several common directories.
5834
5835 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5836
5837         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5838         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5839
5840 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * gnus-art.el (article-decode-encoded-words): Make it fast.
5843
5844 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5847
5848         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5849         in quoted string into `\'.
5850
5851 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5854         Use standard-syntax-table.
5855
5856 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-art.el (gnus-decode-address-function): New variable.
5859         (article-decode-encoded-words): Use it to decode headers which are
5860         assumed to contain addresses.
5861         (gnus-mime-delete-part): Remove useless `or'.
5862
5863         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5864         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5865         (gnus-nov-parse-line): Use it to decode From header.
5866         (gnus-get-newsgroup-headers): Ditto.
5867         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5868
5869         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5870         (mail-decode-encoded-address-string): New alias.
5871
5872         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5873         New function.
5874         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5875         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5876         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5877         (rfc2047-decode-string): Ditto.
5878         (rfc2047-decode-address-region): New function.
5879         (rfc2047-decode-address-string): New function.
5880
5881 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5882
5883         * message.el (message-caesar-buffer-body): Allow rotating headers.
5884
5885         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5886
5887         * message.el (message-insert-formated-citation-line): Fix %f.
5888         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5889
5890 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5893         (gnus-bookmark-mouse-available-p): New macro.
5894         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5895         (gnus-bookmark-bmenu-show-infos): Use it.
5896         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5897         (gnus-bookmark-bmenu-hide-infos): Ditto.
5898         (gnus-bookmark-remove-properties): New function.
5899         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5900         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5901         (gnus-bookmark-write-file): Bind coding-system-for-write.
5902         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5903         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5904         group before selecting it.
5905         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5906         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5907         quit-window if it is not available; use gnus-mouse-2 and bind it to
5908         gnus-bookmark-bmenu-select-by-mouse.
5909         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5910         (gnus-bookmark-bmenu-select-by-mouse): New function.
5911
5912 2006-08-13  Romain Francoise  <romain@orebokech.com>
5913
5914         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5915         space.
5916
5917 2006-08-10  Romain Francoise  <romain@orebokech.com>
5918
5919         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5920         (dns-mode-soa-auto-increment-serial): New user option.
5921         (dns-mode-soa-maybe-increment-serial): New function.
5922         (dns-mode): Add the latter to `write-contents-functions'.
5923
5924 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * compface.el (uncompface): Use binary rather than raw-text-unix.
5927
5928 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * compface.el (uncompface): Make sure the eol conversion doesn't take
5931         place when communicating with the external programs.  Reported by
5932         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5933
5934 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5937
5938 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5939
5940         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5941         Make it more robust by parsing author and date independently.
5942
5943 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5946
5947 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5948
5949         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5950         first matching secret key.
5951         (mml2015-epg-encrypt): Ditto.
5952
5953         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5954         first matching secret key.
5955         (mml1991-epg-encrypt): Ditto.
5956
5957         * mml2015.el (mml2015-encrypt-to-self): New user option.
5958         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5959         mml2015-epg-encrypt-to-self is set.
5960
5961         * mml1991.el (mml1991-encrypt-to-self): New variable.
5962         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5963         mml1991-epg-encrypt-to-self is set.
5964
5965         * mml2015.el (mml2015-signers): New user option.
5966         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5967         (mml2015-epg-encrypt): Allow to select signing keys.
5968
5969         * mml1991.el (mml1991-signers): New variable.
5970         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5971         (mml1991-epg-encrypt): Allow to select signing keys.
5972
5973 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * nnheader.el (nnheader-insert-head): Make it work even if the file
5976         uses CRLF for the line-break code.
5977
5978 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5979
5980         * mml2015.el: Require mml-sec instead of password.
5981         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5982         (mml2015-cache-passphrase): Inherit the default value from
5983         mml-secure-cache-passphrase.
5984         (mml2015-passphrase-cache-expiry): Inherit the default value from
5985         mml-secure-passphrase-cache-expiry.
5986
5987         * mml1991.el: Require mml-sec instead of password.
5988         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5989         (mml1991-cache-passphrase): Inherit the default value from
5990         mml-secure-cache-passphrase.
5991         (mml1991-passphrase-cache-expiry): Inherit the default value from
5992         mml-secure-passphrase-cache-expiry.
5993
5994         * mml-sec.el: Require password.
5995         (mml-secure-verbose): New user option.
5996         (mml-secure-cache-passphrase): New user option.
5997         (mml-secure-passphrase-cache-expiry): New user option.
5998
5999 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6000
6001         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6002         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6003         andreas@altroot.de (Andreas Vögele).
6004
6005         FIXME: Use `tiny change'?
6006
6007 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6008
6009         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6010         workaround for the url package included with Emacs.
6011
6012         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6013
6014 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6017         correctly.  This fixes a bug caused by the 2006-05-12 change.
6018
6019 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6020
6021         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6022         some information about the error when saying that the `bogus' mail
6023         group will be used.
6024
6025 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6026
6027         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6028         string.
6029
6030 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6031
6032         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6033
6034 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6035
6036         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6037
6038 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6039
6040         * mml1991.el (mml1991-function-alist): Add epg.
6041         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6042         (mml1991-epg-encrypt): New functions.
6043
6044 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6045
6046         * mml2015.el (mml2015-verbose): New variable.
6047         (mml2015-cache-passphrase): Ditto.
6048         (mml2015-passphrase-cache-expiry): Ditto.
6049         (mml2015-function-alist): Add epg.
6050         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6051         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6052         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6053         functions.
6054
6055 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6056
6057         * message.el (message-cite-original-1): Preserve region when removing
6058         quoted text due to X-No-Archive in order to avoid bogus attribution
6059         when citing multiple messages.
6060
6061 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6062
6063         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6064         Kenneth Jacker <khj@be.cs.appstate.edu>.
6065
6066 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6067
6068         * gnus-diary.el (gnus-user-format-function-d)
6069         (gnus-user-format-function-D): Autoload.
6070
6071         * imap.el (Commentary): Fix typo.
6072
6073         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6074         2006-04-22 contribution.
6075
6076 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6077
6078         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6079         It didn't really fix the bogosity I'm seeing with solid web groups.
6080
6081 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6082
6083         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6084         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6085         created using server names.  If we use the feature without declaring
6086         it, Gnus does not properly manage server and group state.
6087
6088         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6089         bound.
6090
6091 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6092
6093         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6094         looking up the method using GROUP's prefix before inventing a new one.
6095         It is used on killed/unknown groups in various places where returning
6096         an all-new method isn't expected by the caller.
6097
6098         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6099         and match semantics of gnus-group-real-prefix.
6100
6101 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * nnmail.el (nnmail-broken-references-mailers): New variable.
6104         (nnmail-ignore-broken-references): New function generalizing
6105         nnmail-fix-eudora-headers.
6106         (nnmail-fix-eudora-headers): Now obsolete.
6107
6108         * gnus-art.el (gnus-button-handle-custom): Support
6109         `customize-apropos*'.
6110
6111 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6112
6113         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6114
6115         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6116         articles.
6117
6118 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6119
6120         * message.el (message-cite-reply-above): New variable.
6121         (message-yank-original): Use it.
6122
6123 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6126
6127 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6130         as read.
6131
6132         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6133
6134 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6137         (gnus-bookmark-default-file): Use gnus-directory.
6138         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6139         Remove "*" in doc string.
6140         (gnus-bookmark-write-file): Simplify.
6141         (gnus-bookmark-maybe-sort-alist): Use `when'.
6142         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6143         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6144         FIXME about Emacs 21 and XEmacs compatibility.
6145         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6146         compatibility.
6147         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6148         compatibility.
6149         (gnus-bookmark-menu-heading): Fix version.
6150
6151 2006-06-19  Bastien Guerry  <bzg@altern.org>
6152
6153         * gnus-bookmark.el: New file.
6154
6155 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * message.el (message-syntax-checks): Doc fix.
6158
6159 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6160
6161         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6162         unsubscribed groups as if they were killed ones.  It causes duplicate
6163         entries in gnus-newsrc-alist.
6164
6165 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * message.el (message-syntax-checks): Doc fix.
6168         (message-send-mail): Add check for continuation headers.
6169         (message-check-news-header-syntax): Fix regexp used to check for
6170         continuation headers.
6171
6172 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6175
6176 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6177
6178         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6179
6180 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6183         default-truncate-lines.
6184
6185 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6188         to fill the utf-8 entry.
6189
6190         * lpath.el: Fbind unicode-precedence-list.
6191
6192 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6193
6194         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6195
6196 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6197
6198         * gnus-agent.el (directory-files-and-attributes): Move all the way
6199         forward (the third and final move).
6200         (gnus-agent-read-agentview): Trap reconstruction errors due to
6201         nonexistant directory.  Handle by returning nil.
6202
6203 2006-05-30  Didier Verna  <didier@xemacs.org>
6204
6205         * message.el (message-dont-reply-to-names): Update the custom type.
6206         * message.el (message-dont-reply-to-names): New defsubst: potentially
6207         convert a list of regexps into a single one.
6208         * message.el (message-get-reply-headers): Use it.
6209         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6210
6211 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-agent.el (directory-files-and-attributes): Move forward.
6214
6215 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6216
6217         * gnus-ml.el (gnus-mailing-list-subscribe)
6218         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6219         (gnus-mailing-list-message): Fix doc strings.
6220
6221 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6222
6223         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6224         of doing it manually.
6225
6226 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6229         comment.
6230
6231 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6232
6233         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6234         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6235         (gnus-agent-read-local): All symbols allocated in my-obarray
6236         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6237         (gnus-agent-regenerate-group): Check numeric names to see if they are
6238         messages or groups.
6239         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6240         better way of do this...)
6241
6242         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6243         'dummy.group' (there should be a better way of do this...)
6244
6245 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6248         (gnus-saved-headers): Ditto.
6249         (gnus-default-article-saver): Mention functions may have properties.
6250         (gnus-article-save): Override gnus-save-all-headers and
6251         gnus-saved-headers by :headers property which saver function may have.
6252         (gnus-summary-save-in-file): Add :headers property.
6253         (gnus-summary-write-to-file): Ditto.
6254
6255         * gnus-sum.el (gnus-summary-save-article): Bind
6256         gnus-prompt-before-saving to t when saving many articles in a file;
6257         always show all headers.
6258
6259         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6260
6261 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6262
6263         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6264         marks.
6265
6266         * message.el (message-indent-citation): Add optional arguments to allow
6267         using it outside of message buffers.
6268
6269         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6270         (gnus-article-treat-unfold-headers): Use it.
6271         (gnus-article-truncate-lines): New variable.
6272         (gnus-article-mode): Use it.
6273         (gnus-article-toggle-truncate-lines): New function.
6274
6275         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6276         gnus-article-toggle-truncate-lines.
6277
6278         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6279         coding system in XEmacs, use binary.
6280
6281 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6284         after-load-alist.
6285
6286         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6287         this function should save decoded articles.
6288         (gnus-summary-write-to-file): Use property to specify this function
6289         should save decoded articles and specify gnus-summary-save-in-file
6290         should be used to save articles other than the first one when saving
6291         many articles.
6292         (gnus-summary-save-body-in-file): Use property to specify this
6293         function should save decoded articles.
6294         (gnus-summary-write-body-to-file): Use property to specify this
6295         function should save decoded articles and specify
6296         gnus-summary-save-body-in-file should be used to save articles other
6297         than the first one when saving many articles.
6298
6299         * gnus-sum.el (gnus-summary-save-article): Simplify.
6300
6301 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-art.el (gnus-default-article-saver): Add
6304         gnus-summary-write-body-to-file.
6305         (gnus-article-save-coding-system): Don't use coding system object
6306         in XEmacs.
6307         (gnus-read-save-file-name): Add optional `dir-var' argument which
6308         specifies directory in which files are saved; work even if optional
6309         `variable' argument is not specified.
6310         (gnus-summary-write-to-file): Read file name.
6311         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6312         (gnus-summary-write-body-to-file): New function.
6313
6314         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6315         (gnus-summary-local-variables): Add it.
6316         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6317         (gnus-summary-save-article): Remove optional `decode' argument;
6318         determine whether to decode articles by the value of
6319         gnus-default-article-saver; when saving many files using
6320         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6321         it first and use gnus-summary-save-in-file or
6322         gnus-summary-save-body-in-file thereafter unless
6323         gnus-prompt-before-saving is always; move point to article which
6324         will be saved.
6325         (gnus-summary-save-article-file): Revert.
6326         (gnus-summary-write-article-file): Revert.
6327         (gnus-summary-save-article-body-file): Revert.
6328         (gnus-summary-write-article-body-file): New function.
6329
6330 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * gnus-art.el (gnus-default-article-saver): Doc fix.
6333         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6334         from gnus-summary-save-article-coding-system, and default to a
6335         certain coding system.
6336         (gnus-output-to-file): Add coding cookie and encode text according
6337         to gnus-article-save-coding-system; don't use mm-append-to-file.
6338
6339         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6340         gnus-art.el and rename to gnus-article-save-coding-system.
6341         (gnus-summary-save-article): Require gnus-art; don't show all
6342         headers if it decodes articles; don't add coding cookie here;
6343         don't bind mm-text-coding-system-for-write.
6344         (gnus-summary-save-article-file): Save decoded articles.
6345         (gnus-summary-write-article-file): When saving many files, use
6346         gnus-summary-write-to-file first and gnus-summary-save-in-file
6347         thereafter unless gnus-prompt-before-saving is always.
6348         (gnus-summary-save-article-body-file): Save decoded articles.
6349
6350         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6351
6352 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6353
6354         * nnrss.el (nnrss-check-group): Bind hash-index.
6355
6356 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6357
6358         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6359         its hash index.  Store this hash in `nnrss-group-data'.
6360         (nnrss-read-group-data): Update accordingly.
6361
6362 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6363
6364         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6365         entry.
6366
6367         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6368         gnus-article-browse-html-article.
6369
6370 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6371
6372         * gnus-sum.el (gnus-summary-mime-map): Add
6373         gnus-article-browse-html-article.
6374
6375         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6376
6377 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6378
6379         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6380         suitable coding systems in customize.
6381
6382 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6383
6384         * mail-source.el (mail-sources): Fix custom type.
6385
6386 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6387
6388         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6389         (gnus-summary-expire-articles-now): Shorten prompt.
6390
6391         * gmm-utils.el (wid-edit): Require.
6392         (defun-gmm): Renamed from `gmm-defun-compat'.
6393         (gmm-image-search-load-path): Use it.
6394         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6395
6396 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6399         variable.
6400         (gnus-summary-save-article): Add optional `decode' argument.  If
6401         it is set and gnus-summary-save-article-coding-system is non-nil,
6402         save decoded article.
6403         (gnus-summary-write-article-file): Save decoded article if
6404         gnus-summary-save-article-coding-system is non-nil.
6405
6406         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6407         type.
6408
6409 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6412
6413 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6416         first to test gnus-single-article-buffer which may be buffer-local.
6417
6418         * gnus-sum.el (gnus-summary-setup-buffer): Make
6419         gnus-single-article-buffer buffer-local and nil in ephemeral
6420         group; make gnus-article-buffer, gnus-article-current, and
6421         gnus-original-article-buffer always buffer-local.
6422         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6423         group.
6424         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6425
6426 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * nnml.el (nnml-request-compact-group): Compressed files might not
6429         have .gz extension.
6430
6431 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6432
6433         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6434         (mm-copy-to-buffer): Use with-current-buffer.
6435         (mm-display-part): Simplify.
6436         (mm-inlinable-p): Add optional arg `type'.
6437
6438 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6439
6440         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6441         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6442         Try harder to show the attachment internally or externally using
6443         gnus-mime-view-part-as-type.
6444
6445 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6446
6447         * message.el (message-from-style, message-signature-separator)
6448         (message-user-organization-file, message-send-mail-function)
6449         (message-citation-line-function, message-yank-prefix)
6450         (message-indent-citation-function, message-signature)
6451         (message-signature-file, message-signature-insert-empty-line):
6452         Remove autoloads.
6453
6454         * gnus-art.el (gnus-buttonized-mime-types): Remove
6455         "multipart/signed".  Revert 2006-04-26 change.
6456
6457 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6458
6459         * gnus.el (gnus-version-number): Bump version.
6460
6461 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6462
6463         * gnus.el: No Gnus v0.5 is released.
6464
6465 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6466
6467         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6468         fetching articles by message-id.
6469
6470 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * message.el (hashcash): Require hashcash as normal.
6473
6474         * ecomplete.el (ecomplete-highlight-match-line): Use
6475         point-at-eol.
6476         (ecomplete-highlight-match-line): Use `highlight', because that
6477         face exists in both Emacs and XEmacs.
6478
6479         * message.el (message-display-abbrev): Use point-at-bol.
6480
6481         * mail-source.el: Don't require timer/timer-funcs.
6482
6483         * gnus-async.el: Ditto.
6484
6485         * password.el: Ditto.
6486
6487         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6488
6489         * mm-url.el: Ditto.
6490
6491         * gnus-xmas.el: Don't require timer-funcs.
6492
6493         * mm-util.el: Require timer/timer-funcs.
6494
6495 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6496
6497         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6498         Close.
6499
6500 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6503         unibyte after clear-decrypt function runs.
6504
6505         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6506         returns as a unibyte string.
6507
6508 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * lpath.el: Revert.
6511
6512         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6513         (pgg-gpg-process-sentinel): Revert.
6514
6515         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6516         (pgg-pgp-lookup-key): Revert.
6517
6518         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6519         (pgg-pgp5-lookup-key): Revert.
6520
6521         * pgg.el (pgg-fetch-key): Revert.
6522
6523 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * lpath.el: Fbind string-as-multibyte for XEmacs.
6526
6527         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6528         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6529         (mml1991-pgg-encrypt): Ditto.
6530
6531         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6532         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6533         a multibyte buffer.
6534
6535         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6536         (pgg-pgp-lookup-key): Ditto.
6537
6538         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6539         (pgg-pgp5-lookup-key): Ditto.
6540
6541         * pgg.el (pgg-fetch-key): Ditto.
6542
6543 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * message.el (message-user-organization-file): Check several
6546         locations of the organization file.
6547
6548         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6549         Add gnus-article-view-part-as-type.
6550
6551         * gnus-art.el (gnus-article-view-part-as-type): New function.
6552
6553         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6554         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6555
6556         * mml.el: Simplify autoload.
6557         (mml-mode): defvar dnd-protocol-alist instead of using
6558         symbol-value.
6559         (mml-default-directory): New variable.
6560         (mml-minibuffer-read-file): Use it.
6561         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6562
6563         * message.el (message-citation-line-format): New variable.
6564         (message-insert-formated-citation-line): New function.
6565         (message-citation-line-function): Add
6566         `message-insert-formated-citation-line' to custom type.
6567
6568         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6569         to doc string.
6570
6571         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6572         depending on mm-verify-option.
6573
6574 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6577         binding pgg-* variables; reimplement the section which prevents
6578         MIME header from being signed.
6579         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6580         pgg-text-mode; remove a blank line at the top of body.
6581
6582         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6583         lines at the top of body; use gnus-newsgroup-charset if there's no
6584         Charset header.
6585
6586 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * message.el (message-self-insert-commands): Doc fix.
6589
6590         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6591         (mm-uu-pgp-encrypted-test): Ditto.
6592         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6593         between header and body; return application/pgp-encrypted handle
6594         if decryption failed; decode decrypted body by charset.
6595
6596         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6597         element match to application/pgp-*.
6598
6599 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6600
6601         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6602         HTML.
6603
6604 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6605
6606         * mail-source.el (mail-source-call-script): Message the error
6607         string.
6608
6609 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * gnus-util.el (gnus-byte-compile): Use it.
6612
6613 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6614
6615         * gnus-util.el (kill-empty-logs): New function.
6616
6617 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6618
6619         * message.el (message-mail-alias-type): Doc fix.
6620         (message-mail-alias-type-p): New function.
6621         (message-send): Use it.
6622         (message-mode): Ditto.
6623         (message-strip-forbidden-properties): Ditto.
6624
6625         * ecomplete.el (ecomplete-database-file-coding-system): New
6626         variable.
6627         (ecomplete-save): Use it.
6628         (ecomplete-setup): Use it.
6629
6630 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * message.el (message-self-insert-commands): New variable.
6633         (message-strip-forbidden-properties): Use it.
6634
6635 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6636
6637         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6638         that doesn't make XEmacs choke.
6639
6640 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6641
6642         * gnus-util.el (gnus-replace-in-string):
6643         Prefer replace-regexp-in-string over of replace-in-string.
6644
6645 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * gnus-util.el (gnus-select-frame-set-input-focus):
6648         Use select-frame-set-input-focus if it is available in XEmacs; use
6649         definition defined in Emacs 22 for old Emacsen.
6650
6651         * dgnushack.el: Autoload unmorse-region for XEmacs.
6652
6653         * lpath.el: Bind cursor-in-non-selected-windows and
6654         select-frame-set-input-focus for XEmacs.
6655
6656 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6659
6660 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6661
6662         * gnus-registry.el (gnus-registry-cache-save): Remove text
6663         properties when saving via the temp buffer.
6664
6665 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6666
6667         * message.el (message-generate-hashcash): Honor custom type.
6668
6669 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * message.el (message-generate-hashcash): Default to non-nil when
6672         hashcash is found.
6673
6674         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6675         (gnus-refer-thread-limit): Increase default to 500.
6676
6677         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6678
6679         * flow-fill.el (fill-flowed): Allow delete-space.
6680
6681 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6682
6683         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6684         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6685         Remove autoloads.
6686
6687 2006-04-18  Simon Josefsson  <jas@extundo.com>
6688
6689         * message.el (message-generate-hashcash): Default to.
6690
6691 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6694         concatenating segments rather than before concatenating them.
6695
6696 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6697
6698         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6699
6700 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701
6702         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6703
6704         * message.el (message-forward-make-body-plain): Allow
6705         message-forward-ignored-headers to be a list.
6706         (message-remove-ignored-headers): Factor out into function.
6707         (message-forward-make-body-mml): Use it.
6708
6709         * imap.el (imap-quote-specials): New function.
6710         (imap-login-auth): Quote specials.
6711
6712         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6713         (rfc2231-parse-string): Allow concatanation of parameters that
6714         aren't contiguous.  The test case is
6715           (mail-header-parse-content-type "message/external-body;
6716             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6717             access-type=LOCAL-FILE;
6718             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6719
6720 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6721
6722         * nntp.el (nntp-accept-process-output): Return the value of
6723         `nnheader-accept-process-output'.
6724
6725 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6726
6727         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6728         (gnus-button-alist): Recognize more diff formats.
6729         (gnus-button-patch): Strip directory.
6730
6731 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6732
6733         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6734         Emacs 22 when setting focus.
6735
6736 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6737
6738         * gnus-art.el (gnus-article-treat-types): Do treatment of
6739         text/x-verbatim parts.
6740         (gnus-button-patch): New command.
6741
6742         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6743         addresses that contain invalid characters.
6744
6745 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * message.el (message-put-addresses-in-ecomplete): Use
6748         gnus-replace-in-string.
6749         (message-is-yours-p): Use the more correct
6750         mail-header-parse-address instead of
6751         mail-extract-address-components.
6752         (message-put-addresses-in-ecomplete): Fix typo.
6753
6754         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6755         keystroke.
6756
6757         * gnus-art.el (gnus-treatment-function-alist): Change order of
6758         newsgroups/generic header folding to avoid double-folding.
6759
6760         * message.el (message-hidden-headers): Add X-Draft-From.
6761
6762         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6763         command.
6764         (gnus-summary-repeat-search-article-backward): New command.
6765
6766         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6767         groups in the parent topic.
6768
6769 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6770
6771         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6772         (spam-extra-header-to-number): Return the CRM114 number as a
6773         number instead of a string.
6774
6775 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776
6777         * gnus-art.el (gnus-face-properties-alist): Moved here from
6778         gnus-fun.
6779
6780         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6781
6782 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * message.el (message-strip-forbidden-properties): Only display on
6785         self-insert-command.
6786
6787         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6788         reindent.
6789         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6790
6791 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6792
6793         * smiley.el (smiley-style): Fix typo.
6794
6795 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6796
6797         * hashcash.el (hashcash-insert-payment-async-2): Use
6798         message-goto-eoh instead of doing it manually.
6799         (mail-add-payment): Use message-narrow-to-header instead of trying
6800         to do the same itself.
6801
6802         * message.el (message-hidden-headers): Add Face.
6803
6804         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6805         reparenting code.
6806         (gnus-summary-reparent-children): Refactored out code.
6807         (gnus-summary-thread-map): New keystroke.
6808         (gnus-summary-reparent-children): Make into command.
6809
6810         * smiley.el (smiley-style): Default to `medium' if using a large
6811         font.
6812
6813         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6814         does it itself.
6815
6816         * message.el (message-point-in-header-p): Simplify definition.
6817
6818 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6819
6820         * nnagent.el (nnagent-request-set-mark): Silence log file
6821         writing.
6822         (nnagent-request-set-mark): Use write-region instead of
6823         append-to-file.
6824
6825         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6826         strange select method.
6827
6828         * ecomplete.el (ecomplete-display-matches): Get highlightling
6829         right.
6830         (ecomplete-display-matches): Use literals.
6831         (ecomplete-display-matches): Disable message logging.
6832
6833         * message.el (message-display-abbrev): Small optimization.
6834
6835         * ecomplete.el (ecomplete-display-matches): Allow automatic
6836         display.
6837
6838         * message.el (message-strip-forbidden-properties): Display
6839         abbrevs.
6840         (message-display-abbrev): Get automatic display right.
6841
6842         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6843         keystrokes.
6844
6845 2006-04-13  Romain Francoise  <romain@orebokech.com>
6846
6847         TODO: Backport to v5-10!
6848
6849         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6850         Moved here (and renamed) from gnus-registry.el.
6851
6852         * gnus-registry.el: Require gnus-util.
6853         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6854
6855 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6856
6857         * gnus-group.el (gnus-group-catchup-current): Change
6858         if-then-else-if-then-else into cond.
6859         (gnus-group-catchup): Indent.
6860         (group-name-at-point): New function.
6861         (gnus-fetch-group): Provide default from thing at point.
6862
6863 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6864
6865         * message.el (message-display-abbrev): Fix regexp.
6866
6867         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6868         choosing.
6869         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6870         dead variables.
6871
6872         * message.el (message-newline-and-indent): Remove debugging.
6873         (message-display-abbrev): Use new implementation.
6874
6875 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6876
6877         * gnus-art.el (gnus-article-mode): Set
6878         cursor-in-non-selected-windows to nil.
6879
6880         * smiley.el: Revert previous change.
6881         (smiley-data-directory): defvar it before using it in the
6882         defcustom of `smiley-style'.
6883
6884 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * message.el (message-newline-and-indent): New function.
6887
6888         * ecomplete.el: Implement more bits.
6889
6890         * message.el (message-put-addresses-in-ecomplete): Clean up the
6891         string.
6892
6893         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6894
6895         * gnus-sum.el (gnus-summary-save-parts): Bind
6896         gnus-summary-save-parts-counter and use it to make unique file
6897         names.
6898
6899         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6900
6901         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6902         parameter to say whether to actually parse the individual
6903         addresses.
6904
6905         * message.el (message-put-addresses-in-ecomplete): New function.
6906         (ecomplete): Require.
6907         (message-mail-alias-type): Add ecomplete as an option.
6908
6909 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6910
6911         * flow-fill.el (fill-flowed): Remove trailing space from blank
6912         quoted lines.
6913
6914 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6915
6916         * smiley.el (smiley-style): Move definition later to avoid a
6917         compilation warning.
6918
6919 2006-04-12  Kenichi Handa  <handa@m17n.org>
6920
6921         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6922         buffer and then decode the buffer text if necessary.
6923         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6924         first, and after mm-encode-body, change the buffer to unibyte.
6925         Use mm-disable-multibyte instead of set-buffer-multibyte.
6926
6927 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6930         Content-Type header instead of Content-Disposition header.
6931         (gnus-mime-inline-part): Ditto.
6932         (gnus-mime-view-part-as-charset): Ignore charset that the part
6933         specifies.
6934
6935         * mm-decode.el (mm-display-part): Work with external parts and
6936         usual parts similarly.
6937
6938         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6939         instead of gnus-display-mime.
6940
6941         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6942         instead of with-temp-buffer.
6943
6944         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6945         tag to summarized topics part in order to encode non-ASCII text.
6946
6947 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * smiley.el (smiley-style): New variable.
6950         (smiley-directory): New function.
6951         (smiley-data-directory): Derive from `smiley-style' using
6952         `smiley-directory'.
6953         (smiley-regexp-alist): Add new entries.
6954
6955         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6956         (gnus-article-browse-delete-temp): Add :version.
6957
6958 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6959
6960         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6961         the sieve region.
6962
6963 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6964
6965         * gnus.el (gnus-version-number): Bump version.
6966
6967 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6968
6969         * gnus.el: No Gnus v0.4 is released.
6970
6971 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6972
6973         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6974         layout.
6975
6976         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6977         unknown charset.
6978
6979         * message.el (message-header-synonyms): Add Original-To to the
6980         default.
6981
6982         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6983         optional parameter.
6984
6985 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * gnus-fun.el (gnus): Require it for gnus-directory.
6988
6989 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6992
6993 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6994
6995         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6996
6997 2006-04-05  Simon Josefsson  <jas@extundo.com>
6998
6999         * password.el (password-reset): New function.
7000
7001 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7002
7003         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7004         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7005
7006 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7007
7008         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7009         Some whitespace was matched into the url, which broke browsing hits
7010         > 100 when mm-url-use-external was nil.
7011
7012 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7015         gnus-extra-headers for 'Newsgroups.
7016
7017         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7018         bound.
7019
7020 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7021
7022         * pgg-gpg.el: Clean up process buffers every time gpg processes
7023         complete.
7024
7025 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7028         doc string.
7029
7030 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7031
7032         * pgg-gpg.el (pgg-gpg-process-filter)
7033         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7034
7035         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7036         lines, temporary fix.
7037
7038 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7039
7040         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7041
7042 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7043
7044         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7045         default-enable-multibyte-characters.  This reverts the change from
7046         revision 6.17 which is no longer necessary because the passphrase
7047         is sent separately now.  GnuPG messages are unreadable under
7048         multibyte locales with default-enable-multibyte-characters set to
7049         nil.
7050
7051 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * message.el (message-tool-bar-gnome): Move "spell".
7054
7055 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7056
7057         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7058         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7059         instead.
7060
7061 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7062
7063         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7064         newsgroups handling for NNTP overviews which don't include
7065         Newsgroups.
7066
7067 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7068
7069         * message.el (message-resend): Bind message-generate-hashcash to nil.
7070
7071 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7072
7073         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7074         when searching for already-paid recipients.
7075
7076 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7077
7078         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7079         passphrases when it is not needed.
7080         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7081         passphrase stuff from gpg, should only be necessary when you use
7082         gpg with a smartcard.
7083
7084 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * mml.el (mml-insert-mime): Ignore cached contents of
7087         message/external-body part.
7088
7089         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7090         (mm-insert-part): Ditto.
7091
7092 2006-03-23  Simon Josefsson  <jas@extundo.com>
7093
7094         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7095         Reiner.
7096         (pgg-gpg-use-agent-p): Use it again.
7097
7098 2006-03-23  Simon Josefsson  <jas@extundo.com>
7099
7100         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7101         older emacsen.
7102         (pgg-gpg-use-agent-p): Don't use it.
7103
7104 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7105
7106         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7107         if we can.
7108
7109 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7110
7111         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7112         (pgg-gpg-update-agent): New function.
7113         (pgg-gpg-use-agent-p): New function.
7114         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7115         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7116         (pgg-gpg-sign-region): Use it.
7117
7118 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7121         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7122
7123 2006-03-21  Simon Josefsson  <jas@extundo.com>
7124
7125         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7126         <wilde@sha-bang.de>.
7127         (pgg-gpg-use-agent): New variable.
7128         (pgg-gpg-process-region): Use it.
7129         (pgg-gpg-encrypt-region): Likewise.
7130         (pgg-gpg-encrypt-symmetric-region): Likewise.
7131         (pgg-gpg-decrypt-region): Likewise.
7132         (pgg-gpg-sign-region): Likewise.
7133         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7134
7135 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7138
7139         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7140         Add comment on version.
7141
7142 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7143
7144         * smiley.el: Add missing test smiley.
7145
7146 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * mm-decode.el (mm-with-part): New macro.
7149         (mm-get-part): Use it; work with message/external-body as well.
7150         (mm-save-part): Treat name and filename equally.
7151
7152         * mm-extern.el (mm-extern-cache-contents): New function.
7153         (mm-inline-external-body): Use it; force the part to be displayed;
7154         move undisplayer added to the cached handle to the parent.
7155
7156         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7157         (gnus-mime-view-part-as-type): Work with message/external-body.
7158
7159         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7160
7161 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7162
7163         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7164         images in image-load-path.  [Sync with image.el, revision 1.60, in
7165         Emacs.]
7166
7167 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7170         path rather than symbol.  Always return list of directories.
7171         Guarantee that image directory comes first.  [Sync with image.el,
7172         revision 1.59, in Emacs.]
7173
7174         * message.el (message-make-tool-bar): Adjust to new API of
7175         `gmm-image-load-path-for-library'.
7176
7177         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7178
7179         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7180
7181 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7182
7183         * gnus-art.el (gnus-article-only-boring-p):
7184         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7185         intangible text.
7186         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7187
7188 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7189
7190         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7191         `defun' instead of `gmm-defun-compat'.
7192
7193 2006-03-14  Simon Josefsson  <jas@extundo.com>
7194
7195         * message.el (message-unique-id): Don't use message-number-base36
7196         if (user-uid) is a float.
7197         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7198
7199 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7202
7203         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7204         empty line between a part and a message part.
7205
7206 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * smiley.el: Add more test smileys.
7209         (smiley-data-directory, smiley-regexp-alist)
7210         (gnus-smiley-file-types): Fix doc strings.
7211         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7212         adding new elements.
7213         (smiley-mouse-map): Unused code.  Make it a comment.
7214
7215 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7216
7217         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7218         scan latest NoCeM messages instead of old ones.
7219         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7220         delimiters that are recently used.
7221         (gnus-nocem-load-cache): Add autoload cookie.
7222
7223         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7224
7225         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7226         level which is larger than gnus-use-nocem is specified.
7227
7228         * gnus-group.el (gnus-group-get-new-news): Ditto.
7229
7230 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7231
7232         * gnus-util.el (gnus-tool-bar-update): New function.
7233
7234         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7235         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7236
7237         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7238
7239         * gnus-group.el (gnus-group-redraw-when-idle)
7240         (gnus-group-redraw-check): Remove.
7241         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7242
7243 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7246         if optional last element is specified in splits (FIELD VALUE...).
7247
7248 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7249
7250         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7251         to gmm-image-load-path-for-library.  Call with no-error argument.
7252         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7253
7254         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7255
7256         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7257
7258         * gmm-utils.el (gmm-image-load-path): Remove alias.
7259
7260 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7261
7262         * gmm-utils.el (gmm-image-load-path): Add alias.
7263
7264         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7265         nnml-generate-nov-databases-1.
7266         (nnml-generate-nov-databases): Use it.
7267         (nnml-generate-nov-databases-directory): Document no-active
7268         argument.
7269
7270         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7271         directory if path is t.  Add no-error.
7272
7273         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7274         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7275
7276         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7277         resetting gnus-article-browse-html-temp-list.
7278
7279         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7280         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7281         Add example to docstring.  Rename local variables.  Move error
7282         checks to default case in cond and simplify.
7283
7284 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7287         handle is multipart when calling it recursively.
7288         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7289
7290 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7291
7292         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7293         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7294
7295 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7298         is loaded.
7299
7300         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7301         loaded.
7302
7303 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7306         to "Emacs 23 (unicode)" in doc string.
7307
7308         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7309         "Emacs 23 (unicode)" in comment.
7310
7311 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7314
7315         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7316         characters 160 through 255 in Emacs 23.
7317
7318 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7319
7320         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7321         gnus-article-browse-html-temp.
7322         (gnus-article-browse-delete-temp): Make it customizable.  Add
7323         `file'.  Adjust doc string.
7324         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7325         query for each file.  Adjust doc string.
7326         (gnus-article-browse-html-parts): Add
7327         `gnus-article-browse-delete-temp-files' to
7328         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7329
7330 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7331
7332         * gnus-art.el (gnus-article-browse-html-temp)
7333         (gnus-article-browse-delete-temp): New variables.
7334         (gnus-article-browse-delete-temp-files): New function.
7335         (gnus-article-browse-html-parts): Use it.
7336
7337 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7340
7341         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7342         string.
7343
7344         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7345         gnus-summary-insert-new-articles when unplugged.  Remove
7346         gnus-summary-search-article-forward.
7347
7348         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7349         display-visual-class instead of display-color-cells.
7350
7351 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * dgnushack.el: Autoload customize-group for XEmacs.
7354
7355         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7356         message/* containing non-ASCII text properly.
7357
7358 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * message.el: Require gmm-utils, remove autoloads.
7361         (message-tool-bar): Set default based on
7362         gmm-tool-bar-style.
7363         (message-tool-bar-gnome): Add gmm-customize-mode.
7364
7365         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7366         gmm-tool-bar-style.
7367         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7368
7369         * gnus-group.el (gnus-group-tool-bar): Set default based on
7370         gmm-tool-bar-style.
7371         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7372
7373         * gmm-utils.el (gmm-image-directory): Rename variable from
7374         gmm-image-load-path.
7375         (gmm-image-load-path): Use gmm-image-directory.
7376         (gmm-customize-mode): New function.
7377         (gmm-tool-bar-style): New variable.
7378
7379         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7380         gnus-group-redraw-line-number.
7381         (gnus-group-redraw-check): Simplify.
7382         (gnus-group-tool-bar-update): Remove redraw check.
7383         (gnus-group-make-tool-bar): Add redraw check.
7384
7385 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7386
7387         * gnus-art.el (gnus-button): Add missing parentheses.
7388
7389 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * lpath.el: Fbind line-number-at-pos.
7392
7393 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7396
7397 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7398
7399         * gnus-art.el (gnus-button): New face.
7400         (gnus-article-button-face): Use it.
7401
7402         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7403         gnus-summary-next-page.  Re-order.
7404
7405         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7406         next-node are now included.
7407         (gnus-group-redraw-line-number): New internal variable.
7408         (gnus-group-redraw-check): Helper function for updating the tool
7409         bar.
7410         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7411
7412         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7413
7414         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7415         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7416         Use it to match format of Spamassassin 3.0 and later.  Reported by
7417         IRIE Tetsuya <irie@t.email.ne.jp>.
7418         (spam-check-bogofilter)
7419         (spam-bogofilter-register-with-bogofilter): Fix args of
7420         `gnus-error' calls.
7421
7422 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7425         unnecessary interaction when sending queued mails.  Reported by
7426         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7427
7428 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7431         first or last are nil.
7432
7433 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7434
7435         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7436
7437 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7440
7441 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7442
7443         * dns.el (query-dns): Protect more against buggy tcp output.
7444
7445 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7446
7447         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7448         nov.php.
7449
7450 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7451
7452         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7453         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7454         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7455         output on the server side.
7456         (nnweb-google-create-mapping): Update regexps and add some
7457         progress indication.
7458
7459 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7462         gnus-agent-toggle-plugged.  Re-order icons.
7463         (gnus-group-tool-bar-gnome): Add
7464         gnus-group-{prev,next}-unread-group.
7465         (gnus-group-tool-bar-gnome): Re-order icons.
7466
7467         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7468         gnus-summary-insert-new-articles.
7469
7470         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7471         comments.
7472
7473         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7474         also available in Emacs 21.3.
7475
7476         * message.el (message-fix-before-sending): Change "Emacs 22" to
7477         "Emacs 23 (unicode)" in comment.
7478
7479         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7480         "Emacs 23 (unicode)" in comment.
7481
7482         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7483         comment.
7484         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7485
7486         * mm-view.el (mm-fill-flowed): Add :version.
7487
7488 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7489
7490         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7491         and load-path.
7492
7493 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7494
7495         * message.el: Autoload gmm-image-load-path.
7496         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7497         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7498         consitency.
7499
7500         * gmm-utils.el (gmm-image-load-path): Also search in
7501         "../etc/images".  Don't set gmm-image-load-path if we don't find
7502         the image.
7503
7504 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * gmm-utils.el (gmm-image-load-path): Don't make
7507         `gmm-image-load-path' include subdirectories which the second arg
7508         `image' might specify.
7509
7510         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7511         subdirectory to icon file names.
7512
7513         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7514
7515 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7516
7517         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7518         gmm-image-load-path calls.
7519
7520         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7521
7522         * message.el (message-make-tool-bar): Ditto.
7523
7524         * mml.el (mml-preview): Added comment concerning tool bar icons.
7525
7526         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7527         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7528
7529         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7530         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7531
7532         * message.el (message-tool-bar-gnome): Use new icon names.
7533         (message-make-tool-bar): Use `gmm-image-load-path'.
7534
7535         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7536         functions from MH-E.
7537         (gmm-image-load-path): New variable from MH-E.
7538         (gmm-image-load-path): New function from MH-E.  Added arguments
7539         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7540         *-image-load-path-called-flag.
7541
7542 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7543
7544         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7545
7546 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7547
7548         * nnimap.el (nnimap-request-move-article): Change folder back to
7549         source group before deleting.
7550
7551 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7554
7555         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7556         mm-url.
7557
7558         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7559
7560 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7563         coding system which mm-charset-to-coding-system returns for a
7564         given charset is valid.
7565
7566 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7567
7568         * html2text.el (html2text-remove-tag-list):
7569         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7570
7571 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7572
7573         * gnus-cus.el: Revert 2005-10-17 change.
7574
7575 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-art.el (article-strip-banner): Call
7578         article-really-strip-banner only when the regexp match is made.
7579
7580 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7581
7582         * gnus-art.el (article-strip-banner): Use
7583         gnus-extract-address-components instead of
7584         mail-header-parse-addresses to make it work with non-ASCII text;
7585         remove mail-encode-encoded-word-string.
7586
7587         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7588         values which are surrounded with \"...\"; make it never cause a
7589         Lisp error; give up parsing of parameters if it failed in
7590         extracting type.
7591
7592 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7593
7594         * smime.el (smime-cert-by-ldap-1): Fix bug where
7595         `smime-ldap-search' returns results without userCertificates.
7596
7597 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7598
7599         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7600
7601 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * spam.el (spam-check-spamassassin-headers): Adapt format for
7604         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7605         <ari@mbf.ocn.ne.jp>.
7606         (spam-list-of-processors): Add spam-use-gmane.
7607
7608 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7609
7610         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7611         make-temp-file; make it work with XEmacs as well.
7612
7613         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7614         mm-make-temp-file.
7615
7616         * mm-decode.el (mm-display-external): Use the 3rd arg of
7617         mm-make-temp-file.
7618         (mm-create-image-xemacs): Ditto.
7619
7620 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7623         with message-narrow-to-headers.
7624         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7625         (gnus-draft-check-draft-articles): New function.
7626         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7627
7628 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * gnus-art.el (gnus-article-browse-html-parts):
7631         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7632         Don't use suffix argument for mm-make-temp-file for Emacs 21
7633         compatibility.  Remove useless `format'.
7634
7635 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7636
7637         * nnweb.el (nnweb-google-wash-article): Update regexps.
7638         (nnweb-group-alist): Use defvoo instead of defvar.
7639
7640 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7643         re-loading nn* modules.
7644
7645 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7648         for `tool-bar-mode' and don't check it's default-value.
7649
7650         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7651
7652         * message.el (message-make-tool-bar): Ditto.
7653
7654         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7655         `substring'.  Shorten tmp-file name.
7656
7657         * gnus.el: Remove bogus comment.
7658
7659 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7660
7661         * gnus-art.el (gnus-article-browse-html-parts): New function.
7662         (gnus-article-browse-html-article): New function for viewing html
7663         articles with a browser.
7664
7665 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7666
7667         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7668         in elisp.
7669         (pgg-gpg-encrypt-symmetric-region): Ditto.
7670         (pgg-gpg-sign-region): Ditto.
7671
7672         * pgg-def.el (pgg-text-mode): New variable.
7673
7674         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7675         (mml2015-pgg-encrypt): Ditto.
7676
7677         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7678         (mml1991-pgg-encrypt): Ditto.
7679
7680 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7683         message-make-date instead of current-time-string.
7684
7685         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7686         to gnus-decoded which mm-uu might set.
7687
7688 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7691         don't decode quoted parameters; remove misimported Emacs code.
7692         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7693         (rfc2231-decode-encoded-string): Don't use split-string which
7694         behaves differently according to Emacs version; use
7695         mm-decode-coding-region to convert charset to coding-system.
7696         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7697         (rfc2231-encode-string): Remove misimported Emacs code.
7698
7699 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7702         when calling mail-header-parse-content-type.
7703         (article-de-quoted-unreadable): Ditto.
7704         (article-de-base64-unreadable): Ditto.
7705         (article-wash-html): Ditto.
7706
7707         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7708         calling mail-header-parse-content-type and
7709         mail-header-parse-content-disposition.
7710         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7711         mail-header-parse-content-type.
7712
7713         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7714         insert charset and format parameters; encode description after
7715         inserting it to buffer.
7716         (mml-insert-parameter): Fold lines properly even if a parameter is
7717         segmented into two or more lines; change the max column to 76.
7718
7719         * rfc1843.el (rfc1843-decode-article-body): Don't use
7720         ignore-errors when calling mail-header-parse-content-type.
7721
7722         * rfc2231.el (rfc2231-parse-string): Return at least type if
7723         possible; don't cause an error even if it fails in parsing of
7724         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7725         (rfc2231-encode-string): Don't break lines at the beginning, leave
7726         it to mml-insert-parameter.
7727
7728         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7729         calling mail-header-parse-content-type.
7730
7731 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * spam-report.el (spam-report-gmane-use-article-number):
7734         Improve doc string.
7735         (spam-report-gmane-internal): Check if a suitable header was found
7736         in the article.
7737
7738 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7739
7740         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7741         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7742
7743 2006-02-05  Romain Francoise  <romain@orebokech.com>
7744
7745         Update copyright notices of all files in the gnus directory.
7746
7747 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7748
7749         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7750
7751 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7754         segmented lines of parameter value to cope with Thunderbird 1.5
7755         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7756         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7757         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7758
7759 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7760
7761         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7762         parts.
7763
7764 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7765
7766         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7767         there's only one active file for all servers.
7768         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7769         solid groups.  Gnus might have used a FAST request to select the group.
7770         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7771         and nnweb-search redundantly in the active file.
7772         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7773         (nnweb-request-create-group): Don't use ARGS.
7774         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7775         initialisations.  Let nnoo do the work.
7776
7777 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7780         Say the part has been decoded.
7781
7782         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7783
7784 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7785
7786         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7787         mailcap-viewer-test-cache when there's no 'test clause, since that
7788         will invert the meaning of a "nil" test previously determined by
7789         mailcap-mailcap-entry-passes-test.
7790
7791 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7794         compiling.
7795
7796         * gnus-sum.el: Ditto.
7797
7798         * message.el: Don't bind tool-bar-map when compiling.
7799
7800 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7803
7804 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7805
7806         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7807         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7808         current Google Groups.
7809
7810 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7813         and tool-bar-mode.
7814
7815         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7816         and tool-bar-mode.
7817
7818         * message.el (message-tool-bar-update): Simplify.
7819         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7820
7821         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7822         gnus-summary-buffer.
7823         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7824         gnus-summary-reply.
7825
7826         * gmm-utils.el (gmm): Add :version.
7827
7828 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * Makefile.in (clean): New rule.
7831         (distclean): Use it.
7832
7833 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7834
7835         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7836         autoload.
7837
7838 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * gmm-utils.el (gmm-verbose): Add :group.
7841
7842 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7843
7844         * message.el: Change some comments WRT tool-bars.
7845
7846         * gnus-sum.el (gnus-summary-tool-bar)
7847         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7848         (gnus-summary-tool-bar-zap-list): New variables.
7849         (gnus-summary-make-tool-bar): Complete rewrite using
7850         `gmm-tool-bar-from-list'.
7851
7852         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7853         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7854         variables.
7855         (gnus-group-make-tool-bar): Complete rewrite using
7856         `gmm-tool-bar-from-list'.
7857         (gnus-group-tool-bar-update): New function.
7858
7859         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7860
7861 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7864         is dissected into a single part of which the type is the same as
7865         the given one; decode charset.
7866
7867 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7868
7869         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7870         into alists as symbol not string, since that's what
7871         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7872         look for.
7873
7874 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7877         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7878
7879         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7880
7881 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7884         (gnus-xmas-mime-security-button-menu): New function.
7885
7886         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7887         (gnus-mime-security-button-menu): New definition.
7888         (gnus-mime-security-button-map): Use them.
7889         (gnus-mime-security-button-menu): New function.
7890         (gnus-insert-mime-security-button): Addition to help echo.
7891         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7892         (gnus-mime-security-pipe-part): New functions.
7893
7894         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7895         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7896
7897         * mm-decode.el (mm-handle-set-disposition): Remove.
7898         (mm-handle-set-description): Remove.
7899
7900 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7901
7902         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7903         (mm-w3m-standalone-supports-m17n-p): New function.
7904         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7905         w3m usage.
7906
7907         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7908         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7909
7910 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7911
7912         * message.el (message-tool-bar-zap-list): Use
7913         gmm-tool-bar-zap-list as custom type.
7914         (message-tool-bar-update): New function.
7915         (message-tool-bar, message-tool-bar-gnome)
7916         (message-tool-bar-retro): Add message-tool-bar-update.
7917         (message-tool-bar-gnome): Add flyspell-buffer.
7918
7919         * gnus-util.el (gnus-error): Describe `args'.
7920
7921         * gmm-utils.el (gmm-error): Describe `args'.
7922         (gmm-tool-bar-zap-list): New widget.
7923         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7924
7925 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7926
7927         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7928         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7929         the number of recursive calls.
7930
7931         * mm-decode.el (mm-handle-set-disposition): New macro.
7932         (mm-handle-set-description): New macro.
7933
7934 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7937         encoding.
7938
7939 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * message.el (message-tool-bar-zap-list, message-tool-bar)
7942         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7943         (message-tool-bar-local-item-from-menu): Remove.
7944         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7945         (message-make-tool-bar): New function.
7946         (message-mode): Use `message-make-tool-bar'.
7947
7948         * gmm-utils.el: New file.
7949         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7950         (gmm-lazy): New widget copied from `nnmail.el'.
7951         (gmm-tool-bar-from-list): New function for creating customizable
7952         tool bars.
7953         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7954         output.
7955         (gmm): Add :prefix to defgroup.
7956
7957 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7958
7959         * gmm-utils.el (gmm-widget-p): New function.
7960
7961 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7962
7963         * mml.el (mml-attach-file): Describe `description' in doc string.
7964         (mml-menu): Add Emacs MIME manual and PGG manual.
7965
7966 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7967
7968         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7969
7970 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7971
7972         * nntp.el (nntp-end-of-line): Doc fix.
7973
7974 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7975
7976         * imap.el (imap-open): Handle case where buffer is a buffer
7977         object.
7978
7979 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7980
7981         * gnus-delay.el (gnus-delay): Don't autoload.
7982         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7983         to be re-loaded when customizing the `gnus-delay' group.
7984
7985 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7986
7987         * message.el (message-insert-citation-line): Use newlines.
7988
7989 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7990
7991         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7992         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7993         these routines, so the passphrase can be managed externally and
7994         passed in to the system.
7995         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7996         pgg-add-passphrase-to-cache function.
7997
7998         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7999         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8000         these routines, so the passphrase can be managed externally and
8001         passed in to the system.
8002         (pgg-pgp5-sign-region): Use new name of
8003         pgg-add-passphrase-to-cache function.
8004
8005 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8006
8007         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8008         part of the decoded armor to find the key-identifier.
8009         (pgg-gpg-lookup-key-owner): New function to return the
8010         human-readable identifier of a key owner.
8011         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8012         itself.
8013         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8014         the key value) if we have a key and can match it against a secret
8015         key.  Also, added a note pointing out fact that the prompt only
8016         indicates the first matching key.
8017
8018         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8019         pgg-decrypt-region.
8020         (pgg-add-passphrase-to-cache): Rename from
8021         `pgg-add-passphrase-cache' to reduce confusion (all callers
8022         changed).
8023         (pgg-remove-passphrase-from-cache): Rename from
8024         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8025         changed).
8026         (pgg-read-passphrase, pgg-add-passphrase-cache)
8027         (pgg-remove-passphrase-cache): Add informative docstrings.
8028         (pgg-decrypt): Convey provided passphrase in subordinate call to
8029         pgg-decrypt-region.
8030
8031 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8032
8033         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8034         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8035         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8036         'passphrase' argument, so the passphrase can be managed externally
8037         and then passed in to the system.
8038
8039         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8040         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8041         so the passphrase cache can be used reliably with identifiers
8042         besides a pgp packet's key id.
8043
8044         * pgg-gpg.el (pgg-gpg-encrypt-region)
8045         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8046         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8047         these routines, so the passphrase can be managed externally and
8048         passed in to the system.
8049
8050         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8051         'notruncate' argument, so the passphrase cache can be used
8052         reliably with identifiers besides a pgp packet's key id.
8053
8054 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8055
8056         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8057         symmetric encryption.
8058         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8059         encrypted session key.
8060         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8061         message ask for the passphrase in a proper way.
8062
8063         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8064         New user commands for symmetric encryption.
8065
8066 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8067
8068         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8069
8070         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8071
8072 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8073
8074         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8075
8076 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * mm-decode.el (mm-inlined-types): Add application/pgp.
8079         (mm-automatic-display): Ditto.
8080
8081         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8082         part as text.
8083
8084 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * nnrss.el: Update copyright.
8087         (nnrss-opml-import): Query whether to subscribe to each entry.
8088
8089         * gnus-art.el:
8090         * gnus-sum.el:
8091         * gnus-xmas.el:
8092         * messagexmas.el:
8093         * mm-uu.el:
8094         * mm-view.el: Update copyright.
8095
8096 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * message.el (message-info): New function.
8099         (message-mode-menu): Add it.
8100         Update copyright.
8101
8102         * ChangeLog: Fix and update copyright.
8103
8104 2006-01-13  Romain Francoise  <romain@orebokech.com>
8105
8106         * message.el (message-forward-subject-name-subject): Prefer the
8107         address to 'nowhere' if the sender has no name.
8108         Fix typo.  Update copyright year.
8109
8110 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-art.el (article-wash-html): Use
8113         gnus-summary-show-article-charset-alist if a numeric arg is given.
8114         (gnus-article-wash-html-with-w3m-standalone): New function.
8115
8116         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8117         mm-inline-text-html-render-with-w3m-standalone.
8118         (mm-text-html-washer-alist): Map w3m-standalone to
8119         gnus-article-wash-html-with-w3m-standalone.
8120         (mm-inline-text-html-render-with-w3m-standalone): New function.
8121
8122 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8123
8124         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8125         Improve LaTeX.
8126
8127 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8128
8129         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8130         (nnrss-request-article): Render text/plain parts as HTML.
8131
8132         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8133         the buffer.
8134
8135 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8136
8137         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8138         custom definition of `gnus-posting-styles'.
8139
8140         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8141         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8142
8143 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8146         Use nntp for bug archive.
8147
8148 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8151         parts.
8152         (nnrss-normalize-date): New function converts ISO 8601 date into
8153         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8154         (nnrss-check-group): Use it.
8155
8156 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8159
8160         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8161         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8162         (nnrss-insert-w3): Ditto.
8163
8164 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8167         the articles to be forwarded including the case where neither a
8168         number of articles nor a region is specified.
8169
8170 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * nnrss.el (nnrss-request-article): Fix last change; fill
8173         text/plain parts.
8174
8175 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8178         in text/plain part.
8179         (nnrss-check-group): Don't add excessive newline to dc:subject.
8180
8181 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8182
8183         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8184         article.
8185
8186 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8187
8188         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8189         (nnml-use-compressed-files, nnml-save-mail): Support other
8190         comression programs such as bzip2.
8191
8192 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * dns.el (query-dns): Make sure we check the buffer size before
8195         removing tcp headers.
8196
8197 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8200         remove MIME buttons associated with multipart/alternative parts.
8201         (gnus-mime-display-alternative): Tag buttons using `article-type'
8202         text property.
8203
8204         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8205         associated with multipart/alternative parts.
8206
8207         * gnus-art.el (gnus-signature-separator): Fix custom type.
8208
8209         * mm-decode.el (mm-inlined-types): Fix custom type.
8210         (mm-keep-viewer-alive-types): Ditto.
8211         (mm-automatic-display): Ditto.
8212         (mm-attachment-override-types): Ditto.
8213         (mm-inline-override-types): Ditto.
8214         (mm-automatic-external-display): Ditto.
8215
8216 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8217
8218         * spam-report.el (spam-report-user-mail-address)
8219         (spam-report-user-agent): New variables.
8220         (spam-report-url-ping-plain): Use spam-report-user-agent.
8221
8222 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8223
8224         * gnus-art.el (gnus-button-handle-custom): Do not just use
8225         `customize-apropos' for any "M-x customize-*" button but the
8226         function called for.  Accept both the function name and its
8227         argument in order to achieve this.
8228         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8229         function name to `gnus-button-handle-custom' in case of "M-x
8230         customize-*" buttons.
8231
8232 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8235         multipart/alternative and add xref to mm-discouraged-alternatives
8236         in doc string.
8237
8238         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8239         gnus-buttonized-mime-types in doc string.
8240
8241 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8244         Suggest image/.* in the doc string.
8245
8246 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8247
8248         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8249         message-marks (Debian bug #342521).
8250
8251 2005-12-12  Simon Josefsson  <jas@extundo.com>
8252
8253         * password.el (password-read-from-cache): Add.
8254         (password-read): Use it.
8255
8256 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8259         us-ascii as a MIME charset.
8260
8261         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8262         against the case where the 2nd arg TYPE is nil.
8263
8264 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8265
8266         * pop3.el (pop3-stream-type): Fix custom version.
8267
8268         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8269
8270 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8271
8272         * mm-decode.el (mm-display-external): Add missing cdr.
8273
8274 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8277         RFC1524) if it is in mailcap or add a suffix according to
8278         mailcap-mime-extensions when generating a temp filename; postpone
8279         deleting a temp file for 2 seconds for some wrappers, shell
8280         scripts, and so on, which might exit right after having started a
8281         viewer command as a background job.
8282
8283 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8284
8285         * nntp.el (nntp-marks-directory): Fix custom group.
8286
8287         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8288         steps when < 10.
8289
8290         * gnus-start.el (gnus-no-server-1): Mention
8291         `gnus-level-default-subscribed' in doc string.
8292
8293 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8294
8295         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8296         parens.
8297
8298 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * gnus-xmas.el (gnus-use-toolbar): Revert.
8301         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8302         gnus-use-toolbar is default.
8303
8304         * messagexmas.el (message-use-toolbar): Revert.
8305         (message-setup-toolbar): Use global default-toolbar if
8306         message-use-toolbar is default.
8307
8308 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8311         according to default-toolbar-visible-p.
8312
8313         * messagexmas.el (message-use-toolbar): Ditto.
8314
8315 2005-11-26  Dave Love  <fx@gnu.org>
8316
8317         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8318         (tls-program, tls-success): Provide openssl alternative.
8319
8320         * starttls.el: Doc fixes.
8321         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8322         SERVICE to PORT.
8323
8324         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8325         port null or service name.
8326         (starttls-negotiate): Autoload.
8327
8328 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * message.el (message-kill-to-signature): Fix interactive spec.
8331
8332 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * pop3.el (pop3-open-server): Recognize a string as a service name.
8335
8336 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8337
8338         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8339
8340 2005-11-23  Dave Love  <fx@gnu.org>
8341
8342         Add pop3s, pop3/starttls.
8343
8344         * pop3.el (pop3-authentication-scheme): Clarify doc.
8345         (open-tls-stream, starttls-open-stream): Autoload.
8346         (pop3-stream-type): New.
8347         (pop3-open-server): Use it.
8348
8349         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8350         for POP.
8351         (mail-source-keyword-map): Add :stream for POP.
8352         (mail-source-fetch-pop): Use pop3-stream-type.
8353
8354 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8357         of current-time-string.
8358
8359 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8360
8361         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8362         date header.
8363
8364 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8365
8366         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8367         it can seriously impact performance as it bypasses the agent's
8368         local caches.
8369
8370 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8371
8372         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8373         must be explicitly online rather than "not explicitly offline" for
8374         its flags to be synchronized.
8375
8376         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8377         that gnus-uu-unmark-thread will function correctly.
8378
8379         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8380         1024K is instead displayed as 1M.
8381
8382 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8383
8384         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8385
8386 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8387
8388         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8389
8390 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8391
8392         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8393         error message to display actual error condition.
8394         (gnus-agent-save-local): Avoid saving symbols that are bound to
8395         nil as they simply result in a warning message in
8396         gnus-agent-read-local.
8397
8398 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8401         rather than make-variable-buffer-local for file-precious-flag.
8402
8403 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8404
8405         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8406         for duplicates which are removed.  The invalid sort check then
8407         triggers a rescan after the sort as sorting may have moved
8408         duplicate entries such that they can be cheaply detected.
8409
8410 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8413
8414 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8415
8416         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8417         internal variable to a custom variable.  Changed default value
8418         from compressed(2) to uncompressed(1).
8419         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8420         support for uncompressed agentview files.  Taken together, reading
8421         the agentview file should now be 6-7 times faster.
8422
8423 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8424
8425         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8426         as a buffer-local variable.  This avoids creating truncated
8427         dribble files as a result of a hang up, eg.
8428
8429 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8430
8431         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8432         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8433         XEmacs.
8434
8435 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * gnus-start.el (gnus-start-draft-setup): Enforce
8438         `gnus-draft-mode' for nndraft:drafts at startup.
8439
8440         * gnus.el (gnus-splash): Change custom group.
8441         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8442         allow-list argument.
8443
8444         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8445         string.
8446
8447 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * gnus-art.el (gnus-default-article-saver): Add user-defined
8450         `function' to custom type.
8451
8452 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8453
8454         * imap.el (imap-open): Handle case where buffer is a buffer
8455         object.
8456
8457 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8460         long lines.
8461         (gnus-cache-delete-group): Wrap doc strings.
8462
8463         * gnus-agent.el (gnus-agent-rename-group)
8464         (gnus-agent-delete-group): Wrap doc strings.
8465
8466 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * messagexmas.el (message-use-toolbar): Change the valid values
8469         into default, top, bottom, left, and right.
8470         (message-toolbar-thickness): New variable.
8471         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8472         well.
8473         (message-setup-toolbar): Make it work.
8474
8475         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8476         (gnus-use-toolbar): Change the valid values into default, top,
8477         bottom, left, and right.
8478         (gnus-toolbar-thickness): New variable.
8479         (gnus-xmas-setup-toolbar): New function.
8480         (gnus-xmas-setup-group-toolbar): Use it.
8481         (gnus-xmas-setup-summary-toolbar): Use it.
8482
8483 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * gnus-start.el (gnus-1): Add "native" to
8486         gnus-predefined-server-alist.
8487
8488         * gnus.el (gnus-method-to-server): Don't add "native" to the
8489         lists here, because that leads to problems when
8490         gnus-select-method is bound.
8491
8492 2005-11-09  Simon Josefsson  <jas@extundo.com>
8493
8494         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8495         use (not sort-by-date) instead.
8496
8497 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8498
8499         * gnus-delay.el (gnus-delay-group): Don't autoload.
8500         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8501         to be re-loaded when customizing the `gnus-delay' group.
8502
8503 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8504
8505         * message.el: Revert last changes.
8506         (message-insert-citation-line): Use newlines.
8507
8508 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8509
8510         * message.el (message-courtesy-message)
8511         (message-mark-insert-begin, message-mark-insert-end)
8512         (message-elide-ellipsis, message-cancel-message)
8513         (message-add-header, message-change-subject)
8514         (message-cross-post-followup-to-header)
8515         (message-cross-post-insert-note, message-reduce-to-to-cc)
8516         (message-widen-reply, message-delete-not-region)
8517         (message-kill-to-signature, message-insert-signature)
8518         (message-insert-importance-high, message-insert-importance-low)
8519         (message-insert-or-toggle-importance)
8520         (message-insert-disposition-notification-to)
8521         (message-indent-citation, message-yank-original)
8522         (message-cite-original-without-signature, message-cite-original)
8523         (message-insert-citation-line, message-position-on-field)
8524         (message-fix-before-sending, message-send-mail-partially)
8525         (message-send-mail, message-send-mail-with-sendmail)
8526         (message-send-mail-with-qmail, message-send-news)
8527         (message-check-news-header-syntax, message-generate-headers)
8528         (message-insert-courtesy-copy, message-fill-address)
8529         (message-fill-header, message-shorten-references)
8530         (message-setup-1, message-cancel-news)
8531         (message-forward-make-body-plain, message-forward-make-body-mime)
8532         (message-forward-make-body-mml, message-encode-message-body)
8533         (message-forward-make-body-digest-plain)
8534         (message-forward-make-body-digest-mime)
8535         (message-use-alternative-email-as-from): Insert `hard-newline'
8536         instead of ordinary newlines.
8537
8538 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * message.el (message-generate-headers): Downcase the argument
8541         given to message-check-element.
8542
8543 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8544
8545         * nntp.el (nntp-authinfo-rejected): New error condition.
8546         (nntp-wait-for): Use new error condition to signal authentication
8547         error.
8548         (nntp-retrieve-data): Rethrow new error condition to break out of
8549         recursive call to nntp-send-authinfo.
8550
8551 2005-11-08  Romain Francoise  <romain@orebokech.com>
8552
8553         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8554         (gnus-summary-exit-map): Bind to `Z p'.
8555         (gnus-summary-make-menu-bar): Add menu item.
8556
8557 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8560         (gnus-treat-*): Add `first' in all doc strings.
8561
8562         * gnus-group.el (gnus-group-compact-group): Fix typo.
8563
8564 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus.el (gnus-parameters-case-fold-search): New variable.
8567         (gnus-parameters-get-parameter): Use it.
8568
8569         * gnus-score.el (gnus-home-score-file): Doc fix.
8570
8571 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8572
8573         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8574
8575 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * mm-util.el (mm-special-display-p): New function.
8578
8579         * mml.el (mml-preview): Use it; doc fix.
8580
8581 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8582
8583         * imap.el (imap-open): Handle case where buffer is a buffer object.
8584
8585 2005-10-29  Romain Francoise  <romain@orebokech.com>
8586
8587         * message.el (message-fix-before-sending): Fix comment.
8588
8589 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8590
8591         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8592
8593 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8594
8595         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8596         Used in gnus-score.el.
8597
8598 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8601
8602 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8603
8604         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8605         whitespace removed in revision 7.8.  Use concatenated string to
8606         protect trailing whitespace.
8607
8608 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8609
8610         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8611         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8612         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8613         Courier IMAP ("some version from 2004").  Mostly based on similar
8614         code in the same function.
8615
8616 2005-10-26  Didier Verna  <didier@xemacs.org>
8617
8618         * gnus-group.el (gnus-group-compact-group): Invalidate original
8619         article buffer.
8620         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8621         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8622         NOV database and in article itself.
8623         Invalidate article backlog.
8624
8625 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8626
8627         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8628
8629 2005-10-26  Simon Josefsson  <jas@extundo.com>
8630
8631         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8632         part of 2004-07-25 change.
8633
8634 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * message.el (message-display-completion-list): New function.
8637         (message-expand-group): Use it; make sure the Completions buffer
8638         is modifiable.
8639 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8640
8641         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8642         user-mail-name is an empty string.
8643
8644 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8645
8646         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8647         depending on gnus-score-decay-constant.
8648
8649         * encrypt.el (encrypt-insert-file-contents)
8650         (encrypt-write-file-contents): Don't use `gnus-message'.
8651
8652         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8653         arguments.
8654         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8655         arguments to mm-uu-verbatim-marks-extract.
8656         (mm-uu-hide-markers): New variable.
8657         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8658
8659         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8660         (gnus-convert-image-to-face-command): Use "convert" by default to
8661         allow other input image formats.
8662         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8663         accordingly.
8664
8665 2005-10-23  Simon Josefsson  <jas@extundo.com>
8666
8667         * imap.el (imap-gssapi-program): Align command line parameters
8668         with latest GNU SASL.
8669         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8670
8671 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672
8673         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8674         HTML.
8675         (nnslashdot-request-article): Ditto.
8676
8677         * lpath.el (featurep): Add nobreak-char-display.
8678
8679 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8680
8681         * mail-source.el (mail-source-fetch-pop): Require pop3.
8682         (mail-source-check-pop): Ditto.
8683
8684 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8687         errors.
8688
8689 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8690
8691         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8692         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8693
8694         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8695
8696         * mm-bodies.el (mm-decode-string): Call
8697         `mm-charset-to-coding-system' with allow-override argument.
8698
8699 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8702         (rfc2047-charset-to-coding-system): New function.
8703         (rfc2047-decode-encoded-words): New function.
8704         (rfc2047-decode-region): Use them.
8705         (rfc2047-decode-cte): Remove.
8706         (rfc2047-parse-and-decode): Remove.
8707         (rfc2047-decode): Remove.
8708
8709 2005-10-15  Kenichi Handa  <handa@m17n.org>
8710
8711         * rfc2047.el (rfc2047-decode-cte): New function.
8712         (rfc2047-decode-region): Change the way to decode successive
8713         encoded-words: decode B- or Q-encoding in each encoded-word,
8714         concatenate them, and decode it as charset.
8715
8716 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8717
8718         * lpath.el: Fbind codepage-setup for XEmacs.
8719
8720 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8721
8722         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8723         widget-move-and-invoke.
8724         (gnus-custom-mode): Use gnus-custom-map.
8725
8726 2005-10-15  Bill Wohler  <wohler@newt.com>
8727
8728         * message.el (message-tool-bar-map): Renamed image file from
8729         mail_send to mail/send.
8730
8731 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8732
8733         * message.el (message-expand-group): Pass the common
8734         prefix substring of completion to `display-completion-list'.
8735
8736 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * mml-sec.el (mml-secure-method): New internal variable.
8739         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8740         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8741         functions using mml-secure-method.
8742
8743         * mml.el (mml-mode-map): Add key bindings for those functions.
8744         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8745         Harder <harder@myrealbox.com>.
8746         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8747         end of message if point is the headers of the message.
8748
8749         * message.el (message-in-body-p): New function.
8750
8751         * assistant.el: Autoload gnus-util and netrc.
8752
8753         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8754         Use `mm-charset-override-alist' only when decoding.
8755
8756         * mm-bodies.el (mm-decode-body): Call
8757         `mm-charset-to-coding-system' with allow-override argument.
8758
8759         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8760         `filename' from Content-Disposition if Content-Type doesn't
8761         provide `name'.
8762         (gnus-mime-view-part-as-type): Set default instead of
8763         initial-input.
8764
8765 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8766
8767         * format-spec.el (format-spec): Propagate text properties of % spec.
8768
8769 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8770
8771         * gnus-art.el (gnus-treat-predicate): Add `first'.
8772
8773 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8776         (mm-charset-override-alist): New variable.
8777         (mm-charset-to-coding-system): Use it.
8778         (mm-codepage-setup): New helper function.
8779         (mm-charset-eval-alist): New variable.
8780         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8781         about unknown charsets.
8782
8783         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8784
8785 2005-10-04  David Hansen  <david.hansen@gmx.net>
8786
8787         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8788         (nnrss-check-group): Ditto.
8789
8790 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8793         Rename x-gnus-verbatim to x-verbatim.
8794         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8795
8796         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8797         x-verbatim.
8798
8799         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8800
8801         * gnus-util.el (gnus-remove-duplicates): Remove.
8802
8803         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8804         instead of gnus-remove-duplicates.
8805
8806         * message.el (message-remove-duplicates): Remove.
8807         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8808         message-remove-duplicates.
8809
8810         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8811         available, else use implementation from `delete-dups'.
8812
8813         * message.el (message-insert-expires): New function.
8814         (message-mode-map): Add key binding.
8815         (message-mode-field-menu): Add menu entry.
8816         (message-mode): Document it.
8817         (message-make-expires-date): Use `message-make-date'.
8818
8819 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8820
8821         * message.el (message-make-expires-date): New function.
8822
8823 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * Makefile.in (list-installed-shadows): New entry.
8826         (install): Use it.
8827         (remove-installed-shadows): New entry.
8828
8829         * dgnushack.el (dgnushack-default-load-path): New variable.
8830         (dgnushack-find-lisp-shadows): New function.
8831         (dgnushack-remove-lisp-shadows): New function.
8832
8833 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * Makefile.in (install-el-elc): New entry.
8836         (install): Use it so that .el files are necessarily installed.
8837
8838 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8841
8842 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8843
8844         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8845         function rather than the diff-mode.el package.
8846         (mm-display-external): Use with-current-buffer.
8847         (mm-viewer-completion-map, mm-viewer-completion-map):
8848         Move initialization inside declaration.
8849
8850 2005-09-29  Simon Josefsson  <jas@extundo.com>
8851
8852         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8853         autoload mail-check-payment.
8854         (spam-check-hashcash): Define unconditionally, since hashcash.el
8855         is part of Gnus now.  Ignore errors from payment checking.
8856
8857 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * message.el (message-bold-region, message-unbold-region): Rename
8860         from `bold-region' and `unbold-region'.
8861
8862         * message.el: Remove useless autoloads.
8863
8864 2005-09-28  Simon Josefsson  <jas@extundo.com>
8865
8866         * message.el (message-use-idna): Default to t.
8867         (message-use-idna): Test whether encoding works too.  Doc fix.
8868
8869 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * nntp.el (nntp-warn-about-losing-connection): Remove.
8872
8873 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8874
8875         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8876         customizable.  Change default value.
8877         (mm-uu-diff-groups-regexp): Change default value.
8878         (mm-uu-type-alist): Add doc string.
8879         (mm-uu-configure): Add doc string.  Make it interactive.
8880         (mm-uu-tex-groups-regexp): New variable.
8881         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8882         (mm-uu-type-alist): Add LaTeX documents.
8883         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8884         of "text/verbatim".
8885         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8886
8887         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8888         instead of "text/verbatim".
8889
8890         * message.el (message-mark-inserted-region)
8891         (message-mark-insert-file): Use slrn style marks when called with
8892         prefix argument.
8893
8894 2005-09-27  Simon Josefsson  <jas@extundo.com>
8895
8896         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8897
8898 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8899
8900         * message.el (message-remove-duplicates): New function.
8901         Implementation borrowed from `gnus-remove-duplicates'.
8902         (message-idna-to-ascii-rhs): Also encode idna addresses in
8903         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8904         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8905         only ask about the same idna domain once per header and also tell
8906         in what header to replace the idna domain.
8907
8908         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8909         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8910         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8911         a header is decoded and not just the last one.
8912
8913 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8916         has been decoded.
8917
8918         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8919         (mm-insert-part): Don't modify text if it has been decoded.
8920
8921         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8922         decoded.
8923
8924         * mm-view.el (mm-inline-text): Don't strip text props unless
8925         decoding enriched or richtext parts.
8926
8927 2005-09-25  Romain Francoise  <romain@orebokech.com>
8928
8929         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8930         * gnus-start.el (gnus-subscribe-interactively):
8931         * gnus-uu.el (gnus-uu-grab-articles):
8932         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8933         space.
8934
8935 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8936
8937         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8938         * mm-view.el (mm-view-pkcs7-decrypt):
8939         * gnus-sum.el (gnus-summary-limit-to-extra)
8940         (gnus-summary-respool-article, gnus-read-move-group-name):
8941         * gnus-score.el (gnus-summary-increase-score):
8942         * gnus-util.el (gnus-completing-read-with-default):
8943         * gnus-art.el (gnus-read-save-file-name)
8944         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8945         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8946         * message.el (message-check-news-header-syntax):
8947         Follow convention for reading with the minibuffer.
8948
8949 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * spam-report.el (spam-report-url-ping-plain):
8952         Use gnus-extended-version as User-Agent.
8953
8954         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8955         default value is nil.
8956
8957         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8958         (mm-uu-verbatim-marks-extract): New function.
8959         (mm-uu-extract): New face.
8960         (mm-uu-copy-to-buffer): Use it.
8961
8962         * spam-report.el (spam-report-gmane-ham): Renamed from
8963         `spam-report-gmane-unspam'.
8964         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8965         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8966
8967         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8968         Autoload.
8969         (spam-report-gmane-unregister-routine): Renamed
8970         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8971
8972 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8973
8974         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8975         (spam-report-gmane-unregister-routine): Add support for gmane
8976         unregistration.
8977
8978         * spam-report.el (spam-report-gmane-unspam)
8979         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8980         (spam-report-gmane): Change to take a single article and do unspam
8981         registration.
8982
8983 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * mm-url.el (mm-url-decode-entities): Fix regexp.
8986
8987 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8988
8989         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8990         default to nil, to be able to use Gnus at all.  If the default
8991         switches to something else, then the function should be fixed not
8992         be exceedingly slow.
8993
8994 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8995
8996         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8997         fail hard.
8998
8999         * spam-report.el: Add better Keywords line.
9000
9001         * spam.el: Add Maintainer and better Keywords line.
9002
9003 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * gnus-art.el (gnus-article-replace-part)
9006         (gnus-mime-replace-part): New functions.
9007         (gnus-mime-action-alist, gnus-mime-button-commands)
9008         (gnus-mime-save-part-and-strip): Added file argument.
9009         (gnus-article-part-wrapper): Added interactive argument.
9010
9011         * gnus-sum.el (gnus-summary-mime-map): Add
9012         `gnus-article-replace-part'.
9013
9014 2005-09-19  Didier Verna  <didier@xemacs.org>
9015
9016         The nnml compaction feature:
9017         * nnml.el (nnml-request-compact-group): New function.
9018         * nnml.el (nnml-request-compact): New function.
9019         * gnus-int.el (gnus-request-compact-group): New function.
9020         * gnus-int.el (gnus-request-compact): New function.
9021         * gnus-group.el (gnus-group-compact-group): New function.
9022         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9023         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9024         * gnus-srvr.el (gnus-server-compact-server): New function.
9025         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9026         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9027
9028 2005-09-18  Deepak Goel  <deego@gnufans.org>
9029
9030         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9031         format spec.
9032
9033 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9034
9035         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9036
9037 2005-09-15  Romain Francoise  <romain@orebokech.com>
9038
9039         * message.el (message-fill-paragraph): Clarify docstring.
9040
9041 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * gnus-art.el (gnus-mime-display-part): Protect against broken
9044         MIME messages.
9045
9046 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9049         before parsing header.
9050
9051 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9052
9053         * html2text.el (html2text-replace-list): Add new entities.
9054
9055 2005-09-11  Romain Francoise  <romain@orebokech.com>
9056
9057         * message.el (message-alternative-emails): Improve docstring.
9058         (message-setup-1): Call `message-use-alternative-email-as-from'
9059         after `message-setup-hook' to give it precedence over posting
9060         styles, etc.
9061         (message-use-alternative-email-as-from): Add docstring.  Remove
9062         the original From header if present.
9063
9064         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9065         (nnml-save-mail): Use it.
9066
9067         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9068         articles.  Add new argument `silent'.
9069         (gnus-uu-mark-all): Report the total number of marked articles.
9070
9071 2005-09-10  Romain Francoise  <romain@orebokech.com>
9072
9073         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9074         (gnus-uu-mark-series): Likewise.
9075
9076 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9077
9078         * spam-report.el (spam-report-gmane): Fix generation of spam
9079         report URL.
9080
9081 2005-09-10  Simon Josefsson  <jas@extundo.com>
9082
9083         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9084         t, based on discussion on the ding list with Robert Epprecht
9085         <epprecht@solnet.ch>.
9086
9087 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * spam-report.el (spam-report-gmane): Make it work without
9090         X-Report-Spam header.  Gmane now only provides Archived-At.
9091         This is only used if `spam-report-gmane-use-article-number' is nil.
9092         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9093
9094         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9095         make `gnus-summary-sort-by-recipient' work with threading.
9096
9097         * nnweb.el (nnweb-google-wash-article): Print a message if article
9098         is not available.
9099
9100 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9101
9102         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9103         change.  Decode text/* parts content before displaying.
9104
9105 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9106
9107         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9108
9109 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9112
9113         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9114         url-package-name, url-package-version,
9115         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9116         w3m-display-inline-images, and w3m-minor-mode-map.
9117
9118 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * message.el (message-tab-body-function): Fix mismatched custom type.
9121
9122         * gnus.el (gnus-group-change-level-function): Ditto.
9123
9124         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9125
9126         * gnus-art.el (gnus-signature-limit)
9127         (gnus-article-mime-part-function): Ditto.
9128
9129 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9130
9131         * mml.el (mml-mode): Silence the byte compiler.
9132
9133         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9134         using `(sit-for 0)' before moving the point to the specified part;
9135         skip unbuttonized parts.
9136         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9137         return to the summary window if gnus-auto-select-part is non-nil.
9138
9139 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9142         variables.
9143         (mml-dnd-attach-file, mml-mode): Use them.
9144
9145         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9146         Make fetching article by MID work again for Google Groups.  Added
9147         FIXME concerning gnus-group-make-web-group.
9148
9149         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9150         Don't depend on Gnus by using mail-extract-address-components if
9151         gnus-extract-address-components is not bound.
9152
9153 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * gnus-art.el (gnus-mime-display-security): Don't display the
9156         signature, but only the signed part.
9157
9158 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9159
9160         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9161
9162         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9163         list, not listp.
9164
9165 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9166
9167         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9168         when encoding.
9169
9170         * mm-bodies.el (mm-decode-content-transfer-encoding):
9171         De-canonicalize CRLF for all text content types, not just
9172         text/plain.
9173
9174 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9177         valid article; point arrow and cursor at the MIME button.
9178
9179 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9182         Suggested by Dan Christensen <jdc@uwo.ca>.
9183
9184         * mm-decode.el (mm-save-part): Enable change of prompt.
9185
9186 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9187
9188         * gnus-msg.el (gnus-inews-add-send-actions): Made
9189         `message-post-method' lambda parameter ARG `&optional'.
9190
9191 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * gnus-sum.el (gnus-summary-mime-map): Added
9194         gnus-article-save-part-and-strip, gnus-article-delete-part and
9195         gnus-article-jump-to-part.
9196
9197         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9198         (gnus-article-edit-part): Use it.
9199         (gnus-article-part-wrapper): Added no-handle argument.
9200         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9201         functions.
9202
9203 2005-08-29  Romain Francoise  <romain@orebokech.com>
9204
9205         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9206         docstring.
9207         (gnus-face-from-file): Likewise.
9208
9209 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9210
9211         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9212         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9213         non-nil.
9214         (gnus-auto-select-part): New variable.
9215         (gnus-article-jump-to-part): New function.
9216         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9217         (gnus-mime-delete-part): Allow selecting specified part after
9218         deleting or stripping parts.
9219         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9220         part if argument is bogus.
9221
9222 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9223
9224         * gnus-art.el (w3m-minor-mode-map):
9225         * gnus-spec.el (gnus-newsrc-file-version):
9226         * gnus-util.el (nnmail-active-file-coding-system)
9227         (gnus-original-article-buffer, gnus-user-agent):
9228         * gnus.el (gnus-ham-process-destinations)
9229         (gnus-parameter-ham-marks-alist)
9230         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9231         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9232         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9233         * mm-decode.el (gnus-current-window-configuration):
9234         * mm-extern.el (gnus-article-mime-handles):
9235         * mm-url.el (url-current-object, url-package-name)
9236         (url-package-version):
9237         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9238         (smime-keys, w3m-cid-retrieve-function-alist)
9239         (w3m-current-buffer, w3m-display-inline-images)
9240         (w3m-minor-mode-map):
9241         * mml-smime.el (gnus-extract-address-components):
9242         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9243         (gnus-newsrc-hashtb, message-default-charset)
9244         (message-deletable-headers, message-options)
9245         (message-posting-charset, message-required-mail-headers)
9246         (message-required-news-headers):
9247         * mml1991.el (mc-pgp-always-sign):
9248         * mml2015.el (mc-pgp-always-sign):
9249         * nnheader.el (nnmail-extra-headers):
9250         * rfc1843.el (gnus-decode-encoded-word-function)
9251         (gnus-decode-header-function, gnus-newsgroup-name):
9252         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9253
9254 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9255
9256         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9257         the end of the date treatments.
9258
9259 2005-08-15  Simon Josefsson  <jas@extundo.com>
9260
9261         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9262         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9263         Capello and Romain Francoise.
9264         (pgg-fetch-key-function): Removed, not used?
9265         (pgg-insert-url-with-w3): Require url, to get
9266         url-insert-file-contents regardless of where it is defined.
9267
9268 2005-08-13  Romain Francoise  <romain@orebokech.com>
9269
9270         * message.el (message-cite-original-1): New function.
9271         (message-cite-original): Use it.
9272         (message-cite-original-without-signature): Ditto.
9273
9274 2005-08-08  Romain Francoise  <romain@orebokech.com>
9275
9276         * message.el (message-yank-empty-prefix): New variable.
9277         (message-indent-citation): Use it.
9278         (message-cite-original-without-signature): Respect X-No-Archive.
9279
9280 2005-08-08  Simon Josefsson  <jas@extundo.com>
9281
9282         * pgg.el: Autoload url-insert-file-contents instead of loading
9283         w3/url.
9284         (pgg-insert-url-with-w3): Don't load url here.
9285
9286 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9287
9288         * message.el (message-kill-to-signature): Don't insert newline at
9289         bol.
9290         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9291
9292 2005-08-06  Romain Francoise  <romain@orebokech.com>
9293
9294         * message.el (message-user-fqdn): Fix typo in docstring.
9295
9296 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9297
9298         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9299
9300         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9301
9302 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9303
9304         * mm-bodies.el (mm-encode-body): Use coding system rather than
9305         charset to encode text.
9306
9307         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9308         number of charsets if utf-8 is available (XEmacs).
9309
9310 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9311
9312         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9313         taken from `gnus-button-mid-or-mail-regexp'.
9314         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9315         (gnus-button-alist): Improve regexp for domain part of the MIDs
9316         for news:localpart@domain buttons.
9317         (gnus-button-ctan-directory-regexp): Update.
9318
9319 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * sieve-manage.el (sieve-manage-interactive-login): Use
9322         make-local-variable rather than make-variable-buffer-local.
9323         (sieve-manage-open): Ditto.
9324         (sieve-manage-authenticate): Ditto.
9325
9326         * mml.el (mml-generate-mime-1): Make the content type default to
9327         text/plain if the filename is not specified.
9328
9329 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9332         instead of insert-buffer.
9333
9334         * message.el (message-yank-original): Ditto; set the mark at the
9335         end of the yanked message.
9336
9337 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9340         lines to scroll rather than to stop it.
9341
9342         * mml.el (mml-generate-default-type): Add doc string.
9343         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9344         default to application/octet-stream when determining the content
9345         type if it is not specified for the part or the mml contents; add
9346         a comment about mml-generate-default-type.
9347
9348 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9351         make it default to application/octet-stream when determining the
9352         content type if it is not specified for the external contents.
9353
9354 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9357         segmented parameter but also other parameters might be there.
9358
9359 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * mm-decode.el (mm-display-external): Delete temp file, directory
9362         and buffer immediately if the external process is exited.
9363
9364 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9367         fewer lines than that of scroll-margin.
9368         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9369
9370 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * gnus-art.el (gnus-article-next-page): Revert.
9373         (gnus-article-beginning-of-window): New macro.
9374         (gnus-article-next-page-1): Use it.
9375         (gnus-article-prev-page): Ditto.
9376         (gnus-article-edit-part): Use insert-buffer-substring instead of
9377         insert-buffer.
9378         (gnus-article-edit-exit): Ditto.
9379
9380         * gnus-util.el (gnus-beginning-of-window): Remove.
9381         (gnus-end-of-window): Remove.
9382
9383         * lpath.el: Don't bind header-line-format and scroll-margin.
9384
9385 2005-07-25  Simon Josefsson  <jas@extundo.com>
9386
9387         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9388         to have the url package without w3.  Reported by Daiki Ueno
9389         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9390
9391 2005-07-20  Didier Verna  <didier@xemacs.org>
9392
9393         * gnus-diary.el: Remove the description comment (nndiary is now
9394         properly documented in the Gnus manual).
9395         Fix the spelling of "Back End".
9396         * nndiary.el: Ditto.
9397         Fix the copyright notice.
9398
9399 2005-07-18  Romain Francoise  <romain@orebokech.com>
9400
9401         * gnus-sum.el (gnus-summary-to-prefix)
9402         (gnus-summary-newsgroup-prefix): New variables.
9403         (gnus-summary-from-or-to-or-newsgroups): Use them.
9404
9405 2005-07-17  Romain Francoise  <romain@orebokech.com>
9406
9407         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9408         space as it's generally not especially interesting to the user.
9409
9410 2005-07-16  Romain Francoise  <romain@orebokech.com>
9411
9412         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9413         nil to avoid prompting and file modification if one of the
9414         messages at the top of the nnfolder file contains a copyright
9415         notice.
9416         Update copyright notice.
9417
9418         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9419         instead of `current-time-string' as the latter creates a time
9420         string that is not RFC 2822 compliant (it lacks the zone).
9421         Update copyright notice.
9422
9423 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9424
9425         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9426         for text/rtf.  Display default in prompt.  Pass default for M-n.
9427
9428         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9429
9430 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * gnus-msg.el (gnus-button-mailto): Remove
9433         save-selected-window-window hackery because it relies on
9434         save-selected-window internals.
9435
9436 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9439         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9440         (gnus-article-prev-page): Ditto.
9441
9442         * gnus-util.el (gnus-beginning-of-window): New function.
9443         (gnus-end-of-window): New function.
9444
9445         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9446
9447 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9448
9449         * gnus-score.el (gnus-score-edit-all-score): Set
9450         gnus-score-edit-exit-function to gnus-score-edit-done and call
9451         gnus-message.
9452
9453 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454
9455         * gnus-msg.el (gnus-button-mailto): Remove
9456         save-selected-window-window hackery because it relies on
9457         save-selected-window internals.
9458
9459 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9462         add-minor-mode.
9463         (gnus-binary-mode): Ditto.
9464
9465         * gnus-topic.el (gnus-topic-mode): Ditto.
9466
9467 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9468
9469         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9470         (gnus-article-prev-page): Take scroll-margin into consideration.
9471
9472 2005-07-04  Lute Kamstra  <lute@gnu.org>
9473
9474         Update FSF's address in GPL notices.
9475
9476 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9477
9478         * gnus.el (gnus-exit):
9479         * gnus-group.el (gnus-group-icons):
9480         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9481
9482         * gnus-nocem.el (gnus-nocem):
9483         * message.el (message-various, message-buffers, message-sending)
9484         (message-interface, message-forwarding, message-insertion)
9485         (message-headers, message-news, message-mail):
9486         * pgg-gpg.el (pgg-gpg):
9487         * pgg-parse.el (pgg-parse):
9488         * pgg-pgp.el (pgg-pgp):
9489         * pgg-pgp5.el (pgg-pgp5):
9490         * pop3.el (pop3): Finish `defgroup' description with period.
9491
9492 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-art.el (article-display-face): Improve the efficiency.
9495         (article-display-x-face): Ditto; remove grey x-face stuff.
9496
9497 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * gnus-art.el (article-display-face): Correct the position in
9500         which Faces are inserted.
9501
9502 2005-06-29  Didier Verna  <didier@xemacs.org>
9503
9504         * gnus-art.el (article-display-face): Display faces in correct
9505         order.
9506
9507 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9508
9509         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9510         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9511         (gnus-nocem-check-article): Fetch the Type header.
9512         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9513         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9514         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9515         make sure gnus-nocem-hashtb is initialized.
9516         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9517         (gnus-nocem-unwanted-article-p): Ditto.
9518
9519         * pgg.el (pgg-verify): Return the verification result.
9520
9521 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9522
9523         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9524         is ascii.
9525
9526 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9527
9528         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9529         `show-nonbreak-escape'.
9530
9531 2005-06-23  Lute Kamstra  <lute@gnu.org>
9532
9533         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9534
9535         * dig.el (dig-mode):
9536         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9537
9538 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9539
9540         * nnimap.el (nnimap-split-download-body): Fix spellings.
9541
9542 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9543
9544         * gnus-art.el (gnus-article-encrypt-body):
9545         * gnus-cus.el (gnus-score-customize):
9546         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9547         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9548
9549 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9550
9551         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9552         header by looking for magic "MII" at the beginnig.
9553
9554 2005-06-16  Miles Bader  <miles@gnu.org>
9555
9556         * gnus-xmas.el (gnus-xmas-group-startup-message):
9557         Use renamed gnus-splash face.
9558
9559         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9560         (assistant-field-face): New backward-compatibility alias for renamed
9561         face.
9562         (assistant-render-text): Use renamed assistant-field face.
9563
9564         * spam.el (spam): Remove "-face" suffix from face name.
9565         (spam-face): New backward-compatibility alias for renamed face.
9566         (spam-face, spam-initialize): Use renamed spam face.
9567
9568         * message.el (message-header-to, message-header-cc)
9569         (message-header-subject, message-header-newsgroups)
9570         (message-header-other, message-header-name)
9571         (message-header-xheader, message-separator, message-cited-text)
9572         (message-mml): Remove "-face" suffix from face names.
9573         (message-header-to-face, message-header-cc-face)
9574         (message-header-subject-face, message-header-newsgroups-face)
9575         (message-header-other-face, message-header-name-face)
9576         (message-header-xheader-face, message-separator-face)
9577         (message-cited-text-face, message-mml-face):
9578         New backward-compatibility aliases for renamed faces.
9579         (message-font-lock-keywords): Use renamed message faces.
9580
9581         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9582         (sieve-test-commands, sieve-tagged-arguments):
9583         Remove "-face" suffix from face names.
9584         (sieve-control-commands-face, sieve-action-commands-face)
9585         (sieve-test-commands-face, sieve-tagged-arguments-face):
9586         New backward-compatibility aliases for renamed faces.
9587         (sieve-control-commands-face, sieve-action-commands-face)
9588         (sieve-test-commands-face, sieve-tagged-arguments-face):
9589         Use renamed sieve faces.
9590
9591         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9592         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9593         (gnus-group-news-3-empty, gnus-group-news-4)
9594         (gnus-group-news-4-empty, gnus-group-news-5)
9595         (gnus-group-news-5-empty, gnus-group-news-6)
9596         (gnus-group-news-6-empty, gnus-group-news-low)
9597         (gnus-group-news-low-empty, gnus-group-mail-1)
9598         (gnus-group-mail-1-empty, gnus-group-mail-2)
9599         (gnus-group-mail-2-empty, gnus-group-mail-3)
9600         (gnus-group-mail-3-empty, gnus-group-mail-low)
9601         (gnus-group-mail-low-empty, gnus-summary-selected)
9602         (gnus-summary-cancelled, gnus-summary-high-ticked)
9603         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9604         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9605         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9606         (gnus-summary-low-undownloaded)
9607         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9608         (gnus-summary-low-unread, gnus-summary-normal-unread)
9609         (gnus-summary-high-read, gnus-summary-low-read)
9610         (gnus-summary-normal-read, gnus-splash):
9611         Remove "-face" suffix from face names.
9612         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9613         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9614         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9615         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9616         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9617         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9618         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9619         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9620         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9621         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9622         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9623         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9624         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9625         (gnus-summary-normal-ticked-face)
9626         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9627         (gnus-summary-normal-ancient-face)
9628         (gnus-summary-high-undownloaded-face)
9629         (gnus-summary-low-undownloaded-face)
9630         (gnus-summary-normal-undownloaded-face)
9631         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9632         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9633         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9634         (gnus-splash-face):
9635         New backward-compatibility aliases for renamed faces.
9636         (gnus-group-startup-message): Use renamed gnus faces.
9637
9638         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9639         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9640         (gnus-server-agent): Remove "-face" suffix from face names.
9641         (gnus-server-agent-face, gnus-server-opened-face)
9642         (gnus-server-closed-face, gnus-server-denied-face)
9643         (gnus-server-offline-face):
9644         New backward-compatibility aliases for renamed faces.
9645         (gnus-server-agent-face, gnus-server-opened-face)
9646         (gnus-server-closed-face, gnus-server-denied-face)
9647         (gnus-server-offline-face): Use renamed gnus faces.
9648
9649         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9650         Remove "-face" suffix from face names.
9651         (gnus-picon-xbm-face, gnus-picon-face):
9652         New backward-compatibility aliases for renamed faces.
9653
9654         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9655         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9656         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9657         (gnus-cite-11): Remove "-face" suffix from face names.
9658         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9659         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9660         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9661         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9662         New backward-compatibility aliases for renamed faces.
9663         (gnus-cite-attribution-face, gnus-cite-face-list)
9664         (gnus-article-boring-faces): Use renamed gnus faces.
9665
9666         * gnus-art.el (gnus-signature, gnus-header-from)
9667         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9668         (gnus-header-content): Remove "-face" suffix from face names.
9669         (gnus-signature-face, gnus-header-from-face)
9670         (gnus-header-subject-face, gnus-header-newsgroups-face)
9671         (gnus-header-name-face, gnus-header-content-face):
9672         New backward-compatibility aliases for renamed faces.
9673         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9674
9675         * gnus-sum.el (gnus-summary-selected-face)
9676         (gnus-summary-highlight): Use renamed gnus faces.
9677         * gnus-group.el (gnus-group-highlight): Likewise.
9678
9679 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9680
9681         * gnus-sieve.el (gnus-sieve-article-add-rule):
9682         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9683         * spam-stat.el (spam-stat-buffer-change-to-spam)
9684         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9685
9686         * message.el (message-is-yours-p):
9687         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9688
9689 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * mm-view.el (mm-inline-text): Withdraw the last change.
9692
9693 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9696         executing enriched-decode.
9697
9698 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9701         charset of tar files.
9702
9703 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9704
9705         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9706
9707 2005-06-04  Lute Kamstra  <lute@gnu.org>
9708
9709         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9710         information is never recorded.
9711
9712 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9713
9714         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9715
9716 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * pop3.el (pop3-apop): Run md5 in the binary mode.
9719
9720         * starttls.el (starttls-set-process-query-on-exit-flag):
9721         Use eval-and-compile.
9722
9723 2005-05-31  Simon Josefsson  <jas@extundo.com>
9724
9725         * smime.el (smime-replace-in-string): Define.
9726         (smime-cert-by-ldap-1): Use it.
9727
9728 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-art.el (article-display-x-face): Replace
9731         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9732
9733         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9734         set-process-query-on-exit-flag or process-kill-without-query.
9735
9736         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9737         loop instead of replace-regexp.
9738
9739         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9740         instead of process-kill-without-query if it is available.
9741
9742         * lpath.el: Fbind ldap-search-entries.
9743
9744         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9745         instead of find-file-hooks if it is available.
9746
9747         * mml1991.el: Bind pgg-default-user-id when compiling.
9748
9749         * mml2015.el: Bind pgg-default-user-id when compiling.
9750
9751         * nndraft.el (nndraft-request-associate-buffer):
9752         Use write-contents-functions instead of write-contents-hooks if it is
9753         available.
9754
9755         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9756         instead of find-file-hooks if it is available.
9757
9758         * nntp.el (nntp-open-connection): Replace
9759         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9760         (nntp-open-ssl-stream): Ditto.
9761         (nntp-open-tls-stream): Ditto.
9762
9763         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9764         set-process-query-on-exit-flag or process-kill-without-query.
9765         (starttls-open-stream-gnutls): Use it instead of
9766         process-kill-without-query.
9767         (starttls-open-stream): Ditto.
9768
9769 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9770
9771         * smime.el (smime-cert-by-ldap-1): Don't use
9772         replace-regexp-in-string.
9773
9774 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9775
9776         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9777
9778         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9779         in PEM format.  Adjust to the XEmacs compability.
9780
9781 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9784         by `string-to-number'.
9785         * gnus-agent.el (gnus-agent-regenerate-group)
9786         (gnus-agent-fetch-articles): Ditto.
9787         * gnus-art.el (gnus-button-fetch-group): Ditto.
9788         * gnus-cache.el (gnus-cache-generate-active)
9789         (gnus-cache-articles-in-group): Ditto.
9790         * gnus-group.el (gnus-group-set-current-level)
9791         (gnus-group-insert-group-line): Ditto.
9792         * gnus-score.el (gnus-score-set-expunge-below)
9793         (gnus-score-set-mark-below, gnus-summary-score-effect)
9794         (gnus-summary-score-entry): Ditto.
9795         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9796         (gnus-soup-pack): Ditto.
9797         * gnus-spec.el (gnus-xmas-format): Ditto.
9798         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9799         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9800         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9801         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9802         * nndb.el (nndb-get-remote-expire-response): Ditto.
9803         * nndiary.el (nndiary-parse-schedule-value)
9804         (nndiary-string-to-number, nndiary-request-replace-article)
9805         (nndiary-request-article): Ditto.
9806         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9807         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9808         * nneething.el (nneething-make-head): Ditto.
9809         * nnfolder.el (nnfolder-request-article)
9810         (nnfolder-retrieve-headers): Ditto.
9811         * nnheader.el (nnheader-file-to-number): Ditto.
9812         * nnkiboze.el (nnkiboze-request-article): Ditto.
9813         * nnmail.el (nnmail-process-unix-mail-format)
9814         (nnmail-process-babyl-mail-format): Ditto.
9815         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9816         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9817         (nnmh-request-create-group, nnmh-request-list-1)
9818         (nnmh-request-group, nnmh-request-article): Ditto.
9819         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9820         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9821         * nnsoup.el (nnsoup-make-active): Ditto.
9822         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9823         * nntp.el (nntp-find-group-and-number)
9824         (nntp-retrieve-headers-with-xover): Ditto.
9825         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9826         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9827         (pgg-format-key-identifier): Ditto.
9828         * pop3.el (pop3-last, pop3-stat): Ditto.
9829         * qp.el (quoted-printable-decode-region): Ditto.
9830
9831         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9832         of concat.
9833
9834 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9837
9838         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9839
9840         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9841
9842         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9843
9844         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9845
9846         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9847
9848         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9849         (gnus-carpal-mode): Ditto.
9850
9851         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9852         (gnus-browse-mode): Ditto.
9853
9854         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9855
9856         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9857
9858 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9859
9860         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9861
9862 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-util.el (gnus-run-mode-hooks): New function.
9865
9866         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9867
9868         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9869         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9870
9871 2005-05-27  Lute Kamstra  <lute@gnu.org>
9872
9873         * dns-mode.el (dns-mode): Specify customization group.
9874
9875 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9876
9877         * gnus-agent.el (gnus-agent-make-mode-line-string):
9878         Use mode-line-highlight as mouse-face.
9879
9880 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9881
9882         * canlock.el (canlock): Change the parent group to news.
9883
9884         * deuglify.el (gnus-outlook-deuglify): Add :group.
9885
9886         * dig.el (dig): Add :group.
9887
9888         * dns-mode.el (dns-mode): Add :group.
9889
9890         * encrypt.el (encrypt): Add :group.
9891
9892         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9893         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9894         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9895         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9896         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9897
9898         * gnus-diary.el (gnus-diary): Add :group.
9899
9900         * gnus.el (gnus-group-news-1-face): Add :group.
9901         (gnus-group-news-1-empty-face): Ditto.
9902         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9903         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9904         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9905         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9906         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9907         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9908         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9909         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9910         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9911         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9912         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9913         (gnus-summary-high-ticked-face): Ditto.
9914         (gnus-summary-low-ticked-face): Ditto.
9915         (gnus-summary-normal-ticked-face): Ditto.
9916         (gnus-summary-high-ancient-face): Ditto.
9917         (gnus-summary-low-ancient-face): Ditto.
9918         (gnus-summary-normal-ancient-face): Ditto.
9919         (gnus-summary-high-undownloaded-face): Ditto.
9920         (gnus-summary-low-undownloaded-face): Ditto.
9921         (gnus-summary-normal-undownloaded-face): Ditto.
9922         (gnus-summary-high-unread-face): Ditto.
9923         (gnus-summary-low-unread-face): Ditto.
9924         (gnus-summary-normal-unread-face): Ditto.
9925         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9926         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9927
9928         * hashcash.el (hashcash): New custom group.
9929         (hashcash-default-payment): Add :group.
9930         (hashcash-payment-alist): Ditto.
9931         (hashcash-default-accept-payment): Ditto.
9932         (hashcash-accept-resources): Ditto.
9933         (hashcash-path): Ditto.
9934         (hashcash-extra-generate-parameters): Ditto.
9935         (hashcash-double-spend-database): Ditto.
9936         (hashcash-in-news): Ditto.
9937
9938         * message.el (message-minibuffer-local-map): Add :group.
9939
9940         * netrc.el (netrc): Add :group.
9941
9942         * sieve-manage.el (sieve-manage-log): Add :group.
9943         (sieve-manage-default-user): Diito.
9944         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9945         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9946         (sieve-manage-authenticators): Ditto.
9947         (sieve-manage-authenticator-alist): Ditto.
9948         (sieve-manage-default-port): Ditto.
9949
9950         * sieve-mode.el (sieve-control-commands-face): Add :group.
9951         (sieve-action-commands-face): Ditto.
9952         (sieve-test-commands-face): Ditto.
9953         (sieve-tagged-arguments-face): Ditto.
9954
9955         * smime.el (smime): Add :group.
9956
9957         * spam-report.el (spam-report): Add :group.
9958
9959         * spam.el (spam, spam-face): Add :group.
9960
9961 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9962
9963         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9964         return \n.\n.\n at the end of articles.  Protect against that.
9965         (nntp-with-open-group): Allow debugging.
9966
9967         * nnheader.el (mail-header-set-extra): Make into a function
9968         because I just could't understand how to quote the list properly.
9969
9970         * dns.el (query-dns-cached): New function.
9971
9972 2005-05-26  Lute Kamstra  <lute@gnu.org>
9973
9974         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9975
9976 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9979
9980         * gnus-art.el: Don't autoload mail-extract-address-components.
9981
9982         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9983         eval-and-compile to evaluate it.
9984
9985         * hashcash.el: Don't autoload executable-find.
9986
9987         * nndb.el: Don't declare the nndb back end two or more times; don't
9988         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9989
9990         * nntp.el: Autoload format-spec instead of format; use
9991         eval-and-compile to evaluate autoload forms.
9992
9993 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9994
9995         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9996
9997 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9998
9999         * gnus.el (gnus-version-number): Bump version.
10000
10001 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10002
10003         * gnus.el: No Gnus v0.3 is released.
10004
10005 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10006
10007         * lpath.el (featurep): Bind show-nonbreak-escape.
10008
10009 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gnus-art.el (gnus-article-edit-part): Disable undo.
10012
10013 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10014
10015         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10016         gnus-article-date-lapsed-new-header is t if date timer is active;
10017         skip headers in which the original date value is empty.
10018         (gnus-article-save-original-date): Redefine it as a macro.
10019         (gnus-display-mime): Use it.
10020
10021 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus-art.el (article-date-ut): Support converting date in
10024         forwarded parts as well.
10025         (gnus-article-save-original-date): New function.
10026         (gnus-display-mime): Use it.
10027
10028 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10029
10030         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10031         enclosure element of <item>.
10032
10033 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10034
10035         * message.el (message-kill-buffer-query): Renamed from
10036         `message-kill-buffer-query-if-modified'.  Added :version.
10037
10038 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10041         window layout.
10042
10043 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * mml.el: Autoload dnd when compiling.
10046
10047 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10048
10049         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10050         x-dnd-*.
10051
10052 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10053
10054         * qp.el (quoted-printable-encode-region): Save excursion.
10055
10056 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10057
10058         * message.el (message-kill-buffer-query-if-modified): Add new variable
10059         so the user can kill a modified message buffer quickly.
10060         (message-kill-buffer): Use it.
10061
10062 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * lpath.el: Fbind display-time-event-handler; don't fbind
10065         string-to-multibyte.
10066
10067         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10068
10069 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10072         contained in text because xml.el decodes entities) with LFs.
10073
10074 2005-04-11  Lute Kamstra  <lute@gnu.org>
10075
10076         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10077         differently.
10078
10079 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10080
10081         * mm-util.el (mm-detect-coding-region): Typo.
10082
10083 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10086
10087 2005-04-06  Deepak Goel  <deego@gnufans.org>
10088
10089         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10090         user-function allow user modifications of the scores.
10091         (spam-stat-score-buffer-user): New function, to allow
10092         user-computed modifications to the score.
10093         (spam-stat-score-buffer-user-functions): List of additional
10094         scoring functions.
10095         (spam-stat-error-holder): Global temporary error holder.
10096         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10097         variable.
10098
10099 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10100
10101         * gnus-registry.el (gnus-registry-clean-empty-function)
10102         (gnus-registry-trim, gnus-registry-fetch-groups)
10103         (gnus-registry-delete-group): Groups that match
10104         `gnus-registry-ignored-groups' are removed from the registry
10105         entries, not just ignored for splitting.  This helps clean up the
10106         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10107         to get all the groups a message ID is in.
10108
10109         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10110         (spam-stat-split-fancy): Change "threshhold" to "threshold"
10111         (spam-stat-score-buffer-user-functions): Add :number custom type.
10112
10113 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10116         argument in XEmacs.
10117
10118         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10119         (nnrss-request-group): Decode group name first.
10120         (nnrss-request-article): Make a text/plain article if mml-to-mime
10121         failed.
10122         (nnrss-get-encoding): Return a compatible encoding according to
10123         nnrss-compatible-encoding-alist.
10124         (nnrss-find-el): Use consp instead of listp.
10125         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10126
10127 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10130         which Emacs 20 doesn't support.
10131         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10132
10133 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10136         silence the byte compiler inside the defun.
10137
10138         * gnus-demon.el (parse-time-string): Add autoload.
10139
10140         * gnus-delay.el (parse-time-string): Add autoload.
10141
10142         * gnus-art.el (parse-time-string): Add autoload.
10143
10144         * nnultimate.el (parse-time): Require for `parse-time-string'.
10145
10146 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10147
10148         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10149
10150         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10151
10152         * smime.el (smime-ldap-host-list): Add :version.
10153
10154 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10157         pass it to `gnus-browse-read-group'.
10158         (gnus-browse-read-group): Add NUMBER argument and pass it to
10159         `gnus-group-read-ephemeral-group'.
10160
10161         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10162         argument and pass it to `gnus-group-read-group'.
10163
10164 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10165
10166         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10167         mm-xemacs-find-mime-charset-1 if we have the mule feature
10168         available at runtime.
10169
10170 2005-03-25  Werner Lemberg  <wl@gnu.org>
10171
10172         * nnmaildir.el: Replace `illegal' with `invalid'.
10173
10174 2005-03-23  Lute Kamstra  <lute@gnu.org>
10175
10176         * time-date.el: Add comment on time value formats.
10177         Don't require parse-time.
10178         (with-decoded-time-value): New macro.
10179         (encode-time-value): New function.
10180         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10181         (days-to-time): Return a valid time value when arg is huge.
10182         (time-since): Use time-subtract.
10183         (time-to-number-of-days): Use time-to-seconds.
10184
10185 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10186
10187         * gnus-start.el (gnus-display-time-event-handler):
10188         Check display-time-timer at runtime rather than only at load time
10189         in case display-time-mode is turned off in the mean time.
10190
10191 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10194         used.
10195
10196         * nneething.el (nneething-map-file-directory): Derive from
10197         `gnus-directory'.
10198
10199         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10200         the To/Cc button.
10201
10202 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * nnmaildir.el (nnmaildir-request-accept-article):
10205         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10206
10207 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10208
10209         * gnus-async.el: Require timer-funcs at compile time when in
10210         XEmacs for `run-with-idle-timer'.
10211
10212 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10213
10214         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10215         autoloaded function.
10216
10217 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10218
10219         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10220
10221 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10222
10223         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10224
10225 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10226
10227         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10228         gnus-expert-user to default.
10229
10230 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10231
10232         * nnimap.el (nnimap-open-server): Ditto.
10233
10234         * imap.el (imap-authenticate): Fix typo.
10235
10236 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10237
10238         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10239         buffer (since IMAP server might return FETCH response out of
10240         order, and the nntp buffer must be sorted).
10241
10242 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10243
10244         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10245         comparison on string.
10246
10247         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10248         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10249         (gnus-agent-summary-fetch-series): Modified to protect against
10250         gnus-agent-summary-fetch-group clearing processable flags.
10251         (gnus-agent-synchronize-group-flags): Update live group buffer as
10252         synchronization may occur due to the user toggle the plugged
10253         status.
10254         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10255         successfully downloaded.
10256         (gnus-agent-expire-group-1): Avoid using markers when the overview
10257         is in ascending order; greatly improves performance.
10258         (gnus-agent-regenerate-group): Use
10259         gnus-agent-synchronize-group-flags to reset read status in both
10260         gnus and server.
10261         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10262
10263 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * message.el: Don't autoload former message-utils variables.
10266         (message-strip-subject-trailing-was): Change doc string.
10267
10268         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10269         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10270         (nnweb-google-search): Add "hl=en" here.
10271         (nnweb-google-parse-1, nnweb-google-create-mapping):
10272         Don't hardcode URL.
10273
10274 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10275
10276         * message.el (message-get-reply-headers, message-followup):
10277         Mention related variables `message-use-followup-to' and
10278         `message-use-mail-followup-to', in the information buffer.
10279
10280         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10281         of broken groups(-beta).google.com.
10282
10283 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10284
10285         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10286         parameter to invoked gnus-request-move-article; remove the
10287         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10288         all at once instead of once per article.
10289         (gnus-summary-remove-process-mark): Accept a list of articles as
10290         well as a single article for processing.
10291
10292         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10293         parameter.
10294
10295         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10296
10297         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10298
10299         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10300         parameter.
10301
10302         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10303         parameter.
10304
10305         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10306         parameter and remove the gnus-sum-hint-move-is-internal variable.
10307
10308         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10309         parameter.
10310
10311         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10312         parameter.
10313
10314         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10315         parameter.
10316
10317         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10318
10319         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10320         parameter.
10321
10322         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10323         parameter.
10324
10325 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10326
10327         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10328         a more conservative way.
10329
10330 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10331
10332         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10333         buffer, so it moves the window's cursor.
10334
10335 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10336
10337         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10338         `mm-dissect-multipart' and receive the from field as an (optional)
10339         argument from `mm-dissect-multipart'.
10340         (mm-dissect-multipart): Receive the from field as an argument and
10341         pass it on when we call `mm-dissect-buffer' on MIME parts.
10342         Fixes verification/decryption of signed/encrypted MIME parts.
10343
10344 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10345
10346         * gnus-sum.el (gnus-summary-move-article): Set
10347         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10348         whatever it calls (right now, only nnimap-request-move article
10349         respects it).
10350
10351         * nnimap.el (nnimap-request-move-article): When
10352         gnus-sum-hint-move-is-internal is set, don't do the extra
10353         nnimap-request-article.
10354
10355 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10358
10359         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10360         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10361
10362         * gnus-sum.el (gnus-summary-caesar-message):
10363         Apply `gnus-treat-article' after rotation.
10364
10365         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10366         doc string.
10367
10368 2005-02-22  Simon Josefsson  <jas@extundo.com>
10369
10370         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10371         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10372         <arne@arnested.dk>.
10373         (encrypt): Add password-cache and password-cache-expiry as group
10374         members.
10375
10376 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10377
10378         * smime.el (smime-ldap-host-list): Doc fix.
10379         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10380         cache) password.
10381         (smime-sign-region): Use it.
10382         (smime-decrypt-region): Use it.
10383         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10384         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10385         fails.
10386         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10387         certificate from DER to PEM format rather than calling openssl.
10388
10389         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10390
10391         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10392         for signing/encryption.
10393
10394         * mml.el (mml-parse-1): Use them.
10395
10396 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10397
10398         * nnrss.el (nnrss-verbose): Removed.
10399         (nnrss-request-group): Use `nnheader-message' instead.
10400
10401 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10402
10403         * nnrss.el (nnrss-verbose): New variable.
10404         (nnrss-request-group): Make it say nnrss is requesting a group.
10405
10406 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10407
10408         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10409         Handle news URL with given port correctly.
10410
10411 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10414         containing special characters.
10415
10416         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10417
10418         * mml.el (mime-to-mml): Ditto.
10419
10420         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10421         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10422         (rfc2047-decode-region): Quote decoded words containing special
10423         characters when rfc2047-quote-decoded-words-containing-tspecials
10424         is non-nil.
10425
10426 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10427
10428         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10429
10430         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10431
10432 2005-02-15  Simon Josefsson  <jas@extundo.com>
10433
10434         * nnimap.el (nnimap-debug): Doc fix.
10435
10436         * imap.el (imap-debug): Doc fix.
10437
10438 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10441
10442 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10443
10444         * gnus.el (spam-contents): Improve docs for spam-contents
10445         parameter in its variable incarnation.
10446
10447 2005-02-14  Simon Josefsson  <jas@extundo.com>
10448
10449         * smime-ldap.el: Use require instead of load-library for ldap.
10450         (smime-ldap-search): Indent.
10451         (smime-ldap-search-internal): Shorten line.
10452
10453         * smime.el (smime-cert-by-dns): Add doc-string.
10454         (smime-cert-by-ldap-1): Indent.
10455
10456         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10457         mml-smime-get-dns-ldap.
10458         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10459
10460 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10461
10462         * smime.el: Require smime-ldap.
10463         (smime-ldap-host-list): New variable.
10464         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10465
10466         * mml-smime.el (mml-smime-encrypt-query): New function.
10467         (mml-smime-encrypt-query): Use it.
10468
10469         * smime-ldap.el: New file.
10470
10471 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10474
10475 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10478         argument in doc string.  Make query for type more clear.
10479
10480 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10481
10482         * gnus.el (gnus-group-startup-message): Search for gnus images in
10483         etc/images/gnus.
10484         * mm-util.el (mm-image-load-path): Likewise.
10485         * smiley.el (smiley-data-directory): Search for smilies in
10486         etc/images/smilies.
10487
10488 2005-02-09  Kim F. Storm  <storm@cua.dk>
10489
10490         Change Emacs release version from 21.4 to 22.1 throughout.
10491         Change Emacs development version from 21.3.50 to 22.0.50.
10492
10493 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10496
10497         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10498         non-Mule XEmacs as well.
10499         (mm-decompress-buffer): Signal an error intentionally if it does
10500         not decompress compressed data because auto-compression-mode is
10501         disabled.
10502
10503 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10504
10505         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10506         an ID in the registry even if it has no groups.
10507
10508 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10509
10510         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10511         merge it into mm-decompress-buffer.
10512         (gnus-mime-copy-part): Use the MIME part charset, the value which
10513         a user specified or gnus-newsgroup-charset for decoding, like
10514         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10515         save-buffer what was used.  Suggested by Kevin Ryde
10516         <user42@zip.com.au>.
10517         (gnus-mime-inline-part): Allow the name parameter as well as the
10518         filename parameter; force decompressing of compressed data; always
10519         display contents being not decoded as unibyte.
10520
10521         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10522         as well as the filename parameter.
10523
10524         * mm-util.el (mm-decompress-buffer): Merge
10525         gnus-mime-jka-compr-maybe-uncompress.
10526         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10527         of compressed data.
10528
10529 2005-02-08  Simon Josefsson  <jas@extundo.com>
10530
10531         * imap.el (imap-log): Doc fix.
10532
10533 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10536         the coding cookies; decompress compressed parts.
10537
10538         * mml.el (mml-generate-mime-1): Add the charset parameter according
10539         to the value which a user specified manually or the coding cookie.
10540
10541         * mm-util.el (mm-string-to-multibyte): New function.
10542         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10543         (mm-coding-system-to-mime-charset): New function.
10544         (mm-decompress-buffer): New function.
10545         (mm-find-buffer-file-coding-system): New function.
10546
10547         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10548         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10549         parts.
10550
10551 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10552
10553         * mm-view.el (mm-display-inline-fontify): Decode a part according
10554         to the charset parameter.
10555
10556 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10559         prefix arg is neither nil nor a number, as info specifies.
10560
10561 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10564         timestamps.
10565
10566 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10567
10568         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10569         groups error checking and notify user.
10570
10571 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10572
10573         * message.el (message-send-mail-function): Check existence of
10574         sendmail-program first before using default value
10575         `message-send-mail-with-sendmail'.  Otherwise use more generic
10576         `smtpmail-send-it'.
10577
10578 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * nntp.el (nntp-request-update-info): Always return nil.
10581
10582 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10583
10584         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10585
10586 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10587
10588         * message.el (message-beginning-of-line): Change the behavior when
10589         invoked between BOL and : so that it first moves backward.
10590
10591 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10592
10593         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10594         article buffer when editing of the article is discarded.
10595         (gnus-article-prepare): Revert.
10596
10597 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * gnus-art.el (gnus-article-prepare):
10600         Remove message-strip-forbidden-properties from the local hook.
10601
10602 2005-01-27  Simon Josefsson  <jas@extundo.com>
10603
10604         * password.el (password-cache-add): Only start one timer per key.
10605         Reported by Derek Atkins <warlord@MIT.EDU>.
10606
10607 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10608
10609         * run-at-time.el: Removed.  It is no longer needed as
10610         timer-funcs.el in the xemacs-base package has a working version of
10611         `run-at-time'.
10612
10613         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10614
10615         * password.el: Require timer-funcs instead of run-at-time in
10616         XEmacs.
10617         Remove `password-run-at-time' macro.
10618         (password-cache-add): Use `run-at-time' instead of
10619         `password-run-at-time'.
10620
10621         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10622         Remove `nnheader-cancel-function-timers' alias,
10623         `cancel-function-timers' exists in XEmacs in timer-funcs.
10624
10625         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10626         for `run-with-idle-timer'.
10627
10628         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10629         for `run-at-time'.
10630
10631         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10632         for `with-timeout'.
10633
10634         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10635         the same as for XEmacs 21.4.
10636         No need to ignore `run-with-idle-timer', this function exists in
10637         XEmacs now in timer-funcs.el in the xemacs-base package.
10638         (dgnushack-compile): No need to delete
10639         run-at-time.el from the list of files to compile because it
10640         doesn't exist anymore.
10641
10642 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10645         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10646
10647 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10648
10649         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10650         sensitively.
10651
10652 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10653
10654         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10655
10656 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10659         which will be inserted according to the multibyteness of a buffer
10660         rather than the type of contents.  Suggested by ARISAWA Akihiro
10661         <ari@mbf.ocn.ne.jp>.
10662
10663         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10664         of string which old xml.el may return rather than a string.
10665
10666 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10669
10670 2005-01-16  Simon Josefsson  <jas@extundo.com>
10671
10672         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10673         idn/idna.el isn't available.
10674         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10675         <michael@waxrat.com>.
10676
10677         * hashcash.el: Remove non-FSF copyright header.
10678
10679         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10680         (hashcash-generate-payment): Use it.
10681         (hashcash-generate-payment-async): Use it.
10682
10683 2005-01-15  Simon Josefsson  <jas@extundo.com>
10684
10685         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10686         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10687
10688         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10689         gnus-summary-idna-message.
10690         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10691         (gnus-summary-idna-message): New function.
10692
10693 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10696         gnus-novice-user.
10697
10698 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * nnrss.el (nnrss-request-delete-group): Delete entries in
10701         nnrss-group-alist as well.
10702         (nnrss-save-server-data): Insert newline.
10703
10704 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10705
10706         * gnus.el (gnus-user-agent): Use list of symbols instead of
10707         symbols.  Display full version number for (S)XEmacs.  Optionally
10708         display (S)XEmacs codename.
10709
10710         * gnus-util.el (gnus-emacs-version): Update for new
10711         `gnus-user-agent'.
10712
10713         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10714         Gnus version.
10715
10716 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10719         which is unreadable in some setups.
10720
10721 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10722
10723         * gnus-spec.el (gnus-update-format-specifications): Flush the
10724         group format spec cache if it doesn't support decoded group names.
10725
10726 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10727
10728         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10729         Allow to apply decay on score files matching a regexp.
10730
10731 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10734         compatibility in %g and %c.
10735
10736 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10739         name for only %g and %c.
10740         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10741         of gnus-tmp-group to decoded group name.
10742         (gnus-group-make-rss-group): Exclude `/'s from group names.
10743
10744 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * nnrss.el (nnrss-get-encoding): Fix regexp.
10747
10748 2004-12-27  Simon Josefsson  <jas@extundo.com>
10749
10750         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10751         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10752         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10753
10754 2004-12-17  Kim F. Storm  <storm@cua.dk>
10755
10756         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10757
10758         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10759
10760 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10761
10762         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10763
10764 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * nnrss.el: Require rfc2047 and mml.
10767         (nnrss-file-coding-system): New variable.
10768         (nnrss-format-string): Redefine it as an inline function.
10769         (nnrss-decode-group-name): New function.
10770         (nnrss-string-as-multibyte): Remove.
10771         (nnrss-retrieve-headers): Decode group name; don't use
10772         nnrss-format-string.
10773         (nnrss-request-group): Decode group name.
10774         (nnrss-request-article): Decode group name; allow a Message-ID as
10775         well as an article number; don't use nnrss-format-string; encode a
10776         Message-ID string which may contain non-ASCII characters; use
10777         mml-to-mime to compose a MIME article.
10778         (nnrss-request-expire-articles): Decode group name.
10779         (nnrss-request-delete-group): Decode group name.
10780         (nnrss-fetch): Clarify error message.
10781         (nnrss-read-server-data): Use insert-file-contents instead of load;
10782         bind file-name-coding-system; use multibyte buffer.
10783         (nnrss-save-server-data): Bind coding-system-for-write to the
10784         value of nnrss-file-coding-system; bind file-name-coding-system;
10785         add coding cookie.
10786         (nnrss-read-group-data): Use insert-file-contents instead of load;
10787         bind file-name-coding-system; use multibyte buffer.
10788         (nnrss-save-group-data): Bind coding-system-for-write to the
10789         value of nnrss-file-coding-system; bind file-name-coding-system.
10790         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10791         make it work with non-ASCII text.
10792         (nnrss-find-el): Make it work with old xml.el as well.
10793
10794 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10795
10796         * nnrss.el (nnrss-get-encoding): New function.
10797         (nnrss-fetch): Use unibyte buffer initially; bind
10798         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10799         decode contents according to the encoding attribute.
10800         (nnrss-save-group-data): Add coding cookie.
10801         (nnrss-mime-encode-string): New function.
10802         (nnrss-check-group): Use it to encode subject and author.
10803
10804 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10805
10806         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10807         imaginary variable.
10808
10809 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10812         correctly even if there are wide characters.
10813
10814 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10815
10816         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10817         downcased symbol names; make a new cache instead of reusing
10818         bbdb-hashtable.
10819
10820 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10823         concatenating segments rather than before concatenating them.
10824         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10825
10826         * message.el (message-get-reply-headers): Bind `extra'.
10827
10828 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829
10830         * message.el (message-extra-wide-headers): New variable.
10831         (message-get-reply-headers): Use it.
10832
10833 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10836         (gnus-agent-group-pathname): Ditto.
10837
10838         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10839
10840         * gnus-group.el (gnus-group-make-group): Decode group name.
10841         (gnus-group-make-rss-group): Register the group data after opening
10842         the nnrss group.
10843
10844 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10845
10846         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10847         by expiry now get marked as read.
10848
10849 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10852
10853 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10854
10855         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10856         unify Latin characters in XEmacs.
10857         (mm-find-mime-charset-region): Use it.
10858
10859 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * gnus-util.el (gnus-delete-directory): New function.
10862
10863         * gnus-agent.el (gnus-agent-delete-group): Use it.
10864
10865         * gnus-cache.el (gnus-cache-delete-group): Use it.
10866
10867 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10870         names.
10871
10872 2004-12-16  Simon Josefsson  <jas@extundo.com>
10873
10874         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10875
10876 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10879
10880         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10881         (gnus-group-set-current-level): Decode group name.
10882
10883 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10884
10885         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10886         failed.
10887
10888 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-group.el (gnus-group-delete-group): Decode group name.
10891         (gnus-group-make-rss-group): Encode group name.
10892         (gnus-group-catchup-current): Decode group name.
10893         (gnus-group-kill-group): Decode group name.
10894
10895 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10896
10897         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10898
10899 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * gnus-group.el (gnus-group-make-rss-group):
10902         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10903
10904         * gnus-start.el (gnus-setup-news): Honor user's setting to
10905         gnus-message-archive-method.  Suggested by Lute Kamstra
10906         <lute@gnu.org>.
10907
10908 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10909
10910         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10911         global counterparts of the buffer-local variables.
10912
10913 2004-11-16  Romain Francoise  <romain@orebokech.com>
10914
10915         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10916         counterparts of the buffer-local variables.
10917
10918 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10919
10920         * message.el (message-forbidden-properties): Fixed typo in doc
10921         string.
10922
10923 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10924
10925         * gnus-util.el (gnus-replace-in-string): Added doc string.
10926
10927         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10928         to avoid problems when splitting mails with many recipients.
10929
10930 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10931
10932         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10933         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10934
10935 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10936
10937         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10938         if there is no hashtable in memory or file modification time is
10939         newer than cached timestamp.
10940
10941 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10944         not-matching option.
10945
10946 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10949         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10950         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10951         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10952         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10953         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10954
10955 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * message.el (message-forward-make-body-mml): Remove headers
10958         according to message-forward-ignored-headers if a message is decoded.
10959
10960 2004-12-02  Romain Francoise  <romain@orebokech.com>
10961
10962         * message.el (message-forward-make-body-plain): Always remove
10963         headers according to message-forward-ignored-headers.
10964
10965 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10966
10967         * spam.el (spam-summary-prepare-exit): Remove the
10968         gnus-summary-limit pop for now, it has problems with ham marks for
10969         me.
10970
10971 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10972
10973         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10974         correctly.
10975
10976 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10977
10978         * format-spec.el (format-spec): Message the char.
10979
10980 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10981
10982         * gnus-art.el (gnus-split-methods): Reformat comments.
10983
10984         * spam.el (spam-summary-prepare-exit): Remove article limits
10985         before exiting the summary buffer.
10986
10987 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10990         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10991
10992         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10993         order to silence the byte compiler.
10994
10995         * spam.el: Fix the way to silence the byte compiler, which
10996         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10997         bbdb-search-simple, spam-BBDB-register-routine,
10998         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10999         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11000         spam-stat-buffer-is-spam, spam-stat-load,
11001         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11002         spam-stat-save and spam-stat-split-fancy.
11003
11004 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11005
11006         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11007         which may confuse users.
11008         (canlock-password-for-verify): Ditto.
11009
11010         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11011
11012         * gnus-art.el (gnus-emphasis-alist): Ditto.
11013
11014         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11015
11016         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11017
11018         * gnus-start.el (gnus-save-killed-list): Ditto.
11019
11020         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11021         (gnus-sum-thread-tree-root): Ditto.
11022         (gnus-sum-thread-tree-false-root): Ditto.
11023         (gnus-sum-thread-tree-single-indent): Ditto.
11024
11025         * message.el (message-courtesy-message): Ditto.
11026         (message-archive-note): Ditto.
11027         (message-subscribed-address-file): Ditto.
11028         (message-user-fqdn): Ditto.
11029
11030         * spam-report.el (spam-report-gmane-regex): Ditto.
11031
11032         * spam.el (spam-blackhole-good-server-regex): Ditto.
11033
11034 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * mml.el (mml-preview): Widen the message buffer before copying
11037         the contents to the preview buffer; sort headers before previewing.
11038
11039         * message.el (message-hidden-headers): Fix the way to avoid a bug
11040         in the `repeat' widget in Emacs 21.3 or earlier.
11041
11042 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * message.el (message-hidden-headers): Default to "^References:".
11045         Improve customization type.  Suggested by Reiner Steib
11046         <Reiner.Steib@gmx.de>.
11047
11048 2004-11-25  Romain Francoise  <romain@orebokech.com>
11049
11050         * message.el (message-strip-forbidden-properties): Remove check for
11051         obsolete `message-hidden' text property, hidden headers are not
11052         accessible in the buffer anymore.
11053
11054 2004-11-22  Romain Francoise  <romain@orebokech.com>
11055
11056         * message.el (message-header-format-alist): Add `From' in list
11057         so that it can be sorted.
11058         (message-fix-before-sending): Widen and sort headers before
11059         sending.
11060         (message-hide-headers): Use narrowing to hide headers by moving
11061         them to the top of the buffer and narrowing to the region
11062         underneath.
11063
11064 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11065
11066         * message.el (message-strip-forbidden-properties): Bind
11067         buffer-read-only (etc) to nil.
11068
11069 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11072         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11073
11074 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11075
11076         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11077
11078 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11079
11080         * dns.el (query-dns): Use sit-for to time instead of
11081         accept-process-output, since that doesn't seem to work on udp
11082         sockets.
11083
11084 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11087
11088 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11089
11090         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11091         doc string.  Improve doc string.
11092
11093 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11094
11095         * nntp.el (nntp-request-update-info): Return nil if
11096         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11097         may not call gnus-activate-group which uselessly issues the GROUP
11098         commands for all nntp groups and wastes time.  Reported by Romain
11099         Francoise <romain@orebokech.com>.
11100
11101         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11102
11103 2004-11-15  Simon Josefsson  <jas@extundo.com>
11104
11105         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11106         headers separately.
11107         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11108         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11109
11110 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11111
11112         * gnus-start.el (gnus-convert-old-newsrc):
11113         Assign legacy-gnus-agent to 5.10.7.
11114
11115 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11116
11117         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11118         start of the lines.
11119
11120 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11121
11122         * hashcash.el (hashcash-default-payment): Change default to 20
11123         (hashcash-default-accept-payment): Change default to 20
11124         (hashcash-process-alist): New variable
11125         (hashcash-generate-payment-async): Add
11126         (hashcash-already-paid-p): Add
11127         (hashcash-insert-payment): Don't generate payments twice
11128         (hashcash-insert-payment-async): Add
11129         (hashcash-insert-payment-async-2): Add
11130         (hashcash-cancel-async): Add
11131         (hashcash-wait-async): Add
11132         (hashcash-processes-running-p): Add
11133         (hashcash-wait-or-cancel): Add
11134         (mail-add-payment): New optional argument.  Conditionally start
11135         asynchronous calculation.
11136         (mail-add-payment-async): Add
11137
11138         * message.el (message-send-mail): Wait for asynchronous hashcash
11139         results.  Don't clobber existing X-Hashcash headers.
11140         (message-setup-1): Call mail-add-payment-async when
11141         message-generate-hashcash is non-nil.
11142
11143 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11144
11145         * message.el (message-use-alternative-email-as-from): Examine the
11146         From header as well; use message-make-from in order to include a
11147         user's full name.
11148
11149 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11150
11151         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11152         default; improve customization type.
11153         (gnus-emphasis-custom-with-format): New macro.
11154         (gnus-emphasis-custom-value-to-external): New function.
11155         (gnus-emphasis-custom-value-to-internal): New function.
11156
11157 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11158
11159         * dns.el (query-dns): Resolve reverse addresses.
11160
11161 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11162
11163         * gnus-group.el (gnus-group-get-new-news): Use it.
11164
11165         * gnus-start.el (gnus-check-reasonable-setup): New function.
11166
11167 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11170         "Args out of range" error.  Reported by Arnaud Giersch
11171         <arnaud.giersch@free.fr>.
11172
11173 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11174
11175         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11176
11177 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11178
11179         * spam.el (spam group): Add :version.
11180
11181         * pgg-def.el (pgg group): Add :version.
11182
11183 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * gnus-art.el (gnus-article-edit-article): Don't associate the
11186         article buffer with a draft file.  This is a temporary measure
11187         against the 2004-08-22 change to gnus-article-edit-mode.
11188
11189 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11192         (html2text-format-tags): Remove unused variable `attr'.
11193
11194 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11195
11196         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11197
11198         * tls.el (tls-process-connection-type, tls-success)
11199         (tls-certtool-program): Add :version.
11200
11201         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11202         (starttls-extra-arguments, starttls-process-connection-type)
11203         (starttls-connect, starttls-failure, starttls-success): Add :version.
11204
11205         * spam-stat.el (spam-stat): Add :version.
11206
11207         * sieve.el (sieve): Add :version.
11208
11209         * sha1.el (sha1): Add :version.
11210         (sha1-use-external): Remove redundant version.
11211
11212         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11213         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11214         (nnmail-split-fancy-match-partial-words)
11215         (nnmail-split-lowercase-expanded): Add :version.
11216
11217         * nndiary.el (nndiary): Add :version.
11218
11219         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11220
11221         * mml-sec.el (mml-default-sign-method)
11222         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11223         Add :version.
11224
11225         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11226
11227         * mm-url.el (mm-url-use-external, mm-url-program)
11228         (mm-url-arguments): Add :version.
11229
11230         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11231         (mm-attachment-file-modes, mm-decrypt-option)
11232         (mm-w3m-safe-url-regexp): Add :version.
11233
11234         * message.el (message-cite-prefix-regexp)
11235         (message-sendmail-envelope-from, message-minibuffer-local-map)
11236         (message-user-fqdn, message-completion-alist): Add :version.
11237
11238         * gnus-win.el (gnus-configure-windows-hook)
11239         (gnus-use-frames-on-any-display): Add :version.
11240
11241         * gnus-art.el (gnus-article-address-banner-alist)
11242         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11243         (gnus-treat-from-picon, gnus-treat-mail-picon)
11244         (gnus-treat-x-pgp-sig): Add :version.
11245
11246         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11247         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11248         (gnus-summary-article-delete-hook)
11249         (gnus-summary-display-while-building): Add :version.
11250
11251         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11252         (gnus-get-top-new-news-hook): Add :version.
11253
11254         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11255         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11256
11257         * gnus-registry.el (gnus-registry): Add :version.
11258
11259         * gnus-spec.el (gnus-use-correct-string-widths)
11260         (gnus-make-format-preserve-properties): Add :version.
11261
11262         * gnus.el (gnus-group-charter-alist)
11263         (gnus-group-fetch-control-use-browse-url)
11264         (gnus-install-group-spam-parameters): Add :version.
11265
11266         * gnus-diary.el (gnus-diary): Add :version.
11267
11268         * gnus-delay.el (gnus-delay): Add :version.
11269
11270         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11271         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11272         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11273         Add :version.
11274
11275         * gnus-agent.el (gnus-agent-max-fetch-size)
11276         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11277         (gnus-agent-prompt-send-queue): Add :version.
11278
11279         * deuglify.el (gnus-outlook-deuglify): Add :version.
11280
11281         * html2text.el: Beautify code.  Improve doc strings.  Some
11282         checkdoc cleanup.
11283         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11284
11285 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11286
11287         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11288
11289 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11290
11291         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11292         when package is loaded.
11293
11294         * spam.el (spam-summary-score-preferred-header): Add global preference
11295         for people who want to override the default SpamAssassin over
11296         Bogofilter preference (when both are set).
11297         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11298         (spam-user-format-function-S): Check
11299         spam-summary-score-preferred-header.
11300         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11301         (spam-user-format-function-S): Format the score correctly.
11302
11303 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11304
11305         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11306         signature file.  Suggested by Manoj Srivastava
11307         <srivasta@golden-gryphon.com>.
11308
11309         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11310         iso-2022-jp even in the Japanese language environment.
11311         Suggested by Jason Rumney <jasonr@gnu.org>.
11312
11313 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11316         use the same characters as the dummy marks; make it free from
11317         getting affected by the language environment.
11318         (gnus-summary-read-group-1): Update mark positions only when the
11319         format spec is updated.
11320
11321         * gnus-spec.el (gnus-update-format-specifications): Return a list
11322         of updated types.
11323
11324 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11327         of boundp to check if display-warning is available.
11328
11329 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11330
11331         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11332
11333 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * nnspool.el (nnspool-spool-directory): Use news-path if the
11336         news-directory variable is not bound.
11337
11338         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11339         function instead of display-warning if it is not available.
11340
11341 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11344         v5-10: Use `point-at-bol'.
11345
11346 2004-10-26  Simon Josefsson  <jas@extundo.com>
11347
11348         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11349         <chenggao@gmail.com>.
11350
11351 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11352
11353         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11354         instead.
11355
11356 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11357
11358         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11359         to remove a server from the nnimap-server-buffer-alist.
11360         (nnimap-open-connection, nnimap-close-server): Use it.
11361
11362         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11363
11364 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11367         running the major-mode function.
11368
11369 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11372         dummy marks in the right way.
11373
11374 2004-10-18  David Edmondson  <dme@dme.org>
11375
11376         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11377         excessively.
11378
11379 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11380
11381         * gnus-util.el (gnus-split-references): Accept a nil references
11382         string and go on blissfully.
11383
11384         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11385         cases where the references string is non-nil but has no references.
11386
11387         * encrypt.el: Add autoload tags.
11388
11389         * spam.el (spam-resolve-registrations-routine): Remove article
11390         from unregistration list too.  Reported by David Hanak
11391         <dhanak@isis.vanderbilt.edu>
11392
11393 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11396         nil.  Changed custom type.
11397
11398 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11399
11400         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11401
11402         * gnus-sum.el (gnus-summary-move-article): Use it.
11403
11404 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11405
11406         * encrypt.el: Add autoload cookies.
11407
11408         * spam.el (spam-backend-article-list-property)
11409         (spam-backend-get-article-todo-list)
11410         (spam-backend-put-article-todo-list)
11411         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11412         Resolve registrations separately.
11413         (spam-register-routine): Format comments.
11414         (spam-unregister-routine, spam-register-routine): Always call with
11415         specific-articles, no default list.
11416         (spam-summary-prepare-exit): Use the spam-classifications function.
11417
11418         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11419         gnus-encrypt.el.
11420
11421         * encrypt.el: Copied from gnus-encrypt.el.
11422
11423         * gnus-encrypt.el: Commented that it's obsolete.
11424
11425 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11428         (gnus-score-save): Use it.
11429
11430         * message.el (message-bury): Use `window-dedicated-p'.
11431
11432 2004-10-15  Simon Josefsson  <jas@extundo.com>
11433
11434         * pop3.el (top-level): Don't require nnheader.
11435         (pop3-read-timeout): Add.
11436         (pop3-accept-process-output): Add.
11437         (pop3-read-response, pop3-retr): Use it.
11438
11439 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11440
11441         * spam.el (spam-register-routine): Move comment.
11442         (spam-verify-bogofilter): Use 'unknown for the initial
11443         spam-bogofilter-valid state, not 'never.
11444
11445         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11446         for netrc-machine.
11447
11448         * nnimap.el (nnimap-open-connection): Use
11449         netrc-machine-user-or-password.
11450
11451 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11452
11453         * gnus-registry.el (gnus-registry-unload-hook):
11454         Set as a variable with add-hook.
11455
11456         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11457         of news-path.
11458
11459         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11460
11461         * spam.el: Delete duplicate `provide'.
11462         (spam-unload-hook): Set as a variable with add-hook.
11463
11464 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11465
11466         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11467         in the doc string.
11468
11469         * message.el (message-ignored-news-headers)
11470         (message-ignored-supersedes-headers)
11471         (message-ignored-resent-headers)
11472         (message-forward-ignored-headers): Improve custom type.
11473
11474 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * message.el (message-tokenize-header): Fix 2004-09-06 change
11477         which used point-min in the wrong place.
11478
11479 2004-10-12  Simon Josefsson  <jas@extundo.com>
11480
11481         * tls.el (tls-certtool-program): New variable.
11482         (tls-certificate-information): New function, based on
11483         ssl-certificate-information.
11484
11485 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11486
11487         * compface.el: Move the version of ELisp-based uncompface program
11488         to the contrib directory because of the copyright problem.
11489
11490 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * message.el (message-kill-buffer): Raise the current frame.
11493
11494 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11497
11498         * gnus.el (message-y-or-n-p): Autoload.
11499
11500         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11501         (pop3-password-required, pop3-authentication-scheme)
11502         (pop3-leave-mail-on-server): Made customizable.
11503         (pop3): New custom group.
11504         (pop3-retr): Remove `sleep-for' statements.
11505         Suggested by Dave Love <fx@gnu.org>.
11506
11507         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11508         Windows/DOS.
11509
11510         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11511         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11512         Dave Love <fx@gnu.org>.
11513
11514         * mml.el (mml-minibuffer-read-disposition): Require match.
11515         Suggested by Dave Love <fx@gnu.org>.
11516
11517 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11520         doc string.
11521
11522 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11525
11526 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11527
11528         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11529         instead of calling `mm-insert-inline', to decode text/* parts
11530         before displaying them.
11531
11532 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * mm-uu.el (mm-uu-text-plain-type): New variable.
11535         (mm-uu-pgp-signed-extract-1): Use it.
11536         (mm-uu-pgp-encrypted-extract-1): Use it.
11537         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11538         bind mm-uu-text-plain-type with that value.
11539         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11540         mm-uu-dissect.
11541
11542 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-group.el (gnus-update-group-mark-positions):
11545         * gnus-sum.el (gnus-update-summary-mark-positions):
11546         * message.el (message-check-news-body-syntax):
11547         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11548         of string-as-multibyte.
11549
11550 2004-10-05  Juri Linkov  <juri@jurta.org>
11551
11552         * gnus-group.el (gnus-update-group-mark-positions):
11553         * gnus-sum.el (gnus-update-summary-mark-positions):
11554         * message.el (message-check-news-body-syntax):
11555         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11556         8-bit unibyte values to a multibyte string for search functions.
11557
11558 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11561         (mm-uu-dissect-text-parts): New function.
11562
11563         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11564         dissect text parts.
11565
11566         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11567         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11568
11569         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11570
11571         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11572         gnus-current-topics instead of gnus-current-topic.
11573
11574 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11575
11576         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11577
11578 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11579
11580         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11581         where approriate.
11582
11583         * nnml.el (nnml-generate-active-info): do.
11584
11585         * nndiary.el (nndiary-generate-active-info): do.
11586
11587         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11588         (gnus-topic-move): do.
11589
11590         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11591         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11592
11593         * gnus-srvr.el (gnus-server-prepare)
11594         (gnus-server-open-all-servers): do.
11595
11596         * gnus-msg.el (gnus-summary-cancel-article)
11597         (gnus-summary-resend-message)
11598         (gnus-summary-mail-crosspost-complaint): do.
11599
11600         * gnus-move.el (gnus-change-server): do.
11601
11602         * gnus-group.el (gnus-group-unmark-all-groups)
11603         (gnus-group-set-current-level): do.
11604
11605 2004-10-04  Simon Josefsson  <jas@extundo.com>
11606
11607         * message.el (message-generate-hashcash): Doc fix.
11608
11609 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11610
11611         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11612         avoid infinite recursion via gnus-get-function.
11613
11614 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11615
11616         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11617
11618         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11619
11620         * nnmail.el (nnmail-split-history): do.
11621
11622         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11623         (nnml-request-delete-group): do.
11624
11625         * nnslashdot.el (nnslashdot-read-groups): do.
11626
11627         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11628         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11629
11630         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11631         (nnspool-sift-nov-with-sed): Use last
11632         (nnspool-retrieve-headers-with-nov): Use mapc.
11633         (nnspool-request-newgroups): Use dolist.
11634         (nnspool-request-group): Use last.
11635
11636         * nntp.el (nntp-read-server-type): Use dolist.
11637
11638         * nnvirtual.el (nnvirtual-create-mapping)
11639         (nnvirtual-update-read-and-marked): Use dolist.
11640         (nnvirtual-convert-headers): Simplify.
11641
11642 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11643
11644         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11645         support for sync'ing tick marks.
11646
11647 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11650         there's no visible header.
11651
11652 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11653
11654         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11655         necessary, pass full group name to gnus-request-set-marks.
11656
11657 2004-10-01  Simon Josefsson  <jas@extundo.com>
11658
11659         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11660         acroread.
11661
11662 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11663
11664         * spam-report.el (spam-report-gmane): Fix interactive.
11665
11666         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11667
11668         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11669         when writing file.
11670         (gnus-agent-synchronize-flags): Don't default to being
11671         interactive.
11672
11673 2004-09-30  Simon Josefsson  <jas@extundo.com>
11674
11675         * message.el (message-generate-hashcash): Add.
11676         (message-send-mail): Use it, call mail-add-payment.
11677
11678 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11679
11680         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11681
11682 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11683
11684         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11685         gnus-requst-update-info with explicit code to sync the in-memory
11686         info read flags with the marks being sync'd to the backend.
11687
11688         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11689
11690 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11691
11692         * spam.el (spam-verify-bogofilter): Add new function.
11693         (spam-check-bogofilter)
11694         (spam-bogofilter-register-with-bogofilter): Use it.
11695         (spam-verify-bogofilter): Add small fixes.
11696
11697 2004-09-28  Simon Josefsson  <jas@extundo.com>
11698
11699         * hashcash.el (hashcash-generate-payment): Revert.
11700
11701 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11702
11703         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11704         gnus-extract-references instead of gnus-split-references.
11705
11706         * gnus-util.el (gnus-extract-references): Add new function, analogous
11707         to gnus-split-references but extracts only the message-ID without
11708         anything extra.
11709
11710         * hashcash.el (hashcash-generate-payment)
11711         (hashcash-check-payment): Do the right thing if hashcash-path is
11712         nil (because the hashcash program could not be found).
11713
11714         * spam.el (spam-use-hashcash): Remove comment.
11715
11716 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11717
11718         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11719         (gnus-cache-enter-article, gnus-cache-remove-article)
11720         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11721
11722         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11723
11724         * gnus-art.el (article-hide-boring-headers)
11725         (article-translate-strings, article-display-face)
11726         (gnus-article-mime-match-handle-first)
11727         (gnus-article-highlight-headers)
11728         (gnus-article-add-buttons-to-head): do.
11729
11730 2004-09-27  Simon Josefsson  <jas@extundo.com>
11731
11732         * hashcash.el: New version, from
11733         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11734         ../contrib/.
11735
11736 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11739
11740 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11741
11742         * gnus-dup.el (gnus-dup-open): Use mapc.
11743         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11744
11745         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11746         Reported by Stefan Wiens <s.wi@gmx.net>.
11747
11748         * gnus.el (gnus-shutdown): Use dolist.
11749
11750         * gnus-undo.el (gnus-undo): Use mapc.
11751
11752         * nnrss.el (nnrss-generate-active): do.
11753
11754         * message.el (message-cite-original-without-signature)
11755         (message-cite-original): Use mapc.
11756         (message-do-actions, message-make-forward-subject): Use dolist.
11757
11758 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11759
11760         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11761         deletion to remove entire duplicate line.  Fixes merged article
11762         number bug.
11763
11764 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11765
11766         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11767         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11768         first ask if you want to open a server and then, even when you
11769         responded with no, asking if you want to synchronize the server's
11770         flags.
11771         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11772         multi-line expressions.
11773         (gnus-agent-synchronize-group-flags): New internal function.
11774         Updates marks in memory (in the info structure) AND in the
11775         backend.
11776
11777         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11778
11779         * nnagent.el (nnagent-request-set-mark): Use
11780         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11781         method, to ensure that synchronization updates marks in the
11782         backend and in the info (in memory) structure.
11783
11784 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11787         convention fully; don't miss the root article of a thread; make
11788         the X-Draft-From header with correct article numbers.
11789
11790 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11791
11792         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11793         unless plugged.  Disable the agent so that an open failure causes
11794         an error.
11795
11796         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11797         Reverted 2004-09-21 change.  The backend must be opened while
11798         synchronizing flags even when the backend stores the flags
11799         locally.
11800
11801 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11804         in `header' match.  Reported by Svend Tollak Munkejord.
11805
11806         * message.el (message-cite-original): Fix use of
11807         `message-cite-articles-with-x-no-archive'.
11808
11809 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11812         (gnus-window-to-buffer): Ditto.
11813
11814         * mml.el (mml-preview-buffer): New variable.
11815         (mml-preview): Manage window layout with gnus-buffer-configuration.
11816
11817         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11818         X-Draft-From header even if those articles aren't quoted.
11819
11820 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11821
11822         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11823         (gnus-request-set-mark, gnus-request-update-mark): Use new
11824         g-s-t-u-l-m to decide to use backend even when unplugged.
11825
11826 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11829         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11830
11831 2004-09-20  Simon Josefsson  <jas@extundo.com>
11832
11833         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11834         "utf-16-le".
11835
11836 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11837
11838         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11839
11840 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11841
11842         * uudecode.el (uudecode-use-external): Add :version.
11843
11844         * smime.el (smime-CA-file, smime-encrypt-cipher)
11845         (smime-dns-server): Add :version.
11846
11847         * smiley.el (gnus-smiley-file-types): Add :version.
11848
11849         * sha1.el (sha1-use-external): Add :version.
11850
11851         * pgg-def.el (pgg-query-keyserver): Add :version.
11852
11853         * nnmail.el (nnmail-fancy-expiry-targets)
11854         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11855         Add :version.
11856
11857         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11858         (nnimap-retrieve-groups-asynchronous): Add :version.
11859         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11860
11861         * mml.el (mml-content-disposition-parameters)
11862         (mml-insert-mime-headers-always): Add :version.
11863
11864         * mm-util.el (mm-coding-system-priorities): Add :version.
11865
11866         * mm-decode.el (mm-inline-text-html-with-images)
11867         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11868         (mm-verify-option): Add :version.
11869         (mm-text-html-renderer): Change :version.
11870
11871         * message.el (message-fcc-externalize-attachments)
11872         (message-required-headers, message-draft-headers)
11873         (message-subject-trailing-was-query)
11874         (message-subject-trailing-was-ask-regexp)
11875         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11876         (message-mark-insert-end, message-archive-header)
11877         (message-archive-note, message-cross-post-default)
11878         (message-cross-post-note, message-followup-to-note)
11879         (message-cross-post-note-function, message-use-mail-followup-to)
11880         (message-subscribed-address-functions)
11881         (message-subscribed-address-file, message-subscribed-addresses)
11882         (message-subscribed-regexps, message-allow-no-recipients)
11883         (message-yank-cited-prefix, message-signature-insert-empty-line)
11884         (message-hidden-headers, message-hierarchical-addresses)
11885         (message-mail-user-agent, message-use-idna)
11886         (message-valid-fqdn-regexp)
11887         (message-strip-special-text-properties, message-header-synonyms)
11888         (message-beginning-of-line, message-tab-body-function): Add :version.
11889         (message-insert-canlock, message-wide-reply-confirm-recipients):
11890         Change :version.
11891
11892         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11893         and :version.
11894         (mail-source-delete-old-incoming-confirm)
11895         (mail-source-movemail-program): Add :version.
11896
11897         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11898         (gnus-agent-cache, gnus-agent): Change :version.
11899
11900         * gnus-util.el (gnus-use-byte-compile): Change :version.
11901
11902         * gnus-sum.el (gnus-summary-make-false-root-always)
11903         (gnus-summary-default-high-score)
11904         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11905         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11906         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11907         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11908         (gnus-sum-thread-tree-single-indent)
11909         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11910         (gnus-sum-thread-tree-leaf-with-other)
11911         (gnus-sum-thread-tree-single-leaf): Add :version.
11912         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11913         (gnus-article-loose-mime): Change :version.
11914
11915         * gnus-start.el (gnus-backup-startup-file)
11916         (gnus-save-startup-file-via-temp-buffer): Add :version.
11917
11918         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11919         (gnus-server-offline-face): Add :version.
11920
11921         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11922
11923         * gnus-msg.el (gnus-gcc-externalize-attachments)
11924         (gnus-debug-files, gnus-debug-exclude-variables)
11925         (gnus-discouraged-post-methods): Change :version.
11926         (gnus-confirm-mail-reply-to-news)
11927         (gnus-confirm-treat-mail-like-news): Add :version.
11928
11929         * gnus-int.el (gnus-server-unopen-status): Add :version.
11930
11931         * gnus-group.el (gnus-group-jump-to-group-prompt)
11932         (gnus-large-ephemeral-newsgroup)
11933         (gnus-fetch-old-ephemeral-headers): Add :version.
11934
11935         * gnus-fun.el (gnus-x-face-directory)
11936         (gnus-convert-pbm-to-x-face-command)
11937         (gnus-convert-image-to-x-face-command)
11938         (gnus-convert-image-to-face-command): Add :version.
11939
11940         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11941
11942         * gnus-cite.el (gnus-cite-blank-line-after-header)
11943         (gnus-article-boring-faces): Add :version.
11944
11945         * gnus-art.el (gnus-buttonized-mime-types)
11946         (gnus-inhibit-mime-unbuttonizing)
11947         (gnus-treat-display-face)
11948         (gnus-treat-body-boundary): Change :version.
11949         (gnus-body-boundary-delimiter, gnus-picon-databases)
11950         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11951         (gnus-treat-date-english, gnus-treat-fold-headers)
11952         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11953         (gnus-treat-mail-picon, gnus-treat-wash-html)
11954         (gnus-article-encrypt-protocol)
11955         (gnus-use-idna, gnus-article-over-scroll)
11956         (gnus-mime-display-multipart-alternative-as-mixed)
11957         (gnus-mime-display-multipart-related-as-mixed)
11958         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11959         (gnus-ctan-url, gnus-button-ctan-handler)
11960         (gnus-button-handle-ctan-bogus-regexp)
11961         (gnus-button-ctan-directory-regexp)
11962         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11963         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11964         (gnus-button-man-level, gnus-button-emacs-level)
11965         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11966
11967         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11968         (gnus-agent-go-online): Change :version.
11969         (gnus-agent-expire-unagentized-dirs)
11970         (gnus-agent-auto-agentize-methods): Add :version.
11971
11972         * flow-fill.el (fill-flowed-display-column)
11973         (fill-flowed-encode-column): Add :version.
11974
11975         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11976         (gnus-outlook-deuglify-unwrap-max)
11977         (gnus-outlook-deuglify-cite-marks)
11978         (gnus-outlook-deuglify-unwrap-stop-chars)
11979         (gnus-outlook-deuglify-no-wrap-chars)
11980         (gnus-outlook-deuglify-attrib-cut-regexp)
11981         (gnus-outlook-deuglify-attrib-verb-regexp)
11982         (gnus-outlook-deuglify-attrib-end-regexp)
11983         (gnus-outlook-display-hook): Add :version.
11984
11985         * binhex.el (binhex-use-external): Add :version.
11986
11987 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11990         and `invisible'.
11991
11992 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11993
11994         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11995         in gnus-registry-trim.
11996
11997 2004-09-13  Simon Josefsson  <jas@extundo.com>
11998
11999         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12000
12001         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12002
12003         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12004         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12005         <yamaoka@jpl.org>.
12006         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12007         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12008         <yamaoka@jpl.org>.
12009
12010         * sieve.el (sieve-manage-mode): Ditto.
12011
12012 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12015
12016 2004-09-11  Simon Josefsson  <jas@extundo.com>
12017
12018         * dns-mode.el: Add.
12019
12020         * mm-view.el (mm-display-dns-inline): Add.
12021
12022         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12023         (mm-automatic-display): Ditto.
12024
12025         * mailcap.el (mailcap-mime-data): Add text/dns.
12026         (mailcap-mime-extensions): Map .soa to text/dns.
12027
12028 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12029
12030         * gnus-art.el (article-decode-mime-words, article-babel)
12031         (gnus-article-highlight-signature, gnus-article-add-buttons)
12032         (gnus-signature-toggle): Remove unnecessary bindings of
12033         `inhibit-read-only' inherited from v5.10 merge.
12034
12035 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * nntp.el (nntp): New customization group.
12038         (nntp-authinfo-file): Add customization group.
12039
12040         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12041
12042         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12043
12044         * gnus.el (to-address, to-list, subscribed)
12045         (large-newsgroup-initial): Ditto.
12046
12047         * flow-fill.el (fill-flowed-display-column)
12048         (fill-flowed-encode-column): Ditto.
12049
12050 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12051
12052         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12053         Use point-min rather than 1.
12054         (message-send-mail): Use buffer-size rather than point-max.
12055
12056         * gnus-sum.el (gnus-summary-search-article-forward):
12057         Signal a specific `search-failed' rather than a generic `error'.
12058
12059         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12060         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12061         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12062
12063 2004-09-10  Simon Josefsson  <jas@extundo.com>
12064
12065         * nndb.el (require): Remove tcp and duplicate cl.
12066
12067 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * gnus-agent.el (directory-files-and-attributes): Move forward.
12070
12071 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12072
12073         * gnus-agent.el (directory-files-and-attributes): Optionally
12074         defined to support XEmacs.
12075
12076 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12077
12078         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12079         to avoid run-time CL dependencies.
12080         (gnus-agent-unfetch-articles): New function.
12081         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12082         article numbers even when local .overview file is missing.
12083         (gnus-agent-read-article-number): New function.  Only accepts
12084         27-bit article numbers.
12085         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12086         gnus-agent-read-article-number.
12087         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12088         from backend while recognizing that article numbers in .overview
12089         must be valid.
12090         (gnus-agent-update-files-total-fetched-for): Use
12091         directory-files-and-attributes to improve performance.
12092         * gnus-int.el (gnus-request-move-article): Use
12093         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12094         improve performance.
12095
12096         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12097         some users confused by references to .newsrc when they only have a
12098         .newsrc.eld file.
12099         (gnus-convert-mark-converter-prompt)
12100         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12101         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12102         New function.  Used internally to only display 'gnus converting
12103         files' message when actually necessary.
12104
12105         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12106         methods now autoloaded.
12107
12108 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12111         identifiers.
12112
12113 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * gnus-picon.el: Fix indentation and closing parenthesis.
12116
12117 2004-09-01  Simon Josefsson  <jas@extundo.com>
12118
12119         * message.el (message-canlock-generate): Require sha1, not
12120         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12121         to require within a function.  Sadly, if sha1.el isn't loaded, the
12122         let binding in m-c-g will hide the defcustom definition, which is
12123         bad.)
12124
12125         * canlock.el: Require sha1, not sha1-el.
12126
12127         * message.el: Don't autoload sha1 (there is a autoload cookie in
12128         sha1.el).
12129
12130         * sha1-el.el: Renamed to sha1.el.
12131
12132 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12133
12134         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12135
12136 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12137
12138         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12139
12140 2004-08-30  Kim F. Storm  <storm@cua.dk>
12141
12142         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12143
12144         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12145         Add :group 'nnimap.
12146
12147 2004-08-30  Andreas Schwab  <schwab@suse.de>
12148
12149         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12150         ?* and ?\;.
12151
12152         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12153         and ?\' to symbol instead of whitespace.
12154
12155 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12158
12159         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12160         instead of re-search-forward.
12161
12162         * gnus-uu.el (gnus-uu-save-article): Ditto.
12163         (gnus-uu-post-encode-uuencode): Ditto.
12164
12165         * html2text.el (html2text-clean-list-items): Ditto.
12166         (html2text-clean-dtdd): Ditto.
12167         (html2text-format-tags): Ditto.
12168
12169         * message.el (message-send-mail-with-sendmail): Fix regexp.
12170         (message-fill-field-general): Use search-forward instead of
12171         re-search-forward.
12172         (unbold-region): Ditto.
12173
12174         * nnrss.el (nnrss-request-article): Ditto.
12175
12176         * nnslashdot.el (nnslashdot-request-article): Ditto.
12177
12178         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12179
12180         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12181         "Unrecognized menu descriptor" error in XEmacs.
12182
12183 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12184
12185         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12186         parent article of a sparse article in the thread hashtb.
12187
12188 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12189
12190         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12191         (nnmail-expand-newtext): Lowercase expanded entries if
12192         nnmail-split-lowercase-expanded is non-nil.
12193
12194 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12197
12198         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12199         of gnus-tmp-news-method into string under XEmacs.  It will be
12200         passed to gnus-correct-length which takes only a string argument.
12201
12202 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * gnus-util.el (gnus-bind-print-variables): New macro.
12205         (gnus-prin1): Use it.
12206         (gnus-prin1-to-string): Use it.
12207         (gnus-pp): New function.
12208         (gnus-pp-to-string): New function.
12209
12210         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12211         Replace pp-to-string with gnus-pp-to-string.
12212         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12213         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12214         * gnus-msg.el (gnus-debug): Ditto.
12215         * gnus-score.el (gnus-score-save): Ditto.
12216         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12217         gnus-pp-to-string.
12218         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12219         with gnus-pp.
12220         * score-mode.el (gnus-score-pretty-print): Ditto.
12221         * webmail.el (webmail-debug): Ditto.
12222
12223 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12224
12225         * gnus-art.el (article-display-face, article-display-x-face):
12226         Use buffer-read-only.
12227
12228 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * gnus-art.el (article-hide-list-identifiers):
12231         Bind inhibit-read-only as t.
12232
12233 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12234
12235         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12236
12237 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12238
12239         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12240         (gnus-narrow-to-page): Don't assume point-min == 1.
12241         (gnus-article-edit-mode): Derive from message-mode.
12242
12243         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12244         point-min == 1.
12245
12246         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12247         Disable incorrect use of `assert'.
12248
12249         * message.el (message-mode): Set comment-start-skip.
12250
12251
12252 2004-08-22  Sam Steingold  <sds@gnu.org>
12253
12254         * pop3.el (pop3-leave-mail-on-server): New user variable.
12255         (pop3-movemail): Delete mail only when it is nil.
12256
12257 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12258
12259         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12260
12261         * mml.el (mml-preview): Use `pop-to-buffer'.
12262
12263         * message.el (message-goto-mail-followup-to): Insert after "To".
12264         (message-carefully-insert-headers): Add comment.
12265
12266         * gnus.el: Remove unused variable `gnus-article-check-size'.
12267
12268         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12269
12270         * gnus-art.el (gnus-button-alist): Improve
12271         `gnus-button-handle-library' entry.
12272
12273 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12274
12275         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12276         downcase, since XEmacs capitalizes error messages differently.
12277
12278 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12279
12280         * nntp.el: Add (require 'gnus) due to reference to
12281         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12282
12283 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12284
12285         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12286         `mm-fill-flowed'.
12287
12288         * mm-decode.el (mm-dissect-singlepart): Check it.
12289
12290 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12291
12292         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12293         'imap' for netrc parsing.
12294
12295 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12296
12297         * mailcap.el (mailcap-mime-data): Mark as risky.
12298
12299 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12302         may be included in the encoded word.
12303         (rfc2047-encode): Don't append a space if the encoded word
12304         includes close parenthesis.
12305
12306 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12309         of text within parentheses.
12310
12311 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12312
12313         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12314         (gnus-encrypt-write-file-contents): Make the password key the file
12315         name PLUS the cipher, not just the cipher.  Also remove failed
12316         passwords from the cache.
12317
12318 2004-08-06  Simon Josefsson  <jas@extundo.com>
12319
12320         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12321         fix.
12322
12323 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12326         LWSP.
12327
12328 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12329
12330         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12331         to append in-reply-to: data to the references: header.
12332
12333         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
12334         (netrc-parse): Use gnus-encrypt.el functions.
12335
12336         * gnus-encrypt.el: Add new file for encryption support; currently
12337         does only a few GPG ciphers and an internal XOR cipher.
12338
12339         * password.el: Add comments on using password-read-and-add.
12340         (password-read-and-add): Add function to read and add the
12341         password to the cache at once.
12342
12343 2004-07-28  Simon Josefsson  <jas@extundo.com>
12344
12345         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12346         parameter (but don't use it, for now).
12347
12348         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12349         instead of hard coding to nil.
12350
12351 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12354         as mm-inline-image-xemacs does.
12355
12356 2004-07-26  Simon Josefsson  <jas@extundo.com>
12357
12358         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12359         Revert part of 2004-07-17 change below.
12360
12361 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12364         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12365
12366 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12367
12368         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12369         quotes that actually start with ">" at the beginning of the
12370         lines.
12371
12372 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * rfc2047.el (rfc2047-encode-region): Fix last change.
12375         (rfc2047-encode-parameter): Remove useless concat.
12376
12377 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12380         encode special characters; fix some kind of misconfigured headers;
12381         signal a real error if debug-on-quit or debug-on-error is non-nil.
12382         (rfc2047-encode-max-chars): New variable.
12383         (rfc2047-encode-1): Use it.
12384         (rfc2047-encode-parameter): New function.
12385
12386         * mml.el (mml-insert-parameter): Remove an excessive space.
12387
12388 2004-07-17  Simon Josefsson  <jas@extundo.com>
12389
12390         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12391         Kai Grossjohann <kai@emptydomain.de>.
12392         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12393         (gnus-group-make-menu-bar): Ditto.
12394
12395         * gnus-util.el (gnus-group-server): Add.
12396
12397 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12398
12399         * message.el (message-clone-locals): Clone sendmail and smtp
12400         variables.
12401
12402 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12403
12404         * rfc2047.el (rfc2047-encode-region): Fix last change.
12405
12406 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12409         characters as non-special.
12410
12411 2004-07-09  Simon Josefsson  <jas@extundo.com>
12412
12413         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12414         Users will lose all flag changes made while unplugged with
12415         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12416         good default.  See numerous reports on ding mailing list.
12417
12418 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12421         add generate-head-function and generate-article-function to the
12422         rfc822-forward entry.
12423         (nndoc-rfc822-forward-generate-article): New function.
12424         (nndoc-rfc822-forward-generate-head): New function.
12425
12426         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12427
12428 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12429
12430         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12431         respect display group parameter and gnus-summary-expunge-below.
12432         (gnus-articles-to-read): Remove unused reference to display group
12433         parameter.
12434
12435 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12436
12437         * nnheader.el (nnheader-uniquify-message-id): New experimental
12438         variable.
12439         (nnheader-nov-read-message-id): Use it.
12440
12441         * spam-report.el (spam-report-gmane): Add interactive.
12442
12443 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12446         qp-or-base64 for the application/* types.
12447
12448 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12449
12450         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12451
12452 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12453
12454         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12455         trim value.
12456
12457 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12458
12459         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12460         New macro and function.
12461         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12462
12463 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12464
12465         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12466         after-load-alist.
12467
12468 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12469
12470         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12471         update info that isn't there.
12472
12473 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12474
12475         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12476         entry.
12477
12478 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * mm-view.el (mm-inline-render-with-function): Use multibyte
12481         buffer; decode html source by charset.
12482
12483         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12484
12485         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12486         Mule-UCS is loaded under XEmacs.
12487         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12488
12489 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12490
12491         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12492
12493 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * mm-util.el (mm-coding-system-p): Return a coding-system.
12496         (mm-mime-mule-charset-alist): Use shift_jis instead of
12497         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12498         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12499         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12500         instead of japanese-shift-jis and iso-latin-1 respectively in
12501         order to share the default value with both Emacs and XEmacs-mule.
12502         (mm-mule-charset-to-mime-charset): Make
12503         mm-coding-system-priorities effective.
12504         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12505         while predicating of candidates upon the priorities.
12506
12507 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12508
12509         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12510         gnus-uu-invert-processable.
12511
12512         * gnus.el: Autoload gnus-uu-invert-processable.
12513
12514 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * mm-util.el (mm-with-multibyte-buffer): New macro.
12517
12518         * rfc2047.el (rfc2047-encode-string): Use it.
12519         (rfc2047-encode-region): Move point to the end of the region after
12520         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12521
12522 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12525         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12526
12527 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12530         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12531         Karl Chen <quarl@nospam.quarl.org>.
12532
12533 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12534
12535         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12536         invalid addresses.
12537
12538 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12539
12540         * spam.el: Change section markers, revise TODO list.
12541         (spam-backends): Make new master list of all installed backends.
12542         (spam-summary-exit-behavior): Add new variable to determine how
12543         messages moves are done at summary exit.
12544         (spam-move-spam-nonspam-groups-only)
12545         (spam-process-ham-in-nonham-groups)
12546         (spam-process-ham-in-spam-groups): Remove variables, the
12547         spam-summary-exit-behavior variable should be used to manage this
12548         behavior.
12549         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12550         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12551         and spam-old-spam-articles.
12552         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12553         Add empty variables, placeholders for the backends they represent.
12554         (spam-set-difference): Move, unchanged.
12555         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12556         unless the user has a processor variable.
12557         (spam-classifications, spam-classification-valid-p)
12558         (spam-backend-properties, spam-backend-property-valid-p)
12559         (spam-backend-function-type-valid-p)
12560         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12561         (spam-report-articles-gmane, spam-report-articles-resend):
12562         Remove functions, they are not needed.
12563         (spam-install-backend-super, spam-backend-list)
12564         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12565         (spam-backend-function, spam-backend-ham-registration-function)
12566         (spam-backend-spam-registration-function)
12567         (spam-backend-ham-unregistration-function)
12568         (spam-backend-spam-unregistration-function)
12569         (spam-backend-statistical-p, spam-backend-mover-p)
12570         (spam-install-backend-alias, spam-install-checkonly-backend)
12571         (spam-install-mover-backend, spam-install-nocheck-backend)
12572         (spam-install-backend, spam-install-statistical-backend)
12573         (spam-install-statistical-checkonly-backend): Add backend installation
12574         support.
12575         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12576         (spam-group-processor-p): Use the new backend code and respect the
12577         summary exit behavior.
12578         (spam-mark-spam-as-expired-and-move-routine): Remove.
12579         (spam-summary-prepare): Change to use the new spam-old-articles
12580         variable.
12581         (spam-copy-or-move-routine, spam-copy-spam-routine)
12582         (spam-move-spam-routine, spam-copy-ham-routine)
12583         (spam-move-ham-routine): Add code to copy/move ham or spam.
12584         (spam-fetch-field-fast): Improve doc and code, plus allow the
12585         'number request.
12586         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12587         variables.
12588         (spam-split, spam-find-spam): Use the new backend code.
12589         (spam-registration-functions): Remove variable.
12590         (spam-unregister-routine): Add convenience wrapper.
12591         (spam-log-undo-registration, spam-register-routine)
12592         (spam-log-processing-to-registry)
12593         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12594         where possible.
12595         (spam-check-gmane-xref, spam-check-regex-headers)
12596         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12597         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12598         (spam-check-bogofilter-headers, spam-check-spamoracle)
12599         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12600         (spam-check-crm114-headers): Use the spam-split-group that
12601         spam-split prepares, no need to determine it every time.
12602
12603         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12604         to the nnheader-parse-naked-head call.
12605
12606         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12607
12608         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12609         the nnheader-nov-read-message-id call.
12610
12611 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12612
12613         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12614         gnus-activate-group twice.  Suggested by Markus Peter
12615         <warp@spin.de>.
12616
12617 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * gnus-art.el (gnus-article-time-format): Exchange the order of
12620         day and month in the default value; fix customization type.
12621         (article-date-ut): Use add-text-properties.
12622         (article-make-date-line): Use message-make-date instead of
12623         current-time-string.
12624
12625         * message.el (message-fetch-field): Don't use set-text-properties.
12626         (message-make-date): Simplify.
12627
12628         * messagexmas.el (message-xmas-make-date): New function.
12629         (message-xmas-redefine): Defalias message-make-date to it.
12630
12631 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12634         (rfc2047-encode-region): Treat text within parentheses as special;
12635         show the original text when error has occurred.
12636
12637         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12638         already-computed method to gnus-activate-group.
12639
12640         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12641         same select-methods identical Lisp objects.
12642
12643         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12644         object when modifying the info.
12645
12646 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12649         gnus-opened-servers since it has never been opened with the new
12650         configuration yet.
12651
12652 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12655         arg to nnheader-generate-fake-message-id.
12656
12657 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12658
12659         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12660         number and build a fake message ID localized to a group and
12661         article number (so it's repeatable from that point on).
12662         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12663         ID format.
12664
12665         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12666         nnheader-generate-fake-message-id with the article number.
12667
12668 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12669
12670         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12671         end-of-buffer.
12672
12673 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12674
12675         * message.el (message-ignored-supersedes-headers): Add Approved.
12676
12677 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12680         goto-char.
12681         (rfc2047-encode): Fold the line before encoding.
12682
12683 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12684
12685         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12686         folding -- not all headers can be folded, and this should be done
12687         by the message composition mode.  Probably.  I think.
12688
12689 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12690
12691         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12692         fast.
12693
12694         * gnus-ems.el (gnus-remove-image): Don't use
12695         message-text-with-property; remove only the image found first.
12696
12697         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12698         found first.
12699
12700 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12701
12702         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12703
12704 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * message.el (message-text-with-property): Make it fast and accept
12707         optional arguments.
12708         (message-strip-forbidden-properties): Use it.
12709         (message-fix-before-sending): Follow the m-t-w-p change.
12710
12711         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12712
12713 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12714
12715         * gnus-art.el (article-hide-headers): Don't change the buffer
12716         mistakenly when performing mml-preview even if
12717         gnus-single-article-buffer is nil.
12718
12719 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12720
12721         * message.el (message-expand-name-databases): New user option.
12722         (message-expand-name): Use it.
12723
12724 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12725
12726         * spam.el (spam-report-articles-resend)
12727         (spam-report-resend-register-routine): Allow ham reporting.
12728         (spam-report-resend-register-ham-routine): Add wrapper.
12729         (spam-registration-functions): Add ham resending functions.
12730         (spam-list-of-processors): Add ham resend processor.
12731
12732         * gnus.el (ham-resend-to): Add new group parameter.
12733         (spam-process): Add ham resend option.
12734
12735         * spam-report.el (spam-report-resend): Allow reporting ham.
12736         (spam-report-resend-ham): Add wrapper.
12737
12738 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12739
12740         * message.el (message-cite-articles-with-x-no-archive): New
12741         variable.
12742         (message-cite-original): Use it.
12743
12744 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745
12746         * message.el (message-cite-original): Respect X-No-Archive.
12747
12748 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * gnus-art.el (article-hide-headers): Refer to the values for
12751         gnus-ignored-headers and gnus-visible-headers in the summary
12752         buffer since a user may have set them as group parameters.
12753
12754 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12755
12756         * assistant.el (assistant-node-name): Add convenience function.
12757         (assistant-render-text, assistant-render-node): Add error handling,
12758         plus handle multiple next nodes.
12759         (assistant-find-next-node): Comment out for now.
12760         (assistant-find-next-nodes): Add function, returns list of next
12761         nodes.
12762
12763 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * mail-source.el (mail-source-directory): Fix doc-string.
12766
12767 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12768
12769         * assistant.el (assistant-render-text, assistant-eval): Add :set
12770         widget type, which is different because it takes and returns a
12771         list.  Much hilarity ensues.
12772
12773 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12776
12777         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12778         doc-string.
12779
12780         * gnus-start.el (gnus-activate-group): Added doc-string.
12781
12782 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12783
12784         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12785
12786 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12787
12788         * assistant.el (assistant-render-text): Try to add a :set
12789         widget, more to come.
12790
12791         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12792         strings.
12793         (spam-report-articles-resend)
12794         (spam-register-routine): Do registration iff any articles warrant
12795         it.
12796         (spam-summary-prepare-exit): Change log message for nil group
12797         destinations.
12798
12799 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12800
12801         * spam.el (spam-report-resend-register-routine): Allow
12802         spam-report-resend-to to be a group parameter or a global value.
12803
12804 2004-05-26  Simon Josefsson  <jas@extundo.com>
12805
12806         * starttls.el: Merge with my GNUTLS based starttls.el.
12807         (starttls-gnutls-program, starttls-use-gnutls)
12808         (starttls-extra-arguments, starttls-process-connection-type)
12809         (starttls-connect, starttls-failure, starttls-success): New
12810         variables.
12811         (starttls-program, starttls-extra-args): Doc fix.
12812         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12813         functions.
12814         (starttls-negotiate, starttls-open-stream): Check
12815         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12816         function if it is set.
12817
12818 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12821         structured fields.
12822
12823 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12826
12827 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12828
12829         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12830         variable.
12831         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12832         assigning the spam-mark to new messages.
12833
12834 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12835
12836         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12837
12838 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12839
12840         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12841
12842         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12843         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12844         default.
12845
12846 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12847
12848         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12849         correct data.
12850
12851 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12852
12853         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12854         (spam-group-processor-p): Fix function.
12855         (spam-group-processor-multiple-p)
12856         (spam-group-spam-processor-report-gmane-p)
12857         (spam-group-spam-processor-report-resend-p)
12858         (spam-group-spam-processor-bogofilter-p)
12859         (spam-group-spam-processor-blacklist-p)
12860         (spam-group-spam-processor-ifile-p)
12861         (spam-group-ham-processor-ifile-p)
12862         (spam-group-spam-processor-spamoracle-p)
12863         (spam-group-spam-processor-crm114-p)
12864         (spam-group-ham-processor-bogofilter-p)
12865         (spam-group-spam-processor-stat-p)
12866         (spam-group-ham-processor-stat-p)
12867         (spam-group-ham-processor-whitelist-p)
12868         (spam-group-ham-processor-BBDB-p)
12869         (spam-group-ham-processor-spamoracle-p)
12870         (spam-group-ham-processor-copy-p): Remove functions with some
12871         prejudice against unneeded code.
12872         (spam-report-articles-resend)
12873         (spam-report-resend-register-routine): Allow the group/topic
12874         spam-resend-to value to override spam-report-resend-to.
12875         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12876         properly now.
12877
12878         * gnus.el (spam-resend-to): Add group/topic parameter.
12879         (spam-process): Move the OBSOLETE processors to the end of the
12880         choices.
12881
12882 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12883
12884         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12885         with resend-to set to nil, and then ask the user if necessary.
12886         (spam-report-resend): spam-report-resend takes a list of articles, not
12887         separate article numbers.
12888
12889 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12892         addition to emacs-w3m.
12893
12894 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12895
12896         * assistant.el (assistant-authinfo-data): New function.
12897         (assistant-eval): Eval for entire assistant.
12898
12899         * netrc.el (netrc-services-file): New variable.
12900         (netrc-parse-services): New function.
12901         (netrc-find-service-name): New function.
12902         (netrc-find-service-number): New function.
12903         (netrc-port-equal): New function.
12904         (netrc-machine): Use it.
12905
12906         * nnimap.el (nnimap-open-connection): Use netrc.
12907
12908         * gnus-util.el (gnus-netrc-get): Remove aliases.
12909
12910         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12911
12912         * assistant.el (wid-edit): Fix compilation.
12913
12914         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12915
12916 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12917
12918         * gnus-util.el (gnus-set-file-modes): New function.  (small
12919         patch).
12920
12921 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12922
12923         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12924
12925         * assistant.el (assistant-render-node): Fix up rendering and
12926         read-only text.
12927         (assistant-render-node): Reset.
12928         (assistant-make-read-only): Not sticky.
12929
12930 2004-05-20  Danny Siu  <dsiu@adobe.com>
12931
12932         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12933         centered even when gnus-auto-center-summary is t
12934
12935 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12936
12937         * dns.el (dns-get-txt-answer): New function.
12938         (dns-read-txt): Ditto.
12939         (query-dns): Use it.
12940
12941 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12944         active for foreign groups even if the group level is higher than
12945         the specified value.
12946
12947 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12948
12949         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12950         non-active groups.
12951
12952         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12953
12954 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12955
12956         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12957
12958 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12959
12960         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12961         (spam-crm114-header, spam-crm114-spam-switch)
12962         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12963         (spam-crm114-positive-spam-header)
12964         (spam-crm114-database-directory, spam-list-of-processors)
12965         (spam-group-spam-processor-crm114-p)
12966         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12967         (spam-generic-score, spam-list-of-checks)
12968         (spam-list-of-statistical-checks, spam-registration-functions)
12969         (spam-check-crm114-headers, spam-crm114-score)
12970         (spam-check-crm114, spam-crm114-register-with-crm114)
12971         (spam-crm114-register-spam-routine)
12972         (spam-crm114-unregister-spam-routine)
12973         (spam-crm114-register-ham-routine)
12974         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12975         asjo@koldfront.dk (Adam Sjøgren).
12976
12977         * gnus.el: Add spam-use-crm114.
12978
12979         * spam.el (spam-list-of-processors, spam-registration-functions):
12980         Add spam-use-resend.
12981         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12982         (spam-report-articles-gmane): Add doc fix.
12983         (spam-report-articles-resend, spam-report-resend-register-routine):
12984         Add wrappers around spam-report-resend-to.
12985
12986         * spam-report.el (spam-report-resend-to, spam-report-resend):
12987         Add support for resending spam.
12988         (spam-report-gmane): Fix line length >80.
12989
12990         * gnus.el (spam-process): Add spam-use-resend.
12991
12992 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12993
12994         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12995         number of processed spam messages.
12996         (spam-ham-copy-or-move-routine): Return the number of processed
12997         ham messages.
12998         (spam-summary-prepare-exit): Use the above values to decide
12999         whether status messages shouled be displayed.
13000
13001 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13002
13003         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13004         `rfc2047-encoding-function-alist' in order to avoid conflicting
13005         with the old version.
13006         (rfc2047-encode-region): Concatenate words containing non-ASCII
13007         characters in structured fields; don't encode space-delimited
13008         ASCII words even in unstructured fields; don't break words at
13009         char-category boundaries.
13010         (rfc2047-encode-1): New function.
13011         (rfc2047-encode): Use it; encode text so that it occupies the
13012         maximum width within 76-column; work correctly on Q encoding for
13013         iso-2022-* charsets.
13014         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13015         sure not to break a line just after the header name.
13016         (rfc2047-b-encode-region): Removed.
13017         (rfc2047-b-encode-string): New function.
13018         (rfc2047-q-encode-region): Removed.
13019         (rfc2047-q-encode-string): New function.
13020
13021         * mm-util.el (mm-replace-in-string): New function.
13022
13023 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13024
13025         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13026         get it right.
13027         (gnus-inews-make-draft): Really.
13028
13029 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13030
13031         * nnmh.el (nnmh-request-list-1): Don't check the link count
13032         before descending.  (small patch)
13033
13034 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13035
13036         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13037         stuff.
13038
13039         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13040         on real group name.
13041
13042         * gnus-art.el (gnus-signature-limit): Doc fix.
13043
13044         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13045
13046         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13047
13048 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13049
13050         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13051         isn't a string.
13052
13053 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13054
13055         * gnus-draft.el (gnus-draft-send): Bind
13056         rfc2047-encode-encoded-words.
13057
13058         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13059         (rfc2047-encodable-p): Say that =? needs encoding.
13060         (rfc2047-encode-encoded-words): New variable.
13061
13062         * gnus-group.el (gnus-group-select-group): Doc fix.
13063
13064         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13065
13066         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13067         to nil.
13068
13069         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13070
13071         * nnheader.el (nnheader-get-lines-and-char): New function.
13072
13073 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * gnus-msg.el (gnus-summary-followup-with-original): Document
13076         yanking of region when active.
13077
13078 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13081         groups if the group level is higher than the specified value.
13082
13083 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13086         (gnus-group-jump-to-group): Added prefix argument using
13087         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13088         non-active group.
13089
13090         * compface.el (uncompface): Be verbose when changing
13091         `uncompface-use-external'.
13092
13093         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13094         handle manual section.
13095
13096 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13097
13098         * gnus-art.el (gnus-button-alist): Revert previous change.
13099
13100 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13103
13104 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13105
13106         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13107         whether backend can accept message.
13108
13109         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13110
13111 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13112
13113         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13114         Avoid creating directory when nntp-marks-is-evil is true.
13115         Reported by Reiner Steib.
13116
13117 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * gnus-picon.el (gnus-picon-style): New variable.
13120         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13121         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13122         Jesper Harder <harder@ifa.au.dk>.
13123
13124 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13125
13126         * message.el (message-fill-field): Return point.
13127         (message-generate-headers): Go to end of field.
13128
13129         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13130         stuff for non-living groups.
13131
13132 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13133
13134         * gnus-art.el (gnus-article-followup-with-original)
13135         (gnus-article-reply-with-original): gnus-mark-active-p ->
13136         gnus-region-active-p.
13137
13138 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13139
13140         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13141         only when there is spam or ham to be processed.
13142
13143 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13144
13145         * mail-source.el (mail-source-delete-crash-box): Refactor.
13146         (mail-source-fetch): Use it.
13147         (mail-source-fetch-file): Ditto.
13148         (mail-source-fetch-directory): Run postscript in loop.
13149         (mail-source-fetch-pop): Delete.
13150         (mail-source-fetch-maildir): Ditto.
13151         (mail-source-fetch-imap): Ditto.
13152
13153         * imap.el (imap-authenticators): Comment out sasl.
13154
13155         * message.el (message-skip-to-next-address): New function.
13156         (message-fill-header-address): Refactor.
13157         (message-fill-address): Use it.
13158         (message-delete-address): Use it.
13159         (message-fill-header-general): Refactor.
13160         (message-fill-field-address): Rename.
13161         (message-narrow-to-field): Find the start of the header.
13162         (message-header-format-alist): Don't pre-fill.
13163         (message-fill-header): Removed.
13164         (message-insert-header): New function.
13165         (message-shorten-references): Use it.
13166
13167         * rfc2047.el (rfc2047-field-value): Strip props.
13168
13169         * mail-parse.el (mail-header-make-address): New alias.
13170
13171         * ietf-drums.el (ietf-drums-make-address): New function.
13172
13173         * imap.el: Add compiler directives.
13174
13175         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13176
13177         * gnus-art.el (article-decode-idna-rhs): Don't use
13178         message-idna-inside-rhs-p.
13179
13180 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13181
13182         * message.el (message-idna-inside-rhs-p): Removed.
13183         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13184
13185         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13186         false positives.
13187
13188 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13189
13190         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13191
13192 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13193
13194         * nneething.el (nneething-file-name): Don't create spurious
13195         files.
13196
13197         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13198         (gnus-inews-do-gcc): Remove sleep.
13199
13200         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13201         part under point.
13202
13203         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13204         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13205
13206 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13207
13208         * spam.el (spam-summary-prepare-exit): Fixed (length).
13209
13210 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13211
13212         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13213         as expired without moving it" message when there are spam
13214         messages left.
13215
13216 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13217
13218         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13219         header is not nil.
13220
13221 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13222
13223         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13224         nntp-possibly-create-directory, not nntp-possibly-change-group.
13225         (nntp-marks-changed-p): New arg SERVER.
13226         (nntp-request-update-info): Adjust caller.
13227
13228 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13229
13230         * nntp.el (nntp-save-marks): Pass missing arg.
13231
13232 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13233
13234         * nntp.el: Support marks.
13235         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13236         (nntp-marks-modtime, nntp-marks-directory): New variables.
13237         (nntp-request-set-mark, nntp-request-update-info)
13238         (nntp-possibly-create-directory, nntp-marks-changed-p)
13239         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13240         functions.
13241
13242 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13243
13244         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13245         (gnus-xmas-redefine): Rename.
13246
13247         * gnus-score.el (gnus-score-insert-help): Use
13248         gnus-select-lowest-window.
13249
13250         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13251         appt-select-lowest-window and rename to gnus-select-lowest-window.
13252
13253         * gnus.el: do.
13254
13255 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13256
13257         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13258         encodings of MIME-encoded words, in order to improve
13259         interoperability with several broken MUAs.
13260
13261 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13262
13263         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13264         tags, only when charsets are not specified in headers.
13265         (mm-inline-text-html-render-with-w3m): Ditto.
13266
13267         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13268         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13269
13270 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13271
13272         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13273         instead of MIME-decoded from fields when checking
13274         `gnus-article-address-banner-alist'.
13275
13276 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13277
13278         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13279         description rather than subject.
13280
13281 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13282
13283         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13284
13285 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13286
13287         * gnus.el (gnus-version-number): Bump.
13288
13289 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13290
13291         * gnus.el: No Gnus v0.2 is released.
13292
13293 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13294
13295         * gnus-agent.el (gnus-agent-read-agentview): Inline
13296         gnus-uncompress-range.
13297
13298 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13299
13300         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13301         `exec-installed-p'.
13302
13303 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13304
13305         * gnus.el (spam-process, spam-autodetect-methods): Add
13306         bsfilter and bsfilter-headers.
13307
13308         * spam.el (spam-bsfilter): New customize group.
13309         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13310         (spam-bsfilter-header, spam-bsfilter-probability-header)
13311         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13312         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13313         (spam-bsfilter-database-directory): New options.
13314         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13315         (spam-list-of-statistical-checks, spam-registration-functions):
13316         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13317         (spam-bsfilter-score): New command.
13318         (spam-check-bsfilter-headers, spam-check-bsfilter)
13319         (spam-bsfilter-register-with-bsfilter)
13320         (spam-bsfilter-register-spam-routine)
13321         (spam-bsfilter-unregister-spam-routine)
13322         (spam-bsfilter-register-ham-routine)
13323         (spam-bsfilter-unregister-ham-routine): New functions.
13324         (spam-generic-score): Support bsfilter; Accept an optional argument
13325         to recalcurate spam score even if scoring header has already been
13326         added.
13327         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13328         optional argument to recalcurate spam score even if scoring header
13329         has already been added.
13330
13331 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13332
13333         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13334         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13335         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13336         link is missing.
13337
13338 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13339
13340         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13341         (html2text-get-attr): Rewrite.
13342
13343         * message.el (message-setup-1): Remove redundant put-text-property
13344         on mail-header-separator.
13345
13346 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13347
13348         * gnus-registry.el (gnus-registry-cache-whitespace)
13349         (gnus-registry-action, gnus-registry-spool-action)
13350         (gnus-registry-split-fancy-with-parent): Change message levels
13351         from 5 to 3 or 7, as needed.
13352
13353         * spam.el (spam-summary-prepare-exit)
13354         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13355         (spam-split, spam-find-spam, spam-log-undo-registration)
13356         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13357         level from 5 to 6.
13358
13359 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13362         2004-03-04 change).
13363
13364 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13365
13366         * sieve-manage.el (sieve-manage-open):
13367         * nnweb.el (nnweb-insert-html):
13368         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13369         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13370         * nnspool.el (nnspool-request-group):
13371         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13372         * nnml.el (nnml-request-update-info):
13373         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13374         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13375         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13376         (nnimap-request-set-mark):
13377         * nnfolder.el (nnfolder-request-update-info):
13378         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13379         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13380         * gnus-uu.el (gnus-uu-find-articles-matching):
13381         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13382         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13383         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13384         * gnus-nocem.el (gnus-nocem-scan-groups):
13385         * gnus-int.el (gnus-start-news-server):
13386         * gnus-group.el (gnus-group-make-kiboze-group)
13387         (gnus-group-browse-foreign-server):
13388         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13389         Use mapc when appropriate.
13390
13391 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13392
13393         FIXME: Make separate entries for each person.
13394
13395         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13396         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13397         <shields@msrl.com>:
13398
13399         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13400         may need for spam sorting and scoring.
13401         (spam-user-format-function-S): Add user format function suitable for
13402         general use.
13403         (spam-article-sort-by-spam-status): Add sorting function for summary
13404         sorting.
13405         (spam-extra-header-to-number): Add function to get a score from a
13406         header.
13407         (spam-summary-score): Add function to get a numeric score from the
13408         headers.
13409         (spam-generic-score): Fix function doc, was in wrong place.
13410         (spam-initialize): Take symbols when it's run, and install the
13411         extra headers that spam-necessary-extra-headers thinks we need.
13412
13413 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13414
13415         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13416         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13417
13418 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13419
13420         * gnus-sum.el (gnus-set-global-variables)
13421         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13422         (gnus-article-get-xrefs, gnus-summary-best-group)
13423         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13424         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13425         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13426         Use with-current-buffer.
13427
13428 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13429
13430         * spam.el (spam-summary-prepare-exit): Simplify logic.
13431         (spam-fetch-article-header): Read the article header if it's not
13432         available.
13433         (spam-list-articles): Simplify logic.
13434         (spam-filelist-register-routine): Fix bug with unregister-list.
13435
13436         * gnus-registry.el: Fix comments at beginning.
13437
13438 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13439
13440         * message.el (message-cater-to-broken-inn): Remove.
13441         (message-shorten-references): Make sure the total folded length of
13442         References is shorter than 998 characters to cater to a bug in INN
13443         2.3.  Also, don't pretend that references aren't folded -- this
13444         hasn't worked for a while.
13445
13446 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13447
13448         * gnus-agent.el (gnus-agentize):
13449         gnus-agent-send-mail-real-function no longer set to current value
13450         of message-send-mail-function but rather a lambda that calls
13451         message-send-mail-function.  The change makes the agent real-time
13452         responsive to user changes to message-send-mail-function.
13453
13454 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13455
13456         * legacy-gnus-agent.el
13457         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13458         help from Florian Weimer <fw@deneb.enyo.de>
13459
13460 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * nnmail.el (nnmail-cache-insert): Revert last change.
13463
13464 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * nnmail.el (nnmail-cache-insert): Always check whether
13467         nnmail-cache-ignore-groups matches a group name.
13468
13469 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13470
13471         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13472         (spam-find-spam, spam-log-processing-to-registry)
13473         (spam-log-registered-p, spam-log-unregistration-needed-p)
13474         (spam-log-undo-registration): Use gnus-message instead of
13475         gnus-error, none of these errors are fatal.
13476
13477         * gnus-registry.el (gnus-registry-clean-empty-function)
13478         (gnus-registry-clean-empty): Remove only empty entries without
13479         extra data.
13480
13481 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13482
13483         * spam-stat.el (spam-stat-buffer-change-to-spam)
13484         (spam-stat-buffer-change-to-non-spam): Change (error) to
13485         (gnus-message 8) invocation.
13486
13487 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * nntp.el (nntp-via-netcat-command): New variable.
13490         (nntp-via-netcat-switches): New variable.
13491         (nntp-open-via-rlogin-and-netcat): New function.
13492         (nntp-open-connection-function): Doc fix.
13493         (nntp-telnet-command): Doc fix.
13494         (nntp-end-of-line): Doc fix.
13495         (nntp-via-rlogin-command): Doc fix.
13496         (nntp-via-user-name): Doc fix.
13497         (nntp-via-address): Doc fix.
13498
13499 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13502         error in Emacs 21.1.
13503
13504 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13505
13506         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13507
13508 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13509
13510         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13511         (gnus-agent-with-refreshed-group): New macro.
13512         (gnus-agent-rename-group): New function.
13513         (gnus-agent-delete-group): New function.
13514         (gnus-agent-save-group-info): Use gnus-command-method when
13515         `method' parameter is nil.  Don't write nil entries into the
13516         active file.
13517         (gnus-agent-get-group-info): New function.
13518         (gnus-agent-fetch-articles): Use
13519         gnus-agent-update-files-total-fetched-for to increment disk space
13520         used.
13521         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13522         gnus-agent-update-view-total-fetched-for to increment disk space
13523         used.
13524         (gnus-agent-get-local): Added optional parameters to avoid calling
13525         gnus-group-real-name and gnus-find-method-for-group.
13526         (gnus-agent-set-local): Delete stored entry if either min, or max,
13527         are nil.
13528         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13529         quit, use gnus-agent-regenerate-group to record existance of any
13530         articles fetched to disk before the quit occurred.
13531         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13532         gnus-agent-update-view-total-fetched-for, and
13533         gnus-agent-update-files-total-fetched-for to decrement disk space
13534         used.
13535         (gnus-agent-retrieve-headers): Use
13536         gnus-agent-update-view-total-fetched-for to increment disk space
13537         used.
13538         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13539         with gnus-agent-update-files-total-fetched-for to decrement disk
13540         space and fresh group buffer.
13541         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13542         (gnus-agent-need-update-total-fetched-for): New variable.
13543         (gnus-agent-update-files-total-fetched-for): New function.
13544         (gnus-agent-update-view-total-fetched-for): New function.
13545         (gnus-agent-total-fetched-for): New function.
13546
13547         * gnus-cache.el (gnus-cache-save-buffers): Use
13548         gnus-cache-update-overview-total-fetched-for to change disk space
13549         used by this group.
13550         (gnus-cache-possibly-enter-article): Use
13551         gnus-cache-update-file-total-fetched-for to increment disk space
13552         used by this group.
13553         (gnus-cache-possibly-remove-article): Use
13554         gnus-cache-update-file-total-fetched-for to decrement disk space
13555         used by this group.
13556         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13557         (gnus-cache-rename-group): New function.
13558         (gnus-cache-delete-group): New function.
13559         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13560         (gnus-cache-need-update-total-fetched-for): New variable.
13561         (gnus-cache-with-refreshed-group): New macro.
13562         (gnus-cache-update-file-total-fetched-for): New function.
13563         (gnus-cache-update-overview-total-fetched-for): New function.
13564         (gnus-cache-rename-group-total-fetched-for): New function.
13565         (gnus-cache-delete-group-total-fetched-for): New function.
13566         (gnus-cache-total-fetched-for): New function.
13567
13568         * gnus-group.el: Require gnus-sum and autoload functions to
13569         resolve warnings when gnus-group.el compiled alone.
13570         (gnus-group-line-format): Documented new %F
13571         (size of Fetched data) group line format; identifies disk space
13572         used by agent and cache.
13573         (gnus-group-line-format-alist): Defined new F format.
13574         (gnus-total-fetched-for): New function.
13575         (gnus-group-delete-group): No longer update
13576         gnus-cache-active-altered as gnus-request-delete-group now keeps
13577         the cache in sync.
13578         (gnus-group-list-active): Let the agent store a server's active
13579         list if currently plugged.
13580
13581         * gnus-int.el (gnus-request-delete-group):
13582         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13583         local disk in sync with the server.
13584         (gnus-request-rename-group):
13585         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13586         local disk in sync with the server.
13587
13588         * gnus-start.el (gnus-get-unread-articles):
13589         Cosmetic simplification to logic.
13590
13591         * gnus-util.el (gnus-rename-file): New function.
13592
13593 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13594
13595         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13596
13597 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13598
13599         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13600         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13601
13602 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13603
13604         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13605         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13606
13607 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13608
13609         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13610
13611 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13612
13613         * spam.el (spam-set-difference): Add function to replace
13614         gnus-set-difference in spam.el.
13615         (spam-summary-prepare-exit): Use spam-set-difference.
13616
13617 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13618
13619         * gnus-registry.el (gnus-registry-cache-file): Update to use
13620         gnus-dribble-directory OR gnus-home-directory OR ~.
13621         (gnus-registry-split-fancy-with-parent): Fix doc.
13622
13623 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * message.el (message-exchange-point-and-mark): Use
13626         message-mark-active-p.  Suggested by Jesper Harder
13627         <harder@ifa.au.dk>.
13628
13629 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * message.el (message-exchange-point-and-mark): Don't activate
13632         region if it was inactive.  Suggested by Hiroshi Fujishima
13633         <pooh@nature.tsukuba.ac.jp>.
13634
13635 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13636
13637         * gnus-art.el (article-display-face): Display Faces in the same
13638         order as X-Faces.
13639
13640 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13643
13644 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13647         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13648         (gnus-article-mime-hierarchy): Remove.
13649         (gnus-article-mime-hierarchy-next): Remove.
13650         (gnus-article-mode): Revert 2004-03-19 change.
13651         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13652         (gnus-insert-mime-button): Revert 2004-03-19 change.
13653         (gnus-mime-accumulate-hierarchy): Remove.
13654         (gnus-mime-enter-multipart): Remove.
13655         (gnus-mime-leave-multipart): Remove.
13656         (gnus-mime-display-part): Revert 2004-03-19 change.
13657         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13658
13659         * mml.el (mml-preview): Revert 2004-03-19 change.
13660
13661 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13662
13663         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13664
13665 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13668         t while entering a file name using the mm-with-multibyte macro.
13669         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13670
13671         * mm-util.el (mm-with-multibyte): New macro.
13672
13673 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13674
13675         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13676         user option.
13677         (gnus-mime-multipart-functions): Doc and customization fix.
13678         (gnus-article-mime-hierarchy): New variable.
13679         (gnus-article-mime-hierarchy-next): New variable.
13680         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13681         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13682         gnus-article-mime-hierarchy-next to nil.
13683         (gnus-insert-mime-button): Show hierarchy numbers.
13684         (gnus-mime-accumulate-hierarchy): New function.
13685         (gnus-mime-enter-multipart): New function.
13686         (gnus-mime-leave-multipart): New function.
13687         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13688         (gnus-mime-display-alternative): Show hierarchy numbers.
13689
13690         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13691         gnus-article-mime-hierarchy-next to nil.
13692
13693 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13694
13695         * dns.el: Don't require gnus-xmas.
13696
13697 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13698
13699         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13700         inline PGP.
13701         (mml-menu): Disable mml-quote-region if mark is inactive.
13702
13703 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13706         when the group's active is not available.
13707
13708 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13711         error.
13712
13713 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * imap.el (imap-store-password): New variable.
13716         (imap-interactive-login): Use it.
13717         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13718
13719 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13722         window-start and hscroll to summary window.
13723
13724 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13725
13726         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13727         conversion message to newsrc-dribble when an actual conversion is
13728         performed.
13729
13730 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13731
13732         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13733
13734 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * mm-decode.el (mm-complicated-handles): New function reviving
13737         former definition of mm-multiple-handles.
13738
13739         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13740         (gnus-mime-delete-part): Use it.
13741
13742 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13743
13744         * gnus-agent.el (gnus-agent-read-local): Bind
13745         nnheader-file-coding-system to gnus-agent-file-coding-system to
13746         avoid the implicit assumption that they will always be equal.
13747         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13748         coding-system-for-write, as the with-temp-file macro first prints
13749         to a buffer then saves the buffer.
13750
13751 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * gnus-art.el (gnus-article-edit-part): New function.
13754         (gnus-mime-save-part-and-strip): Use it; do query instead of
13755         signaling an error; don't use mm-multiple-handles.
13756         (gnus-mime-delete-part): Ditto.
13757
13758 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13759
13760         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13761         old file versions.
13762         (gnus-group-prepare-hook): Removed function that converted list
13763         form of gnus-agent-expire-days to group properties.
13764
13765         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13766         (gnus-request-accept-article): Re-indented.
13767
13768         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13769         converters to handle old agent file formats.  Added logic for a
13770         "backup before upgrading warning".
13771         (gnus-convert-mark-converter-prompt): Developers can mark
13772         functions as needing (default), or not needing,
13773         gnus-convert-old-newsrc's "backup before upgrading warning".
13774         (gnus-convert-converter-needs-prompt): Tests whether the user
13775         should be protected from potentially irreversable changes by the
13776         function.
13777
13778         * legacy-gnus-agent.el: New.  Provides converters that are only
13779         loaded when gnus-convert-old-newsrc needs to call them.
13780
13781 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * mail-source.el (mail-source-touch-pop): Doc fix.
13784
13785         * message.el (message-smtpmail-send-it): Doc fix.
13786
13787 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13788
13789         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13790
13791         * nnmail.el (nnmail-split-fancy): do.
13792
13793         * gnus-kill.el (gnus-kill, gnus-execute): do.
13794
13795 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13796
13797         * gnus-sum.el (gnus-widget-reversible-match)
13798         (gnus-widget-reversible-to-internal)
13799         (gnus-widget-reversible-to-external): New functions.
13800         (gnus-widget-reversible): New widget.
13801         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13802
13803 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13804
13805         * gnus-sum.el (gnus-thread-sort-functions)
13806         (gnus-article-sort-functions): Document `(not F)' items.
13807
13808 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13809
13810         * spam.el (spam-use-gmane-xref): Add new backend.
13811         (spam-gmane-xref-spam-group): Add variable to control the name of the
13812         Gmane spam group.
13813         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13814         (spam-regex-headers-spam, spam-regex-headers-ham)
13815         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13816         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13817         backends and checks.
13818         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13819
13820         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13821         an autodetect method.
13822
13823 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13824
13825         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13826         articles are being added to a group.
13827         (gnus-request-replace-article): Inform the agent that articles
13828         need to be uncached as the cached contents are no longer valid.
13829
13830 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * binhex.el: Don't autoload executable-find.
13833
13834         * canlock.el: Don't autoload mail-fetch-field.
13835
13836         * dgnushack.el: Autoload c-mode for XEmacs.
13837
13838         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13839
13840         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13841         rmail-dont-reply-to and rmail-output.
13842
13843         * gnus-score.el: Don't autoload ffap-string-at-point.
13844
13845         * gnus-setup.el: Don't autoload sc-cite-original.
13846
13847         * imap.el: Don't autoload base64-decode-string,
13848         base64-encode-string and md5.
13849
13850         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13851         and rmail-msg-restore-non-pruned-header.
13852
13853         * mm-decode.el: Don't autoload executable-find.
13854
13855         * mm-url.el: Don't autoload executable-find.
13856
13857         * mm-view.el: Don't autoload diff-mode.
13858
13859         * nndb.el: Don't autoload news-reply-mode, news-setup,
13860         cancel-timer and telnet.
13861
13862         * password.el: Don't autoload run-at-time for Emacs.
13863
13864         * sha1-el.el: Don't autoload executable-find.
13865
13866         * sieve-mode.el: Don't autoload c-mode.
13867
13868         * uudecode.el: Don't autoload executable-find.
13869
13870 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13871
13872         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13873         (gnus-agent-possibly-alter-active): Avoid null in numeric
13874         comparison.
13875         (gnus-agent-set-local): Refuse to save null in local object table.
13876         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13877         list of articles that will be marked as unread.
13878
13879 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13882
13883 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13884
13885         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13886         language tags.
13887
13888 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13889
13890         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13891         Don't bind "obarray".
13892
13893         * gnus-sum.el (gnus-thread-sort-functions): Added
13894         `gnus-thread-sort-by-most-recent-number' and
13895         `gnus-thread-sort-by-most-recent-date'.
13896         Reported by Kai Grossjohann <kai@emptydomain.de>.
13897
13898 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13901
13902 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13903
13904         * gnus-cus.el (gnus-agent-customize-category): Removed
13905         ignore-errors macro reference that required cl to be loaded at
13906         run-time.
13907
13908         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13909         single-interval range of the form (min . max).  Previously the
13910         range had to look like ((min . max)).  Likewise, return
13911         (min . max) rather than ((min . max)).
13912         (gnus-range-map): Use gnus-range-normalize to accept
13913         single-interval range.
13914
13915         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13916         the cache, but not the agent, now appear with their usual face.
13917
13918         * dgnushack.el (loaddir): New variable that is bound to the
13919         directory containing the dgnushack.el file. Use loaddir, rather
13920         than srcdir, to update load-path. Change lets dgnushack compile
13921         code in directories other than GNUS/lisp.
13922
13923 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * lpath.el: Don't bind w3m-safe-url-regexp.
13926
13927         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13928         w3m-safe-url-regexp variable buffer-local.
13929
13930         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13931
13932 2004-02-27  Simon Josefsson  <jas@extundo.com>
13933
13934         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13935         gnus-group-real-prefix.
13936         (gnus-summary-move-article): Use it, instead of
13937         gnus-group-real-prefix.
13938
13939 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * lpath.el: Bind w3m-safe-url-regexp.
13942
13943         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13944         w3m-safe-url-regexp variable buffer-local and set it as the value
13945         of mm-w3m-safe-url-regexp.
13946
13947         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13948
13949         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13950         parsing gnus-posting-styles when the message is not for replying.
13951
13952         * dgnushack.el: Autoload sgml-mode for XEmacs.
13953
13954         * nnrss.el (nnrss-opml-export): Use
13955         mm-set-buffer-file-coding-system instead of
13956         set-buffer-file-coding-system.
13957
13958 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13959
13960         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13961         of checkdoc.el).
13962         * nnrss.el: do.
13963         * gnus-mlspl.el: do.
13964         * gnus-ml.el: do.
13965         * gnus-srvr.el: do.
13966
13967         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13968
13969 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13970
13971         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13972         Corrections to custom-manual links.
13973
13974         * gnus-art.el (gnus-article): Ditto.
13975
13976         * mm-decode.el (mime-display, mime-security): Ditto.
13977
13978 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13979
13980         * flow-fill.el: Typo.
13981
13982 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13983
13984         * spam-wash.el: New file.
13985
13986 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13987
13988         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13989
13990 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13991
13992         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13993         to be run with new-articles as LIST1, not LIST2.
13994         (spam-registration-functions): Add spam-use-ham-copy as a nil
13995         registration backend.
13996
13997 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13998
13999         * spam-stat.el (spam-stat-washing-hook): New option.
14000         (spam-stat-buffer-words): Use it.
14001         (spam-stat-process-directory, spam-stat-test-directory): Use
14002         insert-file-contents-literally.
14003         (spam-stat-coding-system): New variable.
14004         (spam-stat-load, spam-stat-save): Use it.
14005
14006 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * spam-report.el (spam-report-plug-agent): Quote
14009         spam-report-url-to-file and spam-report-url-ping-plain.
14010
14011 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14012
14013         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14014         / in mailto URLs.
14015
14016 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         * spam-report.el (spam-report-process-queue): Fix interactive use.
14019         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14020         (spam-report-unplug-agent): Doc fixes.
14021         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14022         (spam-report-agentize, spam-report-deagentize): Autoload
14023
14024 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14027
14028         * message.el (message-setup-fill-variables): Add mml tags to
14029         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14030         <ajk@iu.edu>.
14031         (message-mode): Don't modify paragraph-separate there.
14032
14033 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * compface.el (uncompface-use-external): Default to undecided.
14036         (uncompface-use-external-threshold): New variable.
14037         (uncompface-float-time): New macro.
14038         (uncompface): Determine whether to use the external decoder if
14039         uncompface-use-external is undecided.
14040
14041 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14042
14043         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14044         after images.
14045
14046         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14047
14048 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14049
14050         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14051
14052         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14053
14054         * gnus-sum.el (gnus-summary-limit-to-age)
14055         (gnus-summary-limit-children): do.
14056
14057         * gnus-int.el (gnus-request-scan): do.
14058
14059         * gnus-group.el (gnus-group-suspend): do.
14060
14061         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14062
14063         * gnus-cite.el (gnus-cite-parse-attributions): do.
14064
14065         * gnus-agent.el (gnus-summary-set-agent-mark)
14066         (gnus-agent-regenerate-group): do.
14067
14068         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14069
14070         * binhex.el (binhex-decode-region-internal): do.
14071
14072 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * gnus-fun.el (gnus-face-properties-alist): New user option.
14075         (gnus-display-x-face-in-from): Use it.
14076
14077         * gnus-art.el (article-display-face): Ditto.
14078
14079         * compface.el (uncompface-use-external): Default to nil.
14080
14081 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14082
14083         * nntp.el (nntp-erase-buffer): New function.
14084         (nntp-retrieve-data, nntp-send-command)
14085         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14086         (nntp-possibly-change-group): Use it.
14087
14088         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14089         with-current-buffer.
14090
14091 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14092
14093         * compface.el: Merge the ELisp-based uncompface program.
14094         (compface): New customization group.
14095         (uncompface-use-external): New user option.
14096         (uncompface): Call uncompface-internal if uncompface-use-external
14097         is nil.
14098         (uncompface-internal): New function.  Note that there are also
14099         some other functions and variables added for this function.
14100
14101 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14102
14103         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14104         if necessary.
14105
14106 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14107
14108         * spam-report.el (spam-report-unplug-agent)
14109         (spam-report-plug-agent, spam-report-deagentize)
14110         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14111         Add support for the Agent in spam-report: when unplugged, report to a
14112         file; when plugged, submit all the requests.
14113
14114         * spam.el (spam-register-routine): Fix message about
14115         registration.
14116
14117 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14118
14119         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14120         dependencies.
14121         (rfc2047-encode): Use it.
14122
14123         * gnus-art.el (gnus-button-marker-list): Move before first
14124         reference.
14125
14126         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14127         (imap-parse-body): Fix format string mismatch.
14128
14129         * gnus-score.el (gnus-summary-increase-score): do.
14130
14131         * nnrss.el (nnrss-close): New function.
14132
14133 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14134
14135         * nnrss.el (nnrss-make-filename): New function.
14136         (nnrss-request-delete-group, nnrss-read-server-data)
14137         (nnrss-save-server-data, nnrss-read-group-data)
14138         (nnrss-save-group-data): Use it.
14139         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14140         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14141         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14142
14143 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14144
14145         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14146
14147 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14148
14149         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14150         files.
14151
14152         * message.el (message-generate-headers-first): Don't quote nil
14153         and t in docstrings.
14154
14155         * imap.el (imap-id): do.
14156
14157         * gnus-agent.el (gnus-agent-consider-all-articles)
14158         (gnus-agent-queue-mail): do.
14159
14160 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14161
14162         * spam-report.el (spam-report-process-queue): New function.
14163         Process requests from `spam-report-requests-file'.
14164         (spam-report-process-queue): Doc fix.
14165
14166 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14167
14168         * spam.el (spam-register-routine)
14169         (spam-log-processing-to-registry, spam-log-registered-p)
14170         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14171         Change "check" to "spam-check" for semi-clarity.
14172
14173 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14174
14175         * pop3.el: Require nnheader.
14176
14177         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14178
14179         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14180
14181         * gnus-picon.el: Require cl.
14182
14183         * gnus-fun.el: Require gnus-ems and gnus-util.
14184
14185         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14186
14187         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14188
14189         * gnus-art.el (gnus-article-edit-mode): Define before first
14190         reference.
14191
14192 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14193
14194         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14195         (gnus-uu-post-encoded): Use point-at-bol.
14196
14197         * gnus-topic.el (gnus-group-active-topic-p): do.
14198
14199         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14200
14201         * gnus-group.el (gnus-group-kill-region): do.
14202
14203         * gnus-art.el (article-date-ut): do.
14204
14205         * message.el (message-fetch-field): Remove redundant
14206         case-fold-search binding.
14207         (message-narrow-to-field): Simplify.
14208
14209 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * spam.el (spam-directory): Derive from `gnus-directory'.
14212
14213         * spam-report.el (spam-report-url-to-file)
14214         (spam-report-requests-file): New function and variable for offline
14215         reporting.
14216         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14217         and user defined function.
14218         (spam-report-url-ping-mm-url): Remove doubled slash.
14219
14220 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14221
14222         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14223
14224 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14225
14226         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14227         format string mismatch.
14228
14229         * sieve.el (sieve-deactivate-all): do.
14230
14231         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14232
14233         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14234
14235         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14236
14237         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14238
14239 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14240
14241         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14242         the list of checks.
14243
14244 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14245
14246         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14247         padding.
14248
14249 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14250
14251         * mm-view.el (mm-fill-flowed): New variable.
14252         (mm-inline-text): Use it.
14253
14254 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14255
14256         * spam.el (spam-spamassassin-register-ham-routine)
14257         (spam-spamassassin-register-spam-routine): Fix function names.
14258
14259 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus.el (gnus-tmp-grouplens): Remove.
14262         (gnus-summary-line-format): Remove grouplens.
14263
14264         * gnus-group.el (gnus-group-line-format): Ditto.
14265
14266         * gnus-spec.el (gnus-format-specs): Ditto.
14267         (gnus-update-format-specifications): Flush the group format spec
14268         cache if there's the grouplens stuff.
14269         (gnus-parse-simple-format): Replace %l with the empty string.
14270
14271 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14272
14273         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14274         omission.
14275
14276 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14277
14278         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14279         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14280
14281 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14282
14283         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14284         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14285         New macros and functions.
14286         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14287         Handle > NLINK_MAX messages.
14288         * nnmaildir.el (nnmaildir-request-set-mark): Use
14289         nnmaildir--emlink-p and nnmaildir--eexist-p.
14290
14291 2004-01-25  Alex Schroeder  <alex@gnu.org>
14292
14293         * spam-stat.el (spam-stat-process-directory-age): New option.
14294         (spam-stat-process-directory): Use it.
14295
14296 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14297
14298         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14299         (spam-stat-save): Accept prefix argument.
14300
14301 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14302
14303         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14304         links" error.
14305
14306 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14309         the rest of the and/or forms.
14310
14311 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14312
14313         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14314         compatibility with old .newsrc.eld files.
14315
14316         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14317
14318         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14319
14320         * gnus-start.el (gnus-1): do.
14321
14322         * gnus-group.el (gnus-group-line-format-alist): do.
14323
14324         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14325
14326         * gnus-gl.el: Remove.
14327
14328 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14329
14330         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14331         marks consisting of a single range {for example, (3 . 5)} rather
14332         than a list of a single range { ((3 . 5)) }.
14333
14334 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14335
14336         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14337         with-current-buffer.
14338         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14339         avoid consing a string.
14340
14341         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14342         Remove obsolete entries for big5 and gb2312.
14343
14344 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14345
14346         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14347         uncompressed list.
14348
14349 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14350
14351         * spam-stat.el (spam-stat-strip-xref): New function.
14352         (spam-stat-process-directory): Use it.
14353
14354         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14355         here -- it's done in message-fetch-field.
14356
14357 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14358
14359         * gnus-agent.el (gnus-agent-queue-mail)
14360         (gnus-agent-prompt-send-queue): New variables.
14361         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14362         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14363         "nndraft:queue" along to gnus-draft-send.  Use
14364         gnus-agent-prompt-send-queue.
14365         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14366         is "nndraft:queue".  Suggested by Gaute Strokkenes
14367         <gs234@srcf.ucam.org>
14368
14369         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
14370         (agent-enable-undownloaded-faces): Added
14371         (gnus-agent-cat-groups): Use eval-and-compile, not
14372         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14373         method of gnus-agent-cat-groups even when the buffer has been
14374         evaled.
14375         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14376         delete gnus-agent-save-active-1.
14377         (gnus-agent-save-groups): Deleted.  Identical to
14378         gnus-agent-save-active.
14379         (gnus-agent-write-active): No longer adjust agent's copy of active
14380         file as agent's adjustments are now stored in their own
14381         file.  Removed optional parameter.
14382         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14383         servers.  Add use of min/max range limits from server's local
14384         file.
14385         (gnus-agent-save-alist): Removed unused optional argument.
14386         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14387         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14388         (gnus-agent-set-local): A per-server file that keeps min/max range
14389         limits for articles known to the agent.  Provides a fast mechanism
14390         for altering many active ranges.
14391         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14392         active file (local makes it unnecessary).
14393         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14394
14395         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
14396         (agent-enable-undownloaded-faces): Added
14397
14398         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14399         disable it when sending to "nndraft:queue".
14400         (gnus-group-send-queue): Add safety check to avoid sending queue
14401         when unplugged.
14402
14403         * gnus-group.el (gnus-group-catchup): Use new
14404         gnus-sequence-of-unread-articles, not
14405         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14406         numbers of articles.  Use gnus-range-map to avoid having to
14407         uncompress the unread list.
14408         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14409         Fixed invalid ange-ftp reference.
14410
14411         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14412         (gnus-sorted-range-intersection): Intersection of two ranges
14413         without requiring that they first be uncompressed.
14414
14415         * gnus-start.el (gnus-activate-group): Unless blocked by the
14416         caller, possibly expand the active range to include both cached
14417         and agentized articles.
14418         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14419         multiple version-dependent converters.
14420         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14421         gnus-agent-save-active.
14422         (gnus-save-newsrc-file): Save dirty agent range limits.
14423
14424         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14425         gnus-agent-possibly-alter-active.
14426         (gnus-adjust-marked-articles): Faster handling of simple lists
14427
14428 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14429
14430         * spam-stat.el (spam-stat-test-directory): New optional argument
14431         displays a list of files detected.  Suggested by Andrew Cohen
14432         <cohen@andy.bu.edu>.
14433         (spam-stat-buffer-words-with-scores): Don't narrow and change
14434         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14435
14436 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14437
14438         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14439         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14440         (spam-spamassassin-arguments)
14441         (spam-spamassassin-spam-flag-header)
14442         (spam-spamassassin-positive-spam-flag-header)
14443         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14444         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14445         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14446         (spam-list-of-processors, spam-list-of-checks)
14447         (spam-list-of-statistical-checks, spam-registration-functions)
14448         (spam-check-spamassassin-headers, spam-check-spamassassin)
14449         (spam-spamassassin-score)
14450         (spam-spamassassin-register-with-sa-learn)
14451         (spam-spamassassin-register-spam-routine)
14452         (spam-spamassassin-register-ham-routine)
14453         (spam-assassin-register-spam-routine)
14454         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14455         (spam-bogofilter-score): Fix to show article before scoring.
14456
14457 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14458
14459         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14460         default scoring function.
14461         (spam-generic-score): Call spam-spamassassin-score if
14462         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14463         spam-bogofilter-score otherwise.
14464
14465         * gnus.el (spam-process, spam-autodetect-methods): Add
14466         spamassassin and spamassassin-headers.
14467
14468 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14469
14470         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14471         Suppress unnecessary messages.
14472
14473 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14474
14475         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14476         make-hash-table.
14477
14478 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * canlock.el (base64-encode-string): Don't autoload it.
14481
14482 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * run-at-time.el: Remove useless (require 'itimer),
14485         eval-and-compile and (featurep 'xemacs).
14486
14487 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14488
14489         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14490         GROUP is a virtual group.
14491
14492 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14493
14494         * gnus.el: Autoload `message-y-or-n-p'.
14495
14496 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14497
14498         * pgg-parse.el: Remove unnecessary (require 'custom).
14499
14500         * pgg-def.el: do.
14501
14502         * nnmail.el: do.
14503
14504         * gnus-undo.el: do.
14505
14506         * gnus-picon.el: do.
14507
14508         * gnus-util.el: do.
14509
14510 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14511
14512         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14513
14514 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14517         handle, as well as a list.
14518
14519         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14520         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14521         (mm-w3m-cid-retrieve): Simplify.
14522
14523 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14524
14525         * message.el (message-kill-to-signature): Allow prefix arg to
14526         specify number of lines to keep before signature.
14527
14528 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14529
14530         (message-kill-to-signature): Change docstring.
14531
14532 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * canlock.el: Always require sha1-el.
14535         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14536
14537         * message.el: Autoload sha1 only when compiling.
14538
14539         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14540         eudc-expand-inline for XEmacs.
14541
14542 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14543
14544         * message.el (message-canlock-generate): Require sha1-el.
14545
14546 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14547
14548         * message.el (message-expand-name): Silence the byte compiler.
14549
14550         * lpath.el: Add detect-coding-system.
14551
14552         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14553         cus-edit.
14554
14555 2004-01-13  Simon Josefsson  <jas@extundo.com>
14556
14557         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14558         Invoke gnus-score-mode.  Reported by
14559         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14560
14561         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14562         Jim Blandy <jimb@redhat.com> (tiny change).
14563
14564 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14565
14566         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14567
14568 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14569
14570         * spam.el (spam-get-article-as-string): Update to use
14571         gnus-request-article-this-buffer, much simpler.
14572         (spam-get-article-as-buffer): Remove.
14573
14574 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14575
14576         * message.el (message-expand-name): Use EUDC if the user uses that.
14577
14578 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14579
14580         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14581         character for the encoding to avoid consing a string.
14582
14583         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14584         unnecessarily.
14585
14586         * mm-util.el (mm-replace-chars-in-string): Remove.
14587
14588         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14589         of mm-replace-chars-in-string.
14590
14591 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14592
14593         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14594
14595         * mm-util.el (mm-subst-char-in-string): Support inplace.
14596
14597         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14598         a new string in every iteration.  Use shy groups.
14599
14600 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14601
14602         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14603         * gnus-soup.el (gnus-soup-group-brew):
14604         * gnus-msg.el (gnus-put-message):
14605         * gnus-move.el (gnus-group-move-group-to-server):
14606         * gnus-kill.el (gnus-batch-score):
14607         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14608         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14609         (gnus-group-update-group, gnus-group-read-group)
14610         (gnus-group-make-group, gnus-group-make-help-group)
14611         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14612         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14613         (gnus-group-sort-by-unread, gnus-group-catchup)
14614         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14615         (gnus-group-yank-group, gnus-group-set-info)
14616         (gnus-group-list-groups):
14617         * gnus.el (gnus-generate-new-group-name):
14618         * gnus-delay.el (gnus-delay-send-queue):
14619         * nnvirtual.el (nnvirtual-catchup-group):
14620         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14621         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14622         (gnus-group-prepare-topics, gnus-topic-check-topology):
14623         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14624         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14625         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14626         (gnus-group-make-articles-read):
14627         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14628         (gnus-group-change-level, gnus-kill-newsgroup)
14629         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14630         (gnus-get-unread-articles, gnus-make-articles-unread)
14631         (gnus-make-ascending-articles-unread): Use accessor
14632         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14633         to get group information for improved readability.
14634
14635
14636 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14637
14638         * gnus-art.el (article-decode-mime-words, article-babel)
14639         (gnus-article-highlight-signature, gnus-article-add-buttons)
14640         (gnus-signature-toggle): Use gnus-with-article-buffer.
14641
14642         * gnus-art.el (gnus-article-highlight-headers)
14643         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14644
14645         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14646         (gnus-article-set-globals, gnus-request-article-this-buffer)
14647         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14648         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14649         (gnus-mime-display-alternative): Use with-current-buffer.
14650
14651 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14652
14653         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14654         also under 80 char limit, and call gnus-error if needed.
14655         (spam-fetch-article-header): Fix - it was a
14656         buffer-local variable (gnus-newsgroup-data).
14657         (spam-find-spam): Use spam-generate-fake-headers, forget about
14658         spam-insert-fake-headers.
14659         (spam-insert-fake-headers): Remove.
14660
14661 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14662
14663         * deuglify.el (gnus-article-outlook-unwrap-lines)
14664         (gnus-outlook-rearrange-article)
14665         (gnus-outlook-repair-attribution-outlook)
14666         (gnus-outlook-repair-attribution-block)
14667         (gnus-outlook-repair-attribution-other): Remove redundant
14668         save-excursion.
14669
14670 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14671
14672         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14673         (spam-fetch-field-subject-fast)
14674         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14675         (spam-fetch-article-header): Add functions to deal with Gnus
14676         internals for fast retrieval of article header data.
14677         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14678
14679 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14680
14681         * pop3.el (pop3-md5): Remove.
14682         (pop3-apop): Replace pop3-md5 with md5.
14683
14684         * mm-bodies.el: base64 is always built-in.
14685
14686         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14687         with-current-buffer.
14688
14689 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14690
14691         * canlock.el (canlock-insert-header): Remove excessive grouping in
14692         regexp.
14693
14694         * gnus-sum.el (gnus-summary-read-document): Ditto.
14695
14696         * gnus-uu.el (gnus-uu-part-number): Ditto.
14697
14698         * html2text.el (html2text-remove-tags): Ditto.
14699         (html2text-format-tags): Ditto.
14700         (html2text-format-single-elements): Ditto.
14701
14702         * mml.el (mml-parse-1): Ditto.
14703
14704 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14705
14706         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14707
14708         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14709
14710         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14711
14712         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14713
14714 2003-11-15  Simon Josefsson  <jas@extundo.com>
14715
14716         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14717         (pgg-gpg-lookup-key): Use regexp match instead of
14718         split-string (split-string is different between emacs 21.2 and
14719         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14720
14721 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14722
14723         * gnus-art.el (gnus-mime-view-all-parts)
14724         (gnus-article-part-wrapper, gnus-article-view-part): Use
14725         with-current-buffer.
14726
14727 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14728
14729         * spam.el (spam-disable-spam-split-during-ham-respool)
14730         (spam-spamoracle-database, spam-cache-lookups)
14731         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14732         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14733         (spam-group-ham-marks, spam-group-spam-marks)
14734         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14735         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14736         also add spam-use-blackholes to the statistical checks.
14737         (spam-fetch-field-fast): Add interface to fetching fields, may
14738         become a macro.
14739         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14740         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14741         (spam-insert-fake-headers): Fake an article when needed.
14742         (spam-find-spam): Fake article when possible.
14743         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14744         (spam-check-bogofilter-headers): Use message-fetch-field instead
14745         of nnmail-fetch-field.
14746
14747 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14748
14749         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14750
14751 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14752
14753         * spam.el (spam-split): Do not require spam-use-CHECK to be
14754         enabled if that check is passed to spam-split explicitly; also
14755         fix so 'spam doesn't get converted to spam-split-group when
14756         spam-split-symbolic-return is t.
14757         (spam-find-spam): Find registrations of the article and use those
14758         instead of re-running spam-split to find the spam/ham
14759         classification of the article.
14760         (spam-log-processing-to-registry, spam-log-registered-p)
14761         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14762         Use gnus-error instead of gnus-message.
14763         (spam-log-registration-type): Add function to determine the
14764         classification of a message based on registry entries; will
14765         return nil if both 'spam and 'ham are found.
14766         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14767         a reasonably fast local cache without the loading errors.
14768         (spam-cache-lookups): Set to t by default.
14769         (spam-find-spam): Don't try to guess spam-cache-lookups.
14770         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14771         spam-caches entry.
14772         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14773         caching of whitelist/blacklist entries.
14774         (spam-check-whitelist, spam-check-blacklist): Invoke
14775         spam-from-listed-p with a type, not a cache variable.
14776         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14777
14778 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14779
14780         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14781
14782         * nnmail.el (nnmail-split-fancy): do.
14783
14784         * mml.el (mml-parse): do.
14785
14786         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14787         (gnus-score-adaptive): do.
14788
14789 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14792         (gnus-mime-button-map): Don't set keymap parent.
14793         (gnus-button-ctan-directory-regexp): Use shy grouping.
14794         (gnus-prev-page-map): Don't set keymap parent.
14795         (gnus-prev-page-map): Remove duplicated one.
14796         (gnus-next-page-map): Don't set keymap parent.
14797         (gnus-mime-security-button-map): Ditto.
14798
14799         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14800         version number.
14801
14802         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14803
14804 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * canlock.el (canlock-sha1-function): Remove.
14807         (canlock-sha1-function-for-verify): Remove.
14808         (canlock-openssl-program): Remove.
14809         (canlock-openssl-args): Remove.
14810         (canlock-ignore-errors): Remove.
14811         (canlock-sha1-with-openssl): Remove.
14812         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14813         (canlock-verify): Don't use canlock-ignore-errors.
14814
14815         * sha1-el.el (sha1-string-external): Make it can return a string
14816         in binary form.
14817         (sha1-region-external): Ditto.
14818         (sha1-string-internal): Ditto.
14819         (sha1-region-internal): Ditto.
14820         (sha1-region): Ditto.
14821         (sha1-string): Ditto.
14822         (sha1): Ditto.
14823
14824 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14825
14826         * spam.el (spam-report-articles-gmane): New command.
14827
14828 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14831
14832         * run-at-time.el (run-at-time-saved): Remove.
14833         (run-at-time): Doc fix.
14834
14835 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14836
14837         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14838         (gnus-summary-limit-map): Add it.
14839         (gnus-summary-make-menu-bar): do.
14840
14841 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14842
14843         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14844         Make attempt at some caching support (done for BBDB only now).
14845         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14846         addresses to be checked.
14847         (spam-clear-cache-BBDB): Add function, to be invoked by
14848         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14849         (spam-check-BBDB): Check and use the caches, if
14850         spam-cache-lookups is on, remove superfluous (provide).
14851
14852 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14853
14854         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14855
14856 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14857
14858         * run-at-time.el (run-at-time-saved): Move to after the definition
14859         of `run-at-time'.
14860
14861         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14862
14863 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14866         mm-w3m-local-map-property.
14867
14868         * mm-view.el (mm-w3m-mode-map): Remove.
14869         (mm-w3m-local-map-property): Remove.
14870         (mm-inline-text-html-render-with-w3m): Don't use
14871         mm-w3m-local-map-property.
14872
14873 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14874
14875         * run-at-time.el: New file.
14876
14877         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14878         under Emacs.
14879
14880         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14881         of gnus-set-text-properties.
14882
14883         * gnus-uu.el (gnus-uu-save-article): Ditto.
14884
14885         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14886
14887         * gnus-cite.el (gnus-cite-parse): Ditto.
14888
14889         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14890         of gnus-.
14891
14892         * gnus-xmas.el (run-at-time): Require run-at-time.
14893
14894         * gnus.el: Changed calls to nnheader-run-at-time and
14895         password-run-at-time throughout to use run-at-time directly.
14896
14897         * password.el: Removed definition of run-at-time.
14898
14899         * nnheaderxm.el: Remove definition of run-at-time.
14900
14901 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14902
14903         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14904         in prompt.
14905
14906 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14907
14908         * messagexmas.el (message-xmas-redefine): Alias
14909         `message-make-caesar-translation-table' to
14910         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14911         version.
14912
14913         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14914         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14915         `gnus-xmas-set-text-properties'.
14916         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14917         `gnus-xmas-completing-read'.
14918         (gnus-xmas-completing-read): Removed.
14919         (gnus-xmas-open-network-stream): Removed.
14920
14921         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14922         XEmacs version.
14923
14924         * dns.el (dns-make-network-process): Use `open-network-stream'
14925         instead of `gnus-xmas-open-network-stream'.
14926
14927         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14928
14929         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14930
14931 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14932
14933         * gnus-art.el (gnus-mime-display-alternative)
14934         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14935         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14936         Don't use gnus-local-map-property.
14937
14938         * gnus-util.el (gnus-local-map-property): Remove.
14939
14940         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14941         gnus-completing-read-maybe-default with completing-read.
14942
14943         * gnus-util.el (gnus-completing-read): do.
14944         (gnus-completing-read-maybe-default): Remove.
14945
14946 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14947
14948         * password.el: Only autoload `run-at-time' if not XEmacs.
14949         Only autoload the itimer functions if XEmacs.
14950
14951 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14954         XEmacsen.
14955
14956         * dgnushack.el: Autoload executable-find for XEmacs.
14957
14958 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14959
14960         * gnus-art.el (gnus-read-string): Remove.
14961         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14962         read-string.
14963
14964 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14965
14966         * netrc.el: Autoload password-read.
14967         (netrc): Add configuration group.
14968         (netrc-encoding-method, netrc-openssl-path): Add
14969         variables for encoding and decoding of files with symmetric
14970         ciphers.
14971         (netrc-encode): Add assistant function to encode a file with
14972         netrc-encoding-method.
14973         (netrc-parse): Add interactive parameter, added optional
14974         decoding if netrc-encoding-method is non-nil but otherwise
14975         behavior is standard.
14976         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14977         Do s/encode/encrypt/ everywhere.
14978
14979         * spam.el: Remove executable-find autoload.
14980
14981 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14982
14983         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14984
14985         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14986
14987 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14988
14989         * gnus-art.el (gnus-treat-ansi-sequences,
14990         (article-treat-ansi-sequences): New variable and function.
14991         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14992
14993         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14994         Use it.
14995
14996 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14997
14998         * mm-util.el (mm-quote-arg): Remove.
14999
15000         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15001         shell-quote-argument.
15002
15003         * gnus-uu.el (gnus-uu-command): do.
15004
15005         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15006
15007         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15008         with make-char.
15009
15010         * mm-util.el (mm-make-char): Remove.
15011
15012         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15013         add-minor-mode.
15014
15015         * gnus-undo.el (gnus-undo-mode): do.
15016
15017         * gnus-topic.el (gnus-topic-mode): do.
15018
15019         * gnus-sum.el (gnus-dead-summary-mode): do.
15020
15021         * gnus-start.el (gnus-slave-mode): do.
15022
15023         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15024
15025         * gnus-ml.el (gnus-mailing-list-mode): do.
15026
15027         * gnus-gl.el (gnus-grouplens-mode): do.
15028
15029         * gnus-draft.el (gnus-draft-mode): do.
15030
15031         * gnus-dired.el (gnus-dired-mode): do.
15032
15033         * gnus-ems.el (gnus-add-minor-mode): Remove.
15034
15035         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15036         Replace gnus-char-width with char-width.
15037
15038         * gnus-ems.el (gnus-char-width): Remove.
15039
15040         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15041         Replace gnus-char-width with char-width.
15042
15043         * gnus-ems.el (gnus-char-width): Remove.
15044
15045         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15046         definition.
15047         Remove Emacs 20 hash table compatibility code.
15048
15049         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15050         20 compatibility code.
15051
15052         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15053
15054         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15055
15056         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15057         with point-at-{eol,bol}.
15058
15059         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15060
15061         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15062
15063         * flow-fill.el (fill-flowed-point-at-bol)
15064         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15065
15066         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15067         Replace with point-at-{eol,bol} throughout all files.
15068
15069 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * ntlm.el (ntlm-string-as-unibyte): New macro.
15072         (ntlm-build-auth-response): Use it.
15073
15074         Remove Emacs 20 stuff:
15075         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15076         (butlast, mapc, remove): Remove the compiler macros.
15077         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15078         of delq and copy-sequence.
15079         * gnus-art.el (popup-menu): Remove the compiler macro.
15080         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15081         Emacs 20.
15082
15083 2004-01-05  Simon Josefsson  <jas@extundo.com>
15084
15085         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15086         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15087         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15088         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15089         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15090         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15091         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15092         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15093         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15094         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15095         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15096         string-xor into ntlm-string-xor.  Suggested by
15097         Jesper Harder <harder@myrealbox.com>.
15098
15099         * ntlm.el: Don't include poem.
15100
15101         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15102         Jesper Harder <harder@myrealbox.com>.
15103
15104         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15105
15106         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15107         probably breaks emacs with DL patch, but do we care? Is anyone
15108         still using the DL stuff?)
15109
15110         * sieve-manage.el: Use the password package.
15111         (sieve-manage-read-passwd): Remove.
15112         (sieve-manage-interactive-login): Use password.  Re-add
15113         condition-case around loop.
15114
15115         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15116         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15117         the password package.
15118
15119 2003-02-19  Simon Josefsson  <jas@extundo.com>
15120
15121         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15122         token.
15123
15124 2002-08-07  Simon Josefsson  <jas@extundo.com>
15125
15126         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15127         (sieve-manage-authenticators):
15128         (sieve-manage-authenticator-alist): Add some SASL mechs.
15129         (sieve-sasl-auth): New function.
15130         (sieve-manage-cram-md5-auth):
15131         (sieve-manage-plain-auth): Rewrite using SASL library.
15132         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15133         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15134         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15135         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15136
15137 2004-01-05  Simon Josefsson  <jas@extundo.com>
15138
15139         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15140         New files.
15141
15142 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15143
15144         * gnus-group.el (gnus-no-groups-message): Update.
15145
15146         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15147
15148 2003-11-09  Simon Josefsson  <jas@extundo.com>
15149
15150         * imap.el: Support for ID IMAP extension (RFC 2971).
15151         (imap-local-variables): Add imap-id.
15152         (imap-id): New variable.
15153         (imap-id): New function.
15154         (imap-parse-response): Parse untagged ID response.
15155         * nnimap.el (nnimap-id): New variable.
15156         (nnimap-open-connection): Use it.
15157
15158 2003-12-28  Simon Josefsson  <jas@extundo.com>
15159
15160         * gnus-score.el (gnus-score-edit-all-score): New.
15161         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15162
15163 2004-01-04  Simon Josefsson  <jas@extundo.com>
15164
15165         * password.el: Add.
15166
15167 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15168
15169         * dns.el (dns-query-types): Fix typo.
15170         (dns-query-types): New function
15171         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15172         PTR and SOA replies, see RFC 1035.
15173
15174 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15175
15176         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15177
15178         * Moved to Changelog.2.
15179
15180 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15181
15182         * gnus.el (gnus-version-number): Bump version.
15183
15184 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15185
15186         * gnus.el: No Gnus v0.1 is released.
15187
15188 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15189
15190         * gnus.el: No Gnus v0.0 is released.
15191
15192 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15193
15194         * gnus.el (gnus-version-number): Bump.
15195         (gnus-version): No.
15196
15197 See ChangeLog.2 for earlier changes.
15198
15199     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15200       Free Software Foundation, Inc.
15201
15202   This file is part of GNU Emacs.
15203
15204   GNU Emacs is free software: you can redistribute it and/or modify
15205   it under the terms of the GNU General Public License as published by
15206   the Free Software Foundation, either version 3 of the License, or
15207   (at your option) any later version.
15208
15209   GNU Emacs is distributed in the hope that it will be useful,
15210   but WITHOUT ANY WARRANTY; without even the implied warranty of
15211   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15212   GNU General Public License for more details.
15213
15214   You should have received a copy of the GNU General Public License
15215   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15216
15217 ;; Local Variables:
15218 ;; coding: utf-8
15219 ;; fill-column: 79
15220 ;; add-log-time-zone-rule: t
15221 ;; End:
15222
15223 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4