sieve-manage: use auth-source
[gnus] / lisp / ChangeLog
1 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-insert): Get 'space transition right.
4
5         * nnimap.el (nnimap-open-connection): Prepare to support
6         open-gnutls-stream.
7
8         * shr.el: Rearrange function order to be more logical.
9
10 2010-10-06  Julien Danjou  <julien@danjou.info>
11
12         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
13         (nnrss-discover-feed): Remove 404 URL in docstring.
14
15         * nnir.el: Fix Swish-E URL.
16         Fix Namazu URL.
17
18         * message.el (message-change-subject): Remove 404 URL in a comment.
19
20 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
23         called interactively.
24
25         * gnus-util.el (gnus-remove-if): Allow hash table.
26         (gnus-remove-if-not): New function.
27
28         * gnus-art.el (gnus-mime-view-part-as-type)
29         * gnus-score.el (gnus-summary-score-effect)
30         * gnus-sum.el (gnus-read-move-group-name):
31         Replace remove-if-not with gnus-remove-if-not.
32
33         * gnus-group.el (gnus-group-completing-read):
34         Regard collection as a hash table if it is not a list.
35
36 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * shr.el (shr-render-td): Allow blank/missing <TD>s.
39
40         * shr.el: Document the table-rendering algorithm.
41
42 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
45         for Emacsen having no `libxml-parse-html-region' support.
46
47 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
48
49         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
50         invalid URLs.
51
52         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
53         line-broken.
54         (shr-tag-img): Ignore image fetching errors.
55         (shr-overlays-in-region): Compute overlay positions correctly.
56
57         * mm-decode.el (mm-shr): Require shr.
58
59         * gnus-art.el (gnus-blocked-images): Move variable here.
60
61         * shr.el (shr-insert-table): Bind free variable.
62
63         * mm-decode.el (mm-shr): Bind shr-content-function.
64
65         * shr.el (shr-content-function): New variable.
66
67         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
68         added for symmetry.
69
70         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
71
72         * gnus-group.el (gnus-group-make-group): Doc fix.
73
74         * nnimap.el (nnimap-request-newgroups): Return success.
75
76         * shr.el (shr-find-elements): New function.
77         (shr-tag-table): Put all the images after the table.
78         (shr-tag-table): Really inhibit images inside the table.
79         (shr-collect-overlays): Copy over overlays from the TD elements to the
80         main document.
81
82         * mm-decode.el (mm-shr): Bind shr-blocked-images to
83         gnus-blocked-images.
84
85 2010-10-05  Julien Danjou  <julien@danjou.info>
86
87         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
88
89         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
90         (gnus-html-maximum-image-size): Add this function.
91         (gnus-html-put-image): Use gnus-html-maximum-image-size.
92
93         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
94         server-value of the capability is nil.
95
96 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * shr.el (shr-tag-em): Add <EM> tag.
99
100 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
101
102         * sieve-manage.el (sieve-manage-default-stream): Make default stream
103         customizable.
104
105         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
106         handing broken links to browse-url.
107
108 2010-10-05  Julien Danjou  <julien@danjou.info>
109
110         * gnus-util.el (gnus-emacs-completing-read)
111         (gnus-iswitchb-completing-read): Use autoload rather than require.
112
113 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
116         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
117         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
118         iswitchb-temp-buflist for XEmacs.
119
120         * gnus-util.el (gnus-completing-read-function): Exclude
121         gnus-icompleting-read and gnus-ido-completing-read from candidates for
122         XEmacs since iswitchb.el is very old and ido.el is unavailable in
123         XEmacs.
124
125         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
126         not to use `delete-dups' that is unavailable in XEmacs 21.4.
127
128         * gnus-html.el: Don't require help-fns under XEmacs.
129         (gnus-html-schedule-image-fetching): Work for XEmacs.
130
131         * mm-decode.el (mm-shr): Decode contents by charset.
132
133 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
136         unknown.
137
138         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
139         (shr-get-image-data): Ensure against the cache file missing.
140
141         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
142         for data.
143
144         * spam-report.el (spam-report-url-ping-plain): Don't query about
145         killing the process.
146
147         * shr.el (shr-render-td): Protect against too-wide text.
148
149 2010-10-04  Julien Danjou  <julien@danjou.info>
150
151         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
152         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
153
154         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
155         retrieved.
156
157 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * shr.el (browse-url): Required.
160         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
161         lines.
162         (shr-show-alt-text, shr-browse-image): New commands.
163         (shr-browse-url, shr-copy-url): New commands.
164
165         * gnus-sum.el (gnus-widen-article-window): New variable.
166         (gnus-summary-select-article-buffer): Use it.
167
168         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
169         without @ signs.
170
171 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
172
173         * nnir.el (nnir-run-imap): Remove spurious space in search string.
174
175 2010-10-04  Julien Danjou  <julien@danjou.info>
176
177         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
178         for XEmacs.
179
180 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
181
182         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
183
184         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
185         (nnimap-close-server): Implement.
186
187         * dgnushack.el (iswitchb): Require to shut up the compiler.
188
189         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
190         (shr-insert): Tweak line breaking.
191         (shr-insert): Handle <pre> better.
192         (shr-tag-li): Get <li> indentation right.
193         (shr-tag-li): Get <li> indentation even righter.
194         (shr-tag-blockquote): Ensure paragraph start.
195         (shr-make-table): Tweak table generation.
196         (shr-make-table): Fix typo.
197
198         * shr.el: Implement table rendering.
199
200 2010-10-04  Julien Danjou  <julien@danjou.info>
201
202         * gnus-html.el (gnus-html-put-image): Fix resize image code.
203
204 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * shr.el (shr-insert): Use string anchors instead of line anchors.
207
208 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209
210         * shr.el: Add headings.
211         (shr-ensure-paragraph): Actually work.
212         (shr-tag-li): Make <ul> prettier.
213         (shr-insert): Get white space at the beginning/end of elements right.
214         (shr-tag-p): Collapse subsequent <p>s.
215         (shr-ensure-paragraph): Don't insert double line feeds after blank
216         lines.
217         (shr-insert): \t is also space.
218         (shr-tag-s): Fix "s" tag name function.
219         (shr-tag-s): Fix face prop name.
220
221 2010-10-03  Julien Danjou  <julien@danjou.info>
222
223         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
224
225         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
226         gnus-window-inside-pixel-edges.
227
228         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
229         gnus-ems.
230
231         * mm-view.el (mm-inline-image-emacs): Support image resizing.
232
233         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
234         function.
235
236         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
237         resize choice.
238
239 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
242         beginning of the buffer.
243
244         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
245         article buffer again.
246
247         * shr.el (shr-tag-p): Don't insert newlines at the start of the
248         buffer.
249
250         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
251         when it's at the start of the buffer.
252
253         * shr.el (shr-tag-blockquote): Convert name.
254         (shr-rescale-image): Use the right image-size variant.
255
256         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
257         buffer isn't shown, then select the current article first instead of
258         bugging out.
259         (gnus-summary-select-article-buffer): Show both the article and summary
260         buffers again.
261
262         * shr.el (shr-fontize-cont): Protect against regions with no text.
263         Rename tag functions to shr-tag-* for enhanced security.
264         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
265
266 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
267
268         * shr.el (shr-insert):
269         * pop3.el (pop3-movemail):
270         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
271         loaded.
272
273 2010-10-03  Glenn Morris  <rgm@gnu.org>
274
275         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
276
277         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
278
279         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
280
281         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
282
283         * gnus-util.el (gnus-make-local-hook): Simplify.
284
285 2010-10-02  Julien Danjou  <julien@danjou.info>
286
287         * gnus-util.el (gnus-iswitchb-completing-read): New function.
288         (gnus-ido-completing-read): New function.
289         (gnus-emacs-completing-read): New function.
290         (gnus-completing-read): Use gnus-completing-read-function.
291         Add gnus-completing-read-function.
292
293 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294
295         * shr.el (shr-insert-document): Autoload.
296         (shr-img): Be silent.
297         (shr-insert): Add a newline after every picture before text.
298         (shr-add-font): Use overlays for combining faces.
299         (shr-insert): Pass upwards the text start point.
300
301         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
302         possible.
303         (mm-shr): New function.
304
305 2010-10-02  Julien Danjou  <julien@danjou.info>
306
307         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
308         should go backward.
309
310 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
311
312         * shr.el (shr): Fix typo in provide call.
313
314 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * shr.el: New file.
317
318         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
319
320         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
321         completing read.
322
323 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
326         we're being queried about.  Suggested by Dan Jacobson.
327
328         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
329         by Jason Eisner.
330
331         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
332         table, too.  Suggested by Stefan Wiens.
333         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
334         the table unnecessary.  Suggested by Stefan Wiens.
335
336         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
337         longer needed, and probably doesn't work either, as pointed out by
338         Stefan Wiens.
339         (gnus-summary-exit): Remove call to the clearing function.
340         (gnus-summary-exit-no-update): Ditto.
341
342         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
343         instead of gnus-eval-in-buffer-window to avoid popping up frames.
344         Reported by Stefan Monnier.
345         (gnus-summary-save-in-rmail): Ditto.
346
347         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
348         article buffer, instead of both the article buffer and the summary
349         buffer.  Sort of suggested by Dan Jacobson.
350
351         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
352
353         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
354         Suggested by Dan Jacobson.
355
356         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
357         documentation clearer.
358
359         * message.el (message-shorten-references): Comment on the number "21".
360         Suggested by Stefan Monnier.
361
362         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
363         Suggested by Dan Jacobson.
364
365         * gnus.el (gnus-large-newsgroup): Mention
366         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
367
368         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
369         externalize attachments.  Bug reported by Steve Wen.
370
371         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
372         really message anything to the user.
373
374         * nnmail.el (nnmail-article-group): Allow using the fancy split method
375         directly.
376
377         * nnimap.el (nnimap-request-group): Low higher than high to signal no
378         messages in empty groups.
379
380 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
381
382         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
383         non-UIDNEXT group.
384
385 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
386
387         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
388         not the value from the collection.
389
390         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
391         values.  This sometimes happens on some groups that have no info.
392         (nnimap-request-newgroups): New function.
393
394 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
395
396         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
397         check into `gnus-registry-initialize'.
398         (gnus-registry-initialize): Ditto.
399         Fix and extend header docs.
400
401 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
404         regexp backtrace overflows.
405
406         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
407         for starttls that tls.el implements; i.e. openssl.
408
409         * tls.el (tls-starttls-switches): Give up on using starttls with
410         gnutls-cli.
411         (tls-program): Add --insecure to be consistent with the defaults from
412         openssl s_client.  Now all three commands are insecure.
413
414 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * lpath.el: Bind completion-styles-alist for XEmacs.
417
418         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
419         (gravatar-create-image): New function that's an alias to
420         gnus-xmas-create-image, gnus-create-image, or create-image.
421         (gravatar-data->image): Use it.
422
423 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
424
425         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
426         install the nnregistry refer method.
427         (gnus-registry-install-hooks): Use it.
428         (gnus-registry-unfollowed-groups): Add nnmairix to the default
429         unfollowed groups.
430
431 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
432
433         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
434         expanding threads.
435
436 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437
438         * nnir.el: Use the server names without suffixes (bug #7009).
439
440         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
441         unencrypted to STARTTLS, if possible.
442
443 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
444
445         * message.el (message-ignored-supersedes-headers): Strip Injection-*
446         headers before superseding.
447
448 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * nnrss.el (nnrss-use-local): Add documentation.
451
452         * nnimap.el (nnimap-extend-tls-programs): New function.
453         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
454         (nnimap-wait-for-connection): Accept the greeting from the stupid
455         output from openssl s_client -starttls, too.
456
457         * tls.el (tls-starttls-switches): New variable.
458         (tls-find-starttls-argument): Use it.
459         (open-tls-stream): Ditto.
460
461         * netrc.el (netrc-credentials): Return the value of the "default"
462         entry.
463         (netrc-machine): Ditto.
464
465         * nnimap.el (nnimap-find-article-by-message-id): Really return the
466         article number.
467         (nnimap-split-fancy): New variable.
468         (nnimap-split-incoming-mail): Use it.
469
470         * nntp.el (nntp-server-list-active-group): Document.
471
472         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
473         SELECT to get the message-id.
474
475         * mail-source.el (mail-sources): Removed webmail support.
476         (defvar): Ditto.
477         (mail-source-fetcher-alist): Ditto.
478         (mail-source-fetch-webmail): Removed.
479
480         * webmail.el: Removed -- doesn't seem relevant any more.
481
482         * gnus.el: Fix up make-obsolete-variable declarations throughout.
483
484         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
485         the \r.
486
487 2010-09-30  Julien Danjou  <julien@danjou.info>
488
489         * gnus-agent.el (gnus-agent-add-group): Fix call to
490         gnus-completing-read.
491
492 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * nndoc.el (nndoc-retrieve-groups): New function.
495
496         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
497         `default', use nnmail-split-methods.
498         (nnimap-request-article): Downcase the NILs so that they are nil.
499
500         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
501         symbol.
502
503         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
504         code, since if the user has requested network, that's what they ought
505         to get.
506         (nnimap-request-set-mark): Erase the buffer before issuing commands.
507         (nnimap-split-rule): Mark as obsolete.
508
509         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
510         variable.
511
512         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
513         correct slot, too.
514
515 2010-09-29  Julien Danjou  <julien@danjou.info>
516
517         * gnus.el (gnus-local-domain): Declare variable obsolete.
518
519         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
520         computing.
521         (gnus-ido-completing-read): Require ido.
522
523 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * gnus-registry.el: Don't prompt on load, which makes it impossible to
526         build Gnus.
527
528         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
529         when interpreting the structures.
530         (nnimap-request-accept-article): Add \r\n to the lines to make this
531         work with Cyrus.
532
533         * nndraft.el (nndraft-request-expire-articles): Use the group name
534         instead if "nndraft".  Fix found by Nils Ackermann.
535
536 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
537
538         * nnregistry.el: Added.
539
540 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
541
542         * nnmail.el (group, group-art-list, group-art):
543         Remove unneeded directives.
544
545 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
548         (mm-mime-charset)
549         * rfc2047.el (rfc2047-syntax-table)
550         * utf7.el (utf7-utf-16-coding-system): Comment fix.
551
552         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
553         rather than `insert-file-contents' and `eval-region'.
554
555         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
556         construction.
557
558         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
559
560         * time-date.el: No need to require cl for Emacs 21.
561
562 2010-09-29  Julien Danjou  <julien@danjou.info>
563
564         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
565         replacement of `gnus-gravatar-relief' to mimic
566         `gnus-faces-properties-alist'.
567         Add :version property.
568
569 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * mail-source.el (mail-source-report-new-mail)
572         * message.el (message-default-mail-headers)
573         * mm-decode.el (mm-valid-image-format-p): Comment fix.
574
575         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
576
577 2010-09-28  Julien Danjou  <julien@danjou.info>
578
579         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
580         mail-address contains the same string as real-name.
581
582         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
583         non-blank in header, otherwise it'll get stripped.
584
585         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
586         real-name, and then for mail address rather than doing : or , search.
587
588 2010-09-27  Julien Danjou  <julien@danjou.info>
589
590         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
591         (gnus-server-goto-server): Use gnus-completing-read.
592
593         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
594
595         * mm-util.el (defalias): Use gnus-completing-read.
596         (mm-codepage-setup): Use gnus-completing-read.
597
598         * smime.el (smime-sign-buffer): Use gnus-completing-read.
599         (smime-decrypt-buffer): Use gnus-completing-read.
600
601         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
602
603         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
604         (mml-minibuffer-read-disposition): Use gnus-completing-read.
605         (mml-insert-multipart): Use gnus-completing-read.
606
607         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
608
609         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
610
611         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
612
613         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
614
615         * gnus.el (gnus-read-method): Use gnus-completing-read.
616
617         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
618
619         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
620         (gnus-mime-action-on-part): Use gnus-completing-read.
621         (gnus-article-encrypt-body): Use gnus-completing-read.
622
623         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
624         (gnus-topic-move-matching): Use gnus-completing-read.
625         (gnus-topic-copy-matching): Use gnus-completing-read.
626         (gnus-topic-sort-topics): Use gnus-completing-read.
627         (gnus-topic-move): Use gnus-completing-read.
628
629         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
630         (gnus-agent-add-group): Use gnus-completing-read.
631
632         * nnmairix.el (nnmairix-create-server-and-default-group): Use
633         gnus-completing-read.
634         (nnmairix-update-groups): Use gnus-completing-read.
635         (nnmairix-get-server): Use gnus-completing-read.
636         (nnmairix-backend-to-server): Use gnus-completing-read.
637         (nnmairix-goto-original-article): Use gnus-completing-read.
638         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
639
640         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
641
642         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
643         (gnus-group-make-useful-group): Use gnus-completing-read.
644         (gnus-group-make-web-group): Use gnus-completing-read.
645         (gnus-group-add-to-virtual): Use gnus-completing-read.
646         (gnus-group-browse-foreign-server): Use gnus-completing-read.
647
648         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
649         (gnus-summary-limit-to-extra): Use gnus-completing-read.
650         (gnus-summary-execute-command): Use gnus-completing-read.
651         (gnus-summary-respool-article): Use gnus-completing-read.
652         (gnus-read-move-group-name): Use gnus-completing-read.
653
654         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
655         (gnus-summary-score-effect): Use gnus-completing-read.
656
657         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
658
659         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
660         right completing-read function.
661         (gnus-use-ido): New variable
662         (gnus-completing-read-with-default): Remove.
663
664 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
665
666         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
667         x-focus-frame.
668
669         * nnimap.el (auth-source-forget-user-or-password)
670         (auth-source-user-or-password): Autoload.
671
672         * message.el (message-from-style, message-interactive)
673         (message-cite-prefix-regexp, message-sendmail-envelope-from)
674         (message-yank-prefix, message-indentation-spaces, message-signature)
675         (message-signature-file): Add comment.
676
677 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
678
679         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
680         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
681         new articles.
682
683         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
684         parts.
685         (nnimap-request-article): Work with the t setting, too.
686
687         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
688         that you don't get flashes of other buffers.
689         (gnus-summary-show-complete-article): Intern before setting.
690
691 2010-09-27  David Engster  <dengste@eml.cc>
692
693         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
694         well as HEADERS.
695         (nnmairix-retrieve-headers): Provide new argument for the above.
696
697 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * gnus-sum.el (gnus-summary-move-article): Don't alter
700         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
701         group.
702
703         * nnimap.el (nnimap-update-info): Don't destructively alter active.
704
705         * message.el (message-cite-prefix-regexp): Revert my last edit.
706
707         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
708         variable instead of the Gnus variable.
709
710         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
711
712         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
713         again.
714
715         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
716         since some servers don't like it.
717         (nnimap-open-connection): Forget credentials if the server says the
718         password was wrong.
719         (nnimap-parse-line): Protect against invalid data.
720
721         * gnus-sum.el (gnus-summary-move-article): Add comment.
722         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
723         nothing alters it while scanning for new messages.
724
725         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
726         which may or may not help.
727         (nnimap-open-connection): If we're doing a stream connection, and then
728         discover we're on a STARTTLS-capable server, then open a STARTTLS
729         connection instead.
730
731 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * nnimap.el (utf7): Required.
734
735         * message.el (message-cite-prefix-regexp): Remove "}" from citation
736         prefix.
737
738 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
739
740         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
741
742 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * nnimap.el (nnimap-request-accept-article): Message the error on
745         error.
746
747 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
748
749         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
750
751 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * nndoc.el (nndoc-request-list): Return success always.
754
755         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
756         `fetch-old' -- we only want to fetch the articles we've requested.  The
757         rest are in the agent, probably.
758         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
759         disappeared server" to something low.  It's not important.
760
761         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
762         arrived before the FETCH data.
763
764         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
765         target here, because we don't know the Gnus name of the group.
766
767         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
768         for the correct group.
769
770         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
771
772         * gnus.el (gnus): Give a final warning after startup.
773
774         * gnus-util.el (gnus-action-message-log): New variable.
775         (gnus-message): Use it.
776         (gnus-final-warning): New function.
777
778         * nnimap.el (nnimap-open-connection): Record the greeting.
779         (nnimap): Add greeting.
780
781 2010-09-26  Julien Danjou  <julien@danjou.info>
782
783         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
784         arguments.
785         (gnus-html-wash-images): Fix spec computing to include start/end.
786
787         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
788
789 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
792         deletion.
793         (nnimap-retrieve-headers): Don't select the group, because that's
794         already done by nnimap-possibly-change-group.
795
796         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
797         (gnus-picon-transform-address): Use it.
798
799         * mail-source.el (mail-source-value): Revert previous patch.
800
801         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
802         on failure.
803         (nnimap-open-connection): Look up both virtual and physical server name
804         credentials.
805
806         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
807
808 2009-02-07  Dave Love  <fx@gnu.org>
809
810         * tls.el (open-tls-stream): Don't query killing process.
811
812 2009-02-08  Dave Love  <fx@gnu.org>
813
814         * gnus-win.el (gnus-window-to-buffer-helper,
815         gnus-all-windows-visible-p): Function needn't be a symbol.
816
817         * mail-source.el (mail-source-value): Function needn't be a symbol.
818
819 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
820
821         * message.el (message-cite-prefix-regexp): Remove } from the cite
822         prefix.
823
824         * gnus-art.el (gnus-treatment-function-alist): Do picons before
825         highlight again, so that the highlight is correct.
826
827         * gnus-picon.el (gnus-picon): Remove again.
828         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
829
830         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
831         doing the header highlightling, so that the background colour of the
832         picon is correct.
833
834         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
835         (gnus-picon): Ditto.
836         (gnus-picon): Reinstate.  The background colour for picons is white.
837         (gnus-picon-insert-glyph): Make the background white.
838
839         * nnml.el (nnml-open-nov): Don't return dead buffers.
840
841         * auth-source.el (auth-source-create): Query the user for whether to
842         store the credentials.
843
844         * netrc.el (netrc-store-data): New function.
845
846         * auth-source.el (auth-source-user-or-password): Use the existing auth
847         sources, if any, for creation.
848
849         * gnus.el (gnus-group-fast-parameter): Return the last matching
850         parameter instead of the first matching parameter.
851
852 2010-09-26  Julien Danjou  <julien@danjou.info>
853
854         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
855
856 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
857
858         * mml2015.el (mml2015-use): Remove gpg support.
859
860         * mml1991.el (mml1991-function-alist): Remove gpg function.
861         (mml1991-gpg-sign): Removed.
862
863 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
864
865         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
866         (gnus-browse-unsubscribe-current-group): Document it.
867         (gnus-browse-unsubscribe-group): Use it.
868
869 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
870
871         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
872         address to the To list for easier response.
873
874         * gnus.el (gnus-play-startup-jingle): Removed.
875         (gnus-splash): Don't play jingle.
876         (gnus): Silence gnus-load message.
877
878         * gnus-art.el (gnus-treat-play-sounds): Removed.
879
880         * gnus.el (gnus-play-jingle): Remove audio support.
881
882         * gnus-cus.el (gnus-score-customize): Remove audio reference.
883
884         * earcon.el: Removed -- no users.
885
886         * gnus-audio.el: Removed -- no users of this package.
887
888         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
889
890         * gnus-start.el (gnus-setup-news): Remove nocem support.
891
892         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
893
894         * gnus.el (gnus-use-nocem): Removed.
895
896         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
897         Removed.
898
899         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
900         uses NoCeM any more.
901
902         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
903         (gnus-button-ctan-handler): Ditto.
904         (gnus-button-handle-ctan-bogus-regexp): Ditto.
905         (gnus-button-ctan-directory-regexp): Ditto.
906         (gnus-button-handle-ctan): Ditto.
907         (gnus-button-tex-level): Ditto.
908         (gnus-button-alist): Removed CTAN stuff.
909
910 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
913         nnimap-streaming test.
914
915         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
916         servers twice.
917
918         * nnimap.el (nnimap-open-connection): Add more error reporting when
919         nnimap fails early.
920
921         * nnheader.el (nnheader-get-report-string): New function.
922         (nnheader-get-report): Use it.
923
924         * gnus-int.el (gnus-check-server): Say what the error was when opening
925         failed.
926
927         * nnimap.el (nnimap-wait-for-response): Search further when we're not
928         using streaming.
929
930 2010-09-25  Julien Danjou  <julien@danjou.info>
931
932         * gnus-html.el (gnus-html-rescale-image): Use our defalias
933         gnus-window-inside-pixel-edges.
934
935 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
938
939         * mm-decode.el (mm-save-part): Allow saving to other directories the
940         normal Emacs way.
941
942         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
943         by Jay Berkenbilt.
944
945         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
946         there isn't a single byte.
947
948         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
949         just do it.  It doesn't really seem to matter what the user responds
950         here, I think, so it's just a confusing question.
951
952         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
953         non-streaming case.
954
955         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
956         (gnus-article-encrypt-body): Use it.
957
958         * gnus-sum.el (gnus-summary-show-complete-article): New command and
959         keystroke.
960
961         * nnimap.el (nnimap-find-wanted-parts-1): Use
962         gnus-fetch-partial-articles.
963
964         * gnus-art.el (gnus-fetch-partial-articles): New variable.
965
966         * nnimap.el (nnimap-insert-partial-structure): New function.
967         (nnimap-get-partial-article): New function.
968         (nnimap-request-article): Use it.
969         (nnimap-wait-for-response): Return whether the wait was successful.
970         (nnimap-finish-retrieve-group-infos): Don't do anything if the
971         retrieval wasn't successful.
972         (nnimap-retrieve-group-data-early): Allow throttling servers.
973         (nnimap-streaming): New variable.
974         (nnimap-fetch-partial-articles): Removed.
975
976         * mm-decode.el (mm-with-part): Protect against killed buffers.
977
978         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
979         for prettier summary display.
980
981 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
982
983         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
984         directly.
985
986 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
989         apparently third-party libraries depend on it.
990
991         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
992         before starting negotiation.
993
994         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
995         privacy reasons.
996         (gnus-treat-mail-gravatar): Ditto.
997
998         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
999         buffer when inserting images.  Inserting text into the headers, for
1000         instance, can make them invalid.
1001
1002 2010-09-25  Julien Danjou  <julien@danjou.info>
1003
1004         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1005         variables.
1006
1007         * nnheader.el: Remove useless variables news-reply-yank-from and
1008         news-reply-yank-message-id.
1009
1010         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1011         variables.
1012
1013         * mml1991.el: Remove useless mml1991-verbose.
1014
1015         * gnus.el: Remove useless variable gnus-use-generic-from.
1016         Remove obsolete variable gnus-topic-indentation.
1017
1018         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1019
1020         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1021
1022         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1023
1024         * gnus-group.el: Remove useless gnus-group-icon-cache.
1025         Remove useless gnus-ephemeral-group-server.
1026
1027         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1028
1029         * mml2015.el: Remove useless mml2015-verbose.
1030
1031         * mml-smime.el: Remove useless mml-smime-verbose.
1032
1033         * gnus.el: Remove useless gnus-local-domain.
1034
1035         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1036         gnus-gravatar-size.
1037
1038         * gnus-art.el: Remove useless gnus-treat-translate.
1039
1040 2010-09-24  Julien Danjou  <julien@danjou.info>
1041
1042         * gnus-sum.el: Add support for Gravatars.
1043
1044         * gnus-art.el: Add support for Gravatars.
1045
1046         * gnus-gravatar.el: Add this file.
1047
1048         * gravatar.el: Add this file.
1049
1050 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1053
1054         * gnus-group.el (gnus-group-fetch-faq): Removed.
1055
1056         * gnus.el (gnus-group-faq-directory): Removed.
1057
1058         * gnus-group.el (gnus-group-fetch-charter): Removed.
1059
1060         * gnus.el (gnus-group-charter-alist): Removed.
1061
1062         * gnus-group.el (gnus-group-archive-directory): Removed.
1063         (gnus-group-recent-archive-directory): Ditto.
1064         (gnus-group-make-archive-group): Removed.
1065
1066         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1067
1068         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1069         use the same article number for all the cached articles.
1070
1071         * nnimap.el (nnimap-command): Register the last command time so
1072         that we can use it for idling NOOPs.
1073         (nnimap-open-connection): Start the keeplive timer.
1074         (nnimap-make-process-buffer): Store all the process buffers.
1075         (nnimap-keepalive): New function.
1076
1077         * starttls.el: (starttls-open-stream): Add autoload cookie.
1078
1079 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1080
1081         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1082         handling.
1083
1084 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1087         its data structures.
1088
1089         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1090         instead of the cl.el copy-list.
1091         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1092         equalp.
1093
1094 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1097         and tool-bar-local-item-from-menu.
1098
1099         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1100         mode-line-highlight face for Emacs.
1101
1102         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1103         loading gnus-sum.elc; fix comment for canlock-verify.
1104         (gnus-article-jump-to-part): Use read-number.
1105         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1106         Emacs pre-21 compatible code for help-echo.
1107         (gnus-article-next-page-1): No need to adjust the number of lines.
1108         (gnus-article-describe-bindings): Always use help-buffer.
1109
1110         * gnus-audio.el (gnus-audio-inline-sound)
1111         * gnus-cus.el (gnus-custom-mode)
1112         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1113
1114         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1115
1116         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1117         compatible code.
1118
1119 2010-09-24  Glenn Morris  <rgm@gnu.org>
1120
1121         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1122         visiting the fcc file in rmail-mode.
1123
1124         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1125
1126 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * nnir.el: Silence the byte compiler.
1129
1130         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1131         alias to browse-url-url-encode-chars if any.
1132         (gnus-html-encode-url): Use it.
1133
1134 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus-start.el (gnus-use-backend-marks): New variable.
1137         (gnus-get-unread-articles-in-group): Use it.
1138
1139         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1140         makeover.
1141
1142 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1143
1144         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1145
1146 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1149         Removed.
1150         (gnus-setup-news-hook): Removed
1151         gnus-fixup-nnimap-unread-after-getting-new-news.
1152
1153         * gnus-int.el (gnus-request-update-info): Protect against backends not
1154         having the function.
1155
1156         * nnimap.el (nnimap-stream): Mention starttls.
1157         (nnimap-open-connection): Add starttls support.
1158
1159 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1160
1161         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1162
1163 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1166         BODYSTRUCTUREs.
1167         (nnimap-transform-headers): Unfold quoted {42} headers.
1168
1169         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1170         the info.
1171         (gnus-get-unread-articles): Only call updatep on backends that support
1172         it.
1173
1174         * nnweb.el (nnweb-request-update-info): NOOP.
1175
1176         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1177
1178         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1179         since it only deals with marks.
1180
1181         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1182         gnus-request-marks, and make a new gnus-request-update-info.
1183
1184         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1185         the active instead of the high number, which is usually too low.
1186
1187 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1188
1189         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1190         * encrypt.el: Removed.
1191
1192 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1195         server in symbolic form.
1196
1197         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1198         0.9.
1199
1200 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1203         (nnimap-update-info): Fix up code slightly.
1204
1205         * gnus-int.el (gnus-open-server): Add tracing for performance
1206         debugging.
1207
1208         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1209         (gnus-group-insert-group-line): Pass the real group name so that it
1210         gets the right data.
1211
1212         * gnus-start.el (gnus-get-unread-articles): Don't have
1213         `gnus-get-unread-articles-in-group' update info, since that can be
1214         really slow and doesn't seem to be needed?
1215
1216 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1217
1218         * time-date.el (date-to-time): Try using parse-time-string first before
1219         using the slower timezone-make-date-arpa-standard.
1220
1221 2010-09-22  Julien Danjou  <julien@danjou.info>
1222
1223         * gnus-group.el (gnus-group-insert-group-line): Call
1224         gnus-group-highlight-line.
1225         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1226         default hook list.
1227         (gnus-group-update-eval-form): Add new function.
1228         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1229         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1230
1231 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1234         immediate, then expire all articles.
1235         (nnimap-update-info): Fix off-by-one errors.
1236         (nnimap-flags-to-marks): Would return no marks lists for group with no
1237         flags.  Instead return the other data.
1238
1239 2010-09-22  Julien Danjou  <julien@danjou.info>
1240
1241         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1242         Only return an icon.
1243         (gnus-group-insert-group-line): Compute icon to return.
1244
1245         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1246         variable.
1247         (gnus-html-image-fetched): Only cache if
1248         gnus-html-image-automatic-caching is set.
1249         (gnus-html-image-fetched): Check for errors.
1250
1251 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1254         once per method on `g'.  This ensures that backends like nnfolder don't
1255         open all their folders.
1256
1257         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1258         (nnimap-request-list): Nix out group in the correct buffer.
1259         (nnimap-parse-flags): Implement by using `read' instead of
1260         hand-parsing.
1261         (nnimap-flags-to-marks): Pass on permanent-flags.
1262         (nnimap-make-process-buffer): Record the server name.
1263         (nnimap-parse-flags): Fix typo.
1264         (nnimap-request-scan): Run split on the server in general, not just a
1265         single group.
1266
1267         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1268         parameter, and propagate this downwards.
1269
1270         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1271         since EXAMINE changes it on the server.
1272
1273         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1274         this command might take a while.
1275
1276 2010-09-22  Julien Danjou  <julien@danjou.info>
1277
1278         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1279         harmful if you have 2 images side-by-side, they can't be properly
1280         update on text deletion.  Using text-property is safer here.
1281         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1282         data.
1283
1284 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * nnimap.el (nnimap-expunge-inbox): Removed.
1287         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1288         (nnimap-expunge): Flip default to t.
1289
1290         * gnus.el (gnus-method-to-server): Don't push things to the cache
1291         unless it's unique.
1292         (gnus-server-to-method): Ditto.
1293
1294 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1295
1296         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1297
1298 2010-09-22  Julien Danjou  <julien@danjou.info>
1299
1300         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1301         get the start of data.
1302         (gnus-html-encode-url): Add this function to encode special chars in
1303         URL.
1304         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1305         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1306
1307         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1308         default.
1309         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1310
1311         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1312         images alt-text.
1313         (gnus-html-put-image): Put alt-text as help-echo.
1314
1315 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1318         * mm-util.el (mm-decompress-buffer)
1319         * nnir.el (nnir-run-find-grep)
1320         * pop3.el (pop3-list): Use 3rd arg of split-string.
1321
1322         * time-date.el (format-seconds): Comment fix.
1323
1324         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1325         and byte-optimize-form-code-walker.
1326         (dgnushack-make-auto-load): Don't advise make-autoload.
1327
1328         * lpath.el: Remove Emacs 21 stuff.
1329
1330 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1333         outside the active range.  Suggested by Dan Christensen.
1334
1335         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1336         slightly later to avoid double-getting it.
1337
1338         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1339         previous patch.
1340
1341         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1342
1343 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1344
1345         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1346
1347 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * gnus-int.el (gnus-open-server): Give a better error message in the
1350         "go offline" case.
1351
1352         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1353         marks for nnimap, which is seldom the right thing to do.
1354
1355         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1356         (gnus-same-method-different-name): New function.
1357
1358         * nnimap.el (parse-time): Require.
1359
1360         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1361         method in the presence of many similar methods.
1362
1363         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1364
1365         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1366         nnml-inhibit-expiry.
1367
1368         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1369         find out whether methods are equal.
1370
1371         * nnimap.el (nnimap-find-expired-articles): New function.
1372         (nnimap-process-expiry-targets): New function.
1373         (nnimap-request-move-article): Request the article before looking at
1374         what the Message-ID is.  Fix found by Andrew Cohen.
1375         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1376
1377         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1378         for oldness in addition to being a predicate.
1379
1380         * nnimap.el (nnimap-request-group): When we have zero articles, return
1381         the right data to Gnus.
1382         (nnimap-request-expire-articles): Only delete articles immediately if
1383         the target is 'delete.
1384
1385         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1386         method, this would bug out.
1387
1388         * gnus-group.el (gnus-group-expunge-group): Renamed from
1389         gnus-group-nnimap-expunge, and implemented as a normal interface
1390         function.
1391
1392         * gnus-int.el (gnus-request-expunge-group): New function.
1393
1394         * nnimap.el (nnimap-request-create-group): Implement.
1395         (nnimap-request-expunge-group): New function.
1396
1397 2010-09-21  Julien Danjou  <julien@danjou.info>
1398
1399         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1400         (gnus-html-cache-expired): Add new function.
1401         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1402         wethever we should display image for fetch it.
1403         Compute alt-text earlier to pass it to the fetching function too.
1404         (gnus-html-schedule-image-fetching): Change function argument to only
1405         get one image at a time, not a list.
1406         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1407         cache.
1408         (gnus-html-get-image-data): New function to retrieve image data from
1409         cache.
1410         (gnus-html-put-image): Change buffer argument to use image data rather
1411         than file, and place image above region rather than inserting a new
1412         one. Do not take alt-text as argument, since it's useless now: we place
1413         the image above alt-text.
1414         (gnus-html-prune-cache): Remove.
1415         (gnus-html-show-images): Start to fetch image when we find one, do not
1416         push into a temporary list.
1417         (gnus-html-prefetch-images): Only fetch image if they have expired.
1418         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1419         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1420
1421 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1424
1425 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1426
1427         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1428         spec inser "*" if the group isn't active instead of 0.
1429
1430         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1431         opening the server.
1432         (nnimap-request-delete-group): Implement group deletion.
1433         (nnimap-transform-headers): Return the size of the entire message in
1434         the Bytes header, not just the size of the first part.
1435         (nnimap-request-move-article): When moving an article from nnimap,
1436         request the article first so the accepting form has an article to
1437         accept.  Reported by Dan Christensen.
1438         (nnimap-command): Make sure that the error message doesn't error out.
1439
1440 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1441
1442         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1443         we haven't requested anything.
1444
1445 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1448         "".  Fix found by Andrew Cohen.
1449
1450         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1451         instead of -encode-string.
1452
1453 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1456
1457         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1458         by mm-subst-char-in-string.
1459
1460 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1463         waiting for the connection string.
1464
1465         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1466         arriving.
1467
1468         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1469         bogus characters.  This allows selecting certain Gmail groups.
1470
1471         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1472         (nnimap-fetch-partial-articles): New variable.
1473         (nnimap-open-connection): When looking for credentials, also use the
1474         nnimap-server-port.
1475         (nnimap-request-article): Return the group/article number, so that Gnus
1476         `^' works as expected.
1477         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1478         them.
1479
1480         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1481         comments.
1482         (gnus-methods-sloppily-equal): New function.
1483         (gnus): When using the development version of Gnus, load the gnus-load
1484         file.
1485
1486         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1487         `gnus-open-server' on each method before trying to scan them etc.  This
1488         ensures that all the backend parameters are set correctly.
1489
1490         * nnimap.el (nnimap-authenticator): New variable.
1491         (nnimap-open-connection): Allow anonymous login.
1492         (nnimap-transform-headers): The chars header is called Chars not
1493         Bytes.
1494         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1495         drops.
1496
1497         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1498         patch, found by Knut Anders Hatlen.
1499
1500 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1501
1502         * gnus-agent.el (gnus-agent-batch-confirmation)
1503         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1504         to gnus-message.
1505         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1506         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1507         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1508         * gnus-int.el (gnus-open-server): Likewise.
1509         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1510         (gnus-score-check-syntax): Likewise.
1511         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1512         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1513         Likewise.
1514         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1515
1516 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1519         calling conventions so that prefetch doesn't bug out.
1520
1521 2010-09-19  Julien Danjou  <julien@danjou.info>
1522
1523         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1524         rather than `subst-char-in-region' in order to be able to replace ASCII
1525         char by UTF-8 ones.
1526
1527         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1528         than curl.
1529         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1530         the right URL and ALT text on images.
1531         (gnus-html-wash-tags): Fix tag case.
1532         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1533         (gnus-article-html): Add -o display_ins_del=2 option.
1534         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1535
1536 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1539         the extra mail headers, which sometimes seem to happen for unknown
1540         reasons.
1541
1542         * mail-parse.el (mail-header-encode-parameter): Define as
1543         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1544         (or most, perhaps?) mail readers don't understand the latter, but do
1545         understand the former.
1546
1547         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1548         to nil, so that no methods are automatically agentized.  I think this
1549         is probably what most users want.
1550
1551         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1552         from url-retrieve, for instance about invalid URLs.
1553
1554         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1555         groups that have no articles.
1556         (nnimap-request-article): Check that we really got an article when we
1557         requested one.
1558
1559         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1560         doesn't exist.
1561
1562         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1563         nntp buffer so the agent can save it.
1564         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1565         that CRLF doesn't get translated to \n.
1566         (nnimap-open-connection): Don't make 'shell commands only send \n.
1567
1568 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1569
1570         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1571         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1572         Update var name.
1573         (nnml-generate-nov-file): Use dolist.
1574         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1575         Use with-current-buffer.
1576
1577 2010-09-18  Julien Danjou  <julien@danjou.info>
1578
1579         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1580         parallel.
1581
1582 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1585         the range update right.
1586         (nnimap-request-group): Don't make `M-g' bug out on group with no
1587         marks.
1588         (nnoo): Required, so that other packages can require nnimap.
1589         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1590         command we're looking for.  This helps when the server sends more
1591         responses after we've gotten everything we expected.
1592         (nnimap): Add a `newlinep' field to keep track of end-of-line
1593         conventions.
1594         Don't send CRLF to things that don't want it.
1595         (nnimap-request-accept-article): Ditto.
1596
1597 2010-09-18  Julien Danjou  <julien@danjou.info>
1598
1599         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1600         than curl to retrieve images.
1601
1602 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1605         the marks.
1606         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1607         (nnimap-wait-for-connection): New function.
1608         (nnimap-open-connection): If we have PREAUTH, don't query for login
1609         credentials.
1610         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1611         when doing a partial update.
1612
1613 2010-09-18  Julien Danjou  <julien@danjou.info>
1614
1615         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1616         tags.
1617
1618 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * nnimap.el (nnimap-credentials): New function.
1621         (nnimap-open-connection): Use the new function to look for credentials
1622         also on the numeric equivalents of "imap" and "imaps".
1623
1624         * gnus-start.el (gnus-activate-group): Send the info to
1625         gnus-request-group.
1626
1627         * nnimap.el (nnimap-request-group): Have the "check" version of the
1628         function parse flags and update the info, so that a `M-g' get a total
1629         resync of all flags from the group.
1630
1631         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1632         to allow backends to alter the info on group selection.  Also alter all
1633         the backend -request-group functions to take the parameter.
1634
1635         * nnimap.el (nnimap-store-info): New function.
1636         (nnimap-update-info): Store the info for later usage.
1637         (nnimap-request-group): Use the stored info for the dont-check case, so
1638         that we don't retrieve all marks when we enter a group.
1639
1640         * nnimap.el: Use deffoo instead of defun for interface functions.
1641
1642         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1643         update the group info.  This makes the nndraft groups, for instance, go
1644         back to their old behaviour.
1645
1646         * gnus-sum.el (gnus-select-newsgroup): Indent.
1647
1648         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1649         in.
1650         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1651         nothing.
1652
1653         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1654         from methods that are denied.
1655
1656         * gnus-int.el (gnus-method-denied-p): New function.
1657
1658         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1659         store the password instead of netrc.
1660         (nnimap-open-connection): Don't error out when we can't make a
1661         connections.
1662
1663         * auth-source.el (auth-source-create): In the password prompt, say what
1664         we're querying for.  Also prompt for user name if that hasn't been
1665         given.
1666
1667         * nnimap.el (nnimap-with-process-buffer): Removed.
1668
1669 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1672         method when we're reading from the agent.
1673
1674         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1675
1676         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1677         that's probably most useful for users.
1678
1679         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1680         "failed" all the time.
1681
1682         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1683         ...)) with (with-current-buffer ... ).
1684
1685         * nntp.el (nntp-open-server): Return whether the open was successful or
1686         not.
1687
1688         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1689         select an unread unseen article first.
1690
1691         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1692         /etc/services, supply some sensible port defaults.
1693
1694         * dgnushack.el: Define netrc-credentials.
1695
1696 2010-09-17  Julien Danjou  <julien@danjou.info>
1697
1698         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1699
1700 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1701
1702         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1703         doesn't have any parameters.
1704
1705 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1708         only upcased checks.
1709
1710         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1711
1712         * nnimap.el (nnimap-open-shell-stream): New function.
1713         (nnimap-open-connection): Use it.
1714         (nnimap-transform-headers): Get the number of lines in each message.
1715         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1716         number of lines.
1717         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1718         problem.
1719
1720         * utf7.el (utf7-encode): Autoload.
1721
1722         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1723         to allow the mail splitting to not return a default group.  This is
1724         useful for nnimap, which will leave unmatched mail in the inbox.
1725
1726         * nnimap.el: Rewritten.
1727
1728         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1729         nnimap usage.
1730
1731         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1732         if the move is internal, so that nnimap can do fast internal moves.
1733
1734         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1735         data.
1736         (gnus-read-active-for-groups): Support finishing the early retrieval of
1737         data.
1738
1739         * gnus-range.el (gnus-range-nconcat): New function.
1740
1741         * gnus-int.el (gnus-finish-retrieve-group-infos)
1742         (gnus-retrieve-group-data-early): New functions.
1743
1744 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1745
1746         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1747         (nnrss-retrieve-groups):
1748         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1749         (pop3-quit): Use with-current-buffer.
1750
1751 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1754         instead of nnheader-accept-process-output.
1755
1756         * dgnushack.el (dgnushack-compile): Add comment.
1757
1758         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1759
1760         * gnus-html.el (gnus-html-schedule-image-fetching)
1761         (gnus-html-prefetch-images): Replace process-kill-without-query by
1762         gnus-set-process-query-on-exit-flag.
1763
1764 2010-09-16  Romain Francoise  <romain@orebokech.com>
1765
1766         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1767
1768 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1771         parameter to unintern is mandatory-ish in Emacs 24.
1772
1773         * gnus-html.el (gnus-html-schedule-image-fetching)
1774         (gnus-html-prefetch-images): Check for curl before using it.
1775
1776         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1777         depend on curl, which isn't essential.
1778
1779         * imap.el: Revert back to version
1780         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1781         seem problematic.
1782
1783 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1784
1785         * gnus-registry.el (gnus-registry-install-shortcuts):
1786         Explicitly pass `obarray' to `unintern' to avoid a warning.
1787
1788 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789
1790         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1791         change.
1792
1793         * nnrss.el (nnrss-request-list): Removed this function and related
1794         functions, including the moreover stuff.
1795
1796 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * nnrss.el (nnrss-retrieve-groups): New function.
1799
1800 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1801
1802         * .dir-locals.el: Add no-byte-compile cookie.
1803
1804 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * time-date.el (format-seconds): Comment fix.
1807
1808         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1809         for back end that doesn't support request-scan.
1810
1811 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1814         then do request scans from the backends.
1815
1816         * netrc.el (netrc-credentials): New conveniency function.
1817
1818         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1819         avoid running a hook per line, since this takes a lot of time,
1820         profiling shows.
1821         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1822         directly if gnus-visual-p is true.
1823
1824 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1827         groups; replace mapcar with dolist which is a bit faster; pass groups
1828         info to gnus-read-active-file-1.
1829         (gnus-read-active-file-1): Scan only specified groups if the new
1830         optional arg `infos' is given.
1831
1832 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1833
1834         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1835
1836         * pop3.el (pop3-movemail): Removed.
1837         (pop3-streaming-movemail): Renamed to pop3-movemail.
1838
1839         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1840         don't restrict end-tag searches to the end of the line.
1841
1842 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1843
1844         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1845         articles of every unchecked group to t, which means unknown since the
1846         server has never been opened.
1847
1848 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-html.el (gnus-html-show-alt-text): New command.
1851         (gnus-html-browse-image): Ditto.
1852         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1853         to browse the image directly.
1854         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1855         better.
1856
1857         * gnus-async.el (gnus-async-article-callback): Call
1858         `gnus-html-prefetch-images' unconditionally.
1859
1860         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1861         before feeding URLs to curl.
1862
1863 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1866         internal images as deletable by `W D D'.
1867
1868         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1869         (gnus-async-article-callback): Fix typo.
1870
1871 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1874         current line to work around bugs in the output from w3m.
1875
1876         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1877         for groups that want that.
1878
1879         * nntp.el (nntp-wait-for-string): Supply a timeout for
1880         accept-process-output to ensure progress.
1881
1882         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1883         level to get unread articles from, then use that for foreign groups,
1884         too.
1885
1886         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1887         confuses the rest of the function.
1888
1889         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1890         for the methods that support -retrieve-groups, too.
1891
1892         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1893
1894 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1897         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1898
1899         * pop3.el: Require cl when compiling.
1900         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1901
1902 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1903
1904         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1905         that aren't going to be activated.
1906         (gnus-get-unread-articles): Fix up the last commit.
1907
1908         * gnus-html.el (gnus-article-html): Allow calling without specifying
1909         the handle.  In that case, dissect the buffer first.
1910
1911         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1912
1913         * nnimap.el (nnimap-open-connection): Revert the change that would look
1914         into authinfo for imaps instead of imap.
1915
1916         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1917         say that you don't want to call gnus-request-group with don-check, but
1918         do check the reponse.  This is for virtual groups only.
1919         (gnus-get-unread-articles): Count the archive groups as secondary, so
1920         that they're activated the same way as before.
1921
1922         * imap.el (imap-message-map): Removed optional buffer parameter, since
1923         no callers use it.
1924         (imap-message-get): Ditto.
1925         (imap-message-put): Ditto.
1926         (imap-mailbox-map): Ditto.
1927         (imap-mailbox-put): Ditto.
1928         (imap-mailbox-get): Ditto.
1929         (imap-mailbox-get): Revert last change for this function.
1930
1931         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1932         case-insensitively.
1933         (nnimap-debug): Removed.
1934
1935         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1936         to use `imap-fetch' instead.  According to the comments, this should be
1937         safe, since all other IMAP clients use the 1:* syntax.
1938         (imap-enable-exchange-bug-workaround): Removed.
1939         (imap-debug): Removed -- doesn't seem very useful.
1940
1941         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1942         mail from a file, and the file doesn't exist.
1943
1944         * imap.el (imap-log): New convenience function used throughout instead
1945         of repeating the same code all over the place.
1946
1947         * pop3.el (pop3-streaming-movemail): Return t for success.
1948
1949         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1950         .authinfo if we're using ssl connection.
1951
1952         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1953         already have if we're in a main Gnus `g' run.
1954
1955         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1956
1957 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1960
1961         * nnmh.el (nnmh-request-list-1): Bind `file'.
1962
1963         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1964         alias to set-process-query-on-exit-flag or process-kill-without-query.
1965         (pop3-open-server): Use it.
1966
1967 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1970         box to the Incoming file.  Fixes mistake in previous checkin.
1971
1972         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1973         request loop (for debugging purposes) removed.
1974
1975         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1976         culprit is more visible.
1977         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1978         (nnml-add-incremental-nov): New functions to do "incremental" nov
1979         updates, where we just append to the end of the existing nov files
1980         without reading/writing them in full.
1981
1982         * mail-source.el (mail-source-delete-crash-box): Really only check the
1983         incoming files once in a while.
1984
1985         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1986
1987         * mail-source.el (mail-source-delete-crash-box): Only check the
1988         incoming files for deletion once per day to save a lot of file
1989         accesses.
1990
1991         * pop3.el (pop3-logon): Fix up unbound variable typo.
1992
1993         * mail-source.el (pop3-streaming-movemail): Autoload.
1994
1995         * pop3.el (pop3-streaming-movemail): Respect
1996         pop3-leave-mail-on-server.
1997
1998         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1999         retrieval.
2000
2001         * pop3.el (pop3-process-filter): Removed unused function.
2002         (pop3-streaming-movemail, pop3-send-streaming-command)
2003         (pop3-wait-for-messages, pop3-write-to-file)
2004         (pop3-number-of-responses): New functions for streaming pop3
2005         retrieval.
2006
2007         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2008         come from no known methods.
2009         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2010         list.
2011
2012         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2013         message sizes.
2014         (pop3-movemail): Use erase-buffer instead of looping and deleting
2015         regions, which seems rather odd.
2016
2017         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2018         file once per `g' run.
2019
2020         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2021         directories.  This makes the draft queue directory work.
2022
2023         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2024         data from the backends, so that we only request the list of groups from
2025         each method once.  This should speed things up considerably.
2026
2027         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2028         detect that it's not implemented.
2029
2030         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2031         we actually do recurse down into the tree, but don't stat all leaf
2032         nodes.
2033
2034         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2035         then say so instead of bugging out.
2036
2037         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2038         files exist before trying to read them.
2039
2040         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2041         around <pre_int>.
2042
2043         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2044
2045         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2046
2047 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * mm-util.el (mm-image-load-path): Just return the image directories,
2050         not all directories in the path in addition to the image directories.
2051         (mm-image-load-path): Maintain a cache of the image directories so that
2052         the `g' command in Gnus doesn't have to stat dozens of directories each
2053         time.
2054
2055         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2056         (gnus-html-wash-tags): Add a new `i' command to insert images.
2057         (gnus-html-insert-image): New command and keystroke.
2058         (gnus-html-redisplay-with-images): New command and keystroke.
2059         (gnus-html-show-images): Renamed command.
2060         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2061         spacers.
2062         (gnus-html-wash-tags): Decode entities at the end, so that entities
2063         inside the tags don't mess up the rest of the "parsing".
2064
2065         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2066         so that nnimap methods aren't agentized by default.  There's apparently
2067         many problems related to agent/imap behaviour.
2068
2069         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2070
2071         * gnus-html.el: Doc fix.
2072
2073 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2076         specifier-spec-list for Emacs 21.
2077
2078         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2079         glyph-width and glyph-height instead of display-graphic-p and
2080         image-size; make avoidance of displaying small images work for XEmacs.
2081
2082         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2083         for XEmacs.
2084
2085         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2086         of symbol that holds plist data.
2087         (gnus-process-plist): Remove plist of process after getting it.
2088
2089 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * message.el (message-generate-hashcash): Change default to
2092         'opportunistic if hashcash is installed.
2093
2094         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2095         (gnus-html-put-image): Only call image-size once, since it's somewhat
2096         time-consuming on remote X servers.
2097
2098 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2099
2100         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2101         type on data, not a file name.
2102
2103         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2104         window-pixel-edges for Emacs 21.
2105
2106         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2107         decoded contents.
2108         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2109
2110 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2113         group line format, since it isn't very interesting.
2114
2115         * gnus-agent.el (gnus-agent-short-article),
2116         (gnus-agent-long-article): Increase values for these two variables,
2117         since most people are likely to have more network connection and
2118         storage than before.
2119
2120         * gnus.el (gnus-refer-article-method): Change default to 'current.
2121         When referring an article, the common behaviour is to refer it from the
2122         current select method, not the native select method.  The chances of
2123         the native select method having the message in question is rather slim
2124         these days.
2125
2126         * gnus-sum.el (gnus-auto-select-subject): Change default to
2127         `unseen-or-unread'.  I think it's likely that most people want to
2128         select an unseen article over a previously seen, but unread one.
2129
2130         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2131         means that in the article buffer none of the minor mode elements will
2132         be shown, usually, and this is not desirable in most cases.
2133
2134         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2135         that commands like `d' (and the like) go to the next line in the
2136         buffer, instead of the next unread article.  I think this is the
2137         behaviour that is most natural for most users.
2138         (gnus-single-article-buffer): Change default to nil, so that people can
2139         have as many article buffers open as they have summary buffer.  I think
2140         this is the most natural way for the groups to behave.
2141
2142         * message.el (message-generate-new-buffers): Change default to
2143         `unsent', so that all new message buffers start their names with the
2144         string "*unsent", and it's easier to find the buffers if you move from
2145         them.
2146
2147 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148
2149         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2150         small.  They're probably tracking images.
2151         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2152         (gnus-html-rescale-image): Yet another try at getting the image sizing
2153         right.
2154
2155         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2156         nntp-marks-file-name is nil.
2157
2158 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2159
2160         * gnus-html.el (gnus-html-wash-tags)
2161         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2162         Better logging.
2163
2164 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2167
2168         * gnus-html.el (gnus-html-wash-tags): Check the value of
2169         gnus-blocked-images in the summary buffer.
2170
2171 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2172
2173         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2174
2175 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2178         like "a", it seems like.
2179         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2180         since it needs to be picked from the correct buffer.
2181
2182         * nnwfm.el: Removed.
2183
2184         * nnlistserv.el: Removed.
2185
2186 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2187
2188         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2189         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2190
2191 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * nnkiboze.el: Removed.
2194
2195         * nndb.el: Removed.
2196
2197         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2198         alt text.
2199         (gnus-html-rescale-image): Try to get the rescaling logic right for
2200         images that are just wide and not tall.
2201
2202         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2203         overshadow variable bindings.
2204
2205 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2206
2207         * gnus-html.el (gnus-html-wash-tags)
2208         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2209         extra logging.
2210
2211 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2214         (gnus-max-image-proportion): New variable.
2215         (gnus-html-rescale-image): New function.
2216         (gnus-html-put-image): Rescale images.
2217
2218 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2219
2220         Fix up some byte-compiler warnings.
2221         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2222         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2223         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2224         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2225         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2226         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2227         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2228
2229 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-html.el (gnus-article-html): Decode contents by charset.
2232
2233 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2236         (gnus-html-frame-width, gnus-blocked-images)
2237         * message.el (message-prune-recipient-rules): Add custom version.
2238         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2239
2240         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2241         functions.
2242
2243         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2244         gnus-process-get.
2245
2246 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2247
2248         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2249         instead of lsub directly.
2250
2251 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * nnwarchive.el: Removed.
2254
2255         * gnus-soup.el: Removed.
2256
2257         * nnsoup.el: Removed.
2258
2259         * nnultimate.el: Removed.
2260
2261         * gnus-html.el (gnus-blocked-images): New variable.
2262
2263         * message.el (message-prune-recipients): New function.
2264         (message-prune-recipient-rules): New variable.
2265
2266         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2267         guess whether a long line is natural text or not.
2268
2269         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2270         gnus-process-plist and friends for compatibility.
2271
2272 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2273
2274         * gnus-html.el: Require packages that define macros used in this file.
2275         (gnus-article-mouse-face): Declare to silence byte-compiler.
2276         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2277         process-get.
2278         (gnus-html-put-image): Use plist-get to avoid getf.
2279         (gnus-html-prefetch-images): Use with-current-buffer.
2280
2281 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2282
2283         * gnus-ems.el: Provide compatibility functions for
2284         gnus-set-process-plist.
2285
2286         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2287         header-line-format for XEmacs 21.4.
2288
2289         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2290         * gnus.el (gnus-valid-select-methods)
2291         * message.el (message-send-mail-partially-limit)
2292         * mm-decode.el (mm-text-html-renderer)
2293         * mml.el (mml-insert-mime-headers-always)
2294         * smiley.el (smiley-regexp-alist): Bump custom version.
2295
2296 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-html.el: require mm-url.
2299         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2300         with the url to `url'.
2301         (gnus-html-wash-tags): Support cid: URLs/images.
2302
2303 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2306         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2307         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2308
2309         * gnus-move.el: Removed file, since it doesn't really work.
2310
2311         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2312         UTF-8.  This seems to fix problems with some German web feeds.
2313
2314         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2315         at the top so that the proper colours are applied.
2316
2317         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2318         don't have dots in their names.
2319
2320         * gnus-art.el (gnus-article-view-part): Doc fix.
2321
2322         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2323         XEmacs-compatible.
2324         (gnus-html-put-image): Don't do images on non-graphic displays.
2325
2326         * nnslashdot.el: Removed this unused backend.
2327
2328         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2329         actions.
2330         (gnus-undo-register-1): Revert last change.
2331
2332         * gnus-group.el (gnus-group-completing-read): Protect against not
2333         having completion-styles bound.
2334
2335         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2336         make broken recipients happier.
2337
2338         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2339
2340         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2341         point parameter.
2342
2343         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2344
2345         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2346         completion-styles for group selection.
2347
2348 2009-02-04  Andreas Schwab  <schwab@suse.de>
2349
2350         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2351         headers and regexp-quote the match if necessary.
2352
2353 2009-03-24  Miles Bader  <miles@gnu.org>
2354
2355         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2356         the blinking smiley.
2357
2358 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2359
2360         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2361         blink smiley.
2362
2363 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2366         where the dribbel file lives exists.
2367
2368         * message.el (message-send-mail-partially-limit): Change the default to
2369         nil, since most people don't want this.
2370
2371         * mm-url.el (mm-url-decode-entities): Also decode entities like
2372         &#x3212.
2373
2374 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2375
2376         * gnus-sum.el (gnus-summary-idna-message):
2377         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2378         Hyperlink urls in docstrings with URL `...'.
2379
2380 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2381
2382         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2383         functions.
2384
2385 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2388         say what the mouseover text should be.
2389
2390         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2391         version of the mm-w3m-safe-url-regexp variable to only download images
2392         in the groups where we want that to happen.
2393
2394         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2395
2396         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2397         easier debugging.
2398         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2399         big pictures in the article buffer.
2400
2401         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2402         gnus-article-html.
2403         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2404         w3m.
2405
2406         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2407
2408 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2411         which doesn't exist.
2412
2413         * message.el (message-inhibit-ecomplete): New variable to allow some
2414         function to inhibit ecomplete address storage.
2415         (message-resend): Disable ecomplete message storage when resending
2416         messages.
2417
2418         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2419
2420 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2423         Save excursion while copying, moving, and deleting articles in order to
2424         prevent the cursor from jumping to unforeseen place.
2425
2426 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * lpath.el: No need to bind bookmark-current-buffer,
2429         bookmark-yank-point and bookmark-make-record-function.
2430
2431 2010-08-17  Glenn Morris  <rgm@gnu.org>
2432
2433         * gnus-sync.el: Require gnus components whose functions are used.
2434
2435         * gnus-art.el (bookmark-make-record-function):
2436         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2437         Declare for compiler.
2438
2439         * mm-url.el (mml-compute-boundary): Autoload.
2440
2441 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2444
2445 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2446
2447         Typo fix "hoo4a" -> "hook".
2448
2449         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2450
2451 2010-08-14  Glenn Morris  <rgm@gnu.org>
2452
2453         * gnus-sync.el (gnus-sync): Fix defgroup version.
2454
2455 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2456
2457         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2458
2459         * gnus-sync.el: Fix docs.
2460         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2461         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2462
2463 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2464
2465         Optimizations for gnus-sync.el.
2466
2467         * gnus-sync.el: Add docs about gnus-sync-backend
2468         possibilities.
2469         (gnus-sync-save): Remove unnecessary message.
2470         (gnus-sync-read): Optimize and show what groups were skipped.
2471
2472 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2473
2474         Minor bug fixes for gnus-sync.el.
2475
2476         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2477         read the sync on get-new-news.
2478
2479         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2480         quiet.
2481
2482         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2483
2484 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2485
2486         Make saving and restoring of hidden threads work with overlays.
2487         Patch applied by Ted Zlatanov.
2488
2489         * gnus-sum.el (gnus-hidden-threads-configuration)
2490         (gnus-restore-hidden-threads-configuration): Update to deal with text
2491         properties, rather than searching for a magic character.
2492
2493 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2494
2495         New gnus-sync.el library for synchronization of marks.
2496
2497         * gnus-sync.el: New library for synchronization of marks.
2498
2499         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2500         renamed from `gnus-registry-grep-in-list'.
2501
2502         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2503
2504         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2505
2506 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2507
2508         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2509         determining charset of text fails.
2510
2511 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * nnmail.el (nnmail-get-new-mail-1): Revert.
2514
2515         * nnml.el (nnml-active-number): Make sure names of newly created groups
2516         in nnml-group-alist are encoded.
2517
2518 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2519
2520         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2521         containing non-ASCII characters in active file for nnml back end.
2522
2523 2010-07-24  David Engster  <dengste@eml.cc>
2524
2525         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2526         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2527
2528 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2529
2530         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2531         tag (Bug#6654).
2532
2533 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2536         the article buffer, not the summary buffer.
2537
2538 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2541         Emacs 23 as well.
2542
2543 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2546         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2547
2548 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2549
2550         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2551         Patch applied by Karl Fogel.
2552
2553         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2554         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2555
2556 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2557
2558         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2559         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2560         C-w still not working correctly from Article buffers; Thierry's
2561         patch to fix that will be applied after this.
2562
2563         * gnus-art.el (bookmark-make-record-function): New local variable.
2564
2565         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2566         article buffer.
2567         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2568
2569 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2570
2571         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2572         on changes in bookmark.el.
2573
2574 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2577         `no-log' instead of message not to log prompt string.
2578
2579 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2580
2581         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2582         the *other* type of HTML form submission.
2583
2584 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2585
2586         * auth-source.el (auth-source-pick): If choice does not contain a
2587         questioned keyword, set the check to t.
2588
2589 2010-06-12  Romain Francoise  <romain@orebokech.com>
2590
2591         * gnus-util.el (gnus-date-get-time): Move up before first use.
2592
2593 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2596         (gnus-article-edit-part): Bind it to make last part that is substituted
2597         or deleted visible.
2598         (gnus-mime-display-single): Buttonize part of which id equals to
2599         gnus-mime-buttonized-part-id.
2600
2601 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2602
2603         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2604         (gnus-dd-mmm): Use gnus-date-get-time.
2605         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2606         simplify logic.
2607         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2608         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2609
2610 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2611
2612         * auth-source.el (top): Autoload `secrets-list-collections',
2613         `secrets-create-item', `secrets-delete-item'.
2614         (auth-sources): Fix tag string.
2615         (auth-get-source, auth-source-retrieve, auth-source-create)
2616         (auth-source-delete): New defuns.
2617         (auth-source-pick): Rewrite in order to avoid 2 passes.
2618         (auth-source-forget-user-or-password): New parameter USERNAME.
2619         (auth-source-user-or-password): New parameters CREATE-MISSING and
2620         DELETE-EXISTING.  Retrieve password interactively, if needed.
2621
2622 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2623
2624         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2625         deleting unused directories when gnus-expert-user is t.
2626
2627 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2628
2629         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2630         for each temp file when gnus-article-browse-delete-temp is ask.
2631
2632 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2633
2634         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2635         Lisp calls to delete-backward-char by calls to delete-char.
2636
2637 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2638
2639         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2640
2641 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2642
2643         * password-cache.el (password-cache-remove): Fix docstring.
2644
2645 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2646
2647         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2648         article unless decoding article to be saved.
2649
2650 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2653         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2654         generated within the mm-with-unibyte-current-buffer macro.
2655
2656 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2659         to nil when we're in a mml-preview buffer and no group is selected.
2660
2661 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2662
2663         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2664         when catching the `C-g'.  Reported by "Leo".
2665
2666 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * message.el (message-forward-make-body-plain)
2669         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2670         multibyte-string-p.
2671
2672         * lpath.el: Revert.
2673
2674 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * message.el (message-forward-make-body-mml): Assume original message
2677         is multibyte string; error on unibyte.
2678         (message-forward-make-body-plain): Ditto; don't add excessive newline
2679         in body end.
2680
2681         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2682
2683 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2684
2685         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2686         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2687
2688 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2689
2690         * mm-extern.el (mm-extern-url): Don't use
2691         mm-with-unibyte-current-buffer.
2692         (mm-extern-cache-contents): Use with-current-buffer instead of
2693         save-excursion + set-buffer.
2694
2695 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * mm-util.el (mm-emacs-mule): Remove.
2698
2699 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2700
2701         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2702         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2703         change.
2704
2705 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2708         bind the default value of enable-multibyte-characters to nil.
2709
2710 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * message.el (message-forward-make-body-plain)
2713         (message-forward-make-body-mml):
2714         Don't use mm-with-unibyte-current-buffer.
2715
2716 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2717
2718         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2719
2720 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2721
2722         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2723         (Bug#5592).
2724
2725 2010-05-07  Julien Danjou  <julien@danjou.info>
2726
2727         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2728         it to mm-pipe-part.
2729
2730         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2731         it is given.
2732
2733 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * binhex.el (binhex-decode-region-internal)
2736         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2737         (dns-query)
2738         * nnweb.el (nnweb-gmane-search)
2739         * pgg-parse.el (pgg-parse-armor)
2740         * pgg.el (pgg-verify-region)
2741         * sha1.el (sha1-string-external)
2742         * uudecode.el (uudecode-decode-region-internal)
2743         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2744         XEmacs.
2745
2746         * gnus-art.el (gnus-article-browse-html-parts)
2747         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2748         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2749         make-temp-file.
2750
2751         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2752         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2753         compiling.
2754
2755         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2756         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2757         XEmacs when compiling.
2758
2759         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2760         gnus-pick-mode-off-hook for XEmacs when compiling.
2761         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2762         gnus-binary-mode-off-hook for XEmacs when compiling.
2763
2764         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2765         nil if char-charset is not available.
2766
2767         * imap.el (imap-disable-multibyte)
2768         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2769         macros.
2770
2771         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2772         instead of encode-coding-string.
2773
2774         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2775         'xemacs) instead of mm-emacs-mule to switch function definitions.
2776         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2777
2778         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2779         bind temporary-file-directory for XEmacs;
2780         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2781         timer-set-function for XEmacs 21.4 and SXEmacs;
2782         bind timer-list for XEmacs 21.4 and SXEmacs;
2783         fbind char-charset and find-charset-region for non-Mule XEmacs;
2784         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2785         encode-coding-region and encode-coding-string for XEmacs having no
2786         file-coding feature.
2787
2788 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2789
2790         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2791
2792 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2795         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2796
2797 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2798
2799         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2800         alias `jka-compr-delete-temp-file' no longer exists.
2801
2802 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2803
2804         Use define-minor-mode in Gnus where applicable.
2805         * mml.el (mml-mode): Use define-minor-mode.
2806         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2807         (gnus-undo-mode): Use define-minor-mode.
2808         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2809         (gnus-dead-summary-mode): Use define-minor-mode.
2810         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2811         Initialize in declaration.
2812         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2813         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2814         (gnus-mailing-list-mode): Use define-minor-mode.
2815         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2816         (gnus-draft-mode): Use define-minor-mode.
2817         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2818         (gnus-dired-mode): Use define-minor-mode.
2819
2820 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2821
2822         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2823         handles on recursive mml-to-mime translation and check them for
2824         boundary delimiter collisions.  Reported by Greg Troxel.
2825
2826 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2829
2830 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2831
2832         * mm-util.el (mm-find-buffer-file-coding-system):
2833         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2834
2835 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2836
2837         * message.el (message-generate-headers): Record insertion of optional
2838         headers as well.  Otherwise the check to prevent repeated insertion of
2839         optional headers is a no-op.
2840
2841 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2842
2843         * smime.el: Don't mention CVS.
2844
2845         * nnrss.el (nnrss-fetch): Don't mention CVS.
2846
2847         * nnir.el: Don't mention CVS.
2848
2849 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2850
2851         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2852
2853 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * lpath.el: Fbind bookmark-default-handler,
2856         bookmark-get-bookmark-record, bookmark-make-record-default,
2857         bookmark-prop-get for Emacs <23 and XEmacs.
2858
2859 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2860
2861         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2862         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2863         Use with-current-buffer to silence the byte-compiler.
2864         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2865         bother to require `gnus'.
2866         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2867
2868 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2869
2870         * gnus-sum.el (gnus-summary-bookmark-make-record)
2871         (gnus-summary-bookmark-jump): New functions.
2872         (gnus-summary-mode): Setup bookmark support.
2873
2874 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2875
2876         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2877         if set.
2878
2879 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2880
2881         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2882         gnus-article-browse-html-save-cid-image; make it work recursively for
2883         forwarded messages as well.
2884         (gnus-article-browse-html-parts): Work when prefix arg is given.
2885         (gnus-article-browse-html-article): Doc fix.
2886
2887 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2888
2889         * message.el (message-default-mail-headers):
2890         (message-default-headers): Carry the value mail-default-headers over
2891         into message-default-mail-headers, rather than message-default-headers.
2892
2893 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2894
2895         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2896         charset.
2897
2898         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2899         charset into the <meta> tag when the article is encoded to utf-8.
2900
2901 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2904         directories as well.
2905         (gnus-article-browse-html-parts): Work for images that do not specify
2906         file names; delete temp directory when quitting; insert header at the
2907         right place; use file: scheme for image files.
2908
2909 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2910
2911         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2912         (gnus-article-browse-html-parts): Use it to make temporary cid image
2913         files in addition to html file so that browser may display them.
2914
2915 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2916
2917         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2918
2919 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2920
2921         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2922
2923 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2924
2925         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2926         about Secret Service API sources.  Improve Customize options.
2927         (auth-source-pick): Change to accept any number of search parameters.
2928         Implement fallbacks iteratively, not recursively.  Add scoring on the
2929         second pass and sort by score.  Call Secret Service API when needed.
2930         (auth-source-user-or-password): Use it.  Call Secret Service API
2931         directly when needed to get the user name and the password.
2932
2933 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2934
2935         * message.el (message-interactive): Doc fix.
2936         (message-qmail-inject-args): Reflow.
2937         (message-kill-to-signature): Fix typo in docstring.
2938
2939         * smiley.el (smiley-buffer): Fix typo in docstring.
2940
2941 2010-03-24  Glenn Morris  <rgm@gnu.org>
2942
2943         * mail-source.el (gnus-message): Declare.
2944         (mail-source-delete-old-incoming): Require gnus-util.
2945
2946 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2949
2950         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2951
2952         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2953         password-cache's default if it is not bound.
2954         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2955         password-cache-expiry's default if it is not bound.
2956
2957         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2958         available in Emacs 21.
2959
2960         * lpath.el: Suppress compiler warnings for:
2961         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2962         XEmacs;
2963         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2964         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2965         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2966
2967 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2968
2969         * auth-source.el (auth-sources): Fix up definition so extra parameters
2970         are always inline.
2971
2972 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2973
2974         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2975         wasn't updated after mismatch.  Clear cached mailbox info correctly
2976         when uidvalidity changes.
2977         (nnimap-group-prefixed-name): New function to avoid some code
2978         duplication.
2979         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2980         (nnimap-request-group): Use it.
2981         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2982         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2983         with many imap folders.  This is done by caching the group status from
2984         the imap server persistently in a group parameter `imap-status'.  (This
2985         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2986         but not persistently, so every Gnus startup was still very slow.)
2987
2988 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2989
2990         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2991         delete the extra newline.  Otherwise editing of :string and :number
2992         types don't work.
2993
2994 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2995
2996         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2997         secrets.el dependency.
2998         (auth-sources): Add optional user name.  Add secrets.el configuration
2999         choice (unused right now).
3000
3001 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3002
3003         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3004         `gnus-registry-install-shortcuts' fill in the functions.
3005
3006         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3007         warnings.
3008         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3009         (gnus-registry-install-shortcuts): Populate and use it in a
3010         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3011
3012 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3013
3014         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3015         In-place substitutions for the group name encoding/decoding.
3016         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3017         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3018         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3019         (nnimap-update-unseen, nnimap-request-list)
3020         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3021         (nnimap-request-set-mark, nnimap-split-to-groups)
3022         (nnimap-split-articles, nnimap-request-newgroups)
3023         (nnimap-request-create-group, nnimap-request-accept-article)
3024         (nnimap-request-delete-group, nnimap-request-rename-group)
3025         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3026         `encoded-mbx' for consistency.
3027         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3028         variable `imap-current-mailbox'.
3029
3030         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3031         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3032
3033 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3034
3035         * pop3.el (pop3-display-message-size-flag): Display message size byte
3036         counts during POP3 download.
3037         (pop3-movemail): Use it.
3038         (pop3-list): Implement listing of available messages.
3039
3040 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3041
3042         * nnir.el (nnir-get-article-nov-override-function): New function to
3043         override the normal NOV retrieval.
3044         (nnir-retrieve-headers): Use it.
3045
3046 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3047
3048         * auth-source.el (netrc-machine-user-or-password): Autoload.
3049
3050 2010-03-19  Glenn Morris  <rgm@gnu.org>
3051
3052         Stop message.el from loading about 40 libraries it doesn't always need.
3053         The general approach is to autoload rather than require, and to
3054         require in the specific functions rather than the file.  (Bug#5642)
3055
3056         * gmm-utils.el: Don't require wid-edit.
3057         (widget-create-child-value, widget-convert, widget-default-get):
3058         Autoload.
3059
3060         * gnus-util.el: Don't require time-date, netrc.
3061         (message-fetch-field, gnus-group-name-decode): Declare rather than
3062         autoloading.
3063         (gnus-fetch-field): Require message.
3064         (gnus-decode-newsgroups): Require gnus-group.
3065
3066         * ietf-drums.el: Don't require time-date.
3067
3068         * message.el: Don't require hashcash, canlock, ecomplete.
3069         Do require mail-utils.  Require nnheader only when compiling.
3070         (smtpmail-default-smtp-server): Remove declaration.
3071         (message-send-mail-function): Check smtpmail-default-smtp-server
3072         is bound rather than requiring smtpmail.
3073         (message-auto-save-directory, message-insert-signature): Use
3074         expand-file-name rather than nnheader-concat.
3075         (nnheader-insert-file-contents): Autoload.
3076         (hashcash-wait-async): Declare.
3077         (message-send-mail): Only call gnus-setup-posting-charset if
3078         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3079         (message-send-mail-with-sendmail): Require sendmail.
3080         (canlock-password, canlock-password-for-verify): Declare.
3081         (message-canlock-password): Require canlock.
3082         (nnheader-get-report): Autoload.
3083         (gnus-setup-posting-charset): Declare.
3084         (message-send-news): Require gnus-msg.
3085         (message-make-references, message-make-in-reply-to): Use mail-header-id
3086         rather than the alias mail-header-message-id.
3087         (ecomplete-add-item, ecomplete-save): Declare.
3088         (message-put-addresses-in-ecomplete): Require ecomplete.
3089         (ecomplete-display-matches): Autoload.
3090
3091         * mm-decode.el: Don't require mailcap, gnus-util.
3092         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3093         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3094         Autoload.
3095         (mailcap-mime-extensions): Declare.
3096
3097         * mm-encode.el: Don't require mailcap.
3098         (mailcap-extension-to-mime): Autoload.
3099
3100         * mml-sec.el: Don't require password-cache.
3101
3102         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3103         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3104         (mml-minibuffer-read-type): Require mailcap.
3105         (mml-preview): Require gnus-msg.
3106
3107         * mml1991.el: Require password-cache.
3108         (password-cache-expiry): Remove declaration.
3109
3110         * mml2015.el: Require password-cache.
3111         (password-cache-expiry): Remove declaration.
3112
3113         * nneething.el (mailcap): Require mailcap.
3114
3115         * nnheader.el (declare-function): Add compatibility stub.
3116         (message-remove-header): Declare rather than autoload.
3117         (nnheader-replace-header): Require message.
3118
3119         * nnimap.el (declare-function): Add compatibility stub.
3120         (netrc-parse, netrc-machine-user-or-password): Declare.
3121         (nnimap-open-connection): Require netrc.
3122
3123         * nntp.el (declare-function): Add compatibility stub.
3124         (netrc-parse, netrc-machine, netrc-get): Declare.
3125         (nntp-send-authinfo): Require netrc.
3126
3127         * rfc2047.el: Don't require qp.
3128         (quoted-printable-encode-region, quoted-printable-decode-string):
3129         Autoload.
3130
3131         * sieve-mode.el: Don't require easymenu.
3132         (easy-menu-add-item): Autoload it.
3133
3134         * spam-stat.el (time-to-number-of-days): Autoload it.
3135
3136 2010-03-19  Glenn Morris  <rgm@gnu.org>
3137
3138         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3139
3140 2010-03-18  Glenn Morris  <rgm@gnu.org>
3141
3142         * hashcash.el (declare-function): Remove duplicate definition.
3143
3144 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3145
3146         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3147         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3148         value if any backslash escapes).
3149
3150 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3153         if it is available.  (bug#5647)
3154
3155         * lpath.el: Suppress compiler warning for coding-system-from-name for
3156         Emacs 21 and XEmacs.
3157
3158 2010-03-14  Juri Linkov  <juri@jurta.org>
3159
3160         * hmac-def.el:
3161         * hmac-md5.el:
3162         * netrc.el: Fix keywords.
3163
3164 2010-02-26  Glenn Morris  <rgm@gnu.org>
3165
3166         * message.el (message-send-mail-function): Change the default, so that
3167         it inherits from a customized send-mail-function.  (Bug#5643)
3168
3169 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3170
3171         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3172         shell-command-to-string signals an error (bug#5299).
3173
3174 2010-02-24  Glenn Morris  <rgm@gnu.org>
3175
3176         * message.el (message-smtpmail-send-it)
3177         (message-send-mail-with-mailclient): Doc fixes.
3178
3179 2010-02-16  Glenn Morris  <rgm@gnu.org>
3180
3181         * message.el (message-default-mail-headers): Change the default value
3182         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3183
3184 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3187         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3188
3189 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3190
3191         * time-date.el (date-to-time): Doc fix (Bug#5408).
3192
3193 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3194
3195         * message.el (message-mail): Just pass yank-action on to message-setup.
3196         (message-setup): Handle (FUN . ARGS) form of yank-action.
3197         (message-with-reply-buffer, message-widen-reply)
3198         (message-yank-original): Handle non-buffer values of
3199         message-reply-buffer (Bug#4080).
3200         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3201
3202 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3203
3204         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3205         Fix typo in docstring.
3206
3207 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3208
3209         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3210         response.
3211
3212 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3213
3214         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3215
3216         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3217
3218         * message.el (message-check-news-header-syntax): Protect against a
3219         string that `rfc822-addresses' returns when parsing fails.
3220
3221 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3224         (gnus-previous-char-property-change): New functions.
3225
3226         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3227
3228 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3229
3230         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3231         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3232
3233 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3234
3235         * message.el (message-exchange-point-and-mark): Rework last change to
3236         avoid using optional arg of exchange-point-and-mark, for backward
3237         compatibility.
3238
3239 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3240
3241         * message.el (message-exchange-point-and-mark): Call
3242         exchange-point-and-mark with an argument rather than setting
3243         mark-active by hand (Bug#5175).
3244
3245 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * nntp.el (nntp-service-to-port): Work for service expressed with
3248         numeric string; replace [:digit:] with [0-9] for XEmacs.
3249
3250 2009-12-17  Glenn Morris  <rgm@gnu.org>
3251
3252         * gnus-group.el (gnus-bug-group-download-format-alist):
3253         Change emacs entry to debbugs.gnu.org.  Bump :version.
3254
3255 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3256
3257         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3258
3259 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3260
3261         * message.el (message-info): Explain why we use `Info-goto-node'.
3262
3263 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3266
3267 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3268
3269         * message.el (message-completion-in-region): New compatibility function.
3270         (message-expand-group): Use it.
3271
3272 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3275         with no unread article should be listed if the 2nd arg `predicate' is
3276         given.
3277
3278 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3281
3282 2009-11-29  Juri Linkov  <juri@jurta.org>
3283
3284         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3285         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3286         on `gnus-recenter'. (Bug#4698, Bug#4981)
3287
3288 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3289
3290         * sha1.el (sha1-string-external): default-directory "/" in case
3291         otherwise non-existent.  process-connection-type pipe for touch of
3292         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3293
3294 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3295
3296         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3297         it's comms related and sgml-mode.el has "comm" on that basis too.
3298
3299 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3302         containing tspecial characters if they have been already quoted.
3303
3304 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3305
3306         * dns-mode.el (auto-mode-alist): Purecopy string.
3307
3308 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3309
3310         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3311
3312 2009-10-24  Glenn Morris  <rgm@gnu.org>
3313
3314         * gnus-art.el (help-xref-stack-item): Define for compiler.
3315
3316 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3317
3318         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3319
3320 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3321
3322         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3323
3324 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3327         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3328
3329 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3332         (gnus-overlays-in): New alias to overlays-in.
3333
3334         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3335         gnus-overlay-get, and gnus-delete-overlay.
3336         (gnus-summary-show-thread): Make it work as well for systems in which
3337         next-single-char-property-change is not available.
3338         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3339
3340         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3341         (gnus-overlay-get): New alias to extent-property.
3342         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3343
3344         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3345         SXEmacs.
3346
3347         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3348         SXEmacs.
3349
3350 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3351
3352         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3353
3354 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3355
3356         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3357         and XEmacs that don't have `remove-overlays'.
3358
3359 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3360
3361         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3362         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3363         selective display.  Use overlays instead.
3364
3365 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3366
3367         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3368
3369 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3370
3371         * spam-stat.el (spam-stat-load): Fix typo in message.
3372
3373 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3374
3375         * dig.el (dig-invoke): Fix typo in docstring.
3376         (query-dig): Reflow docstring.
3377
3378 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3379
3380         * gnus-art.el (gnus-article-encrypt-body):
3381         * message.el (message-check-recipients):
3382         * mm-util.el (mm-codepage-setup):
3383         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3384         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3385
3386 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3387
3388         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3389         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3390         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3391         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3392         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3393
3394 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3395
3396         * dig.el: Add "Keywords: comm", as per net-utils.el.
3397
3398 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3399
3400         * dig.el (dig-mode): Use define-derived-mode.
3401
3402 2009-09-19  Glenn Morris  <rgm@gnu.org>
3403
3404         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3405
3406 2009-09-18  Glenn Morris  <rgm@gnu.org>
3407
3408         * gnus-diary.el (gnus-diary-check-message):
3409         * message.el (message-insert-formatted-citation-line):
3410         * nnbabyl.el (top-level):
3411         * nndiary.el (nndiary-schedule):
3412         Fix typos in condition-case handlers.
3413
3414 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3417         configuration that provides the sole article window in a frame;
3418         position point correctly after deleting a part.
3419
3420 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3421
3422         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3423         (spam-resolve-registrations-routine): Use it to unregister articles
3424         that change status.
3425
3426 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3429         with XEmacs.
3430         (parse-time-string-chars): Use it.
3431
3432 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3433
3434         * imap.el (imap-interactive-login): Better messages.
3435         (imap-open): Fix bug with renamed buffer on reconnect.
3436         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3437         for easier debugging and cleaner code.  On successful (guessed based on
3438         server capabilities) secondary authentication, set imap-state
3439         correctly.
3440         (imap-last-authenticator): Define imap-last-authenticator as a variable
3441         to avoid warnings.
3442
3443 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3444
3445         * nnrss.el (nnrss-request-article): Remove binding of
3446         default-enable-multibyte-characters that has gotten needless by
3447         the 2007-07-13 change in rfc2047-encode-message-header.
3448
3449         * mml.el (mml-insert-multipart): Error on the message header.
3450         (mml-insert-part): Error on the message header; position point at
3451         the end of a MIME tag.
3452
3453 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * time-date.el (autoload): Expand define-obsolete-function-alias into
3456         defalias and make-obsolete for old Emacsen that Gnus supports.
3457         (with-no-warnings): Define it for old Emacsen.
3458         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3459         is available.
3460         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3461         float-time is available; suppress compile warning for time-to-seconds.
3462
3463         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3464         (gnus-float-time): Alias to float-time if it exists.
3465
3466         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3467         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3468         float-time is available; suppress compile warning for time-to-seconds.
3469
3470         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3471         XEmacs.
3472
3473 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3474
3475         * imap.el (imap-message-map): Docstring fix.
3476
3477 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3478
3479         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3480         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3481         Add the optional argument `encoding' that overrides the default.
3482
3483         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3484         mm-encode-buffer.
3485
3486 2009-09-04  Glenn Morris  <rgm@gnu.org>
3487
3488         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3489         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3490         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3491         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3492         * mm-util.el (mm-with-unibyte-current-buffer)
3493         (mm-find-buffer-file-coding-system):
3494         * yenc.el (yenc-decode-region): Use default-value rather than
3495         default-enable-multibyte-characters.
3496
3497 2009-09-03  Glenn Morris  <rgm@gnu.org>
3498
3499         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3500         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3501         than default-enable-multibyte-characters.
3502
3503 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3504
3505         * gnus-art.el (gnus-article-read-summary-keys):
3506         Fix gnus-buffer-configuration's value temporarily used.
3507
3508 2009-09-02  Glenn Morris  <rgm@gnu.org>
3509
3510         * gnus-util.el (gnus-float-time): New function.
3511         * gnus-delay.el (gnus-delay-article):
3512         * gnus-sum.el (gnus-thread-latest-date):
3513         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3514         * nnspool.el (nnspool-request-newgroups):
3515         Use gnus-float-time rather than time-to-seconds.
3516         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3517
3518         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3519         (gnus-header-subject-face, gnus-header-newsgroups-face)
3520         (gnus-header-name-face, gnus-header-content-face):
3521         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3522         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3523         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3524         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3525         (gnus-cite-face-11):
3526         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3527         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3528         (gnus-server-closed-face, gnus-server-denied-face)
3529         (gnus-server-offline-face):
3530         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3531         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3532         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3533         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3534         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3535         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3536         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3537         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3538         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3539         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3540         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3541         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3542         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3543         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3544         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3545         (gnus-summary-high-undownloaded-face)
3546         (gnus-summary-low-undownloaded-face)
3547         (gnus-summary-normal-undownloaded-face)
3548         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3549         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3550         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3551         (gnus-splash-face):
3552         * message.el (message-header-to-face, message-header-cc-face)
3553         (message-header-subject-face, message-header-newsgroups-face)
3554         (message-header-other-face, message-header-name-face)
3555         (message-header-xheader-face, message-separator-face)
3556         (message-cited-text-face, message-mml-face):
3557         * sieve-mode.el (sieve-control-commands-face)
3558         (sieve-action-commands-face, sieve-test-commands-face)
3559         (sieve-tagged-arguments-face):
3560         * spam.el (spam-face):
3561         Mark face aliases with "-face" in the name as obsolete.
3562
3563 2009-09-01  Glenn Morris  <rgm@gnu.org>
3564
3565         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3566         than goto-line.
3567
3568 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3571         Don't move point if the command is invoked inside the message header.
3572
3573 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3574
3575         * imap.el (imap-send-command): Simplify.
3576         (imap-wait-for-tag): point-max -> buffer-size.
3577
3578 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3579
3580         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3581         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3582         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3583         * nnir.el (nnir-swish-e-index-file):
3584         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3585         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3586         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3587         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3588         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3589         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3590
3591 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3594         Don't save excursion.
3595
3596 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3597
3598         * nnheader.el (nnheader-find-file-noselect):
3599         * mm-util.el (mm-insert-file-contents):
3600         Use (default-value 'major-mode) instead of default-major-mode.
3601
3602 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3603
3604         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3605
3606 2009-08-26  Glenn Morris  <rgm@gnu.org>
3607
3608         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3609         than placing in files.el.
3610
3611 2009-08-25  Glenn Morris  <rgm@gnu.org>
3612
3613         * nnir.el (top-level): Don't require cl at run-time.
3614         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3615         Replace cl-function substitute with gnus-replace-in-string.
3616         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3617         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3618         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3619         simplified expansions.
3620
3621 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3622
3623         * dig.el (dig): Add autoload cookie.
3624
3625 2009-08-22  Glenn Morris  <rgm@gnu.org>
3626
3627         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3628         goto-line.
3629
3630 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3631
3632         * parse-time.el (parse-time-string-chars): Save match data.
3633
3634 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3635
3636         * parse-time.el (parse-time-string-chars): Compute using character
3637         classes, to handle non-ascii characters (Bug#3190).
3638
3639 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3642
3643         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3644         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3645         (gnus-mm-display-part, gnus-mime-display-single)
3646         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3647         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3648
3649         * gnus-sum.el
3650         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3651         (gnus-summary-move-article): Add expirable mark to articles copied or
3652         moved to group that has auto-expire turned on if the option is non-nil.
3653
3654 2009-07-24  Glenn Morris  <rgm@gnu.org>
3655
3656         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3657         Fix typo.  (Bug#3903)
3658
3659 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3662         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3663         that should not be used for draft articles.
3664         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3665         that has no concern in minor mode keys.
3666         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3667         Abolish.
3668
3669 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3672         article without making inquiry to a user for unknown encoding.
3673
3674         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3675         (nnmaildir--scan): Assume i-node and device number that file-attributes
3676         returns might be cons-cell.
3677
3678         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3679
3680         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3681
3682 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3683
3684         * auth-source.el: Remove docs now in auth.texi.  Don't use
3685         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3686         `auth-source-hide-passwords' and use them.
3687
3688 2009-07-15  Glenn Morris  <rgm@gnu.org>
3689
3690         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3691
3692 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3695         excessive whitespace from the default values of title and description.
3696
3697 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3698
3699         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3700         mail-fetch-field to fetch Content-Description header in order to
3701         exclude newlines.
3702
3703 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3704
3705         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3706         format used by GnuPG 2.0.11.
3707
3708 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3711         to deleted part.
3712
3713 2009-05-30  David Engster  <dengste@eml.cc>
3714
3715         * nnmairix.el: Remove old documentation in the commentary block.
3716         (nnmairix-request-group): Do not update active file for nnml back ends.
3717         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3718         end so that overview files are ignored.
3719         (nnmairix-update-groups): Make updating the groups more robust by using
3720         marks.
3721         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3722         with dollar characters in message-id.
3723
3724 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3725
3726         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3727         2008-12-25 in dns.el.
3728
3729 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3730
3731         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3732         could happen if the text is only composed of spaces and/or tabs.
3733
3734 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3735
3736         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3737         when sending a queued message to avoid extra mml tags.
3738
3739 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3740
3741         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3742
3743 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3744
3745         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3746         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3747         rmail-toggle-header for XEmacs;
3748         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3749
3750 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-dired.el: Remove autoload for gnus-setup-message.
3753         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3754         displaying Gnus logo; always use compose-mail.
3755
3756 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3759
3760 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3761
3762         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3763         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3764         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3765         available.
3766         (gnus-nocem-epg-verify): New function.
3767
3768 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3769
3770         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3771
3772 2009-02-15  Glenn Morris  <rgm@gnu.org>
3773
3774         * gnus-util.el (rmail-insert-rmail-file-header)
3775         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3776         autoloads.
3777         (rmail-default-rmail-file): Remove unnecessary declaration.
3778         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3779
3780 2009-02-14  Glenn Morris  <rgm@gnu.org>
3781
3782         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3783         variable (only used in gnus-util, which declares it anyway).
3784         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3785         which was only needed by gnus-art (changed to not use it any more).
3786         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3787         only used in gnus-util, which autoloads it itself.
3788         (rmail-update-summary): Fix autoload.
3789
3790         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3791         rather than rmail-output-to-rmail-file.
3792
3793 2009-02-07  Glenn Morris  <rgm@gnu.org>
3794
3795         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3796         autoload of function that no longer exists.
3797         (rmail-toggle-header): Declare.
3798         (message-forward-rmail-make-body): Handle mbox Rmail.
3799
3800 2009-01-31  Glenn Morris  <rgm@gnu.org>
3801
3802         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3803         2009-01-09 change.
3804
3805 2009-01-31  Dave Love  <fx@gnu.org>
3806
3807         * imap.el (imap-fetch-safe): Bind debug-on-error.
3808         (imap-debug): Add imap-fetch-safe.
3809
3810 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3811
3812         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3813         (auth-source-forget-all-cached): New convenience function.
3814         (auth-source-user-or-password): Accept list of modes or a single mode.
3815
3816         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3817         auth-source modes.
3818
3819         * netrc.el (netrc-machine-user-or-password): Use list of
3820         auth-source modes.
3821
3822         * nnimap.el (nnimap-open-connection): Use list of
3823         auth-source modes.
3824
3825         * nntp.el (nntp-send-authinfo): Use list of
3826         auth-source modes.
3827
3828 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3829
3830         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3831         now.
3832
3833 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3836         coding system in XEmacs; add a workaround for XEmacs.
3837
3838         * lpath.el: Fbind coding-system-aliasee.
3839
3840 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3843         of current-language-environment.
3844
3845 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3848         available at runtime.
3849
3850 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3853
3854 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3855
3856         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3857         the greatest positive fixnum value doesn't work under an XEmacs with
3858         bignum support; use the most-positive-fixnum constant instead,
3859         available since Emacs 21.1 with cl and XEmacs 21.1.
3860
3861 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3862
3863         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3864         XEmacs gets not to work.
3865
3866 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * mm-util.el (mm-coding-system-priorities): Allow the value like
3869         "Japanese (UTF-8)" of current-language-environment.
3870
3871 2009-01-09  Glenn Morris  <rgm@gnu.org>
3872
3873         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3874         with last-command-event.
3875
3876 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3877
3878         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3879         in the doc string.
3880
3881         * message.el (message-fix-before-sending): Amend comment.
3882
3883 2009-01-08  Dave Love  <fx@gnu.org>
3884
3885         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3886
3887 2009-01-07  David Engster  <dengste@eml.cc>
3888
3889         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3890         simplified server definitions by converting it via
3891         gnus-server-to-method.
3892
3893 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3896         parameter's operands.
3897
3898 2009-01-06  David Engster  <dengste@eml.cc>
3899
3900         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3901         primary select method (for gnus-group-mark-article-as-read).
3902
3903 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3904
3905         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3906         `(gnus)Face', not `(gnus)X-Face'.
3907
3908 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * mm-util.el (mm-ucs-to-char): New function.
3911
3912         * mm-url.el (mm-url-decode-entities): Use it.
3913
3914         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3915         unicode-to-char.
3916
3917 2009-01-05  Dave Love  <fx@gnu.org>
3918
3919         * time-date.el: Require cl for `declare'.
3920
3921 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3922
3923         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3924         Dave Love.
3925
3926 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3927
3928         * message.el (message-fix-before-sending): Add `eight-bit' to
3929         illegible-text check.
3930
3931 2009-01-03  Michael Olson  <mwolson@gnu.org>
3932
3933         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3934         `headers' is nil.  This can occur if the IMAP server does not have
3935         permissions to read messages from a folder, but can write new messages
3936         to the folder.
3937         (nnimap-request-article-part): Do not insert `data' if it is nil.
3938
3939         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3940         characters which will confuse `read', so skip past them.
3941
3942 2009-01-01  Dave Love  <fx@gnu.org>
3943
3944         * imap.el (imap-string-to-integer): Fix typo.
3945         (imap-fetch-safe): New function.
3946         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3947
3948         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3949
3950         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3951         (imap-parse-greeting): Fix doc strings.
3952         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3953         (imap-parse-flag-list): Make messages unique.
3954         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3955
3956         * nnimap.el: Fix author email.
3957         (nnimap-split-rule): Add FIXME comment.
3958         (nnimap-debug): Fix doc string.
3959
3960 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3961
3962         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3963
3964 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3965
3966         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3967         nslookup if resolv.conf isn't available.
3968         (dns-query): Rename from query-dns.
3969         (dns-query-cached): Rename from query-dns-cached.
3970
3971 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3974         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3975         to check if those variables exist (first appeared in Emacs 18.50).
3976
3977 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * mm-util.el (mm-line-number-at-pos): New function.
3980
3981         * spam-report.el (spam-report-process-queue): Use it.
3982
3983 2008-12-24  David Engster  <dengste@eml.cc>
3984
3985         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3986         parameters that haven't existed as variables as buffer-local variables.
3987
3988 2008-12-23  Dave Love  <fx@gnu.org>
3989
3990         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3991         cadar.
3992
3993         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3994         imap-starttls-p.
3995         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3996
3997 2008-12-22  Dave Love  <fx@gnu.org>
3998
3999         * imap.el: Fix author email.  Doc fixes.
4000         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4001         reply.
4002
4003 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4004
4005         * spam-report.el (spam-report-gmane-max-requests): New constant.
4006         (spam-report-gmane-wait): New variable.
4007         (spam-report-gmane-ham, spam-report-gmane-spam)
4008         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4009         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4010         the server.
4011
4012         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4013         Add explanations.
4014
4015         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4016         nnheader-accept-process-output and nnheader-read-timeout if available.
4017         (pop3-movemail): Use it.
4018
4019         * message.el (message-check-news-body-syntax): Fix signature check if
4020         there's an attachment.
4021
4022 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * mm-util.el: Add comments to the mm- emulating functions.
4025
4026 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4027
4028         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4029         by Stephen Berman <stephen.berman@gmx.net>.
4030
4031 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * mm-util.el (mm-substring-no-properties): New function.
4034         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4035         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4036         (mm-string-to-multibyte): Doc fix.
4037
4038         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4039
4040 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4041
4042         * mml.el (mml-attach-file): Strip text properties from file name.
4043         (Bug#1574)
4044
4045 2008-12-16  Glenn Morris  <rgm@gnu.org>
4046
4047         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4048
4049 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4052         knows since the charset specified might be a bogus alias that
4053         mm-charset-synonym-alist provides.
4054
4055 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4056
4057         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4058         "ISO_8859-1".
4059
4060         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4061
4062 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * mm-util.el (mm-charset-eval-alist):
4065         Define it before mm-charset-to-coding-system.
4066         (mm-charset-to-coding-system): Add optional argument `silent';
4067         define it before mm-charset-override-alist.
4068         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4069         default value if it can be used in Emacs currently running;
4070         silence mm-charset-to-coding-system.
4071
4072 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4075         `allow-override' which says whether to use `mm-charset-override-alist'.
4076         (rfc2047-decode-encoded-words): Use it.
4077
4078         * mm-util.el (mm-charset-override-alist): Fix custom type;
4079         add `(gb2312 . gbk)' to choices.
4080
4081 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4084         fast.
4085
4086         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4087
4088         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4089
4090 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4091
4092         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4093         on links.
4094
4095         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4096
4097 2008-12-03  Lute Kamstra  <lute@gnu.org>
4098
4099         * sha1.el: Remove leading * from docstrings of defcustoms,
4100         deffaces, defconsts and defuns.
4101
4102 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4105         users' addresses that don't have domain parts.
4106         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4107         rather than message-narrow-to-head since there will be the message
4108         header separator.
4109
4110 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4111
4112         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4113         since the result is inserted in a unibyte buffer anyway.
4114         (nnimap-demule-use-string-to-multibyte): Remove.
4115         (nnimap-demule): Alias it to mm-string-to-multibyte.
4116
4117 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4118
4119         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4120         variable for debugging bug#464 and bug#1174.
4121         (nnimap-demule): Use it.
4122
4123 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4124
4125         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4126         score calculation correctly.
4127
4128 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4129
4130         * message.el (message-send-mail): Just set the buffer to unibyte
4131         rather than use mm-with-unibyte-current-buffer which does a lot more.
4132         (message-send-mail-partially): Don't bother with
4133         mm-with-unibyte-current-buffer since it's already been made unibyte by
4134         message-send-mail.
4135
4136 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4137
4138         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4139
4140 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4141
4142         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4143
4144 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4147         require itself and to remove `with-no-warnings'.
4148
4149 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4150
4151         * starttls.el (starttls-any-program-available): Get the name of the
4152         available TLS layer program.
4153         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4154         well as the host name in the "opening" message.
4155
4156         * auth-source.el (auth-source-cache, auth-source-do-cache)
4157         (auth-source-user-or-password): Cache passwords and logins by default,
4158         allow override with `auth-source-do-cache'.
4159         (auth-source-forget-user-or-password): Allow users to remove cache
4160         entries if needed.
4161
4162 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4163
4164         * md4.el (md4-buffer): Fix typo in docstring.
4165         (md4, md4-64): Doc fixes.
4166         (md4-pack-int32): Reflow docstring.
4167
4168 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4169
4170         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4171         condition-case to only the forward-sexp call.
4172
4173 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4174
4175         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4176         quotes contained.  Make it more robust regardless by an extra
4177         condition-case wrapper.
4178
4179 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4182
4183 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * nnml.el (nnml-request-expire-articles): Check if the function set to
4186         `nnmail-expiry-target' returns the symbol `delete'.
4187
4188         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4189
4190         * nnmail.el (nnmail-expiry-target): Fix custom type.
4191
4192 2008-10-02  Glenn Morris  <rgm@gnu.org>
4193
4194         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4195         Silence compiler warning.
4196
4197 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4198
4199         * tls.el (open-tls-stream): Show the actual command being
4200         executed, instead of the format string.
4201
4202 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4203
4204         * lpath.el: Fbind codepage-setup for Emacs 23.
4205
4206 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4207
4208         * mml.el (mml-menu): Don't assume mml2015 is bound.
4209
4210 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4213         exists.
4214
4215 2008-09-27  Glenn Morris  <rgm@gnu.org>
4216
4217         * gnus-util.el (mail-header-remove-comments): Autoload it.
4218
4219 2008-09-27  Andreas Schwab  <schwab@suse.de>
4220
4221         * gnus-util.el (gnus-split-references): Strip comments.
4222         (gnus-parent-id): Likewise.
4223
4224 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4225
4226         * message.el (message-confirm-send): Fix version.
4227
4228 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * message.el (message-idna-to-ascii-rhs-1): Use
4231         mail-extract-address-components rather than mail-header-parse-addresses
4232         that is an alias by default to ietf-drums-parse-addresses that does not
4233         support non-ASCII names in headers' contents.
4234
4235 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4236
4237         * message.el (message-confirm-send): Fixed variable documentation to
4238         avoid the "y/n" wording.
4239
4240 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4241
4242         * message.el (message-set-auto-save-file-name): Save to a different
4243         filename so multiple messages (especially drafts) can be recovered.
4244
4245 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4246
4247         * message.el (message-confirm-send): Add appropriate version.
4248
4249 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4250
4251         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4252         defvar.
4253
4254 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4255
4256         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4257         (mm-pkcs7-enveloped-magic): Ditto.
4258
4259 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4260
4261         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4262         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4263
4264 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4265
4266         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4267         default, it's better.
4268
4269 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4270
4271         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4272         summary line gnus-number property and ignore them (with a warning
4273         message).
4274
4275 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4278         macro caddr in the interactive form since it won't be expanded.
4279
4280 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4283         `charset'; fix name of function called recursively.
4284         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4285
4286 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4287
4288         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4289         (gnus-mime-set-charset-parameters): New function.
4290         (gnus-mime-view-part-as-charset): Use it to correctly display part
4291         specifying wrong charset.
4292
4293 2008-09-08  David Engster  <dengste@eml.cc>
4294
4295         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4296         in completing-read for back end server.
4297
4298 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4299
4300         * message.el (message-confirm-send): New variable to confirm sending a
4301         message.
4302         (message-send): Use it.
4303
4304 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4305
4306         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4307
4308 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4311
4312 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4313
4314         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4315         prevent tracking too many groups.
4316         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4317         Use it.
4318
4319 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4320
4321         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4322         moving point to the bottom of the window in order to avoid recentering.
4323
4324 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4327
4328         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4329         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4330         (gnus-article-beginning-of-window): Fix calculation.
4331
4332 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * gnus-msg.el (gnus-summary-supersede-article)
4335         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4336         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4337         message header.
4338
4339 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4340
4341         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4342         pending output coming after the status change.
4343
4344 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4345
4346         * message.el:
4347         * gnus-start.el:
4348         * gnus-registry.el: Remove VMS support.
4349
4350 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4353         macro.
4354         (rfc2104-hash): Use it.
4355
4356 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4357
4358         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4359         (gnus-summary-sort-by-most-recent-date): New commands.
4360         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4361         and menu entries.
4362
4363 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4366         don't redisplay article for raw contents; remove plural articles stuff.
4367
4368         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4369         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4370         on gnus-summary-save-article; display results properly.
4371
4372 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4373
4374         * lpath.el: No need to fbind ns-focus-frame.
4375
4376 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4379
4380 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4381
4382         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4383         gnus-save-all-headers.
4384
4385 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4386
4387         * gnus-util.el (ns-focus-frame): Remove declaration.
4388         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4389         like x.
4390
4391 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4392
4393         * rfc2104.el (rfc2104-zero): Delete defconst.
4394         (rfc2104-hex-alist): Likewise.
4395         (rfc2104-hex-to-int): Delete func.
4396         (rfc2104-hexstring-to-bitstring): Likewise.
4397         (rfc2104-nybbles): New defconst.
4398         (rfc2104-hash): Rewrite for speed.
4399
4400 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * tls.el (open-tls-stream): Make it work with the 2nd argument
4403         BUFFER that is a string but does not exist as a buffer object, as
4404         mentioned in the doc-string.
4405
4406 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4409         SXEmacs.
4410
4411 2008-07-16  Glenn Morris  <rgm@gnu.org>
4412
4413         * gnus-util.el (ns-focus-frame): Declare for compiler.
4414
4415 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4418         set as a group parameter.
4419         (gnus-summary-save-in-pipe): Work when it is called independently.
4420         (gnus-summary-pipe-to-muttprint): Don't modify
4421         gnus-summary-pipe-output-default-command.
4422
4423 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4424
4425         * message.el (message-send-mail-with-sendmail):
4426         Display the error message.
4427
4428 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-art.el (gnus-default-article-saver):
4431         Add gnus-summary-save-in-pipe to choices.
4432         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4433         gnus-summary-pipe-output-default-command as the default command.
4434         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4435         instead of gnus-last-shell-command.
4436
4437         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4438         New user option.
4439         (gnus-summary-muttprint-program): Mention the value will be changed.
4440         (gnus-summary-save-article): Force showing of all headers.
4441         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4442
4443 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4444
4445         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4446
4447 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4448
4449         * nnimap.el (nnimap-id):
4450         * sieve-manage.el (sieve-manage-open): Doc fixes.
4451
4452 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4453
4454         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4455         if available.
4456
4457 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4458
4459         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4460
4461         * nnkiboze.el (nnkiboze-generate-group):
4462         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4463
4464         * nnmairix.el: Require CL.
4465
4466 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * dgnushack.el: Autoload get-display-table and put-display-table for
4469         XEmacs 21.5.
4470
4471         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4472         21.4 and SXEmacs.
4473
4474 2008-06-15  David Engster  <dengste@eml.cc>
4475
4476         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4477
4478 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4479
4480         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4481         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4482         runtime choice under XEmacs.
4483
4484         * gnus-sum.el (gnus-summary-set-display-table):
4485         Use `gnus-put-display-table', `gnus-get-display-table',
4486         `gnus-set-display-table' for the display table, instead of `aset'.
4487
4488         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4489         Use `gnus-put-display-table', `gnus-get-display-table',
4490         `gnus-set-display-table' for the display table.
4491
4492 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4493
4494         * nnmairix.el: Add autoloads.
4495
4496 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4497
4498         * nnmairix.el (nnmairix-delete-recreate-group)
4499         (nnmairix-update-and-clear-marks): Fix error messages.
4500
4501 2008-06-14  David Engster  <dengste@eml.cc>
4502
4503         * nnmairix.el: Upgrade to version 0.6.
4504         (nnmairix-group-toggle-propmarks-this-group)
4505         (nnmairix-group-toggle-readmarks-this-group)
4506         (nnmairix-group-delete-recreate-this-group)
4507         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4508         (nnmairix-remove-tick-mark-original-article): New commands.
4509         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4510         (nnmairix-propagate-marks-to-nnmairix-groups)
4511         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4512         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4513         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4514         functions needed for marks propagation and manipulation of read marks.
4515         (nnmairix-update-groups): New function.
4516         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4517         (nnmairix-determine-original-group-from-registry)
4518         (nnmairix-determine-original-group-from-path)
4519         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4520         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4521         New helper functions.
4522         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4523         keystrokes for new commands.
4524         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4525         (nnmairix-request-group): Check allow-fast group parameter.
4526         (nnmairix-request-create-group): Set allow-fast group parameter if
4527         nnmairix-allowfast-default is set.
4528         (nnmairix-close-group): Propagate marks upon closing if needed.
4529         (nnmairix-group-toggle-threads-this-group): Use new.
4530         nnmairix-group-toggle-parameter helper function.
4531         (nnmairix-search): Better check for empty search result.
4532         (nnmairix-goto-original-article): Use new helper functions for
4533         determining original article.
4534         (nnmairix-show-original-article): Make sure message-id is in brackets.
4535         (nnmairix-call-mairix-binary): Change variable name.
4536         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4537         helper function.
4538         (nnmairix-widget-toggle-activate): Fix doc string.
4539
4540 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * nnir.el: Require edmacro when compiling with XEmacs.
4543         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4544         available in Emacs 21.
4545
4546 2008-06-11  Glenn Morris  <rgm@gnu.org>
4547
4548         * gnus-util.el (x-focus-frame):
4549         * gnus.el (image-size):
4550         * mm-decode.el (image-size): Declare.
4551
4552         * gnus-picon.el (declare-function): Add compat definition.
4553         (image-size): Declare.
4554
4555         * gnus-group.el (tool-bar-map):
4556         * gnus-sum.el (tool-bar-map): Define for compiler.
4557
4558         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4559
4560         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4561
4562         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4563         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4564         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4565         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4566         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4567         * sieve-manage.el, spam-report.el, spam.el:
4568         Remove unnecessary eval-and-compile of autoloads.
4569
4570 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4571
4572         * auth-source.el: Precise Tramp doc.
4573
4574 2008-06-07  Glenn Morris  <rgm@gnu.org>
4575
4576         * nnmairix.el: Remove unnecessary eval-when-compile.
4577
4578 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * lpath.el: Fbind propertize for XEmacs 21.4.
4581
4582 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4583
4584         * nnir.el: Move here from ../contrib.
4585
4586 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4587
4588         * gnus-util.el (gnus-read-shell-command): New function.
4589         * mm-decode.el (mm-pipe-part):
4590         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4591
4592 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4595
4596 2008-06-03  Glenn Morris  <rgm@gnu.org>
4597
4598         * pop3.el (nnheader-accept-process-output): Autoload it.
4599
4600 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4603         are not 2-digit hexadecimal characters that follow `%'s.
4604
4605 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * message.el (message-bogus-recipient-p): Fix type in doc string.
4608         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4609         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4610         Improve custom options.
4611         (message-bogus-recipient-p): Adjust accordingly.
4612
4613 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4614
4615         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4616         long-form month and day names.
4617
4618 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * dgnushack.el: Autoload debug, eudc-expand-inline and
4621         pgg-snarf-keys-region for XEmacs.
4622
4623         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4624
4625         * nnmairix.el: Require edmacro when compiling with XEmacs.
4626
4627 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4628
4629         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4630         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4631
4632 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4633
4634         * auth-source.el: Add more docs.
4635
4636         * netrc.el (netrc-machine): Always match if the port is not given.
4637
4638 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4641         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4642         retrieval faster in some cases, but might make CPU usage larger.  If
4643         this has any bad side effects, we might revert this change.
4644
4645         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4646         seems to make mail retrieval much, much faster.
4647         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4648         unconditionally.
4649
4650         * gnus-draft.el (gnus-group-send-queue): Bind
4651         message-send-mail-partially-limit to nil to avoid being prompted.
4652
4653 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4654
4655         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4656
4657         * message.el (message-bogus-address-regexp): Fix and improve custom
4658         type.
4659         (message-setup-hook): Add message-check-recipients as custom option.
4660
4661 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4662
4663         * message.el (message-cite-function): Remove bogus autoload which crept
4664         in during merge from v5-10.
4665
4666 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4667
4668         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4669
4670         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4671
4672         * auth-source.el: Preliminary Tramp docs.
4673         (auth-sources): Change the default auth-sources to use
4674         EPA .gpg files.
4675
4676 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4677
4678         * nntp.el: Autoload `auth-source-user-or-password'.
4679         (nntp-send-authinfo): Use it.
4680
4681         * nnimap.el: Autoload `auth-source-user-or-password'.
4682         (nnimap-open-connection): Use it.
4683
4684         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4685         for the gnus-message function.
4686         (auth-source-user-or-password): Use it.
4687
4688 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4689
4690         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4691         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4692         (rfc2104-hash): Use it.
4693
4694 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4695
4696         * gnus-art.el (gnus-article-toggle-truncate-lines):
4697         Don't use `iff' in docstring.
4698
4699 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4700
4701         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4702
4703         * gnus-util.el (gnus-extract-address-component-name)
4704         (gnus-extract-address-component-email): Convenience functions around
4705         `gnus-extract-address-components'.
4706
4707         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4708         Use `gnus-extract-address-component-email' to fix bug of comparing full
4709         sender name to `user-mail-address'.
4710
4711 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4712
4713         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4714         catch/throw to optimize.
4715         (gnus-registry-find-keywords): Just use member to find a keyword.
4716
4717 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4718
4719         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4720         is current before calling gnus-server-prepare.
4721         (gnus-server-setup-buffer, gnus-server-update-server)
4722         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4723
4724 2008-05-04  Juri Linkov  <juri@jurta.org>
4725
4726         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4727         (mailcap-file-default-commands): Use mailcap-replace-in-string
4728         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4729         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4730
4731 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4732
4733         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4734
4735 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4736
4737         * gnus.el: Bump version to 0.11.
4738
4739 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4740
4741         * gnus.el: No Gnus v0.10 is released.
4742
4743 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4746         hooks.
4747         (gnus-update-read-articles): Speed up non-marks-using users.
4748         (gnus-use-marks): Define gnus-use-marks.
4749         (gnus-propagate-marks): Rename variable to something more sensible.
4750
4751 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4752
4753         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4754         (gmm-image-load-path-for-library): Fix typos in docstrings.
4755         (gmm-message): Reflow docstring.
4756
4757 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4758
4759         * mail-source.el (mail-source-set-1, mail-source-bind):
4760         Move auth-source code out of the macro to clean it up and fix bugs.
4761
4762 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4763
4764         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4765         by sender if it's equal to user-mail-address, it's likely to be
4766         useless.
4767
4768         * mail-source.el (mail-source-bind): Don't use user or password if they
4769         are not bound.  Unintern them if they are nil.  Don't use server unless
4770         it's bound, and default it to empty string otherwise.
4771
4772 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * mail-source.el: Load auth-source.el.
4775         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4776         get user name or password, if auth-sources is set up.
4777
4778         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4779         strategy of splitting with parent.
4780         (gnus-registry-split-fancy-with-parent)
4781         (gnus-registry-post-process-groups): Use it and fix prior
4782         bug (returning a list as the split result).
4783
4784         * auth-source.el (auth-sources): Remove server parameter.
4785         (auth-source-pick, auth-source-user-or-password)
4786         (auth-source-user-or-password-imap)
4787         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4788         (auth-source-user-or-password-sftp)
4789         (auth-source-user-or-password-smtp): Remove server parameter.
4790
4791 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4792
4793         * smime.el (smime-sign-region, smime-encrypt-region)
4794         (smime-decrypt-region):
4795         Remove redundant calls to `generate-new-buffer-name'.
4796
4797 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4798
4799         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4800         Don't use QP for message/rfc822.
4801         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4802
4803 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4804
4805         * sieve-manage.el (sieve-string-bytes): Remove.
4806         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4807         correct byte-length only if the process's coding-system is the same as
4808         the one used internally by Emacs to represent strings.
4809
4810 2008-04-22  Juri Linkov  <juri@jurta.org>
4811
4812         * mailcap.el (mailcap-file-default-commands): New function.
4813
4814 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4815
4816         * message.el (message-signature-separator, message-cite-function):
4817         Change custom version.
4818
4819 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4820
4821         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4822         commands.
4823         (tls-checktrust): Ditto.
4824
4825 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4826
4827         * mm-decode.el (mm-display-external): Make temp file read-only.
4828
4829 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4830
4831         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4832         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4833         `C-c C-f d'.
4834
4835 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4836
4837         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4838
4839 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4840
4841         * gnus.el: Bump version to 0.9.
4842
4843 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4844
4845         * gnus.el: No Gnus v0.8 is released.
4846
4847 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4848
4849         * mail-source.el (mail-source-value):
4850         Prefer fboundp to functionp so it works with macros as well.
4851
4852 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4853
4854         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4855         Fix last change in case the element is not even a symbol.
4856
4857 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4858
4859         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4860         Prefer fboundp to functionp so it works with macros as well.
4861
4862 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4863
4864         * auth-source.el: Added docs.
4865         (auth-sources): Modify format to support server.
4866         (auth-source-pick, auth-source-user-or-password)
4867         (auth-source-user-or-password-imap)
4868         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4869         (auth-source-user-or-password-sftp)
4870         (auth-source-user-or-password-smtp): Add server parameter.
4871
4872 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4873
4874         * gnus-registry.el: Initialize the registry when gnus-registry-install
4875         is t.
4876
4877 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * compface.el (uncompface): Make buffer unibyte.
4880
4881 2008-04-05  Glenn Morris  <rgm@gnu.org>
4882
4883         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4884
4885 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4886
4887         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4888         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4889
4890         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4891         multibyteness after rather than before erasing it.
4892
4893         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4894         mm-with-multibyte.
4895         (gnus-request-article-this-buffer): Make sure the proper decoding is
4896         used if gnus-original-article-buffer happens to be unibyte.
4897
4898         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4899         default-enable-multibyte-characters.
4900
4901         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4902         default-enable-multibyte-characters.
4903
4904         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4905
4906         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4907
4908 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4909
4910         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4911         (imap-message-copyuid-1): Use it.
4912         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4913         J. Williams in
4914         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4915
4916         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4917         imap-enable-exchange-bug-workaround.
4918         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4919
4920 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4921
4922         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4923         a 100 byte status-checks into a 2-3MB transfer for each group.
4924         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4925         to enable bug workaround or not.
4926         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4927
4928 2008-03-31  Glenn Morris  <rgm@gnu.org>
4929
4930         * message.el (mml2015-use): Declare for compiler.
4931         (message-info): Require mml2015 when appropriate.
4932
4933 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4936         whitespace.
4937
4938 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4939
4940         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4941         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4942         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4943         (nntp-service-to-port): New function.
4944         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4945         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4946         (nntp-open-netcat-stream): New function.
4947         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4948
4949 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4950
4951         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4952
4953 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4954
4955         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4956
4957 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4958
4959         * dns.el (dns-write): Use set-buffer-multibyte.
4960
4961 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4962
4963         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4964
4965 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4966
4967         * message.el (message-signature-separator): Change default.
4968         Improve custom type.
4969         (message-cite-function): Change default to
4970         message-cite-original-without-signature.
4971
4972         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4973         toggle.
4974
4975         * message.el (message-check-news-body-syntax): Fix signature check.
4976         (message-setup-1): Mark buffer as unmodified _after_ running
4977         message-setup-hook and handling message-alternative-emails.
4978         (message-shorten-references): Be more strict when building list of
4979         valid references to comply with GNKSA.
4980
4981         * gnus-group.el (gnus-read-ephemeral-bug-group)
4982         (gnus-read-ephemeral-debian-bug-group)
4983         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4984
4985         * message.el (message-info): Don't use booleanp which isn't supported
4986         in Emacs 21 and XEmacs.
4987
4988 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4989
4990         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4991         gnus-group-gmane-group-download-format.
4992         (gnus-group-read-ephemeral-gmane-group): Rename from
4993         gnus-group-read-ephemeral-gmane-group.
4994         (gnus-read-ephemeral-gmane-group-url): Rename from
4995         gnus-group-read-ephemeral-gmane-group-url.
4996         (gnus-bug-group-download-format-alist): New variable.
4997         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4998         (gnus-read-ephemeral-emacs-bug-group): New commands.
4999
5000 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5001
5002         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5003         (gnus-visible-headers): Improve custom type.
5004
5005 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5006
5007         * mml.el (mml-menu): Add workarounds for XEmacs.
5008
5009         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5010         X-Boundary header.
5011
5012         * message.el (message-simplify-recipients): Fix previous commit.
5013
5014 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5015
5016         * mm-util.el (mm-set-buffer-multibyte): New function.
5017         * mm-decode.el (mm-copy-to-buffer): Use it.
5018
5019 2008-03-19  Glenn Morris  <rgm@gnu.org>
5020
5021         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5022         Accidentally removed in the sync process with Emacs.
5023
5024 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5025
5026         * message.el (message-alter-recipients-discard-bogus-full-name):
5027         New function.
5028         (message-alter-recipients-function): New variable.
5029         (message-get-reply-headers): Use it.
5030         (message-replace-header): New helper function.
5031         (message-recipients-without-full-name): New variable.
5032         (message-simplify-recipients): New command.
5033
5034         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5035
5036         * message.el (message-info): Handle EasyPG manual.
5037
5038         * mml.el (mml-menu): Add entry for EasyPG.
5039
5040 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5041
5042         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5043         parameter.
5044
5045         * message.el (message-disassociate-draft): Specify drafts group name
5046         fully.
5047
5048 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5049
5050         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5051         unnecessary duplicates from the match list.
5052
5053 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5056
5057         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5058
5059         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5060         args of `how-many' of which the XEmacs version doesn't take; declare
5061         Info-index-next as function.
5062
5063 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5064
5065         * gnus-score.el (gnus-score-headers): Fix handling of
5066         gnus-inhibit-slow-scoring.
5067
5068         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5069         string.
5070         (gnus-button-url-regexp): Improve handling of parenthesis.
5071         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5072         (gnus-button-handle-info-keystrokes): Handle index entries.
5073
5074 2008-03-15  Glenn Morris  <rgm@gnu.org>
5075
5076         * parse-time.el (parse-time-string): Simplify.
5077
5078 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5081         Incoming* files.
5082
5083 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5084
5085         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5086         (auth-source-pick): Use it.
5087
5088 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5089
5090         * binhex.el (binhex-decode-region-internal):
5091         * uudecode.el (uudecode-decode-region-internal):
5092         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5093         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5094         setting default-enable-multibyte-characters.
5095
5096 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5097
5098         * auth-source.el (auth-source-protocols)
5099         (auth-source-protocols-customize, auth-source-choices): Added and
5100         modified variable customizations and defaults.
5101         (auth-source-pick, auth-source-user-or-password)
5102         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5103         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5104         (auth-source-user-or-password-sftp)
5105         (auth-source-user-or-password-smtp): Use new variables and provide an
5106         interface to netrc.el.
5107
5108 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5111         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5112         Make sure the nntp port to specify is a string.
5113
5114 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5115
5116         * nntp.el: Use with-current-buffer.
5117         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5118         dubious mm-with-unibyte-current-buffer.
5119         (nntp-with-open-group-function): New function extracted from
5120         nntp-with-open-group macro.
5121         (nntp-with-open-group): Use the function, so it's easier to debug.
5122         Add indentation and debugging info.
5123         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5124         the use of the netcat alternatives.
5125
5126         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5127         Avoid mm-string-as-multibyte as well.
5128
5129         * nnweb.el (nnweb-insert-html):
5130         Remove use of nnheader-string-as-multibyte.
5131
5132         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5133         (nnheader-string-as-multibyte): Remove.
5134
5135         * mm-view.el: Use inhibit-read-only.
5136         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5137         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5138         or unibyte-string.
5139
5140         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5141         (mm-uu-yenc-extract): Use with-current-buffer.
5142
5143         * gnus-soup.el (gnus-soup-send-packet): Don't use
5144         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5145
5146         * nnmh.el: Use with-current-buffer.
5147         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5148         mm-string-as-multibyte on the output of mm-encode-coding-string.
5149
5150         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5151         (nnimap-request-move-article): Use with-current-buffer.
5152
5153         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5154         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5155         conversion uses string-make-unibyte rather than string-as-unibyte.
5156
5157         * gnus-msg.el: Use with-current-buffer.
5158
5159         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5160
5161 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5162
5163         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5164         string for caching if it is 'PIN.
5165
5166 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * lpath.el: Consider the case without Emacs/W3.
5169
5170 2008-03-08  Glenn Morris  <rgm@gnu.org>
5171
5172         * time-date.el (date-to-time, time-subtract, time-add)
5173         (safe-date-to-time): Doc fixes.
5174
5175 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * mail-source.el (mail-source-delete-old-incoming-confirm):
5178         Change default to nil.
5179         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5180
5181 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * lpath.el: Rearrange.
5184
5185         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5186         (gnus-article-goto-prev-page): Work for articles having ^L's.
5187
5188         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5189
5190         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5191
5192 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5193
5194         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5195         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5196         (gnus-bookmark-jump): Adjust some variable names.
5197
5198 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5199
5200         * auth-source.el: New package.
5201         (auth-source-choices): Add customization entry point variable.
5202
5203         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5204         bug.
5205
5206 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5207
5208         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5209         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5210         (gnus-registry-install-shortcuts): Rename from
5211         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5212         the `gnus-registry-mark-map' keymap dynamically from
5213         `gnus-registry-marks'.  The generated functions update the summary line
5214         when a registry mark is added or deleted, and will call
5215         `gnus-registry-install-p' (see the comments in the code).
5216         (gnus-registry-user-format-function-M): Use concat intelligently.
5217
5218         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5219         the registry mark functions.
5220
5221 2008-03-05  Glenn Morris  <rgm@gnu.org>
5222
5223         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5224         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5225         gnus-art.
5226         (top-level): No need to load own source when compiling.
5227
5228 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5229
5230         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5231         Suggested by <chris.anderton@zetnet.co.uk>.
5232
5233 2008-03-04  Glenn Morris  <rgm@gnu.org>
5234
5235         * gnus-sum.el (top-level): No need to require gnus when compiling,
5236         since unconditionally required near start of file.
5237         (gnus-summary-display-while-building): Move definition before use.
5238
5239 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5240
5241         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5242         formatting function.
5243
5244 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5245
5246         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5247         with plists.
5248         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5249         Use new format.
5250
5251 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5254         `where-is-internal' that returns a range of key sequences.
5255
5256 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5257
5258         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5259
5260         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5261         (gnus-summary-jump-to-group): Consider windows on other displayed
5262         frames as well.  Similar changes might be needed elsewhere, but that's
5263         the one I've bumped into during my use.
5264
5265         * nndoc.el (nndoc-oe-dbx-type-p):
5266         * gnus-msg.el (gnus-debug):
5267         * gnus-group.el (gnus-update-group-mark-positions):
5268         Use mm-string-to-multibyte.
5269
5270 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5271
5272         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5273         doesn't handle NotDashEscaped.
5274
5275         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5276         (mml-dnd-attach-options): Fix typo in custom choice.
5277
5278         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5279         nndoc-article-type to mbox.
5280         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5281
5282         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5283         to nil, instead of html2text.
5284
5285         * imap.el (imap-debug): Add `imap-ping-server'.
5286
5287         * gnus-bookmark.el: Add FIXMEs.
5288
5289         * message.el (message-form-letter-separator)
5290         (message-send-form-letter-delay): New variables.
5291         (message-send-form-letter): Use them.  New command to send form
5292         letters.  Requested by Uwe Siart.
5293         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5294
5295 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5296
5297         * Update copyright years.
5298
5299 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5300
5301         Sync from EMACS_22_BASE.
5302
5303         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5304
5305 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5306
5307         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5308         empty author.
5309
5310 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5311
5312         * gnus-registry.el (gnus-registry-marks): Add variable for
5313         customization of marks and their appearance.
5314         (gnus-registry-read-mark): Use it.
5315         (gnus-registry-do-marks): Add utility function to loop through
5316         `gnus-registry-marks'.
5317         (gnus-registry-install-shortcuts-and-menus): Add function to install
5318         shortcuts and menus.
5319         (gnus-registry-initialize): Use it.
5320         (gnus-registry-default-mark): Clarify documentation.
5321
5322 2008-02-29  Glenn Morris  <rgm@gnu.org>
5323
5324         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5325         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5326         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5327         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5328         Change defcustom :version from 23.0 to 23.1.
5329
5330 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5331
5332         * gnus-registry.el (gnus-registry-follow-group-p)
5333         (gnus-registry-post-process-groups): Add functions to aid registry
5334         splitting and improve logging.  Clarify behavior in function
5335         documentation.
5336         (gnus-registry-split-fancy-with-parent): Use them.
5337
5338 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5339
5340         * gnus-art.el: Use with-current-buffer.
5341
5342 2008-02-27  David Engster  <dengste@eml.cc>
5343
5344         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5345         Express real group name in the response.
5346
5347 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5350         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5351         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5352         autoload gnus-registry-fetch-group when compiling.
5353         (nnmairix-request-group-with-article-number-correction): Remove
5354         unreferenced argument passed to nnmairix-call-backend.
5355
5356 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5357
5358         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5359         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5360         Wilde.
5361
5362 2008-02-27  Glenn Morris  <rgm@gnu.org>
5363
5364         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5365         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5366         variables to defconsts.  Convert comments to doc-strings.
5367         (nnmairix-last-server, nnmairix-current-server): Convert from free
5368         variables to defvars.  Convert comments to doc-strings.
5369         (gnus-registry-fetch-group): Autoload.
5370         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5371         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5372         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5373         caddr.
5374         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5375         nnmairix-request-group-with-article-number-correction call.
5376         (nnmairix-fast, nnmairix-group): New, less general names, for free
5377         variables passed from nnmairix-request-group to
5378         nnmairix-request-group-with-article-number-correction.  Declare.
5379         (nnmairix-request-group-with-article-number-correction):
5380         Use nnmairix-fast, nnmairix-group rather than fast, group.
5381
5382 2008-02-26  David Engster  <dengste@eml.cc>
5383
5384         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5385         version 0.5.
5386
5387 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5388
5389         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5390         instead of making an extra function call.  Don't add the current group
5391         to articles only when they have the group.  Use
5392         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5393         Reported by David <de_bb@arcor.de>.
5394
5395 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5398         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5399
5400 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5401
5402         * mail-source.el (mail-source-delete-incoming): Change default.
5403         Supplement doc string.
5404
5405         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5406
5407 2008-02-14  Glenn Morris  <rgm@gnu.org>
5408
5409         * time-date.el (format-seconds): New function.
5410
5411 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5412
5413         * nnmail.el (nnmail-message-id-cache-file): Derive from
5414         `gnus-home-directory'.
5415
5416 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5417
5418         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5419         Document negative prefix.
5420
5421         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5422
5423 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * message.el (message-unsent-separator): Add the Exim bounce
5426         separator.
5427
5428 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5429
5430         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5431         list.
5432         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5433         recipient/signer list.
5434
5435 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * Makefile.in (datarootdir): Define.
5438         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5439         name that might contain whitespace.
5440
5441 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5442
5443         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5444         fbound (Emacs 23 unicode), signal an error.
5445
5446 2008-02-08  Glenn Morris  <rgm@gnu.org>
5447
5448         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5449
5450 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5451
5452         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5453         ports to the calls to `netrc-machine-user-or-password' in addition to
5454         "imap" and "imaps".
5455
5456 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5457
5458         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5459
5460         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5461
5462 2008-02-01  Kenichi Handa  <handa@m17n.org>
5463
5464         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5465         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5466         (rfc2104-hash): Convert the result of concat to unibyte string.
5467
5468 2008-02-01  Dave Love  <fx@gnu.org>
5469
5470         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5471         coding-system-for-read.
5472         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5473
5474 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5475
5476         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5477         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5478         <hanche@math.ntnu.no>.
5479
5480 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5483
5484         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5485
5486 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5487
5488         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5489         * message.el (message-beginning-of-line): Use featurep instead of bound
5490         tests in order to resolve conditionals at compile time.
5491
5492 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5493
5494         * mail-source.el (mail-sources): Add `group' choice.
5495
5496         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5497         parameter `in-group' to control into which group the articles go.
5498         Add treatment of `group' mail-source.
5499
5500 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5503
5504         * mm-decode.el (mm-dissect-buffer): Decode description.
5505
5506         * mml.el (mml-to-mime): Encode message header first.
5507
5508 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5511         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5512
5513         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5514         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5515
5516 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5517
5518         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5519
5520 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5523         prefix keys.
5524         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5525         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5526         gnus-xmas.el.
5527
5528         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5529         (gnus-xmas-article-describe-bindings): New function.
5530         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5531         gnus-xmas-article-describe-bindings.
5532
5533         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5534
5535 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5536
5537         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5538         Add new variables for article mark management.
5539         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5540         list of extra data entries which, when present, will indicate that the
5541         article ID should not be trimmed from the registry.
5542         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5543         functions.
5544         (gnus-registry-read-mark): New function to read a mark name from the
5545         user.
5546         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5547         (gnus-registry-set-article-mark-internal): New functions to add and
5548         remove marks.
5549         (gnus-registry-get-article-marks): New function to show the marks for
5550         an article, or retrieve them for further use.
5551
5552 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5555         keys when no argument is given.
5556
5557 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5558
5559         * imap.el (imap-ping-server): New variable.
5560         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5561         (imap-ping-server): Minor doc string fixes.
5562
5563 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5564
5565         * imap.el (imap-ping-server): New function.
5566         (imap-opened): Call imap-ping-server.
5567
5568 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5569
5570         * gnus-sum.el (gnus-article-sort-by-random)
5571         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5572         jidanni@jidanni.org.
5573
5574 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * gnus-art.el (gnus-article-describe-bindings): New function.
5577         (gnus-article-read-summary-keys): Use it.
5578         (gnus-article-mode-map): Bind `C-h b' to it.
5579
5580 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5583         XEmacs.
5584         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5585         against non-character events.
5586
5587         * lpath.el: Fbind map-keymap for Emacs 21.
5588
5589 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5592         command.
5593         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5594         instead of END.  Change name of the temp file.
5595         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5596         customizable.
5597
5598 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5601         bind `S W' to gnus-article-wide-reply-with-original; set default
5602         binding to gnus-article-read-summary-send-keys.
5603         (gnus-article-read-summary-keys): Fix the order of keys; display
5604         continuation keys correctly in the echo area; describe bindings
5605         correctly when keys end with `C-h'.
5606         (gnus-article-read-summary-send-keys): New function.
5607         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5608         for gnus-article-read-summary-send-keys; display continuation keys
5609         correctly in the echo area.
5610         (gnus-article-reply-with-original): Ignore prefix argument.
5611         (gnus-article-wide-reply-with-original): New function.
5612
5613         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5614         Emacs 21.
5615
5616 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5619         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5620
5621 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5622
5623         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5624         (gnus-group-read-ephemeral-gmane-group): New command.
5625
5626 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5627
5628         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5629
5630 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5631
5632         * message.el (message-send-mail-function): Increase custom version.
5633
5634         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5635         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5636
5637 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5640         for the cases where imap-authenticate is called with a nil buffer
5641         parameter.
5642
5643 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5646         html parts correctly; support forwarded messages.
5647         (gnus-article-browse-html-article): Remove work buffers.
5648
5649         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5650         compiling.
5651         (netrc-bound-and-true-p): New macro.
5652         (netrc-parse): Use it instead of bound-and-true-p that is not available
5653         in XEmacs 21.4.
5654
5655 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5656
5657         * gnus-registry.el (gnus-registry-mark-article)
5658         (gnus-registry-article-marks): Add functionality to mark articles
5659         through the Gnus registry.
5660
5661         * encrypt.el: Clarify documentation for the new pgg method.
5662         (encrypt-file-alist): Add PGG option.
5663         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5664         functionality.  Abstract password key and messaging to external
5665         functions.
5666         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5667         (encrypt-message-method-and-cipher): Add new convenience external
5668         functions.
5669         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5670         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5671
5672         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5673         (netrc-parse): Use encrypt-file-alist to determine if
5674         encrypt-find-model or encrypt-insert-file-contents should be used.
5675
5676         * encrypt.el: Clarify documentation.  Load password-cache or
5677         password, whichever one is found first, instead of autoloading.
5678
5679 2007-12-19  Glenn Morris  <rgm@gnu.org>
5680
5681         * mml.el (message-options-set, message-narrow-to-head)
5682         (message-in-body-p, message-mail-p, message-encode-message-body):
5683         Autoload.
5684         (message-remove-header, message-narrow-to-headers-or-head)
5685         (message-subscribed-p, message-make-mail-followup-to)
5686         (message-position-on-field, message-news-p)
5687         (message-options-set-recipient, message-generate-headers)
5688         (message-sort-headers): Declare as functions.
5689
5690 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5691
5692         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5693         convention in doc string.
5694
5695 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5698         title to html parts.
5699         (gnus-article-browse-html-article): Pass message header to it.
5700
5701         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5702
5703 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5704
5705         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5706         or password compatible with XEmacs.
5707
5708 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5711         format document.
5712         (gnus-mime-delete-part): Don't write description line if empty.
5713         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5714
5715 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5716
5717         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5718         (gnus-summary-mark-read-and-unread-as-read)
5719         (gnus-summary-mark-current-read-and-unread-as-read)
5720         (gnus-summary-mark-unread-as-ticked): Doc fix.
5721         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5722
5723 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5724
5725         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5726         Christoph Conrad <christoph.conrad@gmx.de>.
5727
5728 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5729
5730         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5731         yes-or-no-p.
5732
5733 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * mm-decode.el (mm-add-meta-html-tag): New function.
5736         (mm-save-part-to-file, mm-pipe-part): Use it.
5737
5738         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5739         gnus-y-or-n-p instead of y-or-n-p.
5740         (gnus-article-browse-html-parts): Work with message/external-body; use
5741         mm-add-meta-html-tag.
5742
5743 2007-12-11  Glenn Morris  <rgm@gnu.org>
5744
5745         * gnus-cache.el: Require gnus-sum not just when compiling.
5746
5747         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5748
5749         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5750         definitions before use.
5751
5752         * mm-decode.el: Require gnus-util.
5753         (mm-remove-part): Only call delete-annotation on XEmacs.
5754
5755         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5756
5757         * nnmail.el: Require gnus-int.
5758
5759         * spam.el: Move `require's before `eval-when-compile's.
5760
5761         * gnus-ems.el (gnus-alive-p):
5762         * gnus-fun.el (message-goto-eoh):
5763         * gnus-util.el (gnus-group-name-decode):
5764         * mail-source.el (gnus-compress-sequence):
5765         * message.el (Info-goto-node, format-spec):
5766         * mm-bodies.el (message-options-get):
5767         * mm-decode.el (mm-view-pkcs7):
5768         * mm-util.el (gmm-write-region):
5769         * mml-smime.el (mml-compute-boundary)
5770         (gnus-completing-read-with-default):
5771         * mml.el (widget-button-press, gnus-make-hashtable):
5772         * mml1991.el (mm-decode-content-transfer-encoding)
5773         (mm-encode-content-transfer-encoding)
5774         (message-options-get, message-options-set):
5775         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5776         * nnfolder.el (gnus-request-group):
5777         * nnheader.el (ietf-drums-unfold-fws):
5778         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5779         * smime.el (gnus-run-mode-hooks):
5780         * spam-stat.el (gnus-message): Autoload.
5781
5782         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5783         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5784         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5785         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5786         Add declare-function compatibility definition.
5787
5788         * gnus-cache.el (nnvirtual-find-group-art):
5789         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5790         (gnus-add-image, gnus-add-wash-type):
5791         * gnus-group.el (nnkiboze-score-file):
5792         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5793         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5794         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5795         (message-tokenize-header, gnus-get-buffer-create)
5796         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5797         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5798         * gnus.el (gnus-group-decoded-name):
5799         * mail-source.el (imap-capability):
5800         * mm-bodies.el (message-options-set):
5801         * mm-decode.el (gnus-configure-windows):
5802         * mm-extern.el (message-goto-body):
5803         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5804         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5805         (epg-sub-key-validity, message-options-set):
5806         * mml.el (widget-event-point, gnus-configure-windows):
5807         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5808         * mml2015.el (epg-check-configuration, epg-configuration)
5809         (message-options-set):
5810         * nndb.el (nndb-request-article):
5811         * nnfolder.el (gnus-request-create-group):
5812         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5813         * nnmaildir.el (gnus-group-mark-article-read):
5814         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5815         * rfc1843.el (message-fetch-field):
5816         * spam.el (gnus-extract-address-components):
5817         Declare as functions.
5818
5819 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5822
5823         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5824
5825         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5826         bind show-trailing-whitespace for XEmacs.
5827
5828 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5829
5830         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5831         new no-op macro for backward compatibility.
5832
5833         * imap.el (imap-string-to-integer): New function.
5834
5835 2007-12-09  Glenn Morris  <rgm@gnu.org>
5836
5837         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5838
5839         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5840         * message.el, mm-view.el, sieve-manage.el, smime.el:
5841         Add declare-function compatibility definition.
5842
5843         * gnus-art.el (w3-region, w3m-region, Info-menu):
5844         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5845         * gnus-sum.el (gnus-get-predicate):
5846         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5847         * message.el (mail-abbrev-in-expansion-header-p):
5848         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5849         (w3m-detect-meta-charset, w3m-region):
5850         * sieve-manage.el (password-read, password-cache-add)
5851         (password-cache-remove):
5852         * smime.el (password-read-and-add): Declare as functions.
5853
5854 2007-12-08  David Kastrup  <dak@gnu.org>
5855
5856         * gnus-sum.el (gnus-summary-simplify-subject-query):
5857         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5858         `message'.
5859
5860 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5863         it to bind idna-program, installation-directory, defined-colors, and
5864         face-attribute for XEmacs of the version that compiles defcustom forms.
5865
5866 2007-12-07  Glenn Morris  <rgm@gnu.org>
5867
5868         * gnus-art.el (article-make-date-line): Revert previous change.
5869
5870 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5871
5872         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5873
5874 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5875
5876         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5877         Call gnus-add-to-range ranges only once with a prepared article-list.
5878
5879 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5880
5881         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5882         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5883         group names with backslashes.  Reported by Tassilo Horn
5884         <tassilo@member.fsf.org>.
5885
5886 2007-12-06  Deepak Goel  <deego3@gmail.com>
5887
5888         * gnus-art.el (article-make-date-line):
5889         * gnus-start.el (gnus-load):
5890         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5891
5892 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-art.el (gnus-use-idna)
5895         * gnus-start.el (gnus-site-init-file)
5896         * message.el (message-use-idna)
5897         * mm-uu.el (mm-uu-hide-markers)
5898         * smiley.el (smiley-style): Revert changes that suppress warnings.
5899
5900 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5903         specify charset to html source.  Reported by Christoph Conrad
5904         <christoph.conrad@gmx.de>.
5905
5906 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5909         idna-program in order to suppress byte compile warning issued by XEmacs
5910         that came to byte compile the default value section of defcustom forms
5911         recently.
5912
5913         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5914         value of installation-directory.
5915
5916         * message.el (message-use-idna): Don't directly refer to the value of
5917         idna-program.
5918
5919         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5920
5921         * smiley.el (smiley-style): Don't directly call face-attribute.
5922
5923 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5926
5927         * gnus-dired.el: Reduce Gnus dependencies.
5928         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5929         require.  Use autoloads instead.
5930         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5931         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5932         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5933         (gnus-dired-mode): Adjust doc string.
5934         (gnus-dired-mail-mode): New variable.
5935         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5936         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5937         (gnus-dired-mail-buffers): New function.  Return mail or message
5938         composition buffers.
5939         (gnus-dired-attach): Use it.
5940         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5941         NO-DECODE.
5942         (gnus-dired-print): Use `gnus-print-buffer' depending on
5943         `gnus-dired-mail-mode'.
5944
5945 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * rfc2047.el (rfc2047-encoded-word-regexp)
5948         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5949         explaining what regexp patterns are for.
5950
5951 2007-12-04  Glenn Morris  <rgm@gnu.org>
5952
5953         * password.el: Move to password-cache.el.
5954
5955         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5956         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5957         * mml-smime.el (password-read, password-cache-add)
5958         (password-cache-remove):
5959         No need to autoload, since mml-sec requires password.
5960
5961         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5962         * message.el (gnus-extract-address-components):
5963         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5964
5965         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5966         password.
5967
5968 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5969
5970         * mailcap.el: Reduce dependencies.
5971         (mail-header-parse-content-type): Autoload.
5972         (mailcap-delete-duplicates): New alias.
5973         (mailcap-mime-info): Add optional argument NO-DECODE.
5974         (mailcap-mime-types): Use mailcap-delete-duplicates.
5975
5976         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5977
5978 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5979
5980         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5981         (imap-parse-status): Upcase status-att for servers that sends them
5982         lower-case (e.g., MS Exchange 2007).
5983
5984 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5985
5986         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5987         function.
5988
5989         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5990         (gnus-uu-yenc-article): New function.
5991
5992         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5993
5994         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5995         buffer.
5996
5997 2007-12-02  Glenn Morris  <rgm@gnu.org>
5998
5999         * binhex.el (binhex): New custom group.
6000         (binhex-decoder-program, binhex-decoder-switches)
6001         (binhex-use-external): Move to the binhex custom group.
6002
6003         * uudecode.el (uudecode): New custom group.
6004         (uudecode-decoder-program, uudecode-decoder-switches)
6005         (uudecode-use-external): Move to the uudecode custom group.
6006
6007         * netrc.el (top-level): Don't load `encrypt' features.
6008         (netrc-parse): Don't use encrypt.
6009         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6010
6011         * encrypt.el: Remove file.
6012
6013 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6014
6015         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6016         matches on patches.
6017
6018         * gnus-art.el (gnus-article-browse-html-article): Mention
6019         `mm-text-html-renderer' in the doc string.
6020
6021         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6022         string.  Add comments.
6023
6024         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6025         if rhs is ASCII.
6026
6027 2007-12-01  Glenn Morris  <rgm@gnu.org>
6028
6029         * mail-source.el (top-level): Require format-spec before
6030         eval-when-compile.
6031
6032 2007-11-30  Glenn Morris  <rgm@gnu.org>
6033
6034         * encrypt.el: Require password, rather than autoloading password-read.
6035
6036 2007-11-29  Glenn Morris  <rgm@gnu.org>
6037
6038         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6039         (sasl-make-client, sasl-next-step, sasl-step-data)
6040         (sasl-step-set-data): Declare as functions.
6041
6042 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6043
6044         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6045
6046 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6047
6048         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6049         certs should be verified and what is to be done in the event of a
6050         verification failure.
6051
6052         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6053         caller can indicate whether the cache should be disregarded for this
6054         call.  This way the result of the call is reproducible at all times and
6055         can be considered a canonical server name for the supplied method.
6056         (gnus-agent-method-p): Canonicalize server names by pushing their
6057         method through `gnus-method-to-server' using the no-cache argument.
6058
6059         * gnus-srvr.el (gnus-server-insert-server-line): Call
6060         `gnus-method-to-server' with `no-cache' argument.
6061
6062         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6063         gnus-agent-possibly-synchronize-flags as this should be called when the
6064         server is actually being opened.
6065         (gnus-agent-possibly-synchronize-flags)
6066         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6067         flags file of an agentized server to the latter function.
6068
6069         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6070         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6071         after a connection has been established successfully.
6072
6073 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-art.el (article-display-face): Force to display face if called
6076         interactively; check if gnus-article-x-face-too-ugly matches author.
6077         (article-display-x-face): Display face even if From header is missing
6078         as article-display-face does.
6079
6080 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6081
6082         * hashcash.el (message-narrow-to-headers-or-head)
6083         (message-fetch-field, message-goto-eoh)
6084         (message-narrow-to-headers): Declare as functions.
6085
6086 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * mail-source.el (mail-sources): Default to fetch from file for
6089         compatibility with default of nnmail-spool-file.
6090
6091 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6092
6093         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6094         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6095         to look for encoded word that should be encoded again.
6096         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6097         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6098         encoding pattern.
6099         (rfc2047-decode-region): Switch strict regexp and loose one according
6100         to rfc2047-allow-irregular-q-encoded-words.
6101
6102 2007-11-25  Romain Francoise  <romain@orebokech.com>
6103
6104         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6105
6106 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * tls.el (tls-program): Provide more custom choices from
6109         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6110         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6111
6112 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6115         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6116
6117         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6118         `nnmail-spool-file'.
6119
6120         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6121         `nnmail-spool-file'.
6122
6123         * gnus-move.el (gnus-change-server): Ditto.
6124
6125         * gnus-kill.el (gnus-batch-score): Ditto.
6126
6127         * gnus-cache.el (gnus-jog-cache): Ditto.
6128
6129         * gnus-msg.el (gnus-summary-reply):
6130         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6131
6132 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6133
6134         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6135         version.  Minor improvement to doc strings.
6136         (tls-program): Add comment.
6137
6138 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6139
6140         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6141         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6142         mismatch between the hostname provided in the certificate and the name
6143         of the host connnecting to.
6144         (open-tls-stream): Use them.  Check certificates against trusted root
6145         certificates.
6146
6147 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * gnus-cache.el (gnus-cache-generate-nov-databases):
6150         Use nnml-generate-nov-databases-directory instead of
6151         nnml-generate-nov-databases-1.
6152
6153 2007-11-24  Glenn Morris  <rgm@gnu.org>
6154
6155         * message.el (message-tool-bar-retro): Update for rename
6156         mail_send.xpm->mail-send.xpm.
6157
6158 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6159
6160         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6161         `smime-ldap-search' for Emacs 22 and up.
6162
6163 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6164
6165         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6166
6167         * message.el (message-send-mail-function): Fix error convention.
6168         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6169         (message-widen-reply, message-send-mail, message-talkative-question)
6170         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6171         (message-clone-locals, message-send-news): Use with-current-buffer.
6172         (message-insert-or-toggle-importance): Remove unused var `valid'.
6173         (message-make-references): Remove unused var `new-references'.
6174         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6175
6176 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6177
6178         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6179         (spam-split-symbolic-return-positive): Reflow docstring.
6180         (spam-backends, spam-summary-exit-behavior)
6181         (spam-mark-ham-unread-before-move-from-spam-group)
6182         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6183         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6184         (spam-clear-cache, spam-backend-check, spam-install-backend)
6185         (spam-install-statistical-backend, spam-list-of-processors)
6186         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6187         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6188         (spam-check-crm114, spam-initialize, spam-unload-hook):
6189         Fix typos in docstrings.
6190
6191 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6194         been checked if they have never been read and those group levels are
6195         higher than the one that a user specified.
6196
6197 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6200         foreign groups unless a group level is specified by a user.
6201         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6202
6203 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6204
6205         * message.el (message-send-mail-function): Require sendmail.
6206
6207 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * message.el (message-send-mail-function): Check for smtpmail too.
6210
6211         * utf7.el (utf7-encode, utf7-decode): Use coding system
6212         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6213
6214         * message.el (message-send-mail-function): New function.
6215         (message-send-mail-function): Set default using
6216         message-send-mail-function.  Adjust doc string.
6217         (message-send-mail-with-mailclient): New function.
6218
6219 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6220
6221         * smime.el (from):
6222         * rfc2047.el (message-posting-charset):
6223         * qp.el (mm-use-ultra-safe-encoding):
6224         * pop3.el (parse-time-months):
6225         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6226         * nnml.el (files):
6227         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6228         (jka-compr-compression-info-list, ange-ftp-path-format)
6229         (efs-path-regexp):
6230         * nndiary.el (files):
6231         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6232         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6233         (epg-digest-algorithm-alist, inhibit-redisplay)
6234         (password-cache-expiry):
6235         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6236         (pgg-output-buffer, password-cache-expiry):
6237         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6238         (efs-path-regexp):
6239         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6240         (inhibit-redisplay):
6241         * mm-uu.el (file-name, start-point, end-point, entry)
6242         (gnus-newsgroup-name, gnus-newsgroup-charset):
6243         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6244         (latin-unity-ucs-list):
6245         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6246         (mm-uu-binhex-decode-function):
6247         * message.el (gnus-message-group-art, gnus-list-identifiers)
6248         (rmail-enable-mime-composing, gnus-local-organization)
6249         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6250         (gnus-read-active-file, facemenu-add-face-function)
6251         (facemenu-remove-face-function, gnus-article-decoded-p)
6252         (tool-bar-mode):
6253         * mail-source.el (display-time-mail-function):
6254         * gnus-util.el (nnmail-pathname-coding-system)
6255         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6256         (gnus-original-article-buffer, gnus-user-agent)
6257         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6258         (xemacs-codename, sxemacs-codename, emacs-program-version):
6259         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6260         * gnus-start.el (gnus-agent-covered-methods)
6261         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6262         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6263         (gnus-newsgroup-headers, gnus-group-list-mode)
6264         (gnus-group-mark-positions, gnus-newsgroup-data)
6265         (gnus-newsgroup-unreads, nnoo-state-alist)
6266         (gnus-current-select-method, mail-sources)
6267         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6268         (nnmail-spool-file, gnus-cache-active-hashtb):
6269         * gnus-mh.el (mh-lib-progs):
6270         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6271         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6272         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6273         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6274         (gnus-group-buffer):
6275         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6276         (font-lock-set-defaults):
6277         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6278         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6279         (gnus-summary-post-menu, total-parts, type, condition, length):
6280         * gnus-agent.el (gnus-agent-read-agentview):
6281         * flow-fill.el (show-trailing-whitespace):
6282         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6283         eval-and-compile wrappers for byte compiler pacifiers.
6284
6285         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6286         (mm-display-inline-fontify): Check for featurep 'xemacs not
6287         extent-list.
6288
6289         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6290         itimer-list.
6291         (mm-create-image-xemacs): Only do something for XEmacs.
6292         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6293
6294         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6295
6296         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6297         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6298
6299 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6300
6301         * nnimap.el (nnimap-split-download-body):
6302         * gnus-demon.el (gnus-demon):
6303         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6304
6305 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6308         macros.
6309         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6310         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6311         copy data from unibyte buffer to multibyte current buffer.
6312         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6313         to copy data from unibyte current buffer to multibyte buffer.
6314         (nntp-make-process-buffer): Make process buffer unibyte.
6315
6316         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6317
6318 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6319
6320         * pop3.el (pop3-open-server): Accept and process data more robustly at
6321         connexion start to avoid spurious "POP SSL connexion failed" errors.
6322
6323 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6326         read group names.
6327
6328 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6331
6332 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6335         (nnmail-save-active): Use a unibyte buffer when saving active file,
6336         which may contain non-ASCII group names.
6337
6338         * nnml.el (nnml-request-group): Decode group names in messages.
6339
6340 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * message.el (message-citation-line-function)
6343         (message-insert-formatted-citation-line): Fix spelling of
6344         `message-insert-formated-citation-line'.
6345
6346 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6349
6350 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6353         nnmail-pathname-coding-system.
6354
6355         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6356         that a user enters; decode group names in messages.
6357
6358         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6359
6360 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6363
6364         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6365
6366         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6367         risky local variable.
6368
6369         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6370
6371 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6372
6373         * encrypt.el: Improve documentation to fix function name typo.
6374         Reported by Daiki Ueno <ueno@unixuser.org>.
6375
6376 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6377
6378         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6379         even if the point is not in the last page of an article.
6380         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6381         back to the previous page.
6382
6383 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6384
6385         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6386
6387 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6390
6391 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6392
6393         * message.el (message-check-news-body-syntax): Avoid
6394         mm-string-as-multibyte.
6395         (message-hide-headers): Don't assume (point-min)==1.
6396
6397 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6398
6399         * message.el (message-remove-blank-cited-lines): Fix if remove is
6400         given.
6401         (message-bogus-address-regexp): New variable.
6402         (message-bogus-recipient-p): New function.
6403         (message-check-recipients): New command.
6404         (message-syntax-checks): Add `bogus-recipient'.
6405         (message-fix-before-sending): Add `bogus-recipient'.
6406
6407         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6408         (gnus-treat-body-boundary): Don't test window-system.
6409
6410 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6411
6412         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6413
6414 2007-10-28  Miles Bader  <miles@gnu.org>
6415
6416         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6417         at compile-time too.
6418
6419 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * gnus-msg.el (gnus-message-setup-hook): Add
6422         `message-remove-blank-cited-lines' to options.
6423
6424 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6425
6426         * message.el (message-remove-blank-cited-lines): New function.
6427         Suggested by Karl Plästerer.
6428
6429 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6432         mapc.
6433
6434         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6435         (top-level): Use mapc to set functions to be traced for debugging.
6436
6437         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6438         called for effect with while loop.
6439
6440         * message.el (message-talkative-question): Replace mapcar called for
6441         effect with mapc.
6442
6443         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6444         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6445         called for effect with dolist.
6446
6447         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6448
6449         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6450         gnus-extra-headers and nnmail-extra-headers.
6451
6452         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6453         called for effect with dolist.
6454         (top-level): Use mapc to set functions to be traced for debugging.
6455
6456         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6457         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6458         dolist.
6459
6460         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6461         Replace mapcar called for effect with mapc.
6462         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6463         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6464         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6465         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6466
6467         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6468         remove-if that's a cl function.
6469
6470         * webmail.el (webmail-debug): Replace mapcar called for effect with
6471         dolist.
6472
6473         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6474         with mapc.
6475
6476 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6479         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6480         with while loop.
6481
6482         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6483         functions from article-* functions.
6484         (gnus-multi-decode-header): Replace mapcar called for effect with
6485         dolist.
6486
6487         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6488         (gnus-bookmark-show-details): Replace mapcar called for effect with
6489         while loop.
6490
6491         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6492         called for effect with while loop.
6493
6494         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6495         with dolist.
6496
6497         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6498         mapcar called for effect with dolist.
6499
6500         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6501
6502         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6503         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6504         Replace mapcar called for effect with dolist.
6505         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6506         mapc.
6507
6508         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6509         Replace mapcar called for effect with dolist.
6510         (gnus-topic-list): Replace mapcar called for effect with mapc.
6511
6512         * gnus.el: Use mapc instead of mapcar to add autoloads.
6513
6514 2007-10-23  Richard Stallman  <rms@gnu.org>
6515
6516         * gnus-group.el (gnus-group-highlight): Mark as risky.
6517
6518 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6519
6520         * gnus.el (gnus-server-to-method): Return method found first in
6521         gnus-newsrc-alist.
6522
6523         * gnus-art.el (gnus-article-highlight-signature)
6524         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6525         button overlay without the front stickiness.
6526
6527 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6528
6529         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6530         overview buffer needed a catch to receive its throw.
6531         (gnus-agent-flush-cache): Declared as interactive to make this function
6532         easier to use.
6533
6534 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6535
6536         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6537         `next-line'.
6538
6539 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6542         exclude address matching message-dont-reply-to-names.
6543
6544 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * gnus-util.el (gnus-string<): New function.
6547
6548         * gnus-sum.el (gnus-article-sort-by-author)
6549         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6550
6551 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6554         the frame-focus tag is set in gnus-buffer-configuration.
6555
6556 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6559         the front stickiness.
6560
6561 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6564         url pattern; remove duplicate one.
6565         (gnus-article-extend-url-button): New function.
6566         (gnus-article-add-buttons): Use it.
6567         (gnus-button-push): Use concatenated url that it makes.
6568
6569 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6570
6571         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6572
6573 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6574
6575         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6576         Don't hardcode point-min==1.
6577
6578 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6579
6580         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6581         Fix comment about "iso8859-1".
6582
6583 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6584
6585         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6586         ones returned from the verify-function.
6587
6588         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6589         mml2015-extract-cleartext-signature if extraction failed.
6590
6591 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6592
6593         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6594         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6595         failed.
6596
6597 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6598
6599         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6600
6601 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6602
6603         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6604         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6605         recommends to use EasyPG instead of PGG.
6606
6607         * pgg.el: Revert to revision 6.23.2.16.
6608
6609         * pgg-def.el: Revert to revision 6.6.2.14.
6610
6611         * pgg-gpg.el: Revert to revision 6.23.2.34.
6612
6613 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6614
6615         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6616         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6617         thread for both the null and zero (kill/expire thread) universal prefix
6618         cases.
6619         (gnus-summary-expire-thread): Add new function to expire a thread,
6620         using gnus-summary-kill-thread.
6621         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6622         shortcuts for gnus-summary-expire-thread.
6623         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6624         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6625
6626 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6627
6628         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6629         extras value, so an extras entry can be deleted.
6630         (gnus-registry-delete-extra-entry): Use it.
6631         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6632         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6633         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6634         storage through the gnus-registry, and provide an appropriate API for
6635         it.
6636
6637 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6640         Suggested by Leo <sdl.web@gmail.com>.
6641
6642         * gnus.el: Do.
6643
6644 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6647         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6648
6649         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6650
6651         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6652         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6653
6654 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6657         newline.
6658         (nnmbox-request-accept-article): Don't change article in source buffer;
6659         narrow to header to use message-fetch-field rather than
6660         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6661         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6662         as delimiters; make sure article ends with newline.
6663         (nnmbox-delete-mail): Correct last position of article to be deleted;
6664         ignore X-Gnus-Newsgroup header in article body.
6665         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6666         positions; make sure article ends with newline.
6667
6668         * message.el (message-display-abbrev): Don't infloop when a user
6669         inserts SPC in the beginning of header.
6670
6671         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6672         coding-system-for-read and coding-system-for-write for XEmacs having no
6673         file-coding feature.
6674
6675         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6676
6677 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6678
6679         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6680         list of groups not followed by default.  Fix type to be regexp.
6681         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6682
6683 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6684
6685         * hmac-def.el (define-hmac-function): Switch from old-style to
6686         new-style backquotes.
6687
6688         * md4.el (md4-make-step): Likewise.
6689
6690 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6693         raw-text coding system when saving .newsrc file, which may contain
6694         non-ASCII group names.
6695
6696 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * gnus-cus.el (gnus-score-extra): New widget.
6699         (gnus-score-extra-convert): New function.
6700         (gnus-score-customize): Use it for Extra.
6701
6702 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6703
6704         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6705         (mml2015-mailcrypt-clear-verify): Use it.
6706         (mml2015-gpg-clear-verify): Use it.
6707         (mml2015-pgg-clear-verify): Use it.
6708         (mml2015-epg-clear-verify): Replace the current part with the output
6709         from GnuPG; don't extract the plaintext by itself.
6710
6711         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6712         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6713         mml2015-clear-verify-function; don't touch the armor headers or
6714         dash-escaped text here.
6715
6716 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6719         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6720         parts, or application/octet-stream as a last resort.
6721         (gnus-mime-view-part-as-type): Don't toggle display.
6722         (gnus-mime-view-part-as-charset): Don't turn off display before
6723         querying charset.
6724
6725         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6726         stuff to undisplayer function in Emacs.
6727         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6728
6729         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6730         text/calendar parts.
6731
6732 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6735         decoding text/calendar parts.
6736
6737         * message.el (message-forward-make-body-mime): Always mark body as
6738         having no illegible text; remove signed-or-encrypted argument.
6739         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6740
6741         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6742         (mml-generate-mime-1): Don't encode body if it is specified to be in
6743         raw form; don't make buffer be unibyte when inserting multibyte string.
6744
6745 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6746
6747         * sha1.el: Fix up comment style.
6748         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6749         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6750
6751         * hex-util.el: Fix up comment style.
6752         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6753
6754         * gnus-salt.el: Use with-current-buffer.
6755         (gnus-pick-setup-message): Fix long-standing typo.
6756
6757 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * imap.el (imap-logout-timeout): New variable.
6760         (imap-logout, imap-logout-wait): New functions.
6761         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6762
6763         * nnimap.el (nnimap-logout-timeout): New server variable.
6764         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6765         nnimap-logout-timeout.
6766
6767         * gnus-art.el (gnus-article-summary-command-nosave)
6768         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6769
6770 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus.el (gnus-maximum-newsgroup): New variable.
6773
6774         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6775         according to gnus-maximum-newsgroup.
6776
6777         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6778         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6779         Limit the range of articles according to gnus-maximum-newsgroup.
6780
6781 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6782
6783         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6784         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6785         Don't perform gnus-configure-windows here; reuse existing sticky
6786         article buffer.
6787
6788         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6789         it doesn't exist in gnus-article-mode.
6790
6791 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6794         (gnus-agent-decoded-group-name): New function.
6795         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6796         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6797
6798 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6799
6800         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6801         Add binding for gnus-sticky-article.
6802         (gnus-summary-exit): Don't kill sticky article buffers.
6803
6804         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6805         article buffer.
6806         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6807         (gnus-kill-sticky-article-buffers): New commands.
6808
6809 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * nntp.el (nntp-xref-number-is-evil): New server variable.
6812         (nntp-find-group-and-number): If it is non-nil, don't trust article
6813         numbers in the Xref header.
6814
6815 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * gnus-agent.el (gnus-agent-read-group): New function.
6818         (gnus-agent-flush-group, gnus-agent-expire-group)
6819         (gnus-agent-regenerate-group): Use it.
6820         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6821         nnmail-pathname-coding-system.
6822
6823 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6826
6827         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6828         that are unread as unread, and also as selected so that information of
6829         marks having been changed by a user may be updated when exiting group.
6830
6831 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6834         calculated ignoring signature parts to gnus-treat-article.
6835
6836 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6839         a point here in order to keep the window start.
6840         (gnus-insert-mime-security-button): Make a button overlay without the
6841         front stickiness.
6842         (gnus-mime-display-security): Goto the end of a button.
6843
6844         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6845
6846 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6849         group-name-at-point.
6850         (gnus-group-completing-read): New function that offers decoded
6851         non-ASCII group names for completion.
6852         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6853         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6854         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6855         (gnus-group-fetch-control): Use it.
6856         (gnus-fetch-group): Use group-name-at-point for the initial value
6857         rather than the default value; use gnus-alive-p.
6858
6859         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6860         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6861         (gnus-summary-post-news): Use gnus-group-completing-read.
6862
6863         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6864         (gnus-read-move-group-name): Decode group name for completion.
6865
6866 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6867
6868         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6869         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6870         Yamaoka slightly modified the code).
6871
6872 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6875         (nnmail-split-incoming): Bind it.
6876
6877         * nnml.el (nnml-group-name-charset): New function.
6878         (nnml-decoded-group-name): Use it; don't decode group name if
6879         nnmail-group-names-not-encoded-p is non-nil.
6880         (nnml-encoded-group-name): New function.
6881         (nnml-group-pathname): Inline nnml-decoded-group-name.
6882         (nnml-request-expire-articles): Decode group name in message.
6883         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6884         nnmail-pathname-coding-system.
6885         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6886         not decoded ones according to nnmail-group-names-not-encoded-p.
6887         (nnml-generate-active-info): Use nnml-encoded-group-name.
6888
6889 2007-08-08  Glenn Morris  <rgm@gnu.org>
6890
6891         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6892         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6893         doc-strings and comments.
6894
6895 2007-07-25  Glenn Morris  <rgm@gnu.org>
6896
6897         * Relicense all FSF files to GPLv3 or later.
6898
6899 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-sum.el (gnus-summary-move-article): Make
6902         gnus-summary-respool-article work.
6903
6904 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6907         string.
6908
6909 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6910
6911         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6912         that should be ignored when comparing distant RSS articles with local
6913         ones.
6914         (nnrss-make-hash-index): New function.  Create a hash index according
6915         to the ignored fields.
6916         (nnrss-check-group): Use it.
6917
6918 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6921
6922         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6923
6924         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6925         the new optional argument ENCODED is non-nil.
6926         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6927         coding system for encoding group name.
6928         (gnus-group-make-rss-group): Pass un-encoded group name to
6929         gnus-group-make-group.
6930         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6931         encoded.
6932
6933         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6934         Encode group name to which articles are moved or copied.
6935         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6936         coding system for encoding Newsgroup, Followup-To and Xref headers.
6937
6938         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6939         marks; use nnheader-file-coding-system to write a file.
6940         (nnagent-retrieve-headers): Bind file-name-coding-system to
6941         nnmail-pathname-coding-system.
6942
6943         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6944
6945         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6946         (nnml-request-article, nnml-request-create-group)
6947         (nnml-request-rename-group, nnml-find-id)
6948         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6949         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6950         (nnml-save-marks): Use nnml-group-pathname instead of
6951         nnmail-group-pathname.
6952
6953         (nnml-request-create-group, nnml-request-expire-articles)
6954         (nnml-request-move-article, nnml-request-delete-group)
6955         (nnml-deletable-article-p, nnml-possibly-create-directory)
6956         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6957         (nnml-open-marks): Bind file-name-coding-system to
6958         nnmail-pathname-coding-system.
6959
6960         (nnml-request-article): Pass server argument to nnml-find-group-number.
6961         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6962         server argument to nnml-possibly-create-directory.
6963         (nnml-request-accept-article): Pass server argument to
6964         nnml-active-number and nnml-save-mail.
6965         (nnml-find-group-number): Pass server argument to nnml-find-id.
6966         (nnml-request-update-info): Pass server argument to
6967         nnml-marks-changed-p.
6968
6969         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6970         (nnml-save-mail, nnml-active-number): Add server argument.
6971
6972         (nnml-request-delete-group): Warn if group is missing.
6973         (nnml-get-nov-buffer): Decode group name.
6974         (nnml-generate-active-info): Encode group name.
6975         (nnml-open-marks): Decode group name in messages.
6976
6977 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6980         if it is not specified.
6981         (gnus-article-pipe-part, gnus-article-save-part)
6982         (gnus-article-interactively-view-part, gnus-article-copy-part)
6983         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6984         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6985         (gnus-article-replace-part, gnus-article-delete-part)
6986         (gnus-article-view-part-as-type): Pass raw prefix argument to
6987         gnus-article-part-wrapper.
6988
6989 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * gnus-agent.el (gnus-agent-save-active): Bind
6992         nnheader-file-coding-system to gnus-agent-file-coding-system.
6993
6994         * gnus-cache.el (gnus-cache-save-buffers)
6995         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6996         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6997         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6998         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6999         (gnus-cache-generate-active, gnus-cache-rename-group)
7000         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7001         (gnus-cache-update-overview-total-fetched-for): Bind
7002         file-name-coding-system to nnmail-pathname-coding-system.
7003         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7004         variables.
7005         (gnus-cache-decoded-group-name): New function.
7006         (gnus-cache-file-name): Use it.
7007         (gnus-cache-generate-active): Use non-decoded group name for active.
7008
7009         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7010         right place.
7011         (gnus-write-active-file): Don't break non-ASCII group names.
7012
7013         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7014         nnmail-pathname-coding-system.
7015
7016         * lpath.el: Bind default-file-name-coding-system,
7017         file-name-coding-system and language-info-alist for XEmacs.
7018
7019         * gnus-uu.el (gnus-uu-decode-save): Typo.
7020
7021 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7024
7025 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7028         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7029         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7030         (gnus-agent-flush-group, gnus-agent-flush-cache)
7031         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7032         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7033         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7034         (gnus-agent-regenerate-group)
7035         (gnus-agent-update-files-total-fetched-for)
7036         (gnus-agent-update-view-total-fetched-for): Bind
7037         file-name-coding-system to nnmail-pathname-coding-system.
7038         (gnus-agent-group-pathname): Don't encode file names by
7039         nnmail-pathname-coding-system.
7040         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7041         coding-system-for-write instead of buffer-file-coding-system to
7042         gnus-agent-file-coding-system.
7043
7044         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7045         Decode group name.
7046
7047         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7048
7049         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7050         (gnus-read-newsrc-el-file): Make group names unibyte.
7051
7052         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7053         nnmail-pathname-coding-system.
7054
7055         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7056         (nnrss-request-delete-group): Bind file-name-coding-system to
7057         nnmail-pathname-coding-system.
7058         (nnrss-read-server-data, nnrss-read-group-data): Bind
7059         file-name-coding-system correctly.
7060         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7061
7062         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7063         (nntp-server-to-method-cache): New variable.
7064         (nntp-group-pathname): New function that decodes non-ASCII group names.
7065         (nntp-possibly-create-directory, nntp-marks-changed-p)
7066         (nntp-save-marks, nntp-open-marks): Use it.
7067         (nntp-possibly-create-directory, nntp-open-marks):
7068         Bind file-name-coding-system to nnmail-pathname-coding-system.
7069         (nntp-open-marks): Decode group names when bootstrapping marks.
7070
7071         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7072         Newsgroups and Folowup-To headers.
7073
7074 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7077         (gnus-server-closed-face, gnus-server-denied-face)
7078         (gnus-server-offline-face): Remove variable.
7079         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7080
7081         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7082         of modifying message-stack directly for XEmacs.
7083
7084         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7085         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7086         if the coding-system argument is nil for XEmacs.
7087
7088         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7089         mm-charset-override-alist.
7090
7091         * rfc2047.el: Don't require base64; require rfc2045 for the function
7092         rfc2045-encode-string.
7093         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7094         to quote the parameter value.
7095
7096 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7099         form in gnus-group-name-charset-method-alist.
7100
7101         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7102         overrides the default layout edit-form.
7103
7104         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7105
7106         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7107
7108 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7111         as unfetched articles.
7112
7113 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7116
7117 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7120         original back end that keeps marks in the local system.
7121
7122 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7123
7124         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7125         arg of pop-to-buffer for XEmacs.
7126         (gnus-article-read-summary-keys): Ditto; don't restore window
7127         configuration if summary command ends up with neither article buffer
7128         nor summary buffer; describe bindings if summary keys end with C-h.
7129
7130 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * message.el (message-fix-before-sending): Skip raw message part to be
7133         forwarded while checking illegible text.
7134         (message-forward-make-body-mime, message-forward-make-body): Mark
7135         signed or encrypted raw message as having no illegible text.
7136
7137 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7140         (gnus-message-with-timestamp-1): New macro.
7141         (gnus-message-with-timestamp): New function.
7142         (gnus-message): Use them.
7143
7144         * nnheader.el (nnheader-message): Use them.
7145
7146 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7147
7148         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7149         .newsrc.eld file.
7150
7151 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-agent.el (gnus-agent-fetch-headers)
7154         (gnus-agent-retrieve-headers): Bind
7155         gnus-decode-encoded-address-function to identity.
7156
7157         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7158         available also when the server returns simply a dot.
7159
7160         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7161
7162 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7165
7166 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * gnus-ems.el (gnus-x-splash): Make it work.
7169
7170         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7171         from being used.
7172
7173         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7174
7175 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7178         4th and the 5th arguments.
7179
7180         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7181         the front stickiness.
7182         (gnus-article-summary-command-nosave): Correct the order of the
7183         arguments passed to pop-to-buffer.
7184         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7185         summary command ends up with the article buffer.
7186
7187         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7188         the same faces.
7189
7190 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7191
7192         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7193
7194 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7195
7196         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7197         * gnus-sum.el (gnus-summary-highlight):
7198         * pgg.el (pgg-sign-region, pgg-sign):
7199         * mail-source.el (mail-source-delete-old-incoming-confirm):
7200         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7201
7202 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7203
7204         * gnus-art.el (gnus-mime-view-part-externally)
7205         (gnus-mime-view-part-internally): Fix predicate function passed to
7206         completing-read.
7207
7208         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7209
7210         * gnus.el (gnus-update-message-archive-method): Add :version.
7211
7212 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus.el (gnus-update-message-archive-method): New variable.
7215
7216         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7217         according to gnus-message-archive-method if
7218         gnus-update-message-archive-method is non-nil.
7219
7220 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7223         by Loic Dachary <loic@dachary.org>.
7224         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7225
7226 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * message.el (message-pop-to-buffer): Add switch-function argument.
7229         (message-mail): Pass switch-function argument to it.
7230
7231 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7232
7233         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7234         Improve doc string.
7235
7236 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7239         (gnus-header-content)
7240         * gnus-cite.el (gnus-cite-10)
7241         * gnus-srvr.el (gnus-server-closed)
7242         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7243         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7244         (gnus-group-mail-3-empty, gnus-group-mail-low)
7245         (gnus-group-mail-low-empty, gnus-splash)
7246         * message.el (message-header-to, message-header-cc)
7247         (message-header-subject, message-header-other, message-header-name)
7248         (message-header-xheader, message-separator, message-cited-text)
7249         (message-mml): Lighten colors of faces used for dark background.
7250
7251 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7252
7253         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7254         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7255
7256 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7257
7258         * message.el (message-narrow-to-headers-or-head):
7259         Ignore mail-header-separator in the body.
7260
7261 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7264         same as window size.
7265
7266 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7267
7268         * message.el (message-font-lock-keywords): Use message-header-xheader
7269         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7270         ahead of the anything pattern, to get it recognised.
7271
7272 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7275         spam.el loads uses it in the compiled defadvice form.
7276
7277 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7278
7279         * gnus-sum.el (gnus-articles-to-read)
7280         (gnus-summary-insert-old-articles): Don't truncate group name for
7281         `read-string'.
7282
7283         * gnus-util.el (gnus-limit-string): Delete this function.
7284
7285         * gnus-sum.el (gnus-simplify-subject-fully): Use
7286         `truncate-string-to-width' instead.
7287
7288 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7289
7290         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7291         if, on summary exit, the next group has to be selected.
7292         (gnus-summary-exit): Use it.
7293
7294 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7297         non-break space.
7298
7299 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7302         Check if group is not a directory.
7303         (nnfolder-request-expire-articles): Don't delete articles if the target
7304         group is not available.
7305
7306         * nnml.el (nnml-request-create-group): Properly check if group is not a
7307         file.
7308         (nnml-request-expire-articles): Don't delete articles if the target
7309         group is not available.
7310
7311         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7312         Don't quote characters that are within parentheses.
7313
7314 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7315
7316         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7317         (gnus-handle-ephemeral-exit): Select article according to it.
7318
7319 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * message.el (message-insert-formated-citation-line): Remove newline.
7322         (message-citation-line-format): Add final \n here so that the user can
7323         avoid a blank line.
7324
7325 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7326
7327         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7328         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7329         Update lanl/arXiv support.
7330
7331 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7332
7333         * gnus.el: Bump version number.
7334
7335 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7336
7337         * gnus.el (gnus-version-number): Bump version.
7338
7339 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7340
7341         * gnus.el: No Gnus v0.6 is released.
7342
7343 2007-04-27  Didier Verna  <didier@xemacs.org>
7344
7345         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7346         * gmm-utils.el (gmm-regexp-concat): here.
7347         * message.el: Don't require 'gnus-util.
7348         (message-dont-reply-to-names): Handle name change above.
7349         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7350
7351 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7354         since the initial value varies according to the system.
7355
7356 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7359
7360 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7361
7362         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7363
7364 2007-04-24  Didier Verna  <didier@xemacs.org>
7365
7366         Improve the type of gnus-ignored-from-addresses.
7367         * gnus-util.el (gnus-orify-regexp): New function.
7368         * message.el (gnus-util): Require it.
7369         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7370         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7371         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7372
7373 2007-04-24  Didier Verna  <didier@xemacs.org>
7374
7375         * gnus-sum.el:
7376         * gnus-utils.el: Fix some trailing whitespaces.
7377
7378 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7379
7380         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7381         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7382         article's Message-ID; refer parent article in summary buffer.
7383
7384         * message.el (message-bounce): Call mime-to-mml.
7385
7386         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7387         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7388         optimize and/or forms properly.
7389
7390 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7391
7392         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7393         URL.
7394
7395 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7398
7399 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7402         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7403         displayed of multipart/alternative part if it is invoked from summary
7404         buffer.
7405
7406         * mm-view.el (mm-inline-text-html-render-with-w3m)
7407         (mm-inline-text-html-render-with-w3m-standalone)
7408         (mm-inline-render-with-function): Use mail-parse-charset by default.
7409
7410 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7411
7412         * parse-time.el (parse-time-string-chars): Check if CHAR
7413         is less than the length of parse-time-syntax.
7414
7415 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7418         from gnus-newsgroup-processable.
7419
7420 2007-04-16  Didier Verna  <didier@xemacs.org>
7421
7422         * gnus-msg.el (gnus-configure-posting-styles): Handle
7423         message-signature-directory properly with :file syntax.  Reported by
7424         "Leo".
7425
7426 2007-04-11  Didier Verna  <didier@xemacs.org>
7427
7428         New user option: message-signature-directory.
7429         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7430         * message.el (message-insert-signature): Ditto.
7431         * message.el (message-signature-file): Doc update.
7432         * message.el (message-signature-directory): New.
7433
7434 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gnus-msg.el (gnus-inews-yank-articles): Use
7437         message-exchange-point-and-mark instead of exchange-point-and-mark.
7438
7439 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * message.el (message-yank-original): Make sure cited text ends with
7442         newline; don't exchange point and mark.
7443
7444 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7445
7446         * tls.el (open-tls-stream): Properly handle case where there
7447         is no associated buffer.
7448
7449 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7450
7451         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7452         message-yank-original, make sure (< mark TEXT point).
7453
7454 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * message.el (message-fill-column): New variable.
7457         (message-mode): Use it.  Add comment on a possible new hook.
7458
7459         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7460         (nnmail-get-new-mail): Reformat.
7461
7462         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7463
7464         * gmm-utils.el: Fix Commentary.
7465         (gmm-tool-bar-from-list): Fix typo in doc string.
7466
7467 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7468
7469         * message.el (message-yank-original): Don't switch point and mark
7470         unnecessarily to put point and mark as documented.
7471
7472 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7473
7474         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7475         from the message heads.
7476
7477 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7478
7479         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7480         article buffer does not have a window.  This may not be the best
7481         solution but is certainly better than setting the start of the null,
7482         that is the current, window.
7483
7484 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7485
7486         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7487         (gnus-draft-setup): Run it.
7488
7489         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7490         gnus-score-fast-scoring.  Allow regexp.
7491         (gnus-score-headers): Use it.
7492
7493         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7494         XEmacs.
7495
7496         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7497         string.
7498         (gnus-button-alist): Also catch `<f1> k ...'.
7499         (gnus-treat-display-x-face): Fix doc string.
7500
7501 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7502
7503         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7504         evaluation of gnus-extended-version to ensure correct generation of the
7505         User-Agent header when message-generate-headers-first is used.
7506
7507 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7508
7509         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7510         hashcash-path is nil.  Don't call callback with incorrect number of
7511         parameters if val is 0.
7512
7513 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7514
7515         * message.el (message-required-news-headers):
7516         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7517
7518 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7519
7520         * tls.el (open-tls-stream): In handshake-waiting loop,
7521         don't wait more if there is output available to process.
7522
7523 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7524
7525         * tls.el (tls-program): Doc fix.
7526
7527 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * message.el (message-generate-new-buffers): Change the meaning of the
7530         nil value; add `standard' to the choices; treat t as `unique'; improve
7531         doc string.
7532         (gnus-select-frame-set-input-focus): Autoload.
7533         (message-buffer-name): Search for the existing message buffer if
7534         message-generate-new-buffers is nil or `standard'; treat the value t of
7535         message-generate-new-buffers as `unique'.
7536         (message-pop-to-buffer): Raise the frame already displaying the message
7537         buffer; clear the echo area after querying.
7538         (message-setup): Pass the `continue' argument to compose-mail.
7539         (message-mail): Prefer `switch-function' if it is given; search for the
7540         existing message buffer if the `continue' argument is non-nil; pass
7541         continue and switch-function arguments to compose-mail by way of
7542         message-setup.
7543         (message-mail-other-window): Adjust argument of message-setup.
7544         (message-mail-other-frame): Ditto.
7545
7546 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7549         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7550         to turn font-lock on when turning gnus-message-citation-mode on.
7551
7552 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7553
7554         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7555         (mml-smime-function-alist): New variable; add epg as the backend.
7556         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7557         mml-smime- functions instead.
7558         * mm-view.el: Require smime.
7559
7560 2007-03-05  Didier Verna  <didier@xemacs.org>
7561
7562         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7563         instead of just inheritance for posting styles.
7564         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7565
7566 2007-02-24  Chris Moore  <dooglus@gmail.com>
7567
7568         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7569         * pgg-pgp.el (pgg-pgp-encrypt-region):
7570         * pgg-gpg.el (pgg-gpg-encrypt-region):
7571         Check pgg-encrypt-for-me if no other recipients.
7572
7573 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7574
7575         * tls.el (tls-certtool-program): Fix custom type.
7576
7577 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7580         and point-at-eol instead of line-(beginning|end)-position.
7581
7582         * assistant.el (assistant-parse-buffer): Ditto.
7583
7584         * netrc.el (netrc-parse-services): Ditto.
7585
7586 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7587
7588         * mml2015.el (mml2015-epg-find-usable-key): New function.
7589         (mml2015-epg-sign): Use it.
7590         (mml2015-epg-encrypt): Use it.
7591
7592 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7593
7594         * message.el (message-make-in-reply-to): Quote name containing
7595         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7596         if there are special characters.  Reported by NAKAJI Hiroyuki
7597         <nakaji@jp.freebsd.org>.
7598
7599 2007-02-27  Didier Verna  <didier@xemacs.org>
7600
7601         Include the group parameters as well as the topic ones in the
7602         inheritance filter process.
7603         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7604         argument GROUP-PARAMS-LIST.
7605         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7606
7607 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * nntp.el (nntp-never-echoes-commands)
7610         (nntp-open-connection-functions-never-echo-commands): New variables.
7611         (nntp-send-command): Use them.
7612
7613 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7614
7615         * mml2015.el (mml2015-epg-verify): Simplified.
7616
7617 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7618
7619         * mml.el (mml-content-disposition-alist): New user option.
7620         (mml-content-disposition): New function.
7621         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7622         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7623
7624 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7625
7626         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7627         verification.
7628
7629 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7630
7631         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7632         articles posted in the last 24 hours.
7633
7634 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7635
7636         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7637
7638 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7639
7640         * nntp.el (nntp-send-command): Don't wait for echoes when
7641         nntp-open-ssl-stream is used.
7642
7643 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7644
7645         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7646         (gnus-message-add-citation-keywords)
7647         (gnus-message-remove-citation-keywords): Remove.
7648         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7649         directly, make the variables in font-lock-defaults buffer-local, add
7650         gnus-message-citation-keywords to them and then update the value of
7651         font-lock-keywords.
7652
7653 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * message.el (message-cite-original-1): Don't call
7656         gnus-article-highlight-citation.
7657
7658         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7659         citations; fix line count.
7660
7661 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7664         (gnus-message-add-citation-keywords)
7665         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7666         versions of font-lock-add-keywords and font-lock-remove-keywords to
7667         work with XEmacs correctly.
7668
7669 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * gnus-cite.el (gnus-cite-face-list): Set the values of
7672         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7673         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7674         (gnus-message-cite-prefix-regexp): New variable.
7675         (gnus-message-search-citation-line): Use it; protect against long
7676         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7677         the 0th match data for Emacs.
7678         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7679         (gnus-message-add-citation-keywords): Append keywords rather than
7680         prepending; emulate font-lock-add-keywords if it is not available.
7681         (gnus-message-remove-citation-keywords): Emulate
7682         font-lock-remove-keywords if it is not available.
7683
7684         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7685
7686         * message.el (message-cite-prefix-regexp): Set the value of
7687         gnus-message-cite-prefix-regexp.
7688
7689 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7690
7691         * nnweb.el (nnweb-google-parse-1): Update parser.
7692
7693 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7694
7695         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7696
7697 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7698
7699         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7700         regexp.
7701
7702 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7705         string-to-multibyte.
7706         (uudecode-decode-region-internal): Use it.
7707
7708         * lpath.el: Fbind string-as-multibyte for XEmacs.
7709
7710 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7713         custom choice.
7714
7715         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7716
7717 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7718
7719         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7720
7721         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7722         `write-region' to respect `mm-inhibit-file-name-handlers'.
7723
7724 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7727         Use gnus-home-directory instead of "~/" or "$HOME".
7728
7729 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7730
7731         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7732         to mention filename.
7733         Add comments at beginning regarding usage.
7734         (encrypt-write-file-contents): Change interactive so a string is
7735         acceptable.  If the file has no associated model, show an error instead
7736         of a nonsense prompt.
7737
7738 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7739
7740         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7741         Thanks to Yoshihiko Yamada for kind notification of this typo.
7742
7743 2007-01-12  Kenichi Handa  <handa@m17n.org>
7744
7745         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7746         multibyte buffer.
7747
7748 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * gnus-score.el (gnus-score-fast-scoring): New variable.
7751         (gnus-score-headers): Use it.
7752
7753         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7754
7755         * message.el (message-cite-original-1): Call
7756         gnus-article-highlight-citation if requested.
7757         (message-make-from): Allow name and address as optional arguments.
7758
7759         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7760
7761         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7762         bugs to doc string.
7763         (gnus-button-alist): Add mid\\|message-id.
7764         (gnus-button-fetch-group): Extend for use in
7765         `browse-url-browser-function'.
7766         (gnus-button-url-regexp): Try to catch paired parentheses like in
7767         Wikipedia URLs.
7768
7769         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7770         Suggested by Simon Krahnke <overlord@gmx.li>.
7771
7772 2007-01-13  Romain Francoise  <romain@orebokech.com>
7773
7774         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7775         Update copyright.
7776
7777 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7778
7779         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7780
7781 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7782
7783         * gnus-registry.el (gnus-registry-unfollowed-groups)
7784         (gnus-registry-split-fancy-with-parent): Fix documentation.
7785
7786 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7787
7788         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7789         from nnweb groups.
7790
7791 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792
7793         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7794         Xref urls.  Erase buffer before requesting head.
7795
7796 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7797
7798         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7799         customizable.
7800
7801 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7802
7803         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7804         no signing key is found.
7805         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7806         no encrypting and/or signing key is found.
7807
7808 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7811
7812 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7813
7814         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7815         headers read from disk with the ones newly found in the current search.
7816         This should no longer cause problems, because the article numbers in
7817         Gmane's `nov.php' output are ignored since the previous change.
7818
7819 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7820
7821         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7822
7823 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7826         replace-regexp-in-string; bind url-version; fbind display-images-p and
7827         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7828         find-face and set-itimer-function for Emacs; bind itimer-list for
7829         Emacs.
7830
7831         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7832
7833 2007-01-01  Romain Francoise  <romain@orebokech.com>
7834
7835         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7836
7837 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7838
7839         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7840         `define-minor-mode' macro definition expanded properly.
7841         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7842         exclude it there.
7843
7844         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7845         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7846         `fboundp' test.
7847         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7848         This is OK to autoload in (S)XEmacs now.
7849
7850 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7851
7852         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7853         keystroke.
7854         (gnus-summary-limit-to-singletons): Fix typo.
7855
7856         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7857         else fails.
7858
7859 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7860
7861         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7862         docstring.
7863
7864         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7865         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7866         (gnus-summary-insert-dormant-articles): Fix typo in message.
7867
7868 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7869
7870         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7871         nil for XEmacs.
7872         (gnus-message-citation-mode): Don't autoload in XEmacs.
7873
7874         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7875
7876 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7877
7878         * nnimap.el (nnimap-expunge-search-string): Mention
7879         nnimap-search-uids-not-since-is-evil in docstring.
7880
7881 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * spam.el: Revert to make-obsolete-variable because
7884         define-obsolete-variable-alias is not supported in Emacs 21.
7885
7886         * spam.el (spam-ifile-path, spam-ifile-database-path)
7887         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7888         make-obsolete-variable.
7889         (spam-bsfilter-path, spam-bsfilter-program)
7890         (spam-spamassassin-path, spam-spamassassin-program)
7891         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7892         use "path" inappropriately.
7893         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7894         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7895         variable names.
7896
7897 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7898
7899         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7900         summary buffer.
7901
7902         * password.el (password-cache-remove): Use clear-string to burn
7903         password, if available.
7904
7905 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7908
7909         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7910
7911         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7912         (gnus-message-highlight-citation): Move defcustom here from
7913         gnus-cite.el.
7914         (gnus-message-citation-mode): Autoload.
7915
7916         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7917         checks to make it compile with XEmacs.
7918         (gnus-message-citation-mode): New minor mode.
7919         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7920         (gnus-message-highlight-citation): New variables.
7921         (gnus-message-search-citation-line)
7922         (gnus-message-add-citation-keywords)
7923         (gnus-message-remove-citation-keywords)
7924         (turn-on-gnus-message-citation-mode)
7925         (turn-off-gnus-message-citation-mode): New functions.
7926
7927 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7928
7929         * gnus-cite.el: Enable highlighting of different citation levels in
7930         message-mode.
7931
7932 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * message.el (message-make-fqdn): Fix comment.
7935         (message-bogus-system-names): Add ".local".
7936
7937         * spam.el (spam-ifile-path, spam-ifile-program)
7938         (spam-ifile-database-path, spam-ifile-database)
7939         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7940         Don't use "path" inappropriately.
7941         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7942         strings.
7943         (spam-check-ifile, spam-ifile-register-with-ifile)
7944         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7945         new variable names.
7946
7947         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7948         (gnus-treat-display-smileys): Simplify using
7949         gnus-image-type-available-p.
7950
7951         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7952         available.
7953
7954         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7955         `display-images-p' if available.
7956
7957 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7960         one after turning on the buffer's multibyteness instead of decoding
7961         them directly in the unibyte buffer that causes unexpected conversion
7962         in Emacs 23 (unicode).
7963
7964 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7965
7966         * message.el (message-generate-hashcash): Fix custom type.
7967
7968 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7971
7972 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7973
7974         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7975         disconnect icons.  Add help text.
7976
7977 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7978
7979         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7980         negated to be consistent with the others we handle.
7981
7982 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7983
7984         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7985         version of gnus-summary-buffer to something, so that we can use two
7986         article buffers at the same time.
7987
7988 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7989
7990         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7991         trigger all the extra headers.
7992         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7993         sorting.
7994
7995 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7996
7997         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7998         solid groups.
7999
8000 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8001
8002         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8003
8004 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8005
8006         * legacy-gnus-agent.el: Add Copyright notice.
8007
8008 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8009
8010         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8011
8012 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8013
8014         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8015
8016         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8017         to make it work reliably in CVS Emacs.
8018         (gnus-summary-limit-strange-charsets-predicate)
8019         (gnus-summary-limit-to-predicate): New functions.
8020
8021 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8022
8023         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8024         specifying array size.
8025         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8026         array if it is too small.
8027         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8028         (gnus-sort-threads-loop): New function.
8029
8030 2006-12-06  Chris Moore  <dooglus@gmail.com>
8031
8032         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8033         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8034
8035 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8036
8037         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8038         options.
8039
8040 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8041
8042         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8043         DOS-ing the recipient.
8044
8045         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8046         the headers when creating the mapping to avoid mismappings.
8047         (nnweb-gmane-create-mapping): Always nix out old mapping.
8048
8049 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8052         and mm-verify-option to never.
8053
8054 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * message.el (message-signed-or-encrypted-p): New function.
8057         (message-forward-make-body): Use it.
8058
8059         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8060         Replace encode-coding-string with mm-encode-coding-string.
8061
8062 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * nneething.el (nneething-decode-file-name): Replace
8065         decode-coding-string with mm-decode-coding-string.
8066
8067         * gnus-int.el (gnus-open-server): Say failed server's name.
8068
8069 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8070
8071         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8072         strings to a single string.  Quote `errors-file-name'.
8073         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8074         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8075         Adjust calls.  Use `shell-quote-argument'.
8076
8077 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8078
8079         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8080         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8081
8082         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8083         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8084         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8085         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8086         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8087         (gnus-subscribe-newsgroup, gnus-1):
8088         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8089         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8090         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8091         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8092
8093 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8094
8095         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8096         keystroke.
8097         (gnus-summary-limit-to-bodies): Implement headersp.
8098
8099 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8100
8101         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8102
8103 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8106
8107 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8108
8109         * message.el (message-generate-hashcash): Expand range of values to
8110         include `opportunistic'.
8111         (message-send-mail): Use it.
8112
8113 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8114
8115         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8116         and comment it.
8117
8118         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8119
8120 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * gnus-util.el (gnus-extract-address-components): Improve comment.
8123
8124 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * gnus-util.el (gnus-extract-address-components): Work with address in
8127         which the name portion contains @.
8128
8129         * lpath.el: Fbind custom-autoload.
8130
8131 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8132
8133         * gnus.el (gnus-start): Move custom group up.
8134         (gnus-select-method): Don't autoload, but make it available for
8135         `customize-variable'.
8136         (gnus-getenv-nntpserver): Don't autoload.
8137
8138 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8139
8140         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8141
8142 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * message.el (message-sendmail-extra-arguments): New variable.
8145         (message-send-mail-with-sendmail): Use it.
8146
8147 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8150         mm-with-unibyte-current-buffer to make string unibyte.
8151
8152         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8153         mm-string-as-multibyte.
8154
8155 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8156
8157         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8158         Reported by Werner Koch <wk@gnupg.org>.
8159
8160 2006-11-14  Daiki Ueno  <ueno@p360>
8161
8162         * mml2015.el: Autoload epa-select-keys when compiling.
8163
8164 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8165
8166         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8167         message-options.
8168         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8169
8170 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8171
8172         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8173         EasyPG (< 0.0.6).
8174         (mml2015-always-trust): New user option.
8175         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8176         prompt.
8177
8178 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * nntp.el (nntp-authinfo-force): New variable.
8181         (nntp-send-authinfo): Use it.
8182
8183 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8186         decode encoded words.  Improve prompt.  Add comment about forwarding.
8187         (message-replacement-char): Move up.
8188
8189 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8190
8191         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8192         instead of gnus-intersection because arguments of gnus-sorted-nunion
8193         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8194
8195 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8196
8197         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8198         (message-simplify-subject-functions): Enable
8199         message-strip-subject-encoded-words by default.
8200
8201 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * message.el (message-strip-subject-encoded-words): New function.
8204         (message-simplify-subject-functions): New variable.
8205         (message-simplify-subject): Use it.  Fix typo in doc string.
8206         Support message-strip-subject-encoded-words.
8207
8208 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8209
8210         * gnus-diary.el (gnus-diary-delay-format-function):
8211         * nndiary.el (nndiary-reminders):
8212         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8213
8214 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8215
8216         * gnus-art.el (article-hide-boring-headers): Fetch date from
8217         gnus-original-article-buffer to avoid problems with localized date
8218         strings.
8219
8220 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8223
8224 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8225
8226         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8227         New variables.
8228         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8229         (mm-charset-synonym-alist): Move some entries to
8230         mm-codepage-iso-8859-list.
8231         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8232         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8233
8234 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8237
8238 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8239
8240         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8241         with Emacs 21 and XEmacs.
8242
8243 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8244
8245         * spam.el (spam-parse-address): New function for better parsing,
8246         catching errors, etc.
8247         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8248
8249 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8250
8251         * mm-view.el: Add interactive arg to html2text autoload.
8252
8253 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8256
8257 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8258
8259         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8260         variables.
8261         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8262         (mm-charset-synonym-alist): Move some entries to
8263         mm-codepage-iso-8859-list.
8264
8265         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8266
8267 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8268
8269         * message.el (message-citation-line-format)
8270         (message-insert-formated-citation-line): Fix implementation of %E, %N
8271         and %n according to the doc string.
8272
8273 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8274
8275         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8276         car-safe to avoid bad parses.
8277
8278 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8281         names.
8282
8283         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8284
8285 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8288         header.
8289
8290         * message.el (message-draft-headers): Add Date.
8291         (message-headers-to-generate): Fix typo in docstring.
8292
8293         * nndraft.el (nndraft-required-headers): New variable.
8294         (nndraft-generate-headers): Use it.
8295
8296         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8297
8298 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8299
8300         * gnus-registry.el (gnus-registry-wash-for-keywords)
8301         (gnus-registry-find-keywords): New functions to allow easy searching of
8302         articles that are in the registry.
8303
8304 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8305
8306         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8307         ietf-drums-parse-address instead of gnus-extract-address-components.
8308         Reported by Damien Elmes <damien@repose.cx>.
8309
8310 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8311
8312         * gnus.el (gnus-mime): Remove unused custom group.
8313
8314 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8315
8316         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8317         "blank line" when searching for end of armor headers.
8318
8319 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * gmm-utils.el (gmm-write-region): Fix variable name.
8322
8323 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * gmm-utils.el (gmm-write-region): New function based on compatibility
8326         code from `mm-make-temp-file'.
8327
8328         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8329
8330         * nnmaildir.el (nnmaildir--update-nov)
8331         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8332         Use `gmm-write-region'.
8333
8334 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8337         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8338
8339         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8340
8341         * message.el (message-replacement-char): New variable.
8342         (message-fix-before-sending): Use it.
8343         (message-simplify-subject): New function to remove duplicate code.
8344         (message-reply, message-followup): Use it.
8345
8346         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8347         gnus-summary-limit-to-articles.
8348
8349 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * gnus-util.el (gnus-with-local-quit): New macro.
8352
8353         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8354
8355 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8356
8357         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8358         ignore non-string data.
8359
8360 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8361
8362         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8363         non-string data (needs to be done in the registry too).
8364
8365 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8366
8367         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8368         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8369         (gnus-registry-split-fancy-with-parent)
8370         (gnus-registry-fetch-simplified-message-subject-fast)
8371         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8372         Remove text properties on ingress into the registry and when it's saved.
8373         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8374         registry from entries with no groups.
8375
8376 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8377
8378         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8379         function to remove string properties.
8380
8381 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * gmm-utils.el (gmm): Adjust custom version.
8384
8385         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8386         custom version.
8387
8388         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8389
8390 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8391
8392         * gnus-art.el (gnus-insert-prev-page-button)
8393         (gnus-insert-next-page-button): Simplify.  Reformat.
8394
8395 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8396
8397         * gnus-art.el (gnus-insert-prev-page-button)
8398         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8399
8400 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8401
8402         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8403
8404 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8405
8406         * gnus-art.el (gnus-insert-mime-button)
8407         (gnus-insert-mime-security-button):
8408         Apply gnus-article-button-face to MIME and security buttons.
8409
8410 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8411
8412         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8413         readable.
8414
8415 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8418
8419 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8420
8421         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8422         `browse-url-of-file' instead of `browse-url'.
8423
8424 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8425
8426         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8427         regexp.  Articles containing quotation were cut prematurely.
8428
8429 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * message.el (message-cite-original-1): Use nobody by default for the
8432         value of From header.
8433         (message-reply): Ditto.
8434
8435 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8436
8437         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8438         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8439         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8440
8441 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8442
8443         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8444         mails in the doc string.  Add some URLs in comment.
8445         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8446
8447 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8450         backslashes handling and the way to find boundaries of quoted strings.
8451
8452 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8453
8454         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8455         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8456         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8457         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8458
8459 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8460
8461         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8462         doc string.
8463         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8464
8465 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * lpath.el: Fbind epg-check-configuration.
8468
8469 2006-09-06  Simon Josefsson  <jas@extundo.com>
8470
8471         * mml2015.el (mml2015-use): Doc fix, mention epg.
8472
8473 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8474
8475         * mml2015.el (mml2015-use): Default to epg, if available.
8476
8477 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8478
8479         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8480         message-sender.
8481         (mml1991-epg-encrypt): Ditto.
8482         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8483         message-sender.
8484         (mml2015-epg-encrypt): Ditto.
8485
8486 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8487
8488         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8489         several common directories.
8490
8491 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8492
8493         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8494         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8495
8496 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus-art.el (article-decode-encoded-words): Make it fast.
8499
8500 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8503
8504         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8505         in quoted string into `\'.
8506
8507 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8510         Use standard-syntax-table.
8511
8512 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * gnus-art.el (gnus-decode-address-function): New variable.
8515         (article-decode-encoded-words): Use it to decode headers which are
8516         assumed to contain addresses.
8517         (gnus-mime-delete-part): Remove useless `or'.
8518
8519         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8520         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8521         (gnus-nov-parse-line): Use it to decode From header.
8522         (gnus-get-newsgroup-headers): Ditto.
8523         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8524
8525         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8526         (mail-decode-encoded-address-string): New alias.
8527
8528         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8529         New function.
8530         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8531         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8532         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8533         (rfc2047-decode-string): Ditto.
8534         (rfc2047-decode-address-region): New function.
8535         (rfc2047-decode-address-string): New function.
8536
8537 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * message.el (message-caesar-buffer-body): Allow rotating headers.
8540
8541         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8542
8543         * message.el (message-insert-formated-citation-line): Fix %f.
8544         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8545
8546 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8549         (gnus-bookmark-mouse-available-p): New macro.
8550         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8551         (gnus-bookmark-bmenu-show-infos): Use it.
8552         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8553         (gnus-bookmark-bmenu-hide-infos): Ditto.
8554         (gnus-bookmark-remove-properties): New function.
8555         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8556         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8557         (gnus-bookmark-write-file): Bind coding-system-for-write.
8558         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8559         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8560         group before selecting it.
8561         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8562         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8563         quit-window if it is not available; use gnus-mouse-2 and bind it to
8564         gnus-bookmark-bmenu-select-by-mouse.
8565         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8566         (gnus-bookmark-bmenu-select-by-mouse): New function.
8567
8568 2006-08-13  Romain Francoise  <romain@orebokech.com>
8569
8570         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8571         space.
8572
8573 2006-08-10  Romain Francoise  <romain@orebokech.com>
8574
8575         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8576         (dns-mode-soa-auto-increment-serial): New user option.
8577         (dns-mode-soa-maybe-increment-serial): New function.
8578         (dns-mode): Add the latter to `write-contents-functions'.
8579
8580 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * compface.el (uncompface): Use binary rather than raw-text-unix.
8583
8584 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * compface.el (uncompface): Make sure the eol conversion doesn't take
8587         place when communicating with the external programs.  Reported by
8588         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8589
8590 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8593
8594 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8595
8596         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8597         Make it more robust by parsing author and date independently.
8598
8599 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8602
8603 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8604
8605         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8606         first matching secret key.
8607         (mml2015-epg-encrypt): Ditto.
8608
8609         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8610         first matching secret key.
8611         (mml1991-epg-encrypt): Ditto.
8612
8613         * mml2015.el (mml2015-encrypt-to-self): New user option.
8614         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8615         mml2015-epg-encrypt-to-self is set.
8616
8617         * mml1991.el (mml1991-encrypt-to-self): New variable.
8618         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8619         mml1991-epg-encrypt-to-self is set.
8620
8621         * mml2015.el (mml2015-signers): New user option.
8622         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8623         (mml2015-epg-encrypt): Allow to select signing keys.
8624
8625         * mml1991.el (mml1991-signers): New variable.
8626         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8627         (mml1991-epg-encrypt): Allow to select signing keys.
8628
8629 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * nnheader.el (nnheader-insert-head): Make it work even if the file
8632         uses CRLF for the line-break code.
8633
8634 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8635
8636         * mml2015.el: Require mml-sec instead of password.
8637         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8638         (mml2015-cache-passphrase): Inherit the default value from
8639         mml-secure-cache-passphrase.
8640         (mml2015-passphrase-cache-expiry): Inherit the default value from
8641         mml-secure-passphrase-cache-expiry.
8642
8643         * mml1991.el: Require mml-sec instead of password.
8644         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8645         (mml1991-cache-passphrase): Inherit the default value from
8646         mml-secure-cache-passphrase.
8647         (mml1991-passphrase-cache-expiry): Inherit the default value from
8648         mml-secure-passphrase-cache-expiry.
8649
8650         * mml-sec.el: Require password.
8651         (mml-secure-verbose): New user option.
8652         (mml-secure-cache-passphrase): New user option.
8653         (mml-secure-passphrase-cache-expiry): New user option.
8654
8655 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8656
8657         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8658         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8659         andreas@altroot.de (Andreas Vögele).
8660
8661         FIXME: Use `tiny change'?
8662
8663 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8664
8665         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8666         workaround for the url package included with Emacs.
8667
8668         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8669
8670 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8673         correctly.  This fixes a bug caused by the 2006-05-12 change.
8674
8675 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8676
8677         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8678         some information about the error when saying that the `bogus' mail
8679         group will be used.
8680
8681 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8682
8683         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8684         string.
8685
8686 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8687
8688         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8689
8690 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8691
8692         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8693
8694 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8695
8696         * mml1991.el (mml1991-function-alist): Add epg.
8697         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8698         (mml1991-epg-encrypt): New functions.
8699
8700 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8701
8702         * mml2015.el (mml2015-verbose): New variable.
8703         (mml2015-cache-passphrase): Ditto.
8704         (mml2015-passphrase-cache-expiry): Ditto.
8705         (mml2015-function-alist): Add epg.
8706         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8707         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8708         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8709         functions.
8710
8711 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8712
8713         * message.el (message-cite-original-1): Preserve region when removing
8714         quoted text due to X-No-Archive in order to avoid bogus attribution
8715         when citing multiple messages.
8716
8717 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8718
8719         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8720         Kenneth Jacker <khj@be.cs.appstate.edu>.
8721
8722 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8723
8724         * gnus-diary.el (gnus-user-format-function-d)
8725         (gnus-user-format-function-D): Autoload.
8726
8727         * imap.el (Commentary): Fix typo.
8728
8729         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8730         2006-04-22 contribution.
8731
8732 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8733
8734         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8735         It didn't really fix the bogosity I'm seeing with solid web groups.
8736
8737 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8738
8739         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8740         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8741         created using server names.  If we use the feature without declaring
8742         it, Gnus does not properly manage server and group state.
8743
8744         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8745         bound.
8746
8747 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8748
8749         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8750         looking up the method using GROUP's prefix before inventing a new one.
8751         It is used on killed/unknown groups in various places where returning
8752         an all-new method isn't expected by the caller.
8753
8754         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8755         and match semantics of gnus-group-real-prefix.
8756
8757 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8758
8759         * nnmail.el (nnmail-broken-references-mailers): New variable.
8760         (nnmail-ignore-broken-references): New function generalizing
8761         nnmail-fix-eudora-headers.
8762         (nnmail-fix-eudora-headers): Now obsolete.
8763
8764         * gnus-art.el (gnus-button-handle-custom): Support
8765         `customize-apropos*'.
8766
8767 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8768
8769         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8770
8771         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8772         articles.
8773
8774 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8775
8776         * message.el (message-cite-reply-above): New variable.
8777         (message-yank-original): Use it.
8778
8779 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8782
8783 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8786         as read.
8787
8788         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8789
8790 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8791
8792         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8793         (gnus-bookmark-default-file): Use gnus-directory.
8794         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8795         Remove "*" in doc string.
8796         (gnus-bookmark-write-file): Simplify.
8797         (gnus-bookmark-maybe-sort-alist): Use `when'.
8798         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8799         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8800         FIXME about Emacs 21 and XEmacs compatibility.
8801         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8802         compatibility.
8803         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8804         compatibility.
8805         (gnus-bookmark-menu-heading): Fix version.
8806
8807 2006-06-19  Bastien Guerry  <bzg@altern.org>
8808
8809         * gnus-bookmark.el: New file.
8810
8811 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8812
8813         * message.el (message-syntax-checks): Doc fix.
8814
8815 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8816
8817         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8818         unsubscribed groups as if they were killed ones.  It causes duplicate
8819         entries in gnus-newsrc-alist.
8820
8821 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * message.el (message-syntax-checks): Doc fix.
8824         (message-send-mail): Add check for continuation headers.
8825         (message-check-news-header-syntax): Fix regexp used to check for
8826         continuation headers.
8827
8828 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8831
8832 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8835
8836 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8839         default-truncate-lines.
8840
8841 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8844         to fill the utf-8 entry.
8845
8846         * lpath.el: Fbind unicode-precedence-list.
8847
8848 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8849
8850         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8851
8852 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8853
8854         * gnus-agent.el (directory-files-and-attributes): Move all the way
8855         forward (the third and final move).
8856         (gnus-agent-read-agentview): Trap reconstruction errors due to
8857         nonexistant directory.  Handle by returning nil.
8858
8859 2006-05-30  Didier Verna  <didier@xemacs.org>
8860
8861         * message.el (message-dont-reply-to-names): Update the custom type.
8862         * message.el (message-dont-reply-to-names): New defsubst: potentially
8863         convert a list of regexps into a single one.
8864         * message.el (message-get-reply-headers): Use it.
8865         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8866
8867 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * gnus-agent.el (directory-files-and-attributes): Move forward.
8870
8871 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8872
8873         * gnus-ml.el (gnus-mailing-list-subscribe)
8874         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8875         (gnus-mailing-list-message): Fix doc strings.
8876
8877 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8878
8879         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8880         of doing it manually.
8881
8882 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8883
8884         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8885         comment.
8886
8887 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8888
8889         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8890         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8891         (gnus-agent-read-local): All symbols allocated in my-obarray.
8892         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8893         (gnus-agent-regenerate-group): Check numeric names to see if they are
8894         messages or groups.
8895         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8896         better way of do this...)
8897
8898         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8899         'dummy.group' (there should be a better way of do this...)
8900
8901 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8904         (gnus-saved-headers): Ditto.
8905         (gnus-default-article-saver): Mention functions may have properties.
8906         (gnus-article-save): Override gnus-save-all-headers and
8907         gnus-saved-headers by :headers property which saver function may have.
8908         (gnus-summary-save-in-file): Add :headers property.
8909         (gnus-summary-write-to-file): Ditto.
8910
8911         * gnus-sum.el (gnus-summary-save-article): Bind
8912         gnus-prompt-before-saving to t when saving many articles in a file;
8913         always show all headers.
8914
8915         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8916
8917 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8920         marks.
8921
8922         * message.el (message-indent-citation): Add optional arguments to allow
8923         using it outside of message buffers.
8924
8925         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8926         (gnus-article-treat-unfold-headers): Use it.
8927         (gnus-article-truncate-lines): New variable.
8928         (gnus-article-mode): Use it.
8929         (gnus-article-toggle-truncate-lines): New function.
8930
8931         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8932         gnus-article-toggle-truncate-lines.
8933
8934         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8935         coding system in XEmacs, use binary.
8936
8937 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8938
8939         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8940         after-load-alist.
8941
8942         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8943         this function should save decoded articles.
8944         (gnus-summary-write-to-file): Use property to specify this function
8945         should save decoded articles and specify gnus-summary-save-in-file
8946         should be used to save articles other than the first one when saving
8947         many articles.
8948         (gnus-summary-save-body-in-file): Use property to specify this
8949         function should save decoded articles.
8950         (gnus-summary-write-body-to-file): Use property to specify this
8951         function should save decoded articles and specify
8952         gnus-summary-save-body-in-file should be used to save articles other
8953         than the first one when saving many articles.
8954
8955         * gnus-sum.el (gnus-summary-save-article): Simplify.
8956
8957 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * gnus-art.el (gnus-default-article-saver): Add
8960         gnus-summary-write-body-to-file.
8961         (gnus-article-save-coding-system): Don't use coding system object
8962         in XEmacs.
8963         (gnus-read-save-file-name): Add optional `dir-var' argument which
8964         specifies directory in which files are saved; work even if optional
8965         `variable' argument is not specified.
8966         (gnus-summary-write-to-file): Read file name.
8967         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8968         (gnus-summary-write-body-to-file): New function.
8969
8970         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8971         (gnus-summary-local-variables): Add it.
8972         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8973         (gnus-summary-save-article): Remove optional `decode' argument;
8974         determine whether to decode articles by the value of
8975         gnus-default-article-saver; when saving many files using
8976         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8977         it first and use gnus-summary-save-in-file or
8978         gnus-summary-save-body-in-file thereafter unless
8979         gnus-prompt-before-saving is always; move point to article which
8980         will be saved.
8981         (gnus-summary-save-article-file): Revert.
8982         (gnus-summary-write-article-file): Revert.
8983         (gnus-summary-save-article-body-file): Revert.
8984         (gnus-summary-write-article-body-file): New function.
8985
8986 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * gnus-art.el (gnus-default-article-saver): Doc fix.
8989         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8990         from gnus-summary-save-article-coding-system, and default to a
8991         certain coding system.
8992         (gnus-output-to-file): Add coding cookie and encode text according
8993         to gnus-article-save-coding-system; don't use mm-append-to-file.
8994
8995         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8996         gnus-art.el and rename to gnus-article-save-coding-system.
8997         (gnus-summary-save-article): Require gnus-art; don't show all
8998         headers if it decodes articles; don't add coding cookie here;
8999         don't bind mm-text-coding-system-for-write.
9000         (gnus-summary-save-article-file): Save decoded articles.
9001         (gnus-summary-write-article-file): When saving many files, use
9002         gnus-summary-write-to-file first and gnus-summary-save-in-file
9003         thereafter unless gnus-prompt-before-saving is always.
9004         (gnus-summary-save-article-body-file): Save decoded articles.
9005
9006         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9007
9008 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9009
9010         * nnrss.el (nnrss-check-group): Bind hash-index.
9011
9012 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9013
9014         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9015         its hash index.  Store this hash in `nnrss-group-data'.
9016         (nnrss-read-group-data): Update accordingly.
9017
9018 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9019
9020         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9021         entry.
9022
9023         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9024         gnus-article-browse-html-article.
9025
9026 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9027
9028         * gnus-sum.el (gnus-summary-mime-map): Add
9029         gnus-article-browse-html-article.
9030
9031         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9032
9033 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9034
9035         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9036         suitable coding systems in customize.
9037
9038 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * mail-source.el (mail-sources): Fix custom type.
9041
9042 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9045         (gnus-summary-expire-articles-now): Shorten prompt.
9046
9047         * gmm-utils.el (wid-edit): Require.
9048         (defun-gmm): Renamed from `gmm-defun-compat'.
9049         (gmm-image-search-load-path): Use it.
9050         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9051
9052 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9055         variable.
9056         (gnus-summary-save-article): Add optional `decode' argument.  If
9057         it is set and gnus-summary-save-article-coding-system is non-nil,
9058         save decoded article.
9059         (gnus-summary-write-article-file): Save decoded article if
9060         gnus-summary-save-article-coding-system is non-nil.
9061
9062         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9063         type.
9064
9065 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9066
9067         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9068
9069 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9072         first to test gnus-single-article-buffer which may be buffer-local.
9073
9074         * gnus-sum.el (gnus-summary-setup-buffer): Make
9075         gnus-single-article-buffer buffer-local and nil in ephemeral
9076         group; make gnus-article-buffer, gnus-article-current, and
9077         gnus-original-article-buffer always buffer-local.
9078         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9079         group.
9080         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9081
9082 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * nnml.el (nnml-request-compact-group): Compressed files might not
9085         have .gz extension.
9086
9087 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9088
9089         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9090         (mm-copy-to-buffer): Use with-current-buffer.
9091         (mm-display-part): Simplify.
9092         (mm-inlinable-p): Add optional arg `type'.
9093
9094 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9095
9096         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9097         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9098         Try harder to show the attachment internally or externally using
9099         gnus-mime-view-part-as-type.
9100
9101 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * message.el (message-from-style, message-signature-separator)
9104         (message-user-organization-file, message-send-mail-function)
9105         (message-citation-line-function, message-yank-prefix)
9106         (message-indent-citation-function, message-signature)
9107         (message-signature-file, message-signature-insert-empty-line):
9108         Remove autoloads.
9109
9110         * gnus-art.el (gnus-buttonized-mime-types): Remove
9111         "multipart/signed".  Revert 2006-04-26 change.
9112
9113 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9114
9115         * gnus.el (gnus-version-number): Bump version.
9116
9117 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9118
9119         * gnus.el: No Gnus v0.5 is released.
9120
9121 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9122
9123         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9124         fetching articles by message-id.
9125
9126 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9127
9128         * message.el (hashcash): Require hashcash as normal.
9129
9130         * ecomplete.el (ecomplete-highlight-match-line): Use
9131         point-at-eol.
9132         (ecomplete-highlight-match-line): Use `highlight', because that
9133         face exists in both Emacs and XEmacs.
9134
9135         * message.el (message-display-abbrev): Use point-at-bol.
9136
9137         * mail-source.el: Don't require timer/timer-funcs.
9138
9139         * gnus-async.el: Ditto.
9140
9141         * password.el: Ditto.
9142
9143         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9144
9145         * mm-url.el: Ditto.
9146
9147         * gnus-xmas.el: Don't require timer-funcs.
9148
9149         * mm-util.el: Require timer/timer-funcs.
9150
9151 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9152
9153         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9154         Close.
9155
9156 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9159         unibyte after clear-decrypt function runs.
9160
9161         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9162         returns as a unibyte string.
9163
9164 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * lpath.el: Revert.
9167
9168         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9169         (pgg-gpg-process-sentinel): Revert.
9170
9171         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9172         (pgg-pgp-lookup-key): Revert.
9173
9174         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9175         (pgg-pgp5-lookup-key): Revert.
9176
9177         * pgg.el (pgg-fetch-key): Revert.
9178
9179 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * lpath.el: Fbind string-as-multibyte for XEmacs.
9182
9183         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9184         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9185         (mml1991-pgg-encrypt): Ditto.
9186
9187         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9188         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9189         a multibyte buffer.
9190
9191         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9192         (pgg-pgp-lookup-key): Ditto.
9193
9194         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9195         (pgg-pgp5-lookup-key): Ditto.
9196
9197         * pgg.el (pgg-fetch-key): Ditto.
9198
9199 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9200
9201         * message.el (message-user-organization-file): Check several
9202         locations of the organization file.
9203
9204         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9205         Add gnus-article-view-part-as-type.
9206
9207         * gnus-art.el (gnus-article-view-part-as-type): New function.
9208
9209         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9210         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9211
9212         * mml.el: Simplify autoload.
9213         (mml-mode): defvar dnd-protocol-alist instead of using
9214         symbol-value.
9215         (mml-default-directory): New variable.
9216         (mml-minibuffer-read-file): Use it.
9217         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9218
9219         * message.el (message-citation-line-format): New variable.
9220         (message-insert-formated-citation-line): New function.
9221         (message-citation-line-function): Add
9222         `message-insert-formated-citation-line' to custom type.
9223
9224         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9225         to doc string.
9226
9227         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9228         depending on mm-verify-option.
9229
9230 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9233         binding pgg-* variables; reimplement the section which prevents
9234         MIME header from being signed.
9235         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9236         pgg-text-mode; remove a blank line at the top of body.
9237
9238         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9239         lines at the top of body; use gnus-newsgroup-charset if there's no
9240         Charset header.
9241
9242 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9243
9244         * message.el (message-self-insert-commands): Doc fix.
9245
9246         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9247         (mm-uu-pgp-encrypted-test): Ditto.
9248         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9249         between header and body; return application/pgp-encrypted handle
9250         if decryption failed; decode decrypted body by charset.
9251
9252         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9253         element match to application/pgp-*.
9254
9255 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9256
9257         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9258         HTML.
9259
9260 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9261
9262         * mail-source.el (mail-source-call-script): Message the error
9263         string.
9264
9265 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9266
9267         * gnus-util.el (gnus-byte-compile): Use it.
9268
9269 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9270
9271         * gnus-util.el (kill-empty-logs): New function.
9272
9273 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9274
9275         * message.el (message-mail-alias-type): Doc fix.
9276         (message-mail-alias-type-p): New function.
9277         (message-send): Use it.
9278         (message-mode): Ditto.
9279         (message-strip-forbidden-properties): Ditto.
9280
9281         * ecomplete.el (ecomplete-database-file-coding-system): New
9282         variable.
9283         (ecomplete-save): Use it.
9284         (ecomplete-setup): Use it.
9285
9286 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * message.el (message-self-insert-commands): New variable.
9289         (message-strip-forbidden-properties): Use it.
9290
9291 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9292
9293         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9294         that doesn't make XEmacs choke.
9295
9296 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9297
9298         * gnus-util.el (gnus-replace-in-string):
9299         Prefer replace-regexp-in-string over of replace-in-string.
9300
9301 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-util.el (gnus-select-frame-set-input-focus):
9304         Use select-frame-set-input-focus if it is available in XEmacs; use
9305         definition defined in Emacs 22 for old Emacsen.
9306
9307         * dgnushack.el: Autoload unmorse-region for XEmacs.
9308
9309         * lpath.el: Bind cursor-in-non-selected-windows and
9310         select-frame-set-input-focus for XEmacs.
9311
9312 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9313
9314         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9315
9316 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9317
9318         * gnus-registry.el (gnus-registry-cache-save): Remove text
9319         properties when saving via the temp buffer.
9320
9321 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * message.el (message-generate-hashcash): Honor custom type.
9324
9325 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9326
9327         * message.el (message-generate-hashcash): Default to non-nil when
9328         hashcash is found.
9329
9330         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9331         (gnus-refer-thread-limit): Increase default to 500.
9332
9333         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9334
9335         * flow-fill.el (fill-flowed): Allow delete-space.
9336
9337 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9338
9339         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9340         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9341         Remove autoloads.
9342
9343 2006-04-18  Simon Josefsson  <jas@extundo.com>
9344
9345         * message.el (message-generate-hashcash): Default to.
9346
9347 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9350         concatenating segments rather than before concatenating them.
9351
9352 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9355
9356 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9359
9360         * message.el (message-forward-make-body-plain): Allow
9361         message-forward-ignored-headers to be a list.
9362         (message-remove-ignored-headers): Factor out into function.
9363         (message-forward-make-body-mml): Use it.
9364
9365         * imap.el (imap-quote-specials): New function.
9366         (imap-login-auth): Quote specials.
9367
9368         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9369         (rfc2231-parse-string): Allow concatanation of parameters that
9370         aren't contiguous.  The test case is
9371           (mail-header-parse-content-type "message/external-body;
9372             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9373             access-type=LOCAL-FILE;
9374             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9375
9376 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9377
9378         * nntp.el (nntp-accept-process-output): Return the value of
9379         `nnheader-accept-process-output'.
9380
9381 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9382
9383         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9384         (gnus-button-alist): Recognize more diff formats.
9385         (gnus-button-patch): Strip directory.
9386
9387 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9388
9389         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9390         Emacs 22 when setting focus.
9391
9392 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9393
9394         * gnus-art.el (gnus-article-treat-types): Do treatment of
9395         text/x-verbatim parts.
9396         (gnus-button-patch): New command.
9397
9398         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9399         addresses that contain invalid characters.
9400
9401 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9402
9403         * message.el (message-put-addresses-in-ecomplete): Use
9404         gnus-replace-in-string.
9405         (message-is-yours-p): Use the more correct
9406         mail-header-parse-address instead of
9407         mail-extract-address-components.
9408         (message-put-addresses-in-ecomplete): Fix typo.
9409
9410         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9411         keystroke.
9412
9413         * gnus-art.el (gnus-treatment-function-alist): Change order of
9414         newsgroups/generic header folding to avoid double-folding.
9415
9416         * message.el (message-hidden-headers): Add X-Draft-From.
9417
9418         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9419         command.
9420         (gnus-summary-repeat-search-article-backward): New command.
9421
9422         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9423         groups in the parent topic.
9424
9425 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9426
9427         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9428         (spam-extra-header-to-number): Return the CRM114 number as a
9429         number instead of a string.
9430
9431 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432
9433         * gnus-art.el (gnus-face-properties-alist): Moved here from
9434         gnus-fun.
9435
9436         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9437
9438 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9439
9440         * message.el (message-strip-forbidden-properties): Only display on
9441         self-insert-command.
9442
9443         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9444         reindent.
9445         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9446
9447 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9448
9449         * smiley.el (smiley-style): Fix typo.
9450
9451 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452
9453         * hashcash.el (hashcash-insert-payment-async-2): Use
9454         message-goto-eoh instead of doing it manually.
9455         (mail-add-payment): Use message-narrow-to-header instead of trying
9456         to do the same itself.
9457
9458         * message.el (message-hidden-headers): Add Face.
9459
9460         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9461         reparenting code.
9462         (gnus-summary-reparent-children): Refactored out code.
9463         (gnus-summary-thread-map): New keystroke.
9464         (gnus-summary-reparent-children): Make into command.
9465
9466         * smiley.el (smiley-style): Default to `medium' if using a large
9467         font.
9468
9469         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9470         does it itself.
9471
9472         * message.el (message-point-in-header-p): Simplify definition.
9473
9474 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9475
9476         * nnagent.el (nnagent-request-set-mark): Silence log file
9477         writing.
9478         (nnagent-request-set-mark): Use write-region instead of
9479         append-to-file.
9480
9481         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9482         strange select method.
9483
9484         * ecomplete.el (ecomplete-display-matches): Get highlightling
9485         right.
9486         (ecomplete-display-matches): Use literals.
9487         (ecomplete-display-matches): Disable message logging.
9488
9489         * message.el (message-display-abbrev): Small optimization.
9490
9491         * ecomplete.el (ecomplete-display-matches): Allow automatic
9492         display.
9493
9494         * message.el (message-strip-forbidden-properties): Display
9495         abbrevs.
9496         (message-display-abbrev): Get automatic display right.
9497
9498         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9499         keystrokes.
9500
9501 2006-04-13  Romain Francoise  <romain@orebokech.com>
9502
9503         TODO: Backport to v5-10!
9504
9505         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9506         Moved here (and renamed) from gnus-registry.el.
9507
9508         * gnus-registry.el: Require gnus-util.
9509         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9510
9511 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9512
9513         * gnus-group.el (gnus-group-catchup-current): Change
9514         if-then-else-if-then-else into cond.
9515         (gnus-group-catchup): Indent.
9516         (group-name-at-point): New function.
9517         (gnus-fetch-group): Provide default from thing at point.
9518
9519 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9520
9521         * message.el (message-display-abbrev): Fix regexp.
9522
9523         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9524         choosing.
9525         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9526         dead variables.
9527
9528         * message.el (message-newline-and-indent): Remove debugging.
9529         (message-display-abbrev): Use new implementation.
9530
9531 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * gnus-art.el (gnus-article-mode): Set
9534         cursor-in-non-selected-windows to nil.
9535
9536         * smiley.el: Revert previous change.
9537         (smiley-data-directory): defvar it before using it in the
9538         defcustom of `smiley-style'.
9539
9540 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * message.el (message-newline-and-indent): New function.
9543
9544         * ecomplete.el: Implement more bits.
9545
9546         * message.el (message-put-addresses-in-ecomplete): Clean up the
9547         string.
9548
9549         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9550
9551         * gnus-sum.el (gnus-summary-save-parts): Bind
9552         gnus-summary-save-parts-counter and use it to make unique file
9553         names.
9554
9555         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9556
9557         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9558         parameter to say whether to actually parse the individual
9559         addresses.
9560
9561         * message.el (message-put-addresses-in-ecomplete): New function.
9562         (ecomplete): Require.
9563         (message-mail-alias-type): Add ecomplete as an option.
9564
9565 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9566
9567         * flow-fill.el (fill-flowed): Remove trailing space from blank
9568         quoted lines.
9569
9570 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9571
9572         * smiley.el (smiley-style): Move definition later to avoid a
9573         compilation warning.
9574
9575 2006-04-12  Kenichi Handa  <handa@m17n.org>
9576
9577         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9578         buffer and then decode the buffer text if necessary.
9579         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9580         first, and after mm-encode-body, change the buffer to unibyte.
9581         Use mm-disable-multibyte instead of set-buffer-multibyte.
9582
9583 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9586         Content-Type header instead of Content-Disposition header.
9587         (gnus-mime-inline-part): Ditto.
9588         (gnus-mime-view-part-as-charset): Ignore charset that the part
9589         specifies.
9590
9591         * mm-decode.el (mm-display-part): Work with external parts and
9592         usual parts similarly.
9593
9594         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9595         instead of gnus-display-mime.
9596
9597         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9598         instead of with-temp-buffer.
9599
9600         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9601         tag to summarized topics part in order to encode non-ASCII text.
9602
9603 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9604
9605         * smiley.el (smiley-style): New variable.
9606         (smiley-directory): New function.
9607         (smiley-data-directory): Derive from `smiley-style' using
9608         `smiley-directory'.
9609         (smiley-regexp-alist): Add new entries.
9610
9611         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9612         (gnus-article-browse-delete-temp): Add :version.
9613
9614 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9615
9616         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9617         the sieve region.
9618
9619 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9620
9621         * gnus.el (gnus-version-number): Bump version.
9622
9623 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * gnus.el: No Gnus v0.4 is released.
9626
9627 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9628
9629         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9630         layout.
9631
9632         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9633         unknown charset.
9634
9635         * message.el (message-header-synonyms): Add Original-To to the
9636         default.
9637
9638         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9639         optional parameter.
9640
9641 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * gnus-fun.el (gnus): Require it for gnus-directory.
9644
9645 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9648
9649 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9650
9651         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9652
9653 2006-04-05  Simon Josefsson  <jas@extundo.com>
9654
9655         * password.el (password-reset): New function.
9656
9657 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9658
9659         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9660         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9661
9662 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9663
9664         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9665         Some whitespace was matched into the url, which broke browsing hits
9666         > 100 when mm-url-use-external was nil.
9667
9668 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9669
9670         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9671         gnus-extra-headers for 'Newsgroups.
9672
9673         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9674         bound.
9675
9676 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9677
9678         * pgg-gpg.el: Clean up process buffers every time gpg processes
9679         complete.
9680
9681 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9684         doc string.
9685
9686 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9687
9688         * pgg-gpg.el (pgg-gpg-process-filter)
9689         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9690
9691         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9692         lines, temporary fix.
9693
9694 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9697
9698 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9699
9700         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9701         default-enable-multibyte-characters.  This reverts the change from
9702         revision 6.17 which is no longer necessary because the passphrase
9703         is sent separately now.  GnuPG messages are unreadable under
9704         multibyte locales with default-enable-multibyte-characters set to
9705         nil.
9706
9707 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * message.el (message-tool-bar-gnome): Move "spell".
9710
9711 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9714         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9715         instead.
9716
9717 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9718
9719         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9720         newsgroups handling for NNTP overviews which don't include
9721         Newsgroups.
9722
9723 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9724
9725         * message.el (message-resend): Bind message-generate-hashcash to nil.
9726
9727 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9728
9729         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9730         when searching for already-paid recipients.
9731
9732 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9733
9734         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9735         passphrases when it is not needed.
9736         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9737         passphrase stuff from gpg, should only be necessary when you use
9738         gpg with a smartcard.
9739
9740 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * mml.el (mml-insert-mime): Ignore cached contents of
9743         message/external-body part.
9744
9745         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9746         (mm-insert-part): Ditto.
9747
9748 2006-03-23  Simon Josefsson  <jas@extundo.com>
9749
9750         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9751         Reiner.
9752         (pgg-gpg-use-agent-p): Use it again.
9753
9754 2006-03-23  Simon Josefsson  <jas@extundo.com>
9755
9756         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9757         older emacsen.
9758         (pgg-gpg-use-agent-p): Don't use it.
9759
9760 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9763         if we can.
9764
9765 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9766
9767         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9768         (pgg-gpg-update-agent): New function.
9769         (pgg-gpg-use-agent-p): New function.
9770         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9771         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9772         (pgg-gpg-sign-region): Use it.
9773
9774 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9777         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9778
9779 2006-03-21  Simon Josefsson  <jas@extundo.com>
9780
9781         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9782         <wilde@sha-bang.de>.
9783         (pgg-gpg-use-agent): New variable.
9784         (pgg-gpg-process-region): Use it.
9785         (pgg-gpg-encrypt-region): Likewise.
9786         (pgg-gpg-encrypt-symmetric-region): Likewise.
9787         (pgg-gpg-decrypt-region): Likewise.
9788         (pgg-gpg-sign-region): Likewise.
9789         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9790
9791 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9792
9793         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9794
9795         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9796         Add comment on version.
9797
9798 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9799
9800         * smiley.el: Add missing test smiley.
9801
9802 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * mm-decode.el (mm-with-part): New macro.
9805         (mm-get-part): Use it; work with message/external-body as well.
9806         (mm-save-part): Treat name and filename equally.
9807
9808         * mm-extern.el (mm-extern-cache-contents): New function.
9809         (mm-inline-external-body): Use it; force the part to be displayed;
9810         move undisplayer added to the cached handle to the parent.
9811
9812         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9813         (gnus-mime-view-part-as-type): Work with message/external-body.
9814
9815         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9816
9817 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9820         images in image-load-path.  [Sync with image.el, revision 1.60, in
9821         Emacs.]
9822
9823 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9824
9825         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9826         path rather than symbol.  Always return list of directories.
9827         Guarantee that image directory comes first.  [Sync with image.el,
9828         revision 1.59, in Emacs.]
9829
9830         * message.el (message-make-tool-bar): Adjust to new API of
9831         `gmm-image-load-path-for-library'.
9832
9833         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9834
9835         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9836
9837 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9838
9839         * gnus-art.el (gnus-article-only-boring-p):
9840         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9841         intangible text.
9842         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9843
9844 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9845
9846         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9847         `defun' instead of `gmm-defun-compat'.
9848
9849 2006-03-14  Simon Josefsson  <jas@extundo.com>
9850
9851         * message.el (message-unique-id): Don't use message-number-base36
9852         if (user-uid) is a float.
9853         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9854
9855 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9858
9859         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9860         empty line between a part and a message part.
9861
9862 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9863
9864         * smiley.el: Add more test smileys.
9865         (smiley-data-directory, smiley-regexp-alist)
9866         (gnus-smiley-file-types): Fix doc strings.
9867         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9868         adding new elements.
9869         (smiley-mouse-map): Unused code.  Make it a comment.
9870
9871 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9874         scan latest NoCeM messages instead of old ones.
9875         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9876         delimiters that are recently used.
9877         (gnus-nocem-load-cache): Add autoload cookie.
9878
9879         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9880
9881         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9882         level which is larger than gnus-use-nocem is specified.
9883
9884         * gnus-group.el (gnus-group-get-new-news): Ditto.
9885
9886 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9887
9888         * gnus-util.el (gnus-tool-bar-update): New function.
9889
9890         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9891         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9892
9893         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9894
9895         * gnus-group.el (gnus-group-redraw-when-idle)
9896         (gnus-group-redraw-check): Remove.
9897         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9898
9899 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9902         if optional last element is specified in splits (FIELD VALUE...).
9903
9904 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9907         to gmm-image-load-path-for-library.  Call with no-error argument.
9908         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9909
9910         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9911
9912         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9913
9914         * gmm-utils.el (gmm-image-load-path): Remove alias.
9915
9916 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9917
9918         * gmm-utils.el (gmm-image-load-path): Add alias.
9919
9920         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9921         nnml-generate-nov-databases-1.
9922         (nnml-generate-nov-databases): Use it.
9923         (nnml-generate-nov-databases-directory): Document no-active
9924         argument.
9925
9926         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9927         directory if path is t.  Add no-error.
9928
9929         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9930         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9931
9932         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9933         resetting gnus-article-browse-html-temp-list.
9934
9935         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9936         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9937         Add example to docstring.  Rename local variables.  Move error
9938         checks to default case in cond and simplify.
9939
9940 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9943         handle is multipart when calling it recursively.
9944         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9945
9946 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9947
9948         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9949         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9950
9951 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9954         is loaded.
9955
9956         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9957         loaded.
9958
9959 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9962         to "Emacs 23 (unicode)" in doc string.
9963
9964         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9965         "Emacs 23 (unicode)" in comment.
9966
9967 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9970
9971         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9972         characters 160 through 255 in Emacs 23.
9973
9974 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9977         gnus-article-browse-html-temp.
9978         (gnus-article-browse-delete-temp): Make it customizable.  Add
9979         `file'.  Adjust doc string.
9980         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9981         query for each file.  Adjust doc string.
9982         (gnus-article-browse-html-parts): Add
9983         `gnus-article-browse-delete-temp-files' to
9984         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9985
9986 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9987
9988         * gnus-art.el (gnus-article-browse-html-temp)
9989         (gnus-article-browse-delete-temp): New variables.
9990         (gnus-article-browse-delete-temp-files): New function.
9991         (gnus-article-browse-html-parts): Use it.
9992
9993 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9994
9995         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9996
9997         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9998         string.
9999
10000         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10001         gnus-summary-insert-new-articles when unplugged.  Remove
10002         gnus-summary-search-article-forward.
10003
10004         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10005         display-visual-class instead of display-color-cells.
10006
10007 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * dgnushack.el: Autoload customize-group for XEmacs.
10010
10011         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10012         message/* containing non-ASCII text properly.
10013
10014 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * message.el: Require gmm-utils, remove autoloads.
10017         (message-tool-bar): Set default based on
10018         gmm-tool-bar-style.
10019         (message-tool-bar-gnome): Add gmm-customize-mode.
10020
10021         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10022         gmm-tool-bar-style.
10023         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10024
10025         * gnus-group.el (gnus-group-tool-bar): Set default based on
10026         gmm-tool-bar-style.
10027         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10028
10029         * gmm-utils.el (gmm-image-directory): Rename variable from
10030         gmm-image-load-path.
10031         (gmm-image-load-path): Use gmm-image-directory.
10032         (gmm-customize-mode): New function.
10033         (gmm-tool-bar-style): New variable.
10034
10035         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10036         gnus-group-redraw-line-number.
10037         (gnus-group-redraw-check): Simplify.
10038         (gnus-group-tool-bar-update): Remove redraw check.
10039         (gnus-group-make-tool-bar): Add redraw check.
10040
10041 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10042
10043         * gnus-art.el (gnus-button): Add missing parentheses.
10044
10045 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * lpath.el: Fbind line-number-at-pos.
10048
10049 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10052
10053 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10054
10055         * gnus-art.el (gnus-button): New face.
10056         (gnus-article-button-face): Use it.
10057
10058         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10059         gnus-summary-next-page.  Re-order.
10060
10061         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10062         next-node are now included.
10063         (gnus-group-redraw-line-number): New internal variable.
10064         (gnus-group-redraw-check): Helper function for updating the tool
10065         bar.
10066         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10067
10068         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10069
10070         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10071         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10072         Use it to match format of Spamassassin 3.0 and later.  Reported by
10073         IRIE Tetsuya <irie@t.email.ne.jp>.
10074         (spam-check-bogofilter)
10075         (spam-bogofilter-register-with-bogofilter): Fix args of
10076         `gnus-error' calls.
10077
10078 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10079
10080         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10081         unnecessary interaction when sending queued mails.  Reported by
10082         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10083
10084 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10087         first or last are nil.
10088
10089 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10090
10091         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10092
10093 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10094
10095         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10096
10097 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10098
10099         * dns.el (query-dns): Protect more against buggy tcp output.
10100
10101 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10104         nov.php.
10105
10106 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10107
10108         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10109         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10110         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10111         output on the server side.
10112         (nnweb-google-create-mapping): Update regexps and add some
10113         progress indication.
10114
10115 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10118         gnus-agent-toggle-plugged.  Re-order icons.
10119         (gnus-group-tool-bar-gnome): Add
10120         gnus-group-{prev,next}-unread-group.
10121         (gnus-group-tool-bar-gnome): Re-order icons.
10122
10123         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10124         gnus-summary-insert-new-articles.
10125
10126         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10127         comments.
10128
10129         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10130         also available in Emacs 21.3.
10131
10132         * message.el (message-fix-before-sending): Change "Emacs 22" to
10133         "Emacs 23 (unicode)" in comment.
10134
10135         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10136         "Emacs 23 (unicode)" in comment.
10137
10138         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10139         comment.
10140         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10141
10142         * mm-view.el (mm-fill-flowed): Add :version.
10143
10144 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10147         and load-path.
10148
10149 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10150
10151         * message.el: Autoload gmm-image-load-path.
10152         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10153         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10154         consitency.
10155
10156         * gmm-utils.el (gmm-image-load-path): Also search in
10157         "../etc/images".  Don't set gmm-image-load-path if we don't find
10158         the image.
10159
10160 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * gmm-utils.el (gmm-image-load-path): Don't make
10163         `gmm-image-load-path' include subdirectories which the second arg
10164         `image' might specify.
10165
10166         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10167         subdirectory to icon file names.
10168
10169         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10170
10171 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10172
10173         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10174         gmm-image-load-path calls.
10175
10176         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10177
10178         * message.el (message-make-tool-bar): Ditto.
10179
10180         * mml.el (mml-preview): Added comment concerning tool bar icons.
10181
10182         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10183         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10184
10185         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10186         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10187
10188         * message.el (message-tool-bar-gnome): Use new icon names.
10189         (message-make-tool-bar): Use `gmm-image-load-path'.
10190
10191         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10192         functions from MH-E.
10193         (gmm-image-load-path): New variable from MH-E.
10194         (gmm-image-load-path): New function from MH-E.  Added arguments
10195         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10196         *-image-load-path-called-flag.
10197
10198 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10199
10200         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10201
10202 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10203
10204         * nnimap.el (nnimap-request-move-article): Change folder back to
10205         source group before deleting.
10206
10207 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10208
10209         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10210
10211         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10212         mm-url.
10213
10214         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10215
10216 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10219         coding system which mm-charset-to-coding-system returns for a
10220         given charset is valid.
10221
10222 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10223
10224         * html2text.el (html2text-remove-tag-list):
10225         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10226
10227 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10228
10229         * gnus-cus.el: Revert 2005-10-17 change.
10230
10231 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * gnus-art.el (article-strip-banner): Call
10234         article-really-strip-banner only when the regexp match is made.
10235
10236 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10237
10238         * gnus-art.el (article-strip-banner): Use
10239         gnus-extract-address-components instead of
10240         mail-header-parse-addresses to make it work with non-ASCII text;
10241         remove mail-encode-encoded-word-string.
10242
10243         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10244         values which are surrounded with \"...\"; make it never cause a
10245         Lisp error; give up parsing of parameters if it failed in
10246         extracting type.
10247
10248 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10249
10250         * smime.el (smime-cert-by-ldap-1): Fix bug where
10251         `smime-ldap-search' returns results without userCertificates.
10252
10253 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10256
10257 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * spam.el (spam-check-spamassassin-headers): Adapt format for
10260         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10261         <ari@mbf.ocn.ne.jp>.
10262         (spam-list-of-processors): Add spam-use-gmane.
10263
10264 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10265
10266         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10267         make-temp-file; make it work with XEmacs as well.
10268
10269         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10270         mm-make-temp-file.
10271
10272         * mm-decode.el (mm-display-external): Use the 3rd arg of
10273         mm-make-temp-file.
10274         (mm-create-image-xemacs): Ditto.
10275
10276 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10279         with message-narrow-to-headers.
10280         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10281         (gnus-draft-check-draft-articles): New function.
10282         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10283
10284 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10285
10286         * gnus-art.el (gnus-article-browse-html-parts):
10287         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10288         Don't use suffix argument for mm-make-temp-file for Emacs 21
10289         compatibility.  Remove useless `format'.
10290
10291 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10292
10293         * nnweb.el (nnweb-google-wash-article): Update regexps.
10294         (nnweb-group-alist): Use defvoo instead of defvar.
10295
10296 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10299         re-loading nn* modules.
10300
10301 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10304         for `tool-bar-mode' and don't check it's default-value.
10305
10306         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10307
10308         * message.el (message-make-tool-bar): Ditto.
10309
10310         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10311         `substring'.  Shorten tmp-file name.
10312
10313         * gnus.el: Remove bogus comment.
10314
10315 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10316
10317         * gnus-art.el (gnus-article-browse-html-parts): New function.
10318         (gnus-article-browse-html-article): New function for viewing html
10319         articles with a browser.
10320
10321 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10322
10323         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10324         in elisp.
10325         (pgg-gpg-encrypt-symmetric-region): Ditto.
10326         (pgg-gpg-sign-region): Ditto.
10327
10328         * pgg-def.el (pgg-text-mode): New variable.
10329
10330         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10331         (mml2015-pgg-encrypt): Ditto.
10332
10333         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10334         (mml1991-pgg-encrypt): Ditto.
10335
10336 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10339         message-make-date instead of current-time-string.
10340
10341         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10342         to gnus-decoded which mm-uu might set.
10343
10344 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10347         don't decode quoted parameters; remove misimported Emacs code.
10348         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10349         (rfc2231-decode-encoded-string): Don't use split-string which
10350         behaves differently according to Emacs version; use
10351         mm-decode-coding-region to convert charset to coding-system.
10352         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10353         (rfc2231-encode-string): Remove misimported Emacs code.
10354
10355 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10358         when calling mail-header-parse-content-type.
10359         (article-de-quoted-unreadable): Ditto.
10360         (article-de-base64-unreadable): Ditto.
10361         (article-wash-html): Ditto.
10362
10363         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10364         calling mail-header-parse-content-type and
10365         mail-header-parse-content-disposition.
10366         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10367         mail-header-parse-content-type.
10368
10369         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10370         insert charset and format parameters; encode description after
10371         inserting it to buffer.
10372         (mml-insert-parameter): Fold lines properly even if a parameter is
10373         segmented into two or more lines; change the max column to 76.
10374
10375         * rfc1843.el (rfc1843-decode-article-body): Don't use
10376         ignore-errors when calling mail-header-parse-content-type.
10377
10378         * rfc2231.el (rfc2231-parse-string): Return at least type if
10379         possible; don't cause an error even if it fails in parsing of
10380         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10381         (rfc2231-encode-string): Don't break lines at the beginning, leave
10382         it to mml-insert-parameter.
10383
10384         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10385         calling mail-header-parse-content-type.
10386
10387 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10388
10389         * spam-report.el (spam-report-gmane-use-article-number):
10390         Improve doc string.
10391         (spam-report-gmane-internal): Check if a suitable header was found
10392         in the article.
10393
10394 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10397         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10398
10399 2006-02-05  Romain Francoise  <romain@orebokech.com>
10400
10401         Update copyright notices of all files in the gnus directory.
10402
10403 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10404
10405         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10406
10407 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10410         segmented lines of parameter value to cope with Thunderbird 1.5
10411         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10412         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10413         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10414
10415 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10416
10417         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10418         parts.
10419
10420 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10421
10422         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10423         there's only one active file for all servers.
10424         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10425         solid groups.  Gnus might have used a FAST request to select the group.
10426         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10427         and nnweb-search redundantly in the active file.
10428         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10429         (nnweb-request-create-group): Don't use ARGS.
10430         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10431         initialisations.  Let nnoo do the work.
10432
10433 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10436         Say the part has been decoded.
10437
10438         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10439
10440 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10441
10442         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10443         mailcap-viewer-test-cache when there's no 'test clause, since that
10444         will invert the meaning of a "nil" test previously determined by
10445         mailcap-mailcap-entry-passes-test.
10446
10447 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10450         compiling.
10451
10452         * gnus-sum.el: Ditto.
10453
10454         * message.el: Don't bind tool-bar-map when compiling.
10455
10456 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10457
10458         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10459
10460 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10461
10462         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10463         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10464         current Google Groups.
10465
10466 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10469         and tool-bar-mode.
10470
10471         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10472         and tool-bar-mode.
10473
10474         * message.el (message-tool-bar-update): Simplify.
10475         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10476
10477         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10478         gnus-summary-buffer.
10479         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10480         gnus-summary-reply.
10481
10482         * gmm-utils.el (gmm): Add :version.
10483
10484 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * Makefile.in (clean): New rule.
10487         (distclean): Use it.
10488
10489 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10490
10491         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10492         autoload.
10493
10494 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gmm-utils.el (gmm-verbose): Add :group.
10497
10498 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10499
10500         * message.el: Change some comments WRT tool-bars.
10501
10502         * gnus-sum.el (gnus-summary-tool-bar)
10503         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10504         (gnus-summary-tool-bar-zap-list): New variables.
10505         (gnus-summary-make-tool-bar): Complete rewrite using
10506         `gmm-tool-bar-from-list'.
10507
10508         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10509         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10510         variables.
10511         (gnus-group-make-tool-bar): Complete rewrite using
10512         `gmm-tool-bar-from-list'.
10513         (gnus-group-tool-bar-update): New function.
10514
10515         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10516
10517 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10520         is dissected into a single part of which the type is the same as
10521         the given one; decode charset.
10522
10523 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10524
10525         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10526         into alists as symbol not string, since that's what
10527         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10528         look for.
10529
10530 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10533         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10534
10535         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10536
10537 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10540         (gnus-xmas-mime-security-button-menu): New function.
10541
10542         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10543         (gnus-mime-security-button-menu): New definition.
10544         (gnus-mime-security-button-map): Use them.
10545         (gnus-mime-security-button-menu): New function.
10546         (gnus-insert-mime-security-button): Addition to help echo.
10547         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10548         (gnus-mime-security-pipe-part): New functions.
10549
10550         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10551         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10552
10553         * mm-decode.el (mm-handle-set-disposition): Remove.
10554         (mm-handle-set-description): Remove.
10555
10556 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10559         (mm-w3m-standalone-supports-m17n-p): New function.
10560         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10561         w3m usage.
10562
10563         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10564         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10565
10566 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * message.el (message-tool-bar-zap-list): Use
10569         gmm-tool-bar-zap-list as custom type.
10570         (message-tool-bar-update): New function.
10571         (message-tool-bar, message-tool-bar-gnome)
10572         (message-tool-bar-retro): Add message-tool-bar-update.
10573         (message-tool-bar-gnome): Add flyspell-buffer.
10574
10575         * gnus-util.el (gnus-error): Describe `args'.
10576
10577         * gmm-utils.el (gmm-error): Describe `args'.
10578         (gmm-tool-bar-zap-list): New widget.
10579         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10580
10581 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10584         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10585         the number of recursive calls.
10586
10587         * mm-decode.el (mm-handle-set-disposition): New macro.
10588         (mm-handle-set-description): New macro.
10589
10590 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10593         encoding.
10594
10595 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * message.el (message-tool-bar-zap-list, message-tool-bar)
10598         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10599         (message-tool-bar-local-item-from-menu): Remove.
10600         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10601         (message-make-tool-bar): New function.
10602         (message-mode): Use `message-make-tool-bar'.
10603
10604         * gmm-utils.el: New file.
10605         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10606         (gmm-lazy): New widget copied from `nnmail.el'.
10607         (gmm-tool-bar-from-list): New function for creating customizable
10608         tool bars.
10609         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10610         output.
10611         (gmm): Add :prefix to defgroup.
10612
10613 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10614
10615         * gmm-utils.el (gmm-widget-p): New function.
10616
10617 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10618
10619         * mml.el (mml-attach-file): Describe `description' in doc string.
10620         (mml-menu): Add Emacs MIME manual and PGG manual.
10621
10622 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10623
10624         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10625
10626 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10627
10628         * nntp.el (nntp-end-of-line): Doc fix.
10629
10630 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10631
10632         * imap.el (imap-open): Handle case where buffer is a buffer
10633         object.
10634
10635 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10636
10637         * gnus-delay.el (gnus-delay): Don't autoload.
10638         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10639         to be re-loaded when customizing the `gnus-delay' group.
10640
10641 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10642
10643         * message.el (message-insert-citation-line): Use newlines.
10644
10645 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10646
10647         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10648         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10649         these routines, so the passphrase can be managed externally and
10650         passed in to the system.
10651         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10652         pgg-add-passphrase-to-cache function.
10653
10654         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10655         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10656         these routines, so the passphrase can be managed externally and
10657         passed in to the system.
10658         (pgg-pgp5-sign-region): Use new name of
10659         pgg-add-passphrase-to-cache function.
10660
10661 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10662
10663         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10664         part of the decoded armor to find the key-identifier.
10665         (pgg-gpg-lookup-key-owner): New function to return the
10666         human-readable identifier of a key owner.
10667         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10668         itself.
10669         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10670         the key value) if we have a key and can match it against a secret
10671         key.  Also, added a note pointing out fact that the prompt only
10672         indicates the first matching key.
10673
10674         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10675         pgg-decrypt-region.
10676         (pgg-add-passphrase-to-cache): Rename from
10677         `pgg-add-passphrase-cache' to reduce confusion (all callers
10678         changed).
10679         (pgg-remove-passphrase-from-cache): Rename from
10680         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10681         changed).
10682         (pgg-read-passphrase, pgg-add-passphrase-cache)
10683         (pgg-remove-passphrase-cache): Add informative docstrings.
10684         (pgg-decrypt): Convey provided passphrase in subordinate call to
10685         pgg-decrypt-region.
10686
10687 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10688
10689         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10690         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10691         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10692         'passphrase' argument, so the passphrase can be managed externally
10693         and then passed in to the system.
10694
10695         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10696         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10697         so the passphrase cache can be used reliably with identifiers
10698         besides a pgp packet's key id.
10699
10700         * pgg-gpg.el (pgg-gpg-encrypt-region)
10701         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10702         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10703         these routines, so the passphrase can be managed externally and
10704         passed in to the system.
10705
10706         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10707         'notruncate' argument, so the passphrase cache can be used
10708         reliably with identifiers besides a pgp packet's key id.
10709
10710 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10711
10712         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10713         symmetric encryption.
10714         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10715         encrypted session key.
10716         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10717         message ask for the passphrase in a proper way.
10718
10719         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10720         New user commands for symmetric encryption.
10721
10722 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10725
10726         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10727
10728 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10729
10730         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10731
10732 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * mm-decode.el (mm-inlined-types): Add application/pgp.
10735         (mm-automatic-display): Ditto.
10736
10737         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10738         part as text.
10739
10740 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10741
10742         * nnrss.el: Update copyright.
10743         (nnrss-opml-import): Query whether to subscribe to each entry.
10744
10745         * gnus-art.el:
10746         * gnus-sum.el:
10747         * gnus-xmas.el:
10748         * messagexmas.el:
10749         * mm-uu.el:
10750         * mm-view.el: Update copyright.
10751
10752 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10753
10754         * message.el (message-info): New function.
10755         (message-mode-menu): Add it.
10756         Update copyright.
10757
10758         * ChangeLog: Fix and update copyright.
10759
10760 2006-01-13  Romain Francoise  <romain@orebokech.com>
10761
10762         * message.el (message-forward-subject-name-subject): Prefer the
10763         address to 'nowhere' if the sender has no name.
10764         Fix typo.  Update copyright year.
10765
10766 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * gnus-art.el (article-wash-html): Use
10769         gnus-summary-show-article-charset-alist if a numeric arg is given.
10770         (gnus-article-wash-html-with-w3m-standalone): New function.
10771
10772         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10773         mm-inline-text-html-render-with-w3m-standalone.
10774         (mm-text-html-washer-alist): Map w3m-standalone to
10775         gnus-article-wash-html-with-w3m-standalone.
10776         (mm-inline-text-html-render-with-w3m-standalone): New function.
10777
10778 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10779
10780         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10781         Improve LaTeX.
10782
10783 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10786         (nnrss-request-article): Render text/plain parts as HTML.
10787
10788         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10789         the buffer.
10790
10791 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10792
10793         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10794         custom definition of `gnus-posting-styles'.
10795
10796         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10797         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10798
10799 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10800
10801         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10802         Use nntp for bug archive.
10803
10804 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10807         parts.
10808         (nnrss-normalize-date): New function converts ISO 8601 date into
10809         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10810         (nnrss-check-group): Use it.
10811
10812 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10815
10816         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10817         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10818         (nnrss-insert-w3): Ditto.
10819
10820 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10823         the articles to be forwarded including the case where neither a
10824         number of articles nor a region is specified.
10825
10826 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * nnrss.el (nnrss-request-article): Fix last change; fill
10829         text/plain parts.
10830
10831 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10834         in text/plain part.
10835         (nnrss-check-group): Don't add excessive newline to dc:subject.
10836
10837 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10838
10839         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10840         article.
10841
10842 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10843
10844         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10845         (nnml-use-compressed-files, nnml-save-mail): Support other
10846         comression programs such as bzip2.
10847
10848 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10849
10850         * dns.el (query-dns): Make sure we check the buffer size before
10851         removing tcp headers.
10852
10853 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10854
10855         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10856         remove MIME buttons associated with multipart/alternative parts.
10857         (gnus-mime-display-alternative): Tag buttons using `article-type'
10858         text property.
10859
10860         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10861         associated with multipart/alternative parts.
10862
10863         * gnus-art.el (gnus-signature-separator): Fix custom type.
10864
10865         * mm-decode.el (mm-inlined-types): Fix custom type.
10866         (mm-keep-viewer-alive-types): Ditto.
10867         (mm-automatic-display): Ditto.
10868         (mm-attachment-override-types): Ditto.
10869         (mm-inline-override-types): Ditto.
10870         (mm-automatic-external-display): Ditto.
10871
10872 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10873
10874         * spam-report.el (spam-report-user-mail-address)
10875         (spam-report-user-agent): New variables.
10876         (spam-report-url-ping-plain): Use spam-report-user-agent.
10877
10878 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10879
10880         * gnus-art.el (gnus-button-handle-custom): Do not just use
10881         `customize-apropos' for any "M-x customize-*" button but the
10882         function called for.  Accept both the function name and its
10883         argument in order to achieve this.
10884         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10885         function name to `gnus-button-handle-custom' in case of "M-x
10886         customize-*" buttons.
10887
10888 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10891         multipart/alternative and add xref to mm-discouraged-alternatives
10892         in doc string.
10893
10894         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10895         gnus-buttonized-mime-types in doc string.
10896
10897 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10900         Suggest image/.* in the doc string.
10901
10902 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10905         message-marks (Debian bug #342521).
10906
10907 2005-12-12  Simon Josefsson  <jas@extundo.com>
10908
10909         * password.el (password-read-from-cache): Add.
10910         (password-read): Use it.
10911
10912 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10915         us-ascii as a MIME charset.
10916
10917         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10918         against the case where the 2nd arg TYPE is nil.
10919
10920 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * pop3.el (pop3-stream-type): Fix custom version.
10923
10924         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10925
10926 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10927
10928         * mm-decode.el (mm-display-external): Add missing cdr.
10929
10930 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10933         RFC1524) if it is in mailcap or add a suffix according to
10934         mailcap-mime-extensions when generating a temp filename; postpone
10935         deleting a temp file for 2 seconds for some wrappers, shell
10936         scripts, and so on, which might exit right after having started a
10937         viewer command as a background job.
10938
10939 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * nntp.el (nntp-marks-directory): Fix custom group.
10942
10943         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10944         steps when < 10.
10945
10946         * gnus-start.el (gnus-no-server-1): Mention
10947         `gnus-level-default-subscribed' in doc string.
10948
10949 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10950
10951         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10952         parens.
10953
10954 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * gnus-xmas.el (gnus-use-toolbar): Revert.
10957         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10958         gnus-use-toolbar is default.
10959
10960         * messagexmas.el (message-use-toolbar): Revert.
10961         (message-setup-toolbar): Use global default-toolbar if
10962         message-use-toolbar is default.
10963
10964 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10965
10966         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10967         according to default-toolbar-visible-p.
10968
10969         * messagexmas.el (message-use-toolbar): Ditto.
10970
10971 2005-11-26  Dave Love  <fx@gnu.org>
10972
10973         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10974         (tls-program, tls-success): Provide openssl alternative.
10975
10976         * starttls.el: Doc fixes.
10977         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10978         SERVICE to PORT.
10979
10980         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10981         port null or service name.
10982         (starttls-negotiate): Autoload.
10983
10984 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * message.el (message-kill-to-signature): Fix interactive spec.
10987
10988 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * pop3.el (pop3-open-server): Recognize a string as a service name.
10991
10992 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10993
10994         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10995
10996 2005-11-23  Dave Love  <fx@gnu.org>
10997
10998         Add pop3s, pop3/starttls.
10999
11000         * pop3.el (pop3-authentication-scheme): Clarify doc.
11001         (open-tls-stream, starttls-open-stream): Autoload.
11002         (pop3-stream-type): New.
11003         (pop3-open-server): Use it.
11004
11005         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11006         for POP.
11007         (mail-source-keyword-map): Add :stream for POP.
11008         (mail-source-fetch-pop): Use pop3-stream-type.
11009
11010 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11011
11012         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11013         of current-time-string.
11014
11015 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11016
11017         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11018         date header.
11019
11020 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11021
11022         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11023         it can seriously impact performance as it bypasses the agent's
11024         local caches.
11025
11026 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11027
11028         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11029         must be explicitly online rather than "not explicitly offline" for
11030         its flags to be synchronized.
11031
11032         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11033         that gnus-uu-unmark-thread will function correctly.
11034
11035         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11036         1024K is instead displayed as 1M.
11037
11038 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11041
11042 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11043
11044         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11045
11046 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11047
11048         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11049         error message to display actual error condition.
11050         (gnus-agent-save-local): Avoid saving symbols that are bound to
11051         nil as they simply result in a warning message in
11052         gnus-agent-read-local.
11053
11054 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11057         rather than make-variable-buffer-local for file-precious-flag.
11058
11059 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11060
11061         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11062         for duplicates which are removed.  The invalid sort check then
11063         triggers a rescan after the sort as sorting may have moved
11064         duplicate entries such that they can be cheaply detected.
11065
11066 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11069
11070 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11071
11072         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11073         internal variable to a custom variable.  Changed default value
11074         from compressed(2) to uncompressed(1).
11075         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11076         support for uncompressed agentview files.  Taken together, reading
11077         the agentview file should now be 6-7 times faster.
11078
11079 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11080
11081         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11082         as a buffer-local variable.  This avoids creating truncated
11083         dribble files as a result of a hang up, eg.
11084
11085 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11086
11087         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11088         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11089         XEmacs.
11090
11091 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gnus-start.el (gnus-start-draft-setup): Enforce
11094         `gnus-draft-mode' for nndraft:drafts at startup.
11095
11096         * gnus.el (gnus-splash): Change custom group.
11097         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11098         allow-list argument.
11099
11100         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11101         string.
11102
11103 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * gnus-art.el (gnus-default-article-saver): Add user-defined
11106         `function' to custom type.
11107
11108 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11109
11110         * imap.el (imap-open): Handle case where buffer is a buffer
11111         object.
11112
11113 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11116         long lines.
11117         (gnus-cache-delete-group): Wrap doc strings.
11118
11119         * gnus-agent.el (gnus-agent-rename-group)
11120         (gnus-agent-delete-group): Wrap doc strings.
11121
11122 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11123
11124         * messagexmas.el (message-use-toolbar): Change the valid values
11125         into default, top, bottom, left, and right.
11126         (message-toolbar-thickness): New variable.
11127         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11128         well.
11129         (message-setup-toolbar): Make it work.
11130
11131         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11132         (gnus-use-toolbar): Change the valid values into default, top,
11133         bottom, left, and right.
11134         (gnus-toolbar-thickness): New variable.
11135         (gnus-xmas-setup-toolbar): New function.
11136         (gnus-xmas-setup-group-toolbar): Use it.
11137         (gnus-xmas-setup-summary-toolbar): Use it.
11138
11139 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11140
11141         * gnus-start.el (gnus-1): Add "native" to
11142         gnus-predefined-server-alist.
11143
11144         * gnus.el (gnus-method-to-server): Don't add "native" to the
11145         lists here, because that leads to problems when
11146         gnus-select-method is bound.
11147
11148 2005-11-09  Simon Josefsson  <jas@extundo.com>
11149
11150         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11151         use (not sort-by-date) instead.
11152
11153 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11154
11155         * gnus-delay.el (gnus-delay-group): Don't autoload.
11156         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11157         to be re-loaded when customizing the `gnus-delay' group.
11158
11159 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11160
11161         * message.el: Revert last changes.
11162         (message-insert-citation-line): Use newlines.
11163
11164 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11165
11166         * message.el (message-courtesy-message)
11167         (message-mark-insert-begin, message-mark-insert-end)
11168         (message-elide-ellipsis, message-cancel-message)
11169         (message-add-header, message-change-subject)
11170         (message-cross-post-followup-to-header)
11171         (message-cross-post-insert-note, message-reduce-to-to-cc)
11172         (message-widen-reply, message-delete-not-region)
11173         (message-kill-to-signature, message-insert-signature)
11174         (message-insert-importance-high, message-insert-importance-low)
11175         (message-insert-or-toggle-importance)
11176         (message-insert-disposition-notification-to)
11177         (message-indent-citation, message-yank-original)
11178         (message-cite-original-without-signature, message-cite-original)
11179         (message-insert-citation-line, message-position-on-field)
11180         (message-fix-before-sending, message-send-mail-partially)
11181         (message-send-mail, message-send-mail-with-sendmail)
11182         (message-send-mail-with-qmail, message-send-news)
11183         (message-check-news-header-syntax, message-generate-headers)
11184         (message-insert-courtesy-copy, message-fill-address)
11185         (message-fill-header, message-shorten-references)
11186         (message-setup-1, message-cancel-news)
11187         (message-forward-make-body-plain, message-forward-make-body-mime)
11188         (message-forward-make-body-mml, message-encode-message-body)
11189         (message-forward-make-body-digest-plain)
11190         (message-forward-make-body-digest-mime)
11191         (message-use-alternative-email-as-from): Insert `hard-newline'
11192         instead of ordinary newlines.
11193
11194 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * message.el (message-generate-headers): Downcase the argument
11197         given to message-check-element.
11198
11199 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11200
11201         * nntp.el (nntp-authinfo-rejected): New error condition.
11202         (nntp-wait-for): Use new error condition to signal authentication
11203         error.
11204         (nntp-retrieve-data): Rethrow new error condition to break out of
11205         recursive call to nntp-send-authinfo.
11206
11207 2005-11-08  Romain Francoise  <romain@orebokech.com>
11208
11209         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11210         (gnus-summary-exit-map): Bind to `Z p'.
11211         (gnus-summary-make-menu-bar): Add menu item.
11212
11213 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11216         (gnus-treat-*): Add `first' in all doc strings.
11217
11218         * gnus-group.el (gnus-group-compact-group): Fix typo.
11219
11220 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus.el (gnus-parameters-case-fold-search): New variable.
11223         (gnus-parameters-get-parameter): Use it.
11224
11225         * gnus-score.el (gnus-home-score-file): Doc fix.
11226
11227 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11228
11229         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11230
11231 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * mm-util.el (mm-special-display-p): New function.
11234
11235         * mml.el (mml-preview): Use it; doc fix.
11236
11237 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11238
11239         * imap.el (imap-open): Handle case where buffer is a buffer object.
11240
11241 2005-10-29  Romain Francoise  <romain@orebokech.com>
11242
11243         * message.el (message-fix-before-sending): Fix comment.
11244
11245 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11246
11247         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11248
11249 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11250
11251         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11252         Used in gnus-score.el.
11253
11254 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11257
11258 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11261         whitespace removed in revision 7.8.  Use concatenated string to
11262         protect trailing whitespace.
11263
11264 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11265
11266         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11267         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11268         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11269         Courier IMAP ("some version from 2004").  Mostly based on similar
11270         code in the same function.
11271
11272 2005-10-26  Didier Verna  <didier@xemacs.org>
11273
11274         * gnus-group.el (gnus-group-compact-group): Invalidate original
11275         article buffer.
11276         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11277         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11278         NOV database and in article itself.
11279         Invalidate article backlog.
11280
11281 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11284
11285 2005-10-26  Simon Josefsson  <jas@extundo.com>
11286
11287         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11288         part of 2004-07-25 change.
11289
11290 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * message.el (message-display-completion-list): New function.
11293         (message-expand-group): Use it; make sure the Completions buffer
11294         is modifiable.
11295 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11296
11297         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11298         user-mail-name is an empty string.
11299
11300 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11303         depending on gnus-score-decay-constant.
11304
11305         * encrypt.el (encrypt-insert-file-contents)
11306         (encrypt-write-file-contents): Don't use `gnus-message'.
11307
11308         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11309         arguments.
11310         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11311         arguments to mm-uu-verbatim-marks-extract.
11312         (mm-uu-hide-markers): New variable.
11313         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11314
11315         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11316         (gnus-convert-image-to-face-command): Use "convert" by default to
11317         allow other input image formats.
11318         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11319         accordingly.
11320
11321 2005-10-23  Simon Josefsson  <jas@extundo.com>
11322
11323         * imap.el (imap-gssapi-program): Align command line parameters
11324         with latest GNU SASL.
11325         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11326
11327 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11328
11329         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11330         HTML.
11331         (nnslashdot-request-article): Ditto.
11332
11333         * lpath.el (featurep): Add nobreak-char-display.
11334
11335 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11336
11337         * mail-source.el (mail-source-fetch-pop): Require pop3.
11338         (mail-source-check-pop): Ditto.
11339
11340 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11343         errors.
11344
11345 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11348         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11349
11350         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11351
11352         * mm-bodies.el (mm-decode-string): Call
11353         `mm-charset-to-coding-system' with allow-override argument.
11354
11355 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11358         (rfc2047-charset-to-coding-system): New function.
11359         (rfc2047-decode-encoded-words): New function.
11360         (rfc2047-decode-region): Use them.
11361         (rfc2047-decode-cte): Remove.
11362         (rfc2047-parse-and-decode): Remove.
11363         (rfc2047-decode): Remove.
11364
11365 2005-10-15  Kenichi Handa  <handa@m17n.org>
11366
11367         * rfc2047.el (rfc2047-decode-cte): New function.
11368         (rfc2047-decode-region): Change the way to decode successive
11369         encoded-words: decode B- or Q-encoding in each encoded-word,
11370         concatenate them, and decode it as charset.
11371
11372 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * lpath.el: Fbind codepage-setup for XEmacs.
11375
11376 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11377
11378         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11379         widget-move-and-invoke.
11380         (gnus-custom-mode): Use gnus-custom-map.
11381
11382 2005-10-15  Bill Wohler  <wohler@newt.com>
11383
11384         * message.el (message-tool-bar-map): Renamed image file from
11385         mail_send to mail/send.
11386
11387 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11388
11389         * message.el (message-expand-group): Pass the common
11390         prefix substring of completion to `display-completion-list'.
11391
11392 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11393
11394         * mml-sec.el (mml-secure-method): New internal variable.
11395         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11396         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11397         functions using mml-secure-method.
11398
11399         * mml.el (mml-mode-map): Add key bindings for those functions.
11400         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11401         Harder <harder@myrealbox.com>.
11402         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11403         end of message if point is the headers of the message.
11404
11405         * message.el (message-in-body-p): New function.
11406
11407         * assistant.el: Autoload gnus-util and netrc.
11408
11409         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11410         Use `mm-charset-override-alist' only when decoding.
11411
11412         * mm-bodies.el (mm-decode-body): Call
11413         `mm-charset-to-coding-system' with allow-override argument.
11414
11415         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11416         `filename' from Content-Disposition if Content-Type doesn't
11417         provide `name'.
11418         (gnus-mime-view-part-as-type): Set default instead of
11419         initial-input.
11420
11421 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11422
11423         * format-spec.el (format-spec): Propagate text properties of % spec.
11424
11425 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * gnus-art.el (gnus-treat-predicate): Add `first'.
11428
11429 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11430
11431         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11432         (mm-charset-override-alist): New variable.
11433         (mm-charset-to-coding-system): Use it.
11434         (mm-codepage-setup): New helper function.
11435         (mm-charset-eval-alist): New variable.
11436         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11437         about unknown charsets.
11438
11439         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11440
11441 2005-10-04  David Hansen  <david.hansen@gmx.net>
11442
11443         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11444         (nnrss-check-group): Ditto.
11445
11446 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11447
11448         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11449         Rename x-gnus-verbatim to x-verbatim.
11450         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11451
11452         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11453         x-verbatim.
11454
11455         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11456
11457         * gnus-util.el (gnus-remove-duplicates): Remove.
11458
11459         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11460         instead of gnus-remove-duplicates.
11461
11462         * message.el (message-remove-duplicates): Remove.
11463         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11464         message-remove-duplicates.
11465
11466         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11467         available, else use implementation from `delete-dups'.
11468
11469         * message.el (message-insert-expires): New function.
11470         (message-mode-map): Add key binding.
11471         (message-mode-field-menu): Add menu entry.
11472         (message-mode): Document it.
11473         (message-make-expires-date): Use `message-make-date'.
11474
11475 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11476
11477         * message.el (message-make-expires-date): New function.
11478
11479 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * Makefile.in (list-installed-shadows): New entry.
11482         (install): Use it.
11483         (remove-installed-shadows): New entry.
11484
11485         * dgnushack.el (dgnushack-default-load-path): New variable.
11486         (dgnushack-find-lisp-shadows): New function.
11487         (dgnushack-remove-lisp-shadows): New function.
11488
11489 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * Makefile.in (install-el-elc): New entry.
11492         (install): Use it so that .el files are necessarily installed.
11493
11494 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11497
11498 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11499
11500         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11501         function rather than the diff-mode.el package.
11502         (mm-display-external): Use with-current-buffer.
11503         (mm-viewer-completion-map, mm-viewer-completion-map):
11504         Move initialization inside declaration.
11505
11506 2005-09-29  Simon Josefsson  <jas@extundo.com>
11507
11508         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11509         autoload mail-check-payment.
11510         (spam-check-hashcash): Define unconditionally, since hashcash.el
11511         is part of Gnus now.  Ignore errors from payment checking.
11512
11513 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11514
11515         * message.el (message-bold-region, message-unbold-region): Rename
11516         from `bold-region' and `unbold-region'.
11517
11518         * message.el: Remove useless autoloads.
11519
11520 2005-09-28  Simon Josefsson  <jas@extundo.com>
11521
11522         * message.el (message-use-idna): Default to t.
11523         (message-use-idna): Test whether encoding works too.  Doc fix.
11524
11525 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * nntp.el (nntp-warn-about-losing-connection): Remove.
11528
11529 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11532         customizable.  Change default value.
11533         (mm-uu-diff-groups-regexp): Change default value.
11534         (mm-uu-type-alist): Add doc string.
11535         (mm-uu-configure): Add doc string.  Make it interactive.
11536         (mm-uu-tex-groups-regexp): New variable.
11537         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11538         (mm-uu-type-alist): Add LaTeX documents.
11539         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11540         of "text/verbatim".
11541         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11542
11543         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11544         instead of "text/verbatim".
11545
11546         * message.el (message-mark-inserted-region)
11547         (message-mark-insert-file): Use slrn style marks when called with
11548         prefix argument.
11549
11550 2005-09-27  Simon Josefsson  <jas@extundo.com>
11551
11552         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11553
11554 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11555
11556         * message.el (message-remove-duplicates): New function.
11557         Implementation borrowed from `gnus-remove-duplicates'.
11558         (message-idna-to-ascii-rhs): Also encode idna addresses in
11559         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11560         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11561         only ask about the same idna domain once per header and also tell
11562         in what header to replace the idna domain.
11563
11564         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11565         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11566         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11567         a header is decoded and not just the last one.
11568
11569 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11572         has been decoded.
11573
11574         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11575         (mm-insert-part): Don't modify text if it has been decoded.
11576
11577         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11578         decoded.
11579
11580         * mm-view.el (mm-inline-text): Don't strip text props unless
11581         decoding enriched or richtext parts.
11582
11583 2005-09-25  Romain Francoise  <romain@orebokech.com>
11584
11585         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11586         * gnus-start.el (gnus-subscribe-interactively):
11587         * gnus-uu.el (gnus-uu-grab-articles):
11588         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11589         space.
11590
11591 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11592
11593         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11594         * mm-view.el (mm-view-pkcs7-decrypt):
11595         * gnus-sum.el (gnus-summary-limit-to-extra)
11596         (gnus-summary-respool-article, gnus-read-move-group-name):
11597         * gnus-score.el (gnus-summary-increase-score):
11598         * gnus-util.el (gnus-completing-read-with-default):
11599         * gnus-art.el (gnus-read-save-file-name)
11600         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11601         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11602         * message.el (message-check-news-header-syntax):
11603         Follow convention for reading with the minibuffer.
11604
11605 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * spam-report.el (spam-report-url-ping-plain):
11608         Use gnus-extended-version as User-Agent.
11609
11610         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11611         default value is nil.
11612
11613         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11614         (mm-uu-verbatim-marks-extract): New function.
11615         (mm-uu-extract): New face.
11616         (mm-uu-copy-to-buffer): Use it.
11617
11618         * spam-report.el (spam-report-gmane-ham): Renamed from
11619         `spam-report-gmane-unspam'.
11620         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11621         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11622
11623         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11624         Autoload.
11625         (spam-report-gmane-unregister-routine): Renamed
11626         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11627
11628 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11629
11630         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11631         (spam-report-gmane-unregister-routine): Add support for gmane
11632         unregistration.
11633
11634         * spam-report.el (spam-report-gmane-unspam)
11635         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11636         (spam-report-gmane): Change to take a single article and do unspam
11637         registration.
11638
11639 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * mm-url.el (mm-url-decode-entities): Fix regexp.
11642
11643 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644
11645         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11646         default to nil, to be able to use Gnus at all.  If the default
11647         switches to something else, then the function should be fixed not
11648         be exceedingly slow.
11649
11650 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11651
11652         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11653         fail hard.
11654
11655         * spam-report.el: Add better Keywords line.
11656
11657         * spam.el: Add Maintainer and better Keywords line.
11658
11659 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11660
11661         * gnus-art.el (gnus-article-replace-part)
11662         (gnus-mime-replace-part): New functions.
11663         (gnus-mime-action-alist, gnus-mime-button-commands)
11664         (gnus-mime-save-part-and-strip): Added file argument.
11665         (gnus-article-part-wrapper): Added interactive argument.
11666
11667         * gnus-sum.el (gnus-summary-mime-map): Add
11668         `gnus-article-replace-part'.
11669
11670 2005-09-19  Didier Verna  <didier@xemacs.org>
11671
11672         The nnml compaction feature:
11673         * nnml.el (nnml-request-compact-group): New function.
11674         * nnml.el (nnml-request-compact): New function.
11675         * gnus-int.el (gnus-request-compact-group): New function.
11676         * gnus-int.el (gnus-request-compact): New function.
11677         * gnus-group.el (gnus-group-compact-group): New function.
11678         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11679         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11680         * gnus-srvr.el (gnus-server-compact-server): New function.
11681         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11682         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11683
11684 2005-09-18  Deepak Goel  <deego@gnufans.org>
11685
11686         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11687         format spec.
11688
11689 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11692
11693 2005-09-15  Romain Francoise  <romain@orebokech.com>
11694
11695         * message.el (message-fill-paragraph): Clarify docstring.
11696
11697 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * gnus-art.el (gnus-mime-display-part): Protect against broken
11700         MIME messages.
11701
11702 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11705         before parsing header.
11706
11707 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11708
11709         * html2text.el (html2text-replace-list): Add new entities.
11710
11711 2005-09-11  Romain Francoise  <romain@orebokech.com>
11712
11713         * message.el (message-alternative-emails): Improve docstring.
11714         (message-setup-1): Call `message-use-alternative-email-as-from'
11715         after `message-setup-hook' to give it precedence over posting
11716         styles, etc.
11717         (message-use-alternative-email-as-from): Add docstring.  Remove
11718         the original From header if present.
11719
11720         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11721         (nnml-save-mail): Use it.
11722
11723         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11724         articles.  Add new argument `silent'.
11725         (gnus-uu-mark-all): Report the total number of marked articles.
11726
11727 2005-09-10  Romain Francoise  <romain@orebokech.com>
11728
11729         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11730         (gnus-uu-mark-series): Likewise.
11731
11732 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * spam-report.el (spam-report-gmane): Fix generation of spam
11735         report URL.
11736
11737 2005-09-10  Simon Josefsson  <jas@extundo.com>
11738
11739         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11740         t, based on discussion on the ding list with Robert Epprecht
11741         <epprecht@solnet.ch>.
11742
11743 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11744
11745         * spam-report.el (spam-report-gmane): Make it work without
11746         X-Report-Spam header.  Gmane now only provides Archived-At.
11747         This is only used if `spam-report-gmane-use-article-number' is nil.
11748         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11749
11750         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11751         make `gnus-summary-sort-by-recipient' work with threading.
11752
11753         * nnweb.el (nnweb-google-wash-article): Print a message if article
11754         is not available.
11755
11756 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11757
11758         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11759         change.  Decode text/* parts content before displaying.
11760
11761 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11762
11763         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11764
11765 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11768
11769         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11770         url-package-name, url-package-version,
11771         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11772         w3m-display-inline-images, and w3m-minor-mode-map.
11773
11774 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * message.el (message-tab-body-function): Fix mismatched custom type.
11777
11778         * gnus.el (gnus-group-change-level-function): Ditto.
11779
11780         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11781
11782         * gnus-art.el (gnus-signature-limit)
11783         (gnus-article-mime-part-function): Ditto.
11784
11785 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * mml.el (mml-mode): Silence the byte compiler.
11788
11789         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11790         using `(sit-for 0)' before moving the point to the specified part;
11791         skip unbuttonized parts.
11792         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11793         return to the summary window if gnus-auto-select-part is non-nil.
11794
11795 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11796
11797         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11798         variables.
11799         (mml-dnd-attach-file, mml-mode): Use them.
11800
11801         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11802         Make fetching article by MID work again for Google Groups.  Added
11803         FIXME concerning gnus-group-make-web-group.
11804
11805         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11806         Don't depend on Gnus by using mail-extract-address-components if
11807         gnus-extract-address-components is not bound.
11808
11809 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11810
11811         * gnus-art.el (gnus-mime-display-security): Don't display the
11812         signature, but only the signed part.
11813
11814 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11817
11818         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11819         list, not listp.
11820
11821 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11822
11823         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11824         when encoding.
11825
11826         * mm-bodies.el (mm-decode-content-transfer-encoding):
11827         De-canonicalize CRLF for all text content types, not just
11828         text/plain.
11829
11830 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11831
11832         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11833         valid article; point arrow and cursor at the MIME button.
11834
11835 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11838         Suggested by Dan Christensen <jdc@uwo.ca>.
11839
11840         * mm-decode.el (mm-save-part): Enable change of prompt.
11841
11842 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11843
11844         * gnus-msg.el (gnus-inews-add-send-actions): Made
11845         `message-post-method' lambda parameter ARG `&optional'.
11846
11847 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * gnus-sum.el (gnus-summary-mime-map): Added
11850         gnus-article-save-part-and-strip, gnus-article-delete-part and
11851         gnus-article-jump-to-part.
11852
11853         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11854         (gnus-article-edit-part): Use it.
11855         (gnus-article-part-wrapper): Added no-handle argument.
11856         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11857         functions.
11858
11859 2005-08-29  Romain Francoise  <romain@orebokech.com>
11860
11861         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11862         docstring.
11863         (gnus-face-from-file): Likewise.
11864
11865 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11868         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11869         non-nil.
11870         (gnus-auto-select-part): New variable.
11871         (gnus-article-jump-to-part): New function.
11872         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11873         (gnus-mime-delete-part): Allow selecting specified part after
11874         deleting or stripping parts.
11875         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11876         part if argument is bogus.
11877
11878 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11879
11880         * gnus-art.el (w3m-minor-mode-map):
11881         * gnus-spec.el (gnus-newsrc-file-version):
11882         * gnus-util.el (nnmail-active-file-coding-system)
11883         (gnus-original-article-buffer, gnus-user-agent):
11884         * gnus.el (gnus-ham-process-destinations)
11885         (gnus-parameter-ham-marks-alist)
11886         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11887         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11888         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11889         * mm-decode.el (gnus-current-window-configuration):
11890         * mm-extern.el (gnus-article-mime-handles):
11891         * mm-url.el (url-current-object, url-package-name)
11892         (url-package-version):
11893         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11894         (smime-keys, w3m-cid-retrieve-function-alist)
11895         (w3m-current-buffer, w3m-display-inline-images)
11896         (w3m-minor-mode-map):
11897         * mml-smime.el (gnus-extract-address-components):
11898         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11899         (gnus-newsrc-hashtb, message-default-charset)
11900         (message-deletable-headers, message-options)
11901         (message-posting-charset, message-required-mail-headers)
11902         (message-required-news-headers):
11903         * mml1991.el (mc-pgp-always-sign):
11904         * mml2015.el (mc-pgp-always-sign):
11905         * nnheader.el (nnmail-extra-headers):
11906         * rfc1843.el (gnus-decode-encoded-word-function)
11907         (gnus-decode-header-function, gnus-newsgroup-name):
11908         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11909
11910 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11911
11912         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11913         the end of the date treatments.
11914
11915 2005-08-15  Simon Josefsson  <jas@extundo.com>
11916
11917         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11918         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11919         Capello and Romain Francoise.
11920         (pgg-fetch-key-function): Removed, not used?
11921         (pgg-insert-url-with-w3): Require url, to get
11922         url-insert-file-contents regardless of where it is defined.
11923
11924 2005-08-13  Romain Francoise  <romain@orebokech.com>
11925
11926         * message.el (message-cite-original-1): New function.
11927         (message-cite-original): Use it.
11928         (message-cite-original-without-signature): Ditto.
11929
11930 2005-08-08  Romain Francoise  <romain@orebokech.com>
11931
11932         * message.el (message-yank-empty-prefix): New variable.
11933         (message-indent-citation): Use it.
11934         (message-cite-original-without-signature): Respect X-No-Archive.
11935
11936 2005-08-08  Simon Josefsson  <jas@extundo.com>
11937
11938         * pgg.el: Autoload url-insert-file-contents instead of loading
11939         w3/url.
11940         (pgg-insert-url-with-w3): Don't load url here.
11941
11942 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11943
11944         * message.el (message-kill-to-signature): Don't insert newline at
11945         bol.
11946         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11947
11948 2005-08-06  Romain Francoise  <romain@orebokech.com>
11949
11950         * message.el (message-user-fqdn): Fix typo in docstring.
11951
11952 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11953
11954         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11955
11956         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11957
11958 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * mm-bodies.el (mm-encode-body): Use coding system rather than
11961         charset to encode text.
11962
11963         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11964         number of charsets if utf-8 is available (XEmacs).
11965
11966 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11969         taken from `gnus-button-mid-or-mail-regexp'.
11970         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11971         (gnus-button-alist): Improve regexp for domain part of the MIDs
11972         for news:localpart@domain buttons.
11973         (gnus-button-ctan-directory-regexp): Update.
11974
11975 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * sieve-manage.el (sieve-manage-interactive-login): Use
11978         make-local-variable rather than make-variable-buffer-local.
11979         (sieve-manage-open): Ditto.
11980         (sieve-manage-authenticate): Ditto.
11981
11982         * mml.el (mml-generate-mime-1): Make the content type default to
11983         text/plain if the filename is not specified.
11984
11985 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11988         instead of insert-buffer.
11989
11990         * message.el (message-yank-original): Ditto; set the mark at the
11991         end of the yanked message.
11992
11993 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11994
11995         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11996         lines to scroll rather than to stop it.
11997
11998         * mml.el (mml-generate-default-type): Add doc string.
11999         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12000         default to application/octet-stream when determining the content
12001         type if it is not specified for the part or the mml contents; add
12002         a comment about mml-generate-default-type.
12003
12004 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12007         make it default to application/octet-stream when determining the
12008         content type if it is not specified for the external contents.
12009
12010 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12011
12012         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12013         segmented parameter but also other parameters might be there.
12014
12015 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * mm-decode.el (mm-display-external): Delete temp file, directory
12018         and buffer immediately if the external process is exited.
12019
12020 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12023         fewer lines than that of scroll-margin.
12024         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12025
12026 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12027
12028         * gnus-art.el (gnus-article-next-page): Revert.
12029         (gnus-article-beginning-of-window): New macro.
12030         (gnus-article-next-page-1): Use it.
12031         (gnus-article-prev-page): Ditto.
12032         (gnus-article-edit-part): Use insert-buffer-substring instead of
12033         insert-buffer.
12034         (gnus-article-edit-exit): Ditto.
12035
12036         * gnus-util.el (gnus-beginning-of-window): Remove.
12037         (gnus-end-of-window): Remove.
12038
12039         * lpath.el: Don't bind header-line-format and scroll-margin.
12040
12041 2005-07-25  Simon Josefsson  <jas@extundo.com>
12042
12043         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12044         to have the url package without w3.  Reported by Daiki Ueno
12045         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12046
12047 2005-07-20  Didier Verna  <didier@xemacs.org>
12048
12049         * gnus-diary.el: Remove the description comment (nndiary is now
12050         properly documented in the Gnus manual).
12051         Fix the spelling of "Back End".
12052         * nndiary.el: Ditto.
12053         Fix the copyright notice.
12054
12055 2005-07-18  Romain Francoise  <romain@orebokech.com>
12056
12057         * gnus-sum.el (gnus-summary-to-prefix)
12058         (gnus-summary-newsgroup-prefix): New variables.
12059         (gnus-summary-from-or-to-or-newsgroups): Use them.
12060
12061 2005-07-17  Romain Francoise  <romain@orebokech.com>
12062
12063         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12064         space as it's generally not especially interesting to the user.
12065
12066 2005-07-16  Romain Francoise  <romain@orebokech.com>
12067
12068         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12069         nil to avoid prompting and file modification if one of the
12070         messages at the top of the nnfolder file contains a copyright
12071         notice.
12072         Update copyright notice.
12073
12074         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12075         instead of `current-time-string' as the latter creates a time
12076         string that is not RFC 2822 compliant (it lacks the zone).
12077         Update copyright notice.
12078
12079 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12080
12081         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12082         for text/rtf.  Display default in prompt.  Pass default for M-n.
12083
12084         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12085
12086 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12087
12088         * gnus-msg.el (gnus-button-mailto): Remove
12089         save-selected-window-window hackery because it relies on
12090         save-selected-window internals.
12091
12092 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12095         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12096         (gnus-article-prev-page): Ditto.
12097
12098         * gnus-util.el (gnus-beginning-of-window): New function.
12099         (gnus-end-of-window): New function.
12100
12101         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12102
12103 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12104
12105         * gnus-score.el (gnus-score-edit-all-score): Set
12106         gnus-score-edit-exit-function to gnus-score-edit-done and call
12107         gnus-message.
12108
12109 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12110
12111         * gnus-msg.el (gnus-button-mailto): Remove
12112         save-selected-window-window hackery because it relies on
12113         save-selected-window internals.
12114
12115 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12118         add-minor-mode.
12119         (gnus-binary-mode): Ditto.
12120
12121         * gnus-topic.el (gnus-topic-mode): Ditto.
12122
12123 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12124
12125         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12126         (gnus-article-prev-page): Take scroll-margin into consideration.
12127
12128 2005-07-04  Lute Kamstra  <lute@gnu.org>
12129
12130         Update FSF's address in GPL notices.
12131
12132 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12133
12134         * gnus.el (gnus-exit):
12135         * gnus-group.el (gnus-group-icons):
12136         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12137
12138         * gnus-nocem.el (gnus-nocem):
12139         * message.el (message-various, message-buffers, message-sending)
12140         (message-interface, message-forwarding, message-insertion)
12141         (message-headers, message-news, message-mail):
12142         * pgg-gpg.el (pgg-gpg):
12143         * pgg-parse.el (pgg-parse):
12144         * pgg-pgp.el (pgg-pgp):
12145         * pgg-pgp5.el (pgg-pgp5):
12146         * pop3.el (pop3): Finish `defgroup' description with period.
12147
12148 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * gnus-art.el (article-display-face): Improve the efficiency.
12151         (article-display-x-face): Ditto; remove grey x-face stuff.
12152
12153 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus-art.el (article-display-face): Correct the position in
12156         which Faces are inserted.
12157
12158 2005-06-29  Didier Verna  <didier@xemacs.org>
12159
12160         * gnus-art.el (article-display-face): Display faces in correct
12161         order.
12162
12163 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12166         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12167         (gnus-nocem-check-article): Fetch the Type header.
12168         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12169         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12170         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12171         make sure gnus-nocem-hashtb is initialized.
12172         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12173         (gnus-nocem-unwanted-article-p): Ditto.
12174
12175         * pgg.el (pgg-verify): Return the verification result.
12176
12177 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12178
12179         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12180         is ascii.
12181
12182 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12183
12184         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12185         `show-nonbreak-escape'.
12186
12187 2005-06-23  Lute Kamstra  <lute@gnu.org>
12188
12189         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12190
12191         * dig.el (dig-mode):
12192         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12193
12194 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12195
12196         * nnimap.el (nnimap-split-download-body): Fix spellings.
12197
12198 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12199
12200         * gnus-art.el (gnus-article-encrypt-body):
12201         * gnus-cus.el (gnus-score-customize):
12202         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12203         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12204
12205 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12206
12207         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12208         header by looking for magic "MII" at the beginnig.
12209
12210 2005-06-16  Miles Bader  <miles@gnu.org>
12211
12212         * gnus-xmas.el (gnus-xmas-group-startup-message):
12213         Use renamed gnus-splash face.
12214
12215         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12216         (assistant-field-face): New backward-compatibility alias for renamed
12217         face.
12218         (assistant-render-text): Use renamed assistant-field face.
12219
12220         * spam.el (spam): Remove "-face" suffix from face name.
12221         (spam-face): New backward-compatibility alias for renamed face.
12222         (spam-face, spam-initialize): Use renamed spam face.
12223
12224         * message.el (message-header-to, message-header-cc)
12225         (message-header-subject, message-header-newsgroups)
12226         (message-header-other, message-header-name)
12227         (message-header-xheader, message-separator, message-cited-text)
12228         (message-mml): Remove "-face" suffix from face names.
12229         (message-header-to-face, message-header-cc-face)
12230         (message-header-subject-face, message-header-newsgroups-face)
12231         (message-header-other-face, message-header-name-face)
12232         (message-header-xheader-face, message-separator-face)
12233         (message-cited-text-face, message-mml-face):
12234         New backward-compatibility aliases for renamed faces.
12235         (message-font-lock-keywords): Use renamed message faces.
12236
12237         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12238         (sieve-test-commands, sieve-tagged-arguments):
12239         Remove "-face" suffix from face names.
12240         (sieve-control-commands-face, sieve-action-commands-face)
12241         (sieve-test-commands-face, sieve-tagged-arguments-face):
12242         New backward-compatibility aliases for renamed faces.
12243         (sieve-control-commands-face, sieve-action-commands-face)
12244         (sieve-test-commands-face, sieve-tagged-arguments-face):
12245         Use renamed sieve faces.
12246
12247         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12248         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12249         (gnus-group-news-3-empty, gnus-group-news-4)
12250         (gnus-group-news-4-empty, gnus-group-news-5)
12251         (gnus-group-news-5-empty, gnus-group-news-6)
12252         (gnus-group-news-6-empty, gnus-group-news-low)
12253         (gnus-group-news-low-empty, gnus-group-mail-1)
12254         (gnus-group-mail-1-empty, gnus-group-mail-2)
12255         (gnus-group-mail-2-empty, gnus-group-mail-3)
12256         (gnus-group-mail-3-empty, gnus-group-mail-low)
12257         (gnus-group-mail-low-empty, gnus-summary-selected)
12258         (gnus-summary-cancelled, gnus-summary-high-ticked)
12259         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12260         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12261         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12262         (gnus-summary-low-undownloaded)
12263         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12264         (gnus-summary-low-unread, gnus-summary-normal-unread)
12265         (gnus-summary-high-read, gnus-summary-low-read)
12266         (gnus-summary-normal-read, gnus-splash):
12267         Remove "-face" suffix from face names.
12268         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12269         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12270         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12271         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12272         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12273         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12274         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12275         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12276         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12277         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12278         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12279         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12280         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12281         (gnus-summary-normal-ticked-face)
12282         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12283         (gnus-summary-normal-ancient-face)
12284         (gnus-summary-high-undownloaded-face)
12285         (gnus-summary-low-undownloaded-face)
12286         (gnus-summary-normal-undownloaded-face)
12287         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12288         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12289         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12290         (gnus-splash-face):
12291         New backward-compatibility aliases for renamed faces.
12292         (gnus-group-startup-message): Use renamed gnus faces.
12293
12294         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12295         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12296         (gnus-server-agent): Remove "-face" suffix from face names.
12297         (gnus-server-agent-face, gnus-server-opened-face)
12298         (gnus-server-closed-face, gnus-server-denied-face)
12299         (gnus-server-offline-face):
12300         New backward-compatibility aliases for renamed faces.
12301         (gnus-server-agent-face, gnus-server-opened-face)
12302         (gnus-server-closed-face, gnus-server-denied-face)
12303         (gnus-server-offline-face): Use renamed gnus faces.
12304
12305         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12306         Remove "-face" suffix from face names.
12307         (gnus-picon-xbm-face, gnus-picon-face):
12308         New backward-compatibility aliases for renamed faces.
12309
12310         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12311         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12312         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12313         (gnus-cite-11): Remove "-face" suffix from face names.
12314         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12315         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12316         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12317         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12318         New backward-compatibility aliases for renamed faces.
12319         (gnus-cite-attribution-face, gnus-cite-face-list)
12320         (gnus-article-boring-faces): Use renamed gnus faces.
12321
12322         * gnus-art.el (gnus-signature, gnus-header-from)
12323         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12324         (gnus-header-content): Remove "-face" suffix from face names.
12325         (gnus-signature-face, gnus-header-from-face)
12326         (gnus-header-subject-face, gnus-header-newsgroups-face)
12327         (gnus-header-name-face, gnus-header-content-face):
12328         New backward-compatibility aliases for renamed faces.
12329         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12330
12331         * gnus-sum.el (gnus-summary-selected-face)
12332         (gnus-summary-highlight): Use renamed gnus faces.
12333         * gnus-group.el (gnus-group-highlight): Likewise.
12334
12335 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12336
12337         * gnus-sieve.el (gnus-sieve-article-add-rule):
12338         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12339         * spam-stat.el (spam-stat-buffer-change-to-spam)
12340         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12341
12342         * message.el (message-is-yours-p):
12343         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12344
12345 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * mm-view.el (mm-inline-text): Withdraw the last change.
12348
12349 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12352         executing enriched-decode.
12353
12354 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12357         charset of tar files.
12358
12359 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12360
12361         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12362
12363 2005-06-04  Lute Kamstra  <lute@gnu.org>
12364
12365         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12366         information is never recorded.
12367
12368 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12369
12370         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12371
12372 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * pop3.el (pop3-apop): Run md5 in the binary mode.
12375
12376         * starttls.el (starttls-set-process-query-on-exit-flag):
12377         Use eval-and-compile.
12378
12379 2005-05-31  Simon Josefsson  <jas@extundo.com>
12380
12381         * smime.el (smime-replace-in-string): Define.
12382         (smime-cert-by-ldap-1): Use it.
12383
12384 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-art.el (article-display-x-face): Replace
12387         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12388
12389         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12390         set-process-query-on-exit-flag or process-kill-without-query.
12391
12392         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12393         loop instead of replace-regexp.
12394
12395         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12396         instead of process-kill-without-query if it is available.
12397
12398         * lpath.el: Fbind ldap-search-entries.
12399
12400         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12401         instead of find-file-hooks if it is available.
12402
12403         * mml1991.el: Bind pgg-default-user-id when compiling.
12404
12405         * mml2015.el: Bind pgg-default-user-id when compiling.
12406
12407         * nndraft.el (nndraft-request-associate-buffer):
12408         Use write-contents-functions instead of write-contents-hooks if it is
12409         available.
12410
12411         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12412         instead of find-file-hooks if it is available.
12413
12414         * nntp.el (nntp-open-connection): Replace
12415         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12416         (nntp-open-ssl-stream): Ditto.
12417         (nntp-open-tls-stream): Ditto.
12418
12419         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12420         set-process-query-on-exit-flag or process-kill-without-query.
12421         (starttls-open-stream-gnutls): Use it instead of
12422         process-kill-without-query.
12423         (starttls-open-stream): Ditto.
12424
12425 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12426
12427         * smime.el (smime-cert-by-ldap-1): Don't use
12428         replace-regexp-in-string.
12429
12430 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12431
12432         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12433
12434         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12435         in PEM format.  Adjust to the XEmacs compability.
12436
12437 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12440         by `string-to-number'.
12441         * gnus-agent.el (gnus-agent-regenerate-group)
12442         (gnus-agent-fetch-articles): Ditto.
12443         * gnus-art.el (gnus-button-fetch-group): Ditto.
12444         * gnus-cache.el (gnus-cache-generate-active)
12445         (gnus-cache-articles-in-group): Ditto.
12446         * gnus-group.el (gnus-group-set-current-level)
12447         (gnus-group-insert-group-line): Ditto.
12448         * gnus-score.el (gnus-score-set-expunge-below)
12449         (gnus-score-set-mark-below, gnus-summary-score-effect)
12450         (gnus-summary-score-entry): Ditto.
12451         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12452         (gnus-soup-pack): Ditto.
12453         * gnus-spec.el (gnus-xmas-format): Ditto.
12454         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12455         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12456         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12457         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12458         * nndb.el (nndb-get-remote-expire-response): Ditto.
12459         * nndiary.el (nndiary-parse-schedule-value)
12460         (nndiary-string-to-number, nndiary-request-replace-article)
12461         (nndiary-request-article): Ditto.
12462         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12463         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12464         * nneething.el (nneething-make-head): Ditto.
12465         * nnfolder.el (nnfolder-request-article)
12466         (nnfolder-retrieve-headers): Ditto.
12467         * nnheader.el (nnheader-file-to-number): Ditto.
12468         * nnkiboze.el (nnkiboze-request-article): Ditto.
12469         * nnmail.el (nnmail-process-unix-mail-format)
12470         (nnmail-process-babyl-mail-format): Ditto.
12471         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12472         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12473         (nnmh-request-create-group, nnmh-request-list-1)
12474         (nnmh-request-group, nnmh-request-article): Ditto.
12475         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12476         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12477         * nnsoup.el (nnsoup-make-active): Ditto.
12478         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12479         * nntp.el (nntp-find-group-and-number)
12480         (nntp-retrieve-headers-with-xover): Ditto.
12481         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12482         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12483         (pgg-format-key-identifier): Ditto.
12484         * pop3.el (pop3-last, pop3-stat): Ditto.
12485         * qp.el (quoted-printable-decode-region): Ditto.
12486
12487         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12488         of concat.
12489
12490 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12493
12494         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12495
12496         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12497
12498         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12499
12500         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12501
12502         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12503
12504         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12505         (gnus-carpal-mode): Ditto.
12506
12507         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12508         (gnus-browse-mode): Ditto.
12509
12510         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12511
12512         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12513
12514 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12515
12516         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12517
12518 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-util.el (gnus-run-mode-hooks): New function.
12521
12522         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12523
12524         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12525         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12526
12527 2005-05-27  Lute Kamstra  <lute@gnu.org>
12528
12529         * dns-mode.el (dns-mode): Specify customization group.
12530
12531 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12532
12533         * gnus-agent.el (gnus-agent-make-mode-line-string):
12534         Use mode-line-highlight as mouse-face.
12535
12536 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * canlock.el (canlock): Change the parent group to news.
12539
12540         * deuglify.el (gnus-outlook-deuglify): Add :group.
12541
12542         * dig.el (dig): Add :group.
12543
12544         * dns-mode.el (dns-mode): Add :group.
12545
12546         * encrypt.el (encrypt): Add :group.
12547
12548         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12549         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12550         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12551         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12552         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12553
12554         * gnus-diary.el (gnus-diary): Add :group.
12555
12556         * gnus.el (gnus-group-news-1-face): Add :group.
12557         (gnus-group-news-1-empty-face): Ditto.
12558         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12559         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12560         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12561         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12562         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12563         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12564         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12565         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12566         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12567         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12568         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12569         (gnus-summary-high-ticked-face): Ditto.
12570         (gnus-summary-low-ticked-face): Ditto.
12571         (gnus-summary-normal-ticked-face): Ditto.
12572         (gnus-summary-high-ancient-face): Ditto.
12573         (gnus-summary-low-ancient-face): Ditto.
12574         (gnus-summary-normal-ancient-face): Ditto.
12575         (gnus-summary-high-undownloaded-face): Ditto.
12576         (gnus-summary-low-undownloaded-face): Ditto.
12577         (gnus-summary-normal-undownloaded-face): Ditto.
12578         (gnus-summary-high-unread-face): Ditto.
12579         (gnus-summary-low-unread-face): Ditto.
12580         (gnus-summary-normal-unread-face): Ditto.
12581         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12582         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12583
12584         * hashcash.el (hashcash): New custom group.
12585         (hashcash-default-payment): Add :group.
12586         (hashcash-payment-alist): Ditto.
12587         (hashcash-default-accept-payment): Ditto.
12588         (hashcash-accept-resources): Ditto.
12589         (hashcash-path): Ditto.
12590         (hashcash-extra-generate-parameters): Ditto.
12591         (hashcash-double-spend-database): Ditto.
12592         (hashcash-in-news): Ditto.
12593
12594         * message.el (message-minibuffer-local-map): Add :group.
12595
12596         * netrc.el (netrc): Add :group.
12597
12598         * sieve-manage.el (sieve-manage-log): Add :group.
12599         (sieve-manage-default-user): Diito.
12600         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12601         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12602         (sieve-manage-authenticators): Ditto.
12603         (sieve-manage-authenticator-alist): Ditto.
12604         (sieve-manage-default-port): Ditto.
12605
12606         * sieve-mode.el (sieve-control-commands-face): Add :group.
12607         (sieve-action-commands-face): Ditto.
12608         (sieve-test-commands-face): Ditto.
12609         (sieve-tagged-arguments-face): Ditto.
12610
12611         * smime.el (smime): Add :group.
12612
12613         * spam-report.el (spam-report): Add :group.
12614
12615         * spam.el (spam, spam-face): Add :group.
12616
12617 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12618
12619         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12620         return \n.\n.\n at the end of articles.  Protect against that.
12621         (nntp-with-open-group): Allow debugging.
12622
12623         * nnheader.el (mail-header-set-extra): Make into a function
12624         because I just could't understand how to quote the list properly.
12625
12626         * dns.el (query-dns-cached): New function.
12627
12628 2005-05-26  Lute Kamstra  <lute@gnu.org>
12629
12630         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12631
12632 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12633
12634         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12635
12636         * gnus-art.el: Don't autoload mail-extract-address-components.
12637
12638         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12639         eval-and-compile to evaluate it.
12640
12641         * hashcash.el: Don't autoload executable-find.
12642
12643         * nndb.el: Don't declare the nndb back end two or more times; don't
12644         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12645
12646         * nntp.el: Autoload format-spec instead of format; use
12647         eval-and-compile to evaluate autoload forms.
12648
12649 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12650
12651         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12652
12653 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * gnus.el (gnus-version-number): Bump version.
12656
12657 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12658
12659         * gnus.el: No Gnus v0.3 is released.
12660
12661 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12662
12663         * lpath.el (featurep): Bind show-nonbreak-escape.
12664
12665 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus-art.el (gnus-article-edit-part): Disable undo.
12668
12669 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12672         gnus-article-date-lapsed-new-header is t if date timer is active;
12673         skip headers in which the original date value is empty.
12674         (gnus-article-save-original-date): Redefine it as a macro.
12675         (gnus-display-mime): Use it.
12676
12677 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-art.el (article-date-ut): Support converting date in
12680         forwarded parts as well.
12681         (gnus-article-save-original-date): New function.
12682         (gnus-display-mime): Use it.
12683
12684 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12685
12686         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12687         enclosure element of <item>.
12688
12689 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12690
12691         * message.el (message-kill-buffer-query): Renamed from
12692         `message-kill-buffer-query-if-modified'.  Added :version.
12693
12694 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12697         window layout.
12698
12699 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * mml.el: Autoload dnd when compiling.
12702
12703 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12704
12705         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12706         x-dnd-*.
12707
12708 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * qp.el (quoted-printable-encode-region): Save excursion.
12711
12712 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12713
12714         * message.el (message-kill-buffer-query-if-modified): Add new variable
12715         so the user can kill a modified message buffer quickly.
12716         (message-kill-buffer): Use it.
12717
12718 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * lpath.el: Fbind display-time-event-handler; don't fbind
12721         string-to-multibyte.
12722
12723         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12724
12725 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12728         contained in text because xml.el decodes entities) with LFs.
12729
12730 2005-04-11  Lute Kamstra  <lute@gnu.org>
12731
12732         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12733         differently.
12734
12735 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12736
12737         * mm-util.el (mm-detect-coding-region): Typo.
12738
12739 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12742
12743 2005-04-06  Deepak Goel  <deego@gnufans.org>
12744
12745         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12746         user-function allow user modifications of the scores.
12747         (spam-stat-score-buffer-user): New function, to allow
12748         user-computed modifications to the score.
12749         (spam-stat-score-buffer-user-functions): List of additional
12750         scoring functions.
12751         (spam-stat-error-holder): Global temporary error holder.
12752         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12753         variable.
12754
12755 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12756
12757         * gnus-registry.el (gnus-registry-clean-empty-function)
12758         (gnus-registry-trim, gnus-registry-fetch-groups)
12759         (gnus-registry-delete-group): Groups that match
12760         `gnus-registry-ignored-groups' are removed from the registry
12761         entries, not just ignored for splitting.  This helps clean up the
12762         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12763         to get all the groups a message ID is in.
12764
12765         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12766         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12767         (spam-stat-score-buffer-user-functions): Add :number custom type.
12768
12769 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12772         argument in XEmacs.
12773
12774         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12775         (nnrss-request-group): Decode group name first.
12776         (nnrss-request-article): Make a text/plain article if mml-to-mime
12777         failed.
12778         (nnrss-get-encoding): Return a compatible encoding according to
12779         nnrss-compatible-encoding-alist.
12780         (nnrss-find-el): Use consp instead of listp.
12781         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12782
12783 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12786         which Emacs 20 doesn't support.
12787         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12788
12789 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12792         silence the byte compiler inside the defun.
12793
12794         * gnus-demon.el (parse-time-string): Add autoload.
12795
12796         * gnus-delay.el (parse-time-string): Add autoload.
12797
12798         * gnus-art.el (parse-time-string): Add autoload.
12799
12800         * nnultimate.el (parse-time): Require for `parse-time-string'.
12801
12802 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12805
12806         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12807
12808         * smime.el (smime-ldap-host-list): Add :version.
12809
12810 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12811
12812         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12813         pass it to `gnus-browse-read-group'.
12814         (gnus-browse-read-group): Add NUMBER argument and pass it to
12815         `gnus-group-read-ephemeral-group'.
12816
12817         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12818         argument and pass it to `gnus-group-read-group'.
12819
12820 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12821
12822         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12823         mm-xemacs-find-mime-charset-1 if we have the mule feature
12824         available at runtime.
12825
12826 2005-03-25  Werner Lemberg  <wl@gnu.org>
12827
12828         * nnmaildir.el: Replace `illegal' with `invalid'.
12829
12830 2005-03-23  Lute Kamstra  <lute@gnu.org>
12831
12832         * time-date.el: Add comment on time value formats.
12833         Don't require parse-time.
12834         (with-decoded-time-value): New macro.
12835         (encode-time-value): New function.
12836         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12837         (days-to-time): Return a valid time value when arg is huge.
12838         (time-since): Use time-subtract.
12839         (time-to-number-of-days): Use time-to-seconds.
12840
12841 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12842
12843         * gnus-start.el (gnus-display-time-event-handler):
12844         Check display-time-timer at runtime rather than only at load time
12845         in case display-time-mode is turned off in the mean time.
12846
12847 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12848
12849         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12850         used.
12851
12852         * nneething.el (nneething-map-file-directory): Derive from
12853         `gnus-directory'.
12854
12855         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12856         the To/Cc button.
12857
12858 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12859
12860         * nnmaildir.el (nnmaildir-request-accept-article):
12861         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12862
12863 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12864
12865         * gnus-async.el: Require timer-funcs at compile time when in
12866         XEmacs for `run-with-idle-timer'.
12867
12868 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12869
12870         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12871         autoloaded function.
12872
12873 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12874
12875         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12876
12877 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12878
12879         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12880
12881 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12882
12883         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12884         gnus-expert-user to default.
12885
12886 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12887
12888         * nnimap.el (nnimap-open-server): Ditto.
12889
12890         * imap.el (imap-authenticate): Fix typo.
12891
12892 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12893
12894         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12895         buffer (since IMAP server might return FETCH response out of
12896         order, and the nntp buffer must be sorted).
12897
12898 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12899
12900         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12901         comparison on string.
12902
12903         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12904         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12905         (gnus-agent-summary-fetch-series): Modified to protect against
12906         gnus-agent-summary-fetch-group clearing processable flags.
12907         (gnus-agent-synchronize-group-flags): Update live group buffer as
12908         synchronization may occur due to the user toggle the plugged
12909         status.
12910         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12911         successfully downloaded.
12912         (gnus-agent-expire-group-1): Avoid using markers when the overview
12913         is in ascending order; greatly improves performance.
12914         (gnus-agent-regenerate-group): Use
12915         gnus-agent-synchronize-group-flags to reset read status in both
12916         gnus and server.
12917         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12918
12919 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * message.el: Don't autoload former message-utils variables.
12922         (message-strip-subject-trailing-was): Change doc string.
12923
12924         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12925         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12926         (nnweb-google-search): Add "hl=en" here.
12927         (nnweb-google-parse-1, nnweb-google-create-mapping):
12928         Don't hardcode URL.
12929
12930 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * message.el (message-get-reply-headers, message-followup):
12933         Mention related variables `message-use-followup-to' and
12934         `message-use-mail-followup-to', in the information buffer.
12935
12936         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12937         of broken groups(-beta).google.com.
12938
12939 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12940
12941         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12942         parameter to invoked gnus-request-move-article; remove the
12943         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12944         all at once instead of once per article.
12945         (gnus-summary-remove-process-mark): Accept a list of articles as
12946         well as a single article for processing.
12947
12948         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12949         parameter.
12950
12951         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12952
12953         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12954
12955         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12956         parameter.
12957
12958         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12959         parameter.
12960
12961         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12962         parameter and remove the gnus-sum-hint-move-is-internal variable.
12963
12964         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12965         parameter.
12966
12967         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12968         parameter.
12969
12970         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12971         parameter.
12972
12973         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12974
12975         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12976         parameter.
12977
12978         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12979         parameter.
12980
12981 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12982
12983         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12984         a more conservative way.
12985
12986 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12987
12988         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12989         buffer, so it moves the window's cursor.
12990
12991 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12992
12993         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12994         `mm-dissect-multipart' and receive the from field as an (optional)
12995         argument from `mm-dissect-multipart'.
12996         (mm-dissect-multipart): Receive the from field as an argument and
12997         pass it on when we call `mm-dissect-buffer' on MIME parts.
12998         Fixes verification/decryption of signed/encrypted MIME parts.
12999
13000 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13001
13002         * gnus-sum.el (gnus-summary-move-article): Set
13003         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13004         whatever it calls (right now, only nnimap-request-move article
13005         respects it).
13006
13007         * nnimap.el (nnimap-request-move-article): When
13008         gnus-sum-hint-move-is-internal is set, don't do the extra
13009         nnimap-request-article.
13010
13011 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13012
13013         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13014
13015         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13016         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13017
13018         * gnus-sum.el (gnus-summary-caesar-message):
13019         Apply `gnus-treat-article' after rotation.
13020
13021         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13022         doc string.
13023
13024 2005-02-22  Simon Josefsson  <jas@extundo.com>
13025
13026         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13027         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13028         <arne@arnested.dk>.
13029         (encrypt): Add password-cache and password-cache-expiry as group
13030         members.
13031
13032 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13033
13034         * smime.el (smime-ldap-host-list): Doc fix.
13035         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13036         cache) password.
13037         (smime-sign-region): Use it.
13038         (smime-decrypt-region): Use it.
13039         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13040         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13041         fails.
13042         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13043         certificate from DER to PEM format rather than calling openssl.
13044
13045         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13046
13047         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13048         for signing/encryption.
13049
13050         * mml.el (mml-parse-1): Use them.
13051
13052 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13053
13054         * nnrss.el (nnrss-verbose): Removed.
13055         (nnrss-request-group): Use `nnheader-message' instead.
13056
13057 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13058
13059         * nnrss.el (nnrss-verbose): New variable.
13060         (nnrss-request-group): Make it say nnrss is requesting a group.
13061
13062 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13065         Handle news URL with given port correctly.
13066
13067 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13070         containing special characters.
13071
13072         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13073
13074         * mml.el (mime-to-mml): Ditto.
13075
13076         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13077         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13078         (rfc2047-decode-region): Quote decoded words containing special
13079         characters when rfc2047-quote-decoded-words-containing-tspecials
13080         is non-nil.
13081
13082 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13083
13084         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13085
13086         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13087
13088 2005-02-15  Simon Josefsson  <jas@extundo.com>
13089
13090         * nnimap.el (nnimap-debug): Doc fix.
13091
13092         * imap.el (imap-debug): Doc fix.
13093
13094 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13097
13098 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13099
13100         * gnus.el (spam-contents): Improve docs for spam-contents
13101         parameter in its variable incarnation.
13102
13103 2005-02-14  Simon Josefsson  <jas@extundo.com>
13104
13105         * smime-ldap.el: Use require instead of load-library for ldap.
13106         (smime-ldap-search): Indent.
13107         (smime-ldap-search-internal): Shorten line.
13108
13109         * smime.el (smime-cert-by-dns): Add doc-string.
13110         (smime-cert-by-ldap-1): Indent.
13111
13112         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13113         mml-smime-get-dns-ldap.
13114         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13115
13116 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13117
13118         * smime.el: Require smime-ldap.
13119         (smime-ldap-host-list): New variable.
13120         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13121
13122         * mml-smime.el (mml-smime-encrypt-query): New function.
13123         (mml-smime-encrypt-query): Use it.
13124
13125         * smime-ldap.el: New file.
13126
13127 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13130
13131 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13134         argument in doc string.  Make query for type more clear.
13135
13136 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13137
13138         * gnus.el (gnus-group-startup-message): Search for gnus images in
13139         etc/images/gnus.
13140         * mm-util.el (mm-image-load-path): Likewise.
13141         * smiley.el (smiley-data-directory): Search for smilies in
13142         etc/images/smilies.
13143
13144 2005-02-09  Kim F. Storm  <storm@cua.dk>
13145
13146         Change Emacs release version from 21.4 to 22.1 throughout.
13147         Change Emacs development version from 21.3.50 to 22.0.50.
13148
13149 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13152
13153         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13154         non-Mule XEmacs as well.
13155         (mm-decompress-buffer): Signal an error intentionally if it does
13156         not decompress compressed data because auto-compression-mode is
13157         disabled.
13158
13159 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13160
13161         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13162         an ID in the registry even if it has no groups.
13163
13164 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13167         merge it into mm-decompress-buffer.
13168         (gnus-mime-copy-part): Use the MIME part charset, the value which
13169         a user specified or gnus-newsgroup-charset for decoding, like
13170         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13171         save-buffer what was used.  Suggested by Kevin Ryde
13172         <user42@zip.com.au>.
13173         (gnus-mime-inline-part): Allow the name parameter as well as the
13174         filename parameter; force decompressing of compressed data; always
13175         display contents being not decoded as unibyte.
13176
13177         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13178         as well as the filename parameter.
13179
13180         * mm-util.el (mm-decompress-buffer): Merge
13181         gnus-mime-jka-compr-maybe-uncompress.
13182         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13183         of compressed data.
13184
13185 2005-02-08  Simon Josefsson  <jas@extundo.com>
13186
13187         * imap.el (imap-log): Doc fix.
13188
13189 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13192         the coding cookies; decompress compressed parts.
13193
13194         * mml.el (mml-generate-mime-1): Add the charset parameter according
13195         to the value which a user specified manually or the coding cookie.
13196
13197         * mm-util.el (mm-string-to-multibyte): New function.
13198         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13199         (mm-coding-system-to-mime-charset): New function.
13200         (mm-decompress-buffer): New function.
13201         (mm-find-buffer-file-coding-system): New function.
13202
13203         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13204         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13205         parts.
13206
13207 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13208
13209         * mm-view.el (mm-display-inline-fontify): Decode a part according
13210         to the charset parameter.
13211
13212 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13215         prefix arg is neither nil nor a number, as info specifies.
13216
13217 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13220         timestamps.
13221
13222 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13223
13224         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13225         groups error checking and notify user.
13226
13227 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13228
13229         * message.el (message-send-mail-function): Check existence of
13230         sendmail-program first before using default value
13231         `message-send-mail-with-sendmail'.  Otherwise use more generic
13232         `smtpmail-send-it'.
13233
13234 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * nntp.el (nntp-request-update-info): Always return nil.
13237
13238 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13239
13240         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13241
13242 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13243
13244         * message.el (message-beginning-of-line): Change the behavior when
13245         invoked between BOL and : so that it first moves backward.
13246
13247 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13250         article buffer when editing of the article is discarded.
13251         (gnus-article-prepare): Revert.
13252
13253 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-art.el (gnus-article-prepare):
13256         Remove message-strip-forbidden-properties from the local hook.
13257
13258 2005-01-27  Simon Josefsson  <jas@extundo.com>
13259
13260         * password.el (password-cache-add): Only start one timer per key.
13261         Reported by Derek Atkins <warlord@MIT.EDU>.
13262
13263 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13264
13265         * run-at-time.el: Removed.  It is no longer needed as
13266         timer-funcs.el in the xemacs-base package has a working version of
13267         `run-at-time'.
13268
13269         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13270
13271         * password.el: Require timer-funcs instead of run-at-time in
13272         XEmacs.
13273         Remove `password-run-at-time' macro.
13274         (password-cache-add): Use `run-at-time' instead of
13275         `password-run-at-time'.
13276
13277         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13278         Remove `nnheader-cancel-function-timers' alias,
13279         `cancel-function-timers' exists in XEmacs in timer-funcs.
13280
13281         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13282         for `run-with-idle-timer'.
13283
13284         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13285         for `run-at-time'.
13286
13287         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13288         for `with-timeout'.
13289
13290         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13291         the same as for XEmacs 21.4.
13292         No need to ignore `run-with-idle-timer', this function exists in
13293         XEmacs now in timer-funcs.el in the xemacs-base package.
13294         (dgnushack-compile): No need to delete
13295         run-at-time.el from the list of files to compile because it
13296         doesn't exist anymore.
13297
13298 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13301         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13302
13303 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13304
13305         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13306         sensitively.
13307
13308 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13309
13310         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13311
13312 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13315         which will be inserted according to the multibyteness of a buffer
13316         rather than the type of contents.  Suggested by ARISAWA Akihiro
13317         <ari@mbf.ocn.ne.jp>.
13318
13319         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13320         of string which old xml.el may return rather than a string.
13321
13322 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13325
13326 2005-01-16  Simon Josefsson  <jas@extundo.com>
13327
13328         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13329         idn/idna.el isn't available.
13330         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13331         <michael@waxrat.com>.
13332
13333         * hashcash.el: Remove non-FSF copyright header.
13334
13335         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13336         (hashcash-generate-payment): Use it.
13337         (hashcash-generate-payment-async): Use it.
13338
13339 2005-01-15  Simon Josefsson  <jas@extundo.com>
13340
13341         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13342         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13343
13344         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13345         gnus-summary-idna-message.
13346         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13347         (gnus-summary-idna-message): New function.
13348
13349 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13352         gnus-novice-user.
13353
13354 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13355
13356         * nnrss.el (nnrss-request-delete-group): Delete entries in
13357         nnrss-group-alist as well.
13358         (nnrss-save-server-data): Insert newline.
13359
13360 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13361
13362         * gnus.el (gnus-user-agent): Use list of symbols instead of
13363         symbols.  Display full version number for (S)XEmacs.  Optionally
13364         display (S)XEmacs codename.
13365
13366         * gnus-util.el (gnus-emacs-version): Update for new
13367         `gnus-user-agent'.
13368
13369         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13370         Gnus version.
13371
13372 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13373
13374         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13375         which is unreadable in some setups.
13376
13377 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-spec.el (gnus-update-format-specifications): Flush the
13380         group format spec cache if it doesn't support decoded group names.
13381
13382 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13385         Allow to apply decay on score files matching a regexp.
13386
13387 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13388
13389         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13390         compatibility in %g and %c.
13391
13392 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13395         name for only %g and %c.
13396         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13397         of gnus-tmp-group to decoded group name.
13398         (gnus-group-make-rss-group): Exclude `/'s from group names.
13399
13400 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * nnrss.el (nnrss-get-encoding): Fix regexp.
13403
13404 2004-12-27  Simon Josefsson  <jas@extundo.com>
13405
13406         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13407         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13408         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13409
13410 2004-12-17  Kim F. Storm  <storm@cua.dk>
13411
13412         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13413
13414         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13415
13416 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13417
13418         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13419
13420 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * nnrss.el: Require rfc2047 and mml.
13423         (nnrss-file-coding-system): New variable.
13424         (nnrss-format-string): Redefine it as an inline function.
13425         (nnrss-decode-group-name): New function.
13426         (nnrss-string-as-multibyte): Remove.
13427         (nnrss-retrieve-headers): Decode group name; don't use
13428         nnrss-format-string.
13429         (nnrss-request-group): Decode group name.
13430         (nnrss-request-article): Decode group name; allow a Message-ID as
13431         well as an article number; don't use nnrss-format-string; encode a
13432         Message-ID string which may contain non-ASCII characters; use
13433         mml-to-mime to compose a MIME article.
13434         (nnrss-request-expire-articles): Decode group name.
13435         (nnrss-request-delete-group): Decode group name.
13436         (nnrss-fetch): Clarify error message.
13437         (nnrss-read-server-data): Use insert-file-contents instead of load;
13438         bind file-name-coding-system; use multibyte buffer.
13439         (nnrss-save-server-data): Bind coding-system-for-write to the
13440         value of nnrss-file-coding-system; bind file-name-coding-system;
13441         add coding cookie.
13442         (nnrss-read-group-data): Use insert-file-contents instead of load;
13443         bind file-name-coding-system; use multibyte buffer.
13444         (nnrss-save-group-data): Bind coding-system-for-write to the
13445         value of nnrss-file-coding-system; bind file-name-coding-system.
13446         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13447         make it work with non-ASCII text.
13448         (nnrss-find-el): Make it work with old xml.el as well.
13449
13450 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13451
13452         * nnrss.el (nnrss-get-encoding): New function.
13453         (nnrss-fetch): Use unibyte buffer initially; bind
13454         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13455         decode contents according to the encoding attribute.
13456         (nnrss-save-group-data): Add coding cookie.
13457         (nnrss-mime-encode-string): New function.
13458         (nnrss-check-group): Use it to encode subject and author.
13459
13460 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13461
13462         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13463         imaginary variable.
13464
13465 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13468         correctly even if there are wide characters.
13469
13470 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13471
13472         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13473         downcased symbol names; make a new cache instead of reusing
13474         bbdb-hashtable.
13475
13476 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13477
13478         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13479         concatenating segments rather than before concatenating them.
13480         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13481
13482         * message.el (message-get-reply-headers): Bind `extra'.
13483
13484 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13485
13486         * message.el (message-extra-wide-headers): New variable.
13487         (message-get-reply-headers): Use it.
13488
13489 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13492         (gnus-agent-group-pathname): Ditto.
13493
13494         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13495
13496         * gnus-group.el (gnus-group-make-group): Decode group name.
13497         (gnus-group-make-rss-group): Register the group data after opening
13498         the nnrss group.
13499
13500 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13501
13502         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13503         by expiry now get marked as read.
13504
13505 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13506
13507         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13508
13509 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13510
13511         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13512         unify Latin characters in XEmacs.
13513         (mm-find-mime-charset-region): Use it.
13514
13515 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13516
13517         * gnus-util.el (gnus-delete-directory): New function.
13518
13519         * gnus-agent.el (gnus-agent-delete-group): Use it.
13520
13521         * gnus-cache.el (gnus-cache-delete-group): Use it.
13522
13523 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13526         names.
13527
13528 2004-12-16  Simon Josefsson  <jas@extundo.com>
13529
13530         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13531
13532 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13533
13534         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13535
13536         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13537         (gnus-group-set-current-level): Decode group name.
13538
13539 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13540
13541         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13542         failed.
13543
13544 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * gnus-group.el (gnus-group-delete-group): Decode group name.
13547         (gnus-group-make-rss-group): Encode group name.
13548         (gnus-group-catchup-current): Decode group name.
13549         (gnus-group-kill-group): Decode group name.
13550
13551 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13552
13553         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13554
13555 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13556
13557         * gnus-group.el (gnus-group-make-rss-group):
13558         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13559
13560         * gnus-start.el (gnus-setup-news): Honor user's setting to
13561         gnus-message-archive-method.  Suggested by Lute Kamstra
13562         <lute@gnu.org>.
13563
13564 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13565
13566         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13567         global counterparts of the buffer-local variables.
13568
13569 2004-11-16  Romain Francoise  <romain@orebokech.com>
13570
13571         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13572         counterparts of the buffer-local variables.
13573
13574 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * message.el (message-forbidden-properties): Fixed typo in doc
13577         string.
13578
13579 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * gnus-util.el (gnus-replace-in-string): Added doc string.
13582
13583         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13584         to avoid problems when splitting mails with many recipients.
13585
13586 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13587
13588         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13589         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13590
13591 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13592
13593         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13594         if there is no hashtable in memory or file modification time is
13595         newer than cached timestamp.
13596
13597 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13598
13599         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13600         not-matching option.
13601
13602 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13603
13604         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13605         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13606         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13607         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13608         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13609         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13610
13611 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * message.el (message-forward-make-body-mml): Remove headers
13614         according to message-forward-ignored-headers if a message is decoded.
13615
13616 2004-12-02  Romain Francoise  <romain@orebokech.com>
13617
13618         * message.el (message-forward-make-body-plain): Always remove
13619         headers according to message-forward-ignored-headers.
13620
13621 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13622
13623         * spam.el (spam-summary-prepare-exit): Remove the
13624         gnus-summary-limit pop for now, it has problems with ham marks for
13625         me.
13626
13627 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13628
13629         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13630         correctly.
13631
13632 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13633
13634         * format-spec.el (format-spec): Message the char.
13635
13636 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13637
13638         * gnus-art.el (gnus-split-methods): Reformat comments.
13639
13640         * spam.el (spam-summary-prepare-exit): Remove article limits
13641         before exiting the summary buffer.
13642
13643 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13646         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13647
13648         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13649         order to silence the byte compiler.
13650
13651         * spam.el: Fix the way to silence the byte compiler, which
13652         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13653         bbdb-search-simple, spam-BBDB-register-routine,
13654         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13655         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13656         spam-stat-buffer-is-spam, spam-stat-load,
13657         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13658         spam-stat-save and spam-stat-split-fancy.
13659
13660 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13663         which may confuse users.
13664         (canlock-password-for-verify): Ditto.
13665
13666         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13667
13668         * gnus-art.el (gnus-emphasis-alist): Ditto.
13669
13670         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13671
13672         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13673
13674         * gnus-start.el (gnus-save-killed-list): Ditto.
13675
13676         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13677         (gnus-sum-thread-tree-root): Ditto.
13678         (gnus-sum-thread-tree-false-root): Ditto.
13679         (gnus-sum-thread-tree-single-indent): Ditto.
13680
13681         * message.el (message-courtesy-message): Ditto.
13682         (message-archive-note): Ditto.
13683         (message-subscribed-address-file): Ditto.
13684         (message-user-fqdn): Ditto.
13685
13686         * spam-report.el (spam-report-gmane-regex): Ditto.
13687
13688         * spam.el (spam-blackhole-good-server-regex): Ditto.
13689
13690 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * mml.el (mml-preview): Widen the message buffer before copying
13693         the contents to the preview buffer; sort headers before previewing.
13694
13695         * message.el (message-hidden-headers): Fix the way to avoid a bug
13696         in the `repeat' widget in Emacs 21.3 or earlier.
13697
13698 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * message.el (message-hidden-headers): Default to "^References:".
13701         Improve customization type.  Suggested by Reiner Steib
13702         <Reiner.Steib@gmx.de>.
13703
13704 2004-11-25  Romain Francoise  <romain@orebokech.com>
13705
13706         * message.el (message-strip-forbidden-properties): Remove check for
13707         obsolete `message-hidden' text property, hidden headers are not
13708         accessible in the buffer anymore.
13709
13710 2004-11-22  Romain Francoise  <romain@orebokech.com>
13711
13712         * message.el (message-header-format-alist): Add `From' in list
13713         so that it can be sorted.
13714         (message-fix-before-sending): Widen and sort headers before
13715         sending.
13716         (message-hide-headers): Use narrowing to hide headers by moving
13717         them to the top of the buffer and narrowing to the region
13718         underneath.
13719
13720 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13721
13722         * message.el (message-strip-forbidden-properties): Bind
13723         buffer-read-only (etc) to nil.
13724
13725 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13728         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13729
13730 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13731
13732         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13733
13734 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13735
13736         * dns.el (query-dns): Use sit-for to time instead of
13737         accept-process-output, since that doesn't seem to work on udp
13738         sockets.
13739
13740 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13743
13744 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13745
13746         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13747         doc string.  Improve doc string.
13748
13749 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * nntp.el (nntp-request-update-info): Return nil if
13752         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13753         may not call gnus-activate-group which uselessly issues the GROUP
13754         commands for all nntp groups and wastes time.  Reported by Romain
13755         Francoise <romain@orebokech.com>.
13756
13757         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13758
13759 2004-11-15  Simon Josefsson  <jas@extundo.com>
13760
13761         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13762         headers separately.
13763         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13764         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13765
13766 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * gnus-start.el (gnus-convert-old-newsrc):
13769         Assign legacy-gnus-agent to 5.10.7.
13770
13771 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13772
13773         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13774         start of the lines.
13775
13776 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13777
13778         * hashcash.el (hashcash-default-payment): Change default to 20.
13779         (hashcash-default-accept-payment): Change default to 20.
13780         (hashcash-process-alist): New variable.
13781         (hashcash-generate-payment-async): Add.
13782         (hashcash-already-paid-p): Add.
13783         (hashcash-insert-payment): Don't generate payments twice.
13784         (hashcash-insert-payment-async): Add.
13785         (hashcash-insert-payment-async-2): Add.
13786         (hashcash-cancel-async): Add.
13787         (hashcash-wait-async): Add.
13788         (hashcash-processes-running-p): Add.
13789         (hashcash-wait-or-cancel): Add.
13790         (mail-add-payment): New optional argument.  Conditionally start
13791         asynchronous calculation.
13792         (mail-add-payment-async): Add.
13793
13794         * message.el (message-send-mail): Wait for asynchronous hashcash
13795         results.  Don't clobber existing X-Hashcash headers.
13796         (message-setup-1): Call mail-add-payment-async when
13797         message-generate-hashcash is non-nil.
13798
13799 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13800
13801         * message.el (message-use-alternative-email-as-from): Examine the
13802         From header as well; use message-make-from in order to include a
13803         user's full name.
13804
13805 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13808         default; improve customization type.
13809         (gnus-emphasis-custom-with-format): New macro.
13810         (gnus-emphasis-custom-value-to-external): New function.
13811         (gnus-emphasis-custom-value-to-internal): New function.
13812
13813 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13814
13815         * dns.el (query-dns): Resolve reverse addresses.
13816
13817 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13818
13819         * gnus-group.el (gnus-group-get-new-news): Use it.
13820
13821         * gnus-start.el (gnus-check-reasonable-setup): New function.
13822
13823 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13824
13825         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13826         "Args out of range" error.  Reported by Arnaud Giersch
13827         <arnaud.giersch@free.fr>.
13828
13829 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13830
13831         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13832
13833 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13834
13835         * spam.el (spam group): Add :version.
13836
13837         * pgg-def.el (pgg group): Add :version.
13838
13839 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13840
13841         * gnus-art.el (gnus-article-edit-article): Don't associate the
13842         article buffer with a draft file.  This is a temporary measure
13843         against the 2004-08-22 change to gnus-article-edit-mode.
13844
13845 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13848         (html2text-format-tags): Remove unused variable `attr'.
13849
13850 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13851
13852         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13853
13854         * tls.el (tls-process-connection-type, tls-success)
13855         (tls-certtool-program): Add :version.
13856
13857         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13858         (starttls-extra-arguments, starttls-process-connection-type)
13859         (starttls-connect, starttls-failure, starttls-success): Add :version.
13860
13861         * spam-stat.el (spam-stat): Add :version.
13862
13863         * sieve.el (sieve): Add :version.
13864
13865         * sha1.el (sha1): Add :version.
13866         (sha1-use-external): Remove redundant version.
13867
13868         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13869         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13870         (nnmail-split-fancy-match-partial-words)
13871         (nnmail-split-lowercase-expanded): Add :version.
13872
13873         * nndiary.el (nndiary): Add :version.
13874
13875         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13876
13877         * mml-sec.el (mml-default-sign-method)
13878         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13879         Add :version.
13880
13881         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13882
13883         * mm-url.el (mm-url-use-external, mm-url-program)
13884         (mm-url-arguments): Add :version.
13885
13886         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13887         (mm-attachment-file-modes, mm-decrypt-option)
13888         (mm-w3m-safe-url-regexp): Add :version.
13889
13890         * message.el (message-cite-prefix-regexp)
13891         (message-sendmail-envelope-from, message-minibuffer-local-map)
13892         (message-user-fqdn, message-completion-alist): Add :version.
13893
13894         * gnus-win.el (gnus-configure-windows-hook)
13895         (gnus-use-frames-on-any-display): Add :version.
13896
13897         * gnus-art.el (gnus-article-address-banner-alist)
13898         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13899         (gnus-treat-from-picon, gnus-treat-mail-picon)
13900         (gnus-treat-x-pgp-sig): Add :version.
13901
13902         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13903         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13904         (gnus-summary-article-delete-hook)
13905         (gnus-summary-display-while-building): Add :version.
13906
13907         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13908         (gnus-get-top-new-news-hook): Add :version.
13909
13910         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13911         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13912
13913         * gnus-registry.el (gnus-registry): Add :version.
13914
13915         * gnus-spec.el (gnus-use-correct-string-widths)
13916         (gnus-make-format-preserve-properties): Add :version.
13917
13918         * gnus.el (gnus-group-charter-alist)
13919         (gnus-group-fetch-control-use-browse-url)
13920         (gnus-install-group-spam-parameters): Add :version.
13921
13922         * gnus-diary.el (gnus-diary): Add :version.
13923
13924         * gnus-delay.el (gnus-delay): Add :version.
13925
13926         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13927         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13928         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13929         Add :version.
13930
13931         * gnus-agent.el (gnus-agent-max-fetch-size)
13932         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13933         (gnus-agent-prompt-send-queue): Add :version.
13934
13935         * deuglify.el (gnus-outlook-deuglify): Add :version.
13936
13937         * html2text.el: Beautify code.  Improve doc strings.  Some
13938         checkdoc cleanup.
13939         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13940
13941 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13942
13943         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13944
13945 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13946
13947         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13948         when package is loaded.
13949
13950         * spam.el (spam-summary-score-preferred-header): Add global preference
13951         for people who want to override the default SpamAssassin over
13952         Bogofilter preference (when both are set).
13953         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13954         (spam-user-format-function-S): Check
13955         spam-summary-score-preferred-header.
13956         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13957         (spam-user-format-function-S): Format the score correctly.
13958
13959 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13962         signature file.  Suggested by Manoj Srivastava
13963         <srivasta@golden-gryphon.com>.
13964
13965         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13966         iso-2022-jp even in the Japanese language environment.
13967         Suggested by Jason Rumney <jasonr@gnu.org>.
13968
13969 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13972         use the same characters as the dummy marks; make it free from
13973         getting affected by the language environment.
13974         (gnus-summary-read-group-1): Update mark positions only when the
13975         format spec is updated.
13976
13977         * gnus-spec.el (gnus-update-format-specifications): Return a list
13978         of updated types.
13979
13980 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13983         of boundp to check if display-warning is available.
13984
13985 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13986
13987         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13988
13989 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13990
13991         * nnspool.el (nnspool-spool-directory): Use news-path if the
13992         news-directory variable is not bound.
13993
13994         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13995         function instead of display-warning if it is not available.
13996
13997 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13998
13999         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14000         v5-10: Use `point-at-bol'.
14001
14002 2004-10-26  Simon Josefsson  <jas@extundo.com>
14003
14004         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14005         <chenggao@gmail.com>.
14006
14007 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14010         instead.
14011
14012 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14013
14014         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14015         to remove a server from the nnimap-server-buffer-alist.
14016         (nnimap-open-connection, nnimap-close-server): Use it.
14017
14018         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14019
14020 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14023         running the major-mode function.
14024
14025 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14028         dummy marks in the right way.
14029
14030 2004-10-18  David Edmondson  <dme@dme.org>
14031
14032         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14033         excessively.
14034
14035 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14036
14037         * gnus-util.el (gnus-split-references): Accept a nil references
14038         string and go on blissfully.
14039
14040         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14041         cases where the references string is non-nil but has no references.
14042
14043         * encrypt.el: Add autoload tags.
14044
14045         * spam.el (spam-resolve-registrations-routine): Remove article
14046         from unregistration list too.  Reported by David Hanak
14047         <dhanak@isis.vanderbilt.edu>
14048
14049 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14050
14051         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14052         nil.  Changed custom type.
14053
14054 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14057
14058         * gnus-sum.el (gnus-summary-move-article): Use it.
14059
14060 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14061
14062         * encrypt.el: Add autoload cookies.
14063
14064         * spam.el (spam-backend-article-list-property)
14065         (spam-backend-get-article-todo-list)
14066         (spam-backend-put-article-todo-list)
14067         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14068         Resolve registrations separately.
14069         (spam-register-routine): Format comments.
14070         (spam-unregister-routine, spam-register-routine): Always call with
14071         specific-articles, no default list.
14072         (spam-summary-prepare-exit): Use the spam-classifications function.
14073
14074         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14075         gnus-encrypt.el.
14076
14077         * encrypt.el: Copied from gnus-encrypt.el.
14078
14079         * gnus-encrypt.el: Commented that it's obsolete.
14080
14081 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14082
14083         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14084         (gnus-score-save): Use it.
14085
14086         * message.el (message-bury): Use `window-dedicated-p'.
14087
14088 2004-10-15  Simon Josefsson  <jas@extundo.com>
14089
14090         * pop3.el (top-level): Don't require nnheader.
14091         (pop3-read-timeout): Add.
14092         (pop3-accept-process-output): Add.
14093         (pop3-read-response, pop3-retr): Use it.
14094
14095 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14096
14097         * spam.el (spam-register-routine): Move comment.
14098         (spam-verify-bogofilter): Use 'unknown for the initial
14099         spam-bogofilter-valid state, not 'never.
14100
14101         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14102         for netrc-machine.
14103
14104         * nnimap.el (nnimap-open-connection): Use
14105         netrc-machine-user-or-password.
14106
14107 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14108
14109         * gnus-registry.el (gnus-registry-unload-hook):
14110         Set as a variable with add-hook.
14111
14112         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14113         of news-path.
14114
14115         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14116
14117         * spam.el: Delete duplicate `provide'.
14118         (spam-unload-hook): Set as a variable with add-hook.
14119
14120 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14123         in the doc string.
14124
14125         * message.el (message-ignored-news-headers)
14126         (message-ignored-supersedes-headers)
14127         (message-ignored-resent-headers)
14128         (message-forward-ignored-headers): Improve custom type.
14129
14130 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14131
14132         * message.el (message-tokenize-header): Fix 2004-09-06 change
14133         which used point-min in the wrong place.
14134
14135 2004-10-12  Simon Josefsson  <jas@extundo.com>
14136
14137         * tls.el (tls-certtool-program): New variable.
14138         (tls-certificate-information): New function, based on
14139         ssl-certificate-information.
14140
14141 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * compface.el: Move the version of ELisp-based uncompface program
14144         to the contrib directory because of the copyright problem.
14145
14146 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14147
14148         * message.el (message-kill-buffer): Raise the current frame.
14149
14150 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14151
14152         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14153
14154         * gnus.el (message-y-or-n-p): Autoload.
14155
14156         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14157         (pop3-password-required, pop3-authentication-scheme)
14158         (pop3-leave-mail-on-server): Made customizable.
14159         (pop3): New custom group.
14160         (pop3-retr): Remove `sleep-for' statements.
14161         Suggested by Dave Love <fx@gnu.org>.
14162
14163         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14164         Windows/DOS.
14165
14166         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14167         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14168         Dave Love <fx@gnu.org>.
14169
14170         * mml.el (mml-minibuffer-read-disposition): Require match.
14171         Suggested by Dave Love <fx@gnu.org>.
14172
14173 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14174
14175         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14176         doc string.
14177
14178 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14181
14182 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14183
14184         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14185         instead of calling `mm-insert-inline', to decode text/* parts
14186         before displaying them.
14187
14188 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * mm-uu.el (mm-uu-text-plain-type): New variable.
14191         (mm-uu-pgp-signed-extract-1): Use it.
14192         (mm-uu-pgp-encrypted-extract-1): Use it.
14193         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14194         bind mm-uu-text-plain-type with that value.
14195         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14196         mm-uu-dissect.
14197
14198 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * gnus-group.el (gnus-update-group-mark-positions):
14201         * gnus-sum.el (gnus-update-summary-mark-positions):
14202         * message.el (message-check-news-body-syntax):
14203         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14204         of string-as-multibyte.
14205
14206 2004-10-05  Juri Linkov  <juri@jurta.org>
14207
14208         * gnus-group.el (gnus-update-group-mark-positions):
14209         * gnus-sum.el (gnus-update-summary-mark-positions):
14210         * message.el (message-check-news-body-syntax):
14211         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14212         8-bit unibyte values to a multibyte string for search functions.
14213
14214 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14217         (mm-uu-dissect-text-parts): New function.
14218
14219         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14220         dissect text parts.
14221
14222         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14223         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14224
14225         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14226
14227         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14228         gnus-current-topics instead of gnus-current-topic.
14229
14230 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14231
14232         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14233
14234 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14235
14236         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14237         where approriate.
14238
14239         * nnml.el (nnml-generate-active-info): do.
14240
14241         * nndiary.el (nndiary-generate-active-info): do.
14242
14243         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14244         (gnus-topic-move): do.
14245
14246         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14247         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14248
14249         * gnus-srvr.el (gnus-server-prepare)
14250         (gnus-server-open-all-servers): do.
14251
14252         * gnus-msg.el (gnus-summary-cancel-article)
14253         (gnus-summary-resend-message)
14254         (gnus-summary-mail-crosspost-complaint): do.
14255
14256         * gnus-move.el (gnus-change-server): do.
14257
14258         * gnus-group.el (gnus-group-unmark-all-groups)
14259         (gnus-group-set-current-level): do.
14260
14261 2004-10-04  Simon Josefsson  <jas@extundo.com>
14262
14263         * message.el (message-generate-hashcash): Doc fix.
14264
14265 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14266
14267         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14268         avoid infinite recursion via gnus-get-function.
14269
14270 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14271
14272         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14273
14274         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14275
14276         * nnmail.el (nnmail-split-history): do.
14277
14278         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14279         (nnml-request-delete-group): do.
14280
14281         * nnslashdot.el (nnslashdot-read-groups): do.
14282
14283         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14284         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14285
14286         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14287         (nnspool-sift-nov-with-sed): Use last.
14288         (nnspool-retrieve-headers-with-nov): Use mapc.
14289         (nnspool-request-newgroups): Use dolist.
14290         (nnspool-request-group): Use last.
14291
14292         * nntp.el (nntp-read-server-type): Use dolist.
14293
14294         * nnvirtual.el (nnvirtual-create-mapping)
14295         (nnvirtual-update-read-and-marked): Use dolist.
14296         (nnvirtual-convert-headers): Simplify.
14297
14298 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14299
14300         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14301         support for sync'ing tick marks.
14302
14303 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14306         there's no visible header.
14307
14308 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14309
14310         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14311         necessary, pass full group name to gnus-request-set-marks.
14312
14313 2004-10-01  Simon Josefsson  <jas@extundo.com>
14314
14315         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14316         acroread.
14317
14318 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14319
14320         * spam-report.el (spam-report-gmane): Fix interactive.
14321
14322         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14323
14324         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14325         when writing file.
14326         (gnus-agent-synchronize-flags): Don't default to being
14327         interactive.
14328
14329 2004-09-30  Simon Josefsson  <jas@extundo.com>
14330
14331         * message.el (message-generate-hashcash): Add.
14332         (message-send-mail): Use it, call mail-add-payment.
14333
14334 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14335
14336         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14337
14338 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14339
14340         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14341         gnus-requst-update-info with explicit code to sync the in-memory
14342         info read flags with the marks being sync'd to the backend.
14343
14344         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14345
14346 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14347
14348         * spam.el (spam-verify-bogofilter): Add new function.
14349         (spam-check-bogofilter)
14350         (spam-bogofilter-register-with-bogofilter): Use it.
14351         (spam-verify-bogofilter): Add small fixes.
14352
14353 2004-09-28  Simon Josefsson  <jas@extundo.com>
14354
14355         * hashcash.el (hashcash-generate-payment): Revert.
14356
14357 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14358
14359         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14360         gnus-extract-references instead of gnus-split-references.
14361
14362         * gnus-util.el (gnus-extract-references): Add new function, analogous
14363         to gnus-split-references but extracts only the message-ID without
14364         anything extra.
14365
14366         * hashcash.el (hashcash-generate-payment)
14367         (hashcash-check-payment): Do the right thing if hashcash-path is
14368         nil (because the hashcash program could not be found).
14369
14370         * spam.el (spam-use-hashcash): Remove comment.
14371
14372 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14373
14374         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14375         (gnus-cache-enter-article, gnus-cache-remove-article)
14376         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14377
14378         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14379
14380         * gnus-art.el (article-hide-boring-headers)
14381         (article-translate-strings, article-display-face)
14382         (gnus-article-mime-match-handle-first)
14383         (gnus-article-highlight-headers)
14384         (gnus-article-add-buttons-to-head): do.
14385
14386 2004-09-27  Simon Josefsson  <jas@extundo.com>
14387
14388         * hashcash.el: New version, from
14389         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14390         ../contrib/.
14391
14392 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14395
14396 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14397
14398         * gnus-dup.el (gnus-dup-open): Use mapc.
14399         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14400
14401         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14402         Reported by Stefan Wiens <s.wi@gmx.net>.
14403
14404         * gnus.el (gnus-shutdown): Use dolist.
14405
14406         * gnus-undo.el (gnus-undo): Use mapc.
14407
14408         * nnrss.el (nnrss-generate-active): do.
14409
14410         * message.el (message-cite-original-without-signature)
14411         (message-cite-original): Use mapc.
14412         (message-do-actions, message-make-forward-subject): Use dolist.
14413
14414 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14415
14416         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14417         deletion to remove entire duplicate line.  Fixes merged article
14418         number bug.
14419
14420 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14421
14422         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14423         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14424         first ask if you want to open a server and then, even when you
14425         responded with no, asking if you want to synchronize the server's
14426         flags.
14427         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14428         multi-line expressions.
14429         (gnus-agent-synchronize-group-flags): New internal function.
14430         Updates marks in memory (in the info structure) AND in the
14431         backend.
14432
14433         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14434
14435         * nnagent.el (nnagent-request-set-mark): Use
14436         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14437         method, to ensure that synchronization updates marks in the
14438         backend and in the info (in memory) structure.
14439
14440 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14443         convention fully; don't miss the root article of a thread; make
14444         the X-Draft-From header with correct article numbers.
14445
14446 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14447
14448         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14449         unless plugged.  Disable the agent so that an open failure causes
14450         an error.
14451
14452         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14453         Reverted 2004-09-21 change.  The backend must be opened while
14454         synchronizing flags even when the backend stores the flags
14455         locally.
14456
14457 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14460         in `header' match.  Reported by Svend Tollak Munkejord.
14461
14462         * message.el (message-cite-original): Fix use of
14463         `message-cite-articles-with-x-no-archive'.
14464
14465 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14468         (gnus-window-to-buffer): Ditto.
14469
14470         * mml.el (mml-preview-buffer): New variable.
14471         (mml-preview): Manage window layout with gnus-buffer-configuration.
14472
14473         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14474         X-Draft-From header even if those articles aren't quoted.
14475
14476 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14477
14478         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14479         (gnus-request-set-mark, gnus-request-update-mark): Use new
14480         g-s-t-u-l-m to decide to use backend even when unplugged.
14481
14482 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14485         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14486
14487 2004-09-20  Simon Josefsson  <jas@extundo.com>
14488
14489         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14490         "utf-16-le".
14491
14492 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14493
14494         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14495
14496 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * uudecode.el (uudecode-use-external): Add :version.
14499
14500         * smime.el (smime-CA-file, smime-encrypt-cipher)
14501         (smime-dns-server): Add :version.
14502
14503         * smiley.el (gnus-smiley-file-types): Add :version.
14504
14505         * sha1.el (sha1-use-external): Add :version.
14506
14507         * pgg-def.el (pgg-query-keyserver): Add :version.
14508
14509         * nnmail.el (nnmail-fancy-expiry-targets)
14510         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14511         Add :version.
14512
14513         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14514         (nnimap-retrieve-groups-asynchronous): Add :version.
14515         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14516
14517         * mml.el (mml-content-disposition-parameters)
14518         (mml-insert-mime-headers-always): Add :version.
14519
14520         * mm-util.el (mm-coding-system-priorities): Add :version.
14521
14522         * mm-decode.el (mm-inline-text-html-with-images)
14523         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14524         (mm-verify-option): Add :version.
14525         (mm-text-html-renderer): Change :version.
14526
14527         * message.el (message-fcc-externalize-attachments)
14528         (message-required-headers, message-draft-headers)
14529         (message-subject-trailing-was-query)
14530         (message-subject-trailing-was-ask-regexp)
14531         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14532         (message-mark-insert-end, message-archive-header)
14533         (message-archive-note, message-cross-post-default)
14534         (message-cross-post-note, message-followup-to-note)
14535         (message-cross-post-note-function, message-use-mail-followup-to)
14536         (message-subscribed-address-functions)
14537         (message-subscribed-address-file, message-subscribed-addresses)
14538         (message-subscribed-regexps, message-allow-no-recipients)
14539         (message-yank-cited-prefix, message-signature-insert-empty-line)
14540         (message-hidden-headers, message-hierarchical-addresses)
14541         (message-mail-user-agent, message-use-idna)
14542         (message-valid-fqdn-regexp)
14543         (message-strip-special-text-properties, message-header-synonyms)
14544         (message-beginning-of-line, message-tab-body-function): Add :version.
14545         (message-insert-canlock, message-wide-reply-confirm-recipients):
14546         Change :version.
14547
14548         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14549         and :version.
14550         (mail-source-delete-old-incoming-confirm)
14551         (mail-source-movemail-program): Add :version.
14552
14553         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14554         (gnus-agent-cache, gnus-agent): Change :version.
14555
14556         * gnus-util.el (gnus-use-byte-compile): Change :version.
14557
14558         * gnus-sum.el (gnus-summary-make-false-root-always)
14559         (gnus-summary-default-high-score)
14560         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14561         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14562         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14563         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14564         (gnus-sum-thread-tree-single-indent)
14565         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14566         (gnus-sum-thread-tree-leaf-with-other)
14567         (gnus-sum-thread-tree-single-leaf): Add :version.
14568         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14569         (gnus-article-loose-mime): Change :version.
14570
14571         * gnus-start.el (gnus-backup-startup-file)
14572         (gnus-save-startup-file-via-temp-buffer): Add :version.
14573
14574         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14575         (gnus-server-offline-face): Add :version.
14576
14577         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14578
14579         * gnus-msg.el (gnus-gcc-externalize-attachments)
14580         (gnus-debug-files, gnus-debug-exclude-variables)
14581         (gnus-discouraged-post-methods): Change :version.
14582         (gnus-confirm-mail-reply-to-news)
14583         (gnus-confirm-treat-mail-like-news): Add :version.
14584
14585         * gnus-int.el (gnus-server-unopen-status): Add :version.
14586
14587         * gnus-group.el (gnus-group-jump-to-group-prompt)
14588         (gnus-large-ephemeral-newsgroup)
14589         (gnus-fetch-old-ephemeral-headers): Add :version.
14590
14591         * gnus-fun.el (gnus-x-face-directory)
14592         (gnus-convert-pbm-to-x-face-command)
14593         (gnus-convert-image-to-x-face-command)
14594         (gnus-convert-image-to-face-command): Add :version.
14595
14596         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14597
14598         * gnus-cite.el (gnus-cite-blank-line-after-header)
14599         (gnus-article-boring-faces): Add :version.
14600
14601         * gnus-art.el (gnus-buttonized-mime-types)
14602         (gnus-inhibit-mime-unbuttonizing)
14603         (gnus-treat-display-face)
14604         (gnus-treat-body-boundary): Change :version.
14605         (gnus-body-boundary-delimiter, gnus-picon-databases)
14606         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14607         (gnus-treat-date-english, gnus-treat-fold-headers)
14608         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14609         (gnus-treat-mail-picon, gnus-treat-wash-html)
14610         (gnus-article-encrypt-protocol)
14611         (gnus-use-idna, gnus-article-over-scroll)
14612         (gnus-mime-display-multipart-alternative-as-mixed)
14613         (gnus-mime-display-multipart-related-as-mixed)
14614         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14615         (gnus-ctan-url, gnus-button-ctan-handler)
14616         (gnus-button-handle-ctan-bogus-regexp)
14617         (gnus-button-ctan-directory-regexp)
14618         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14619         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14620         (gnus-button-man-level, gnus-button-emacs-level)
14621         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14622
14623         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14624         (gnus-agent-go-online): Change :version.
14625         (gnus-agent-expire-unagentized-dirs)
14626         (gnus-agent-auto-agentize-methods): Add :version.
14627
14628         * flow-fill.el (fill-flowed-display-column)
14629         (fill-flowed-encode-column): Add :version.
14630
14631         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14632         (gnus-outlook-deuglify-unwrap-max)
14633         (gnus-outlook-deuglify-cite-marks)
14634         (gnus-outlook-deuglify-unwrap-stop-chars)
14635         (gnus-outlook-deuglify-no-wrap-chars)
14636         (gnus-outlook-deuglify-attrib-cut-regexp)
14637         (gnus-outlook-deuglify-attrib-verb-regexp)
14638         (gnus-outlook-deuglify-attrib-end-regexp)
14639         (gnus-outlook-display-hook): Add :version.
14640
14641         * binhex.el (binhex-use-external): Add :version.
14642
14643 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14646         and `invisible'.
14647
14648 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14649
14650         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14651         in gnus-registry-trim.
14652
14653 2004-09-13  Simon Josefsson  <jas@extundo.com>
14654
14655         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14656
14657         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14658
14659         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14660         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14661         <yamaoka@jpl.org>.
14662         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14663         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14664         <yamaoka@jpl.org>.
14665
14666         * sieve.el (sieve-manage-mode): Ditto.
14667
14668 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14669
14670         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14671
14672 2004-09-11  Simon Josefsson  <jas@extundo.com>
14673
14674         * dns-mode.el: Add.
14675
14676         * mm-view.el (mm-display-dns-inline): Add.
14677
14678         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14679         (mm-automatic-display): Ditto.
14680
14681         * mailcap.el (mailcap-mime-data): Add text/dns.
14682         (mailcap-mime-extensions): Map .soa to text/dns.
14683
14684 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14685
14686         * gnus-art.el (article-decode-mime-words, article-babel)
14687         (gnus-article-highlight-signature, gnus-article-add-buttons)
14688         (gnus-signature-toggle): Remove unnecessary bindings of
14689         `inhibit-read-only' inherited from v5.10 merge.
14690
14691 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14692
14693         * nntp.el (nntp): New customization group.
14694         (nntp-authinfo-file): Add customization group.
14695
14696         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14697
14698         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14699
14700         * gnus.el (to-address, to-list, subscribed)
14701         (large-newsgroup-initial): Ditto.
14702
14703         * flow-fill.el (fill-flowed-display-column)
14704         (fill-flowed-encode-column): Ditto.
14705
14706 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14707
14708         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14709         Use point-min rather than 1.
14710         (message-send-mail): Use buffer-size rather than point-max.
14711
14712         * gnus-sum.el (gnus-summary-search-article-forward):
14713         Signal a specific `search-failed' rather than a generic `error'.
14714
14715         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14716         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14717         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14718
14719 2004-09-10  Simon Josefsson  <jas@extundo.com>
14720
14721         * nndb.el (require): Remove tcp and duplicate cl.
14722
14723 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * gnus-agent.el (directory-files-and-attributes): Move forward.
14726
14727 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14728
14729         * gnus-agent.el (directory-files-and-attributes): Optionally
14730         defined to support XEmacs.
14731
14732 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14733
14734         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14735         to avoid run-time CL dependencies.
14736         (gnus-agent-unfetch-articles): New function.
14737         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14738         article numbers even when local .overview file is missing.
14739         (gnus-agent-read-article-number): New function.  Only accepts
14740         27-bit article numbers.
14741         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14742         gnus-agent-read-article-number.
14743         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14744         from backend while recognizing that article numbers in .overview
14745         must be valid.
14746         (gnus-agent-update-files-total-fetched-for): Use
14747         directory-files-and-attributes to improve performance.
14748         * gnus-int.el (gnus-request-move-article): Use
14749         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14750         improve performance.
14751
14752         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14753         some users confused by references to .newsrc when they only have a
14754         .newsrc.eld file.
14755         (gnus-convert-mark-converter-prompt)
14756         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14757         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14758         New function.  Used internally to only display 'gnus converting
14759         files' message when actually necessary.
14760
14761         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14762         methods now autoloaded.
14763
14764 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14767         identifiers.
14768
14769 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * gnus-picon.el: Fix indentation and closing parenthesis.
14772
14773 2004-09-01  Simon Josefsson  <jas@extundo.com>
14774
14775         * message.el (message-canlock-generate): Require sha1, not
14776         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14777         to require within a function.  Sadly, if sha1.el isn't loaded, the
14778         let binding in m-c-g will hide the defcustom definition, which is
14779         bad.)
14780
14781         * canlock.el: Require sha1, not sha1-el.
14782
14783         * message.el: Don't autoload sha1 (there is a autoload cookie in
14784         sha1.el).
14785
14786         * sha1-el.el: Renamed to sha1.el.
14787
14788 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14789
14790         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14791
14792 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14793
14794         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14795
14796 2004-08-30  Kim F. Storm  <storm@cua.dk>
14797
14798         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14799
14800         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14801         Add :group 'nnimap.
14802
14803 2004-08-30  Andreas Schwab  <schwab@suse.de>
14804
14805         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14806         ?* and ?\;.
14807
14808         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14809         and ?\' to symbol instead of whitespace.
14810
14811 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14814
14815         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14816         instead of re-search-forward.
14817
14818         * gnus-uu.el (gnus-uu-save-article): Ditto.
14819         (gnus-uu-post-encode-uuencode): Ditto.
14820
14821         * html2text.el (html2text-clean-list-items): Ditto.
14822         (html2text-clean-dtdd): Ditto.
14823         (html2text-format-tags): Ditto.
14824
14825         * message.el (message-send-mail-with-sendmail): Fix regexp.
14826         (message-fill-field-general): Use search-forward instead of
14827         re-search-forward.
14828         (unbold-region): Ditto.
14829
14830         * nnrss.el (nnrss-request-article): Ditto.
14831
14832         * nnslashdot.el (nnslashdot-request-article): Ditto.
14833
14834         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14835
14836         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14837         "Unrecognized menu descriptor" error in XEmacs.
14838
14839 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14840
14841         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14842         parent article of a sparse article in the thread hashtb.
14843
14844 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14845
14846         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14847         (nnmail-expand-newtext): Lowercase expanded entries if
14848         nnmail-split-lowercase-expanded is non-nil.
14849
14850 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14853
14854         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14855         of gnus-tmp-news-method into string under XEmacs.  It will be
14856         passed to gnus-correct-length which takes only a string argument.
14857
14858 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * gnus-util.el (gnus-bind-print-variables): New macro.
14861         (gnus-prin1): Use it.
14862         (gnus-prin1-to-string): Use it.
14863         (gnus-pp): New function.
14864         (gnus-pp-to-string): New function.
14865
14866         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14867         Replace pp-to-string with gnus-pp-to-string.
14868         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14869         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14870         * gnus-msg.el (gnus-debug): Ditto.
14871         * gnus-score.el (gnus-score-save): Ditto.
14872         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14873         gnus-pp-to-string.
14874         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14875         with gnus-pp.
14876         * score-mode.el (gnus-score-pretty-print): Ditto.
14877         * webmail.el (webmail-debug): Ditto.
14878
14879 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * gnus-art.el (article-display-face, article-display-x-face):
14882         Use buffer-read-only.
14883
14884 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * gnus-art.el (article-hide-list-identifiers):
14887         Bind inhibit-read-only as t.
14888
14889 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14890
14891         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14892
14893 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14894
14895         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14896         (gnus-narrow-to-page): Don't assume point-min == 1.
14897         (gnus-article-edit-mode): Derive from message-mode.
14898
14899         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14900         point-min == 1.
14901
14902         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14903         Disable incorrect use of `assert'.
14904
14905         * message.el (message-mode): Set comment-start-skip.
14906
14907
14908 2004-08-22  Sam Steingold  <sds@gnu.org>
14909
14910         * pop3.el (pop3-leave-mail-on-server): New user variable.
14911         (pop3-movemail): Delete mail only when it is nil.
14912
14913 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14914
14915         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14916
14917         * mml.el (mml-preview): Use `pop-to-buffer'.
14918
14919         * message.el (message-goto-mail-followup-to): Insert after "To".
14920         (message-carefully-insert-headers): Add comment.
14921
14922         * gnus.el: Remove unused variable `gnus-article-check-size'.
14923
14924         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14925
14926         * gnus-art.el (gnus-button-alist): Improve
14927         `gnus-button-handle-library' entry.
14928
14929 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14930
14931         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14932         downcase, since XEmacs capitalizes error messages differently.
14933
14934 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14935
14936         * nntp.el: Add (require 'gnus) due to reference to
14937         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14938
14939 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14940
14941         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14942         `mm-fill-flowed'.
14943
14944         * mm-decode.el (mm-dissect-singlepart): Check it.
14945
14946 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14947
14948         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14949         'imap' for netrc parsing.
14950
14951 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14952
14953         * mailcap.el (mailcap-mime-data): Mark as risky.
14954
14955 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14956
14957         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14958         may be included in the encoded word.
14959         (rfc2047-encode): Don't append a space if the encoded word
14960         includes close parenthesis.
14961
14962 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14965         of text within parentheses.
14966
14967 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14968
14969         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14970         (gnus-encrypt-write-file-contents): Make the password key the file
14971         name PLUS the cipher, not just the cipher.  Also remove failed
14972         passwords from the cache.
14973
14974 2004-08-06  Simon Josefsson  <jas@extundo.com>
14975
14976         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14977         fix.
14978
14979 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14982         LWSP.
14983
14984 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14985
14986         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14987         to append in-reply-to: data to the references: header.
14988
14989         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14990         (netrc-parse): Use gnus-encrypt.el functions.
14991
14992         * gnus-encrypt.el: Add new file for encryption support; currently
14993         does only a few GPG ciphers and an internal XOR cipher.
14994
14995         * password.el: Add comments on using password-read-and-add.
14996         (password-read-and-add): Add function to read and add the
14997         password to the cache at once.
14998
14999 2004-07-28  Simon Josefsson  <jas@extundo.com>
15000
15001         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15002         parameter (but don't use it, for now).
15003
15004         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15005         instead of hard coding to nil.
15006
15007 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15010         as mm-inline-image-xemacs does.
15011
15012 2004-07-26  Simon Josefsson  <jas@extundo.com>
15013
15014         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15015         Revert part of 2004-07-17 change below.
15016
15017 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15020         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15021
15022 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15023
15024         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15025         quotes that actually start with ">" at the beginning of the
15026         lines.
15027
15028 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * rfc2047.el (rfc2047-encode-region): Fix last change.
15031         (rfc2047-encode-parameter): Remove useless concat.
15032
15033 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15036         encode special characters; fix some kind of misconfigured headers;
15037         signal a real error if debug-on-quit or debug-on-error is non-nil.
15038         (rfc2047-encode-max-chars): New variable.
15039         (rfc2047-encode-1): Use it.
15040         (rfc2047-encode-parameter): New function.
15041
15042         * mml.el (mml-insert-parameter): Remove an excessive space.
15043
15044 2004-07-17  Simon Josefsson  <jas@extundo.com>
15045
15046         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15047         Kai Grossjohann <kai@emptydomain.de>.
15048         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15049         (gnus-group-make-menu-bar): Ditto.
15050
15051         * gnus-util.el (gnus-group-server): Add.
15052
15053 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15054
15055         * message.el (message-clone-locals): Clone sendmail and smtp
15056         variables.
15057
15058 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * rfc2047.el (rfc2047-encode-region): Fix last change.
15061
15062 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15065         characters as non-special.
15066
15067 2004-07-09  Simon Josefsson  <jas@extundo.com>
15068
15069         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15070         Users will lose all flag changes made while unplugged with
15071         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15072         good default.  See numerous reports on ding mailing list.
15073
15074 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15077         add generate-head-function and generate-article-function to the
15078         rfc822-forward entry.
15079         (nndoc-rfc822-forward-generate-article): New function.
15080         (nndoc-rfc822-forward-generate-head): New function.
15081
15082         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15083
15084 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15085
15086         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15087         respect display group parameter and gnus-summary-expunge-below.
15088         (gnus-articles-to-read): Remove unused reference to display group
15089         parameter.
15090
15091 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15092
15093         * nnheader.el (nnheader-uniquify-message-id): New experimental
15094         variable.
15095         (nnheader-nov-read-message-id): Use it.
15096
15097         * spam-report.el (spam-report-gmane): Add interactive.
15098
15099 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15102         qp-or-base64 for the application/* types.
15103
15104 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15105
15106         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15107
15108 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15109
15110         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15111         trim value.
15112
15113 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15114
15115         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15116         New macro and function.
15117         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15118
15119 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15122         after-load-alist.
15123
15124 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15125
15126         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15127         update info that isn't there.
15128
15129 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15130
15131         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15132         entry.
15133
15134 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * mm-view.el (mm-inline-render-with-function): Use multibyte
15137         buffer; decode html source by charset.
15138
15139         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15140
15141         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15142         Mule-UCS is loaded under XEmacs.
15143         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15144
15145 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15146
15147         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15148
15149 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * mm-util.el (mm-coding-system-p): Return a coding-system.
15152         (mm-mime-mule-charset-alist): Use shift_jis instead of
15153         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15154         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15155         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15156         instead of japanese-shift-jis and iso-latin-1 respectively in
15157         order to share the default value with both Emacs and XEmacs-mule.
15158         (mm-mule-charset-to-mime-charset): Make
15159         mm-coding-system-priorities effective.
15160         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15161         while predicating of candidates upon the priorities.
15162
15163 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15164
15165         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15166         gnus-uu-invert-processable.
15167
15168         * gnus.el: Autoload gnus-uu-invert-processable.
15169
15170 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * mm-util.el (mm-with-multibyte-buffer): New macro.
15173
15174         * rfc2047.el (rfc2047-encode-string): Use it.
15175         (rfc2047-encode-region): Move point to the end of the region after
15176         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15177
15178 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15181         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15182
15183 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15184
15185         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15186         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15187         Karl Chen <quarl@nospam.quarl.org>.
15188
15189 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15190
15191         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15192         invalid addresses.
15193
15194 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15195
15196         * spam.el: Change section markers, revise TODO list.
15197         (spam-backends): Make new master list of all installed backends.
15198         (spam-summary-exit-behavior): Add new variable to determine how
15199         messages moves are done at summary exit.
15200         (spam-move-spam-nonspam-groups-only)
15201         (spam-process-ham-in-nonham-groups)
15202         (spam-process-ham-in-spam-groups): Remove variables, the
15203         spam-summary-exit-behavior variable should be used to manage this
15204         behavior.
15205         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15206         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15207         and spam-old-spam-articles.
15208         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15209         Add empty variables, placeholders for the backends they represent.
15210         (spam-set-difference): Move, unchanged.
15211         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15212         unless the user has a processor variable.
15213         (spam-classifications, spam-classification-valid-p)
15214         (spam-backend-properties, spam-backend-property-valid-p)
15215         (spam-backend-function-type-valid-p)
15216         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15217         (spam-report-articles-gmane, spam-report-articles-resend):
15218         Remove functions, they are not needed.
15219         (spam-install-backend-super, spam-backend-list)
15220         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15221         (spam-backend-function, spam-backend-ham-registration-function)
15222         (spam-backend-spam-registration-function)
15223         (spam-backend-ham-unregistration-function)
15224         (spam-backend-spam-unregistration-function)
15225         (spam-backend-statistical-p, spam-backend-mover-p)
15226         (spam-install-backend-alias, spam-install-checkonly-backend)
15227         (spam-install-mover-backend, spam-install-nocheck-backend)
15228         (spam-install-backend, spam-install-statistical-backend)
15229         (spam-install-statistical-checkonly-backend): Add backend installation
15230         support.
15231         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15232         (spam-group-processor-p): Use the new backend code and respect the
15233         summary exit behavior.
15234         (spam-mark-spam-as-expired-and-move-routine): Remove.
15235         (spam-summary-prepare): Change to use the new spam-old-articles
15236         variable.
15237         (spam-copy-or-move-routine, spam-copy-spam-routine)
15238         (spam-move-spam-routine, spam-copy-ham-routine)
15239         (spam-move-ham-routine): Add code to copy/move ham or spam.
15240         (spam-fetch-field-fast): Improve doc and code, plus allow the
15241         'number request.
15242         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15243         variables.
15244         (spam-split, spam-find-spam): Use the new backend code.
15245         (spam-registration-functions): Remove variable.
15246         (spam-unregister-routine): Add convenience wrapper.
15247         (spam-log-undo-registration, spam-register-routine)
15248         (spam-log-processing-to-registry)
15249         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15250         where possible.
15251         (spam-check-gmane-xref, spam-check-regex-headers)
15252         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15253         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15254         (spam-check-bogofilter-headers, spam-check-spamoracle)
15255         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15256         (spam-check-crm114-headers): Use the spam-split-group that
15257         spam-split prepares, no need to determine it every time.
15258
15259         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15260         to the nnheader-parse-naked-head call.
15261
15262         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15263
15264         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15265         the nnheader-nov-read-message-id call.
15266
15267 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15270         gnus-activate-group twice.  Suggested by Markus Peter
15271         <warp@spin.de>.
15272
15273 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * gnus-art.el (gnus-article-time-format): Exchange the order of
15276         day and month in the default value; fix customization type.
15277         (article-date-ut): Use add-text-properties.
15278         (article-make-date-line): Use message-make-date instead of
15279         current-time-string.
15280
15281         * message.el (message-fetch-field): Don't use set-text-properties.
15282         (message-make-date): Simplify.
15283
15284         * messagexmas.el (message-xmas-make-date): New function.
15285         (message-xmas-redefine): Defalias message-make-date to it.
15286
15287 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15288
15289         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15290         (rfc2047-encode-region): Treat text within parentheses as special;
15291         show the original text when error has occurred.
15292
15293         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15294         already-computed method to gnus-activate-group.
15295
15296         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15297         same select-methods identical Lisp objects.
15298
15299         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15300         object when modifying the info.
15301
15302 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15305         gnus-opened-servers since it has never been opened with the new
15306         configuration yet.
15307
15308 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15311         arg to nnheader-generate-fake-message-id.
15312
15313 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15314
15315         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15316         number and build a fake message ID localized to a group and
15317         article number (so it's repeatable from that point on).
15318         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15319         ID format.
15320
15321         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15322         nnheader-generate-fake-message-id with the article number.
15323
15324 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15325
15326         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15327         end-of-buffer.
15328
15329 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15330
15331         * message.el (message-ignored-supersedes-headers): Add Approved.
15332
15333 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15336         goto-char.
15337         (rfc2047-encode): Fold the line before encoding.
15338
15339 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15340
15341         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15342         folding -- not all headers can be folded, and this should be done
15343         by the message composition mode.  Probably.  I think.
15344
15345 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15348         fast.
15349
15350         * gnus-ems.el (gnus-remove-image): Don't use
15351         message-text-with-property; remove only the image found first.
15352
15353         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15354         found first.
15355
15356 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15357
15358         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15359
15360 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * message.el (message-text-with-property): Make it fast and accept
15363         optional arguments.
15364         (message-strip-forbidden-properties): Use it.
15365         (message-fix-before-sending): Follow the m-t-w-p change.
15366
15367         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15368
15369 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * gnus-art.el (article-hide-headers): Don't change the buffer
15372         mistakenly when performing mml-preview even if
15373         gnus-single-article-buffer is nil.
15374
15375 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15376
15377         * message.el (message-expand-name-databases): New user option.
15378         (message-expand-name): Use it.
15379
15380 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15381
15382         * spam.el (spam-report-articles-resend)
15383         (spam-report-resend-register-routine): Allow ham reporting.
15384         (spam-report-resend-register-ham-routine): Add wrapper.
15385         (spam-registration-functions): Add ham resending functions.
15386         (spam-list-of-processors): Add ham resend processor.
15387
15388         * gnus.el (ham-resend-to): Add new group parameter.
15389         (spam-process): Add ham resend option.
15390
15391         * spam-report.el (spam-report-resend): Allow reporting ham.
15392         (spam-report-resend-ham): Add wrapper.
15393
15394 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15395
15396         * message.el (message-cite-articles-with-x-no-archive): New
15397         variable.
15398         (message-cite-original): Use it.
15399
15400 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15401
15402         * message.el (message-cite-original): Respect X-No-Archive.
15403
15404 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * gnus-art.el (article-hide-headers): Refer to the values for
15407         gnus-ignored-headers and gnus-visible-headers in the summary
15408         buffer since a user may have set them as group parameters.
15409
15410 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15411
15412         * assistant.el (assistant-node-name): Add convenience function.
15413         (assistant-render-text, assistant-render-node): Add error handling,
15414         plus handle multiple next nodes.
15415         (assistant-find-next-node): Comment out for now.
15416         (assistant-find-next-nodes): Add function, returns list of next
15417         nodes.
15418
15419 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15420
15421         * mail-source.el (mail-source-directory): Fix doc-string.
15422
15423 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15424
15425         * assistant.el (assistant-render-text, assistant-eval): Add :set
15426         widget type, which is different because it takes and returns a
15427         list.  Much hilarity ensues.
15428
15429 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15430
15431         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15432
15433         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15434         doc-string.
15435
15436         * gnus-start.el (gnus-activate-group): Added doc-string.
15437
15438 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15439
15440         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15441
15442 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15443
15444         * assistant.el (assistant-render-text): Try to add a :set
15445         widget, more to come.
15446
15447         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15448         strings.
15449         (spam-report-articles-resend)
15450         (spam-register-routine): Do registration iff any articles warrant
15451         it.
15452         (spam-summary-prepare-exit): Change log message for nil group
15453         destinations.
15454
15455 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15456
15457         * spam.el (spam-report-resend-register-routine): Allow
15458         spam-report-resend-to to be a group parameter or a global value.
15459
15460 2004-05-26  Simon Josefsson  <jas@extundo.com>
15461
15462         * starttls.el: Merge with my GNUTLS based starttls.el.
15463         (starttls-gnutls-program, starttls-use-gnutls)
15464         (starttls-extra-arguments, starttls-process-connection-type)
15465         (starttls-connect, starttls-failure, starttls-success): New
15466         variables.
15467         (starttls-program, starttls-extra-args): Doc fix.
15468         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15469         functions.
15470         (starttls-negotiate, starttls-open-stream): Check
15471         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15472         function if it is set.
15473
15474 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15477         structured fields.
15478
15479 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15480
15481         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15482
15483 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15484
15485         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15486         variable.
15487         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15488         assigning the spam-mark to new messages.
15489
15490 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15491
15492         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15493
15494 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15497
15498         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15499         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15500         default.
15501
15502 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15503
15504         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15505         correct data.
15506
15507 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15508
15509         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15510         (spam-group-processor-p): Fix function.
15511         (spam-group-processor-multiple-p)
15512         (spam-group-spam-processor-report-gmane-p)
15513         (spam-group-spam-processor-report-resend-p)
15514         (spam-group-spam-processor-bogofilter-p)
15515         (spam-group-spam-processor-blacklist-p)
15516         (spam-group-spam-processor-ifile-p)
15517         (spam-group-ham-processor-ifile-p)
15518         (spam-group-spam-processor-spamoracle-p)
15519         (spam-group-spam-processor-crm114-p)
15520         (spam-group-ham-processor-bogofilter-p)
15521         (spam-group-spam-processor-stat-p)
15522         (spam-group-ham-processor-stat-p)
15523         (spam-group-ham-processor-whitelist-p)
15524         (spam-group-ham-processor-BBDB-p)
15525         (spam-group-ham-processor-spamoracle-p)
15526         (spam-group-ham-processor-copy-p): Remove functions with some
15527         prejudice against unneeded code.
15528         (spam-report-articles-resend)
15529         (spam-report-resend-register-routine): Allow the group/topic
15530         spam-resend-to value to override spam-report-resend-to.
15531         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15532         properly now.
15533
15534         * gnus.el (spam-resend-to): Add group/topic parameter.
15535         (spam-process): Move the OBSOLETE processors to the end of the
15536         choices.
15537
15538 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15539
15540         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15541         with resend-to set to nil, and then ask the user if necessary.
15542         (spam-report-resend): spam-report-resend takes a list of articles, not
15543         separate article numbers.
15544
15545 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15548         addition to emacs-w3m.
15549
15550 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15551
15552         * assistant.el (assistant-authinfo-data): New function.
15553         (assistant-eval): Eval for entire assistant.
15554
15555         * netrc.el (netrc-services-file): New variable.
15556         (netrc-parse-services): New function.
15557         (netrc-find-service-name): New function.
15558         (netrc-find-service-number): New function.
15559         (netrc-port-equal): New function.
15560         (netrc-machine): Use it.
15561
15562         * nnimap.el (nnimap-open-connection): Use netrc.
15563
15564         * gnus-util.el (gnus-netrc-get): Remove aliases.
15565
15566         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15567
15568         * assistant.el (wid-edit): Fix compilation.
15569
15570         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15571
15572 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15573
15574         * gnus-util.el (gnus-set-file-modes): New function.  (small
15575         patch).
15576
15577 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15578
15579         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15580
15581         * assistant.el (assistant-render-node): Fix up rendering and
15582         read-only text.
15583         (assistant-render-node): Reset.
15584         (assistant-make-read-only): Not sticky.
15585
15586 2004-05-20  Danny Siu  <dsiu@adobe.com>
15587
15588         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15589         centered even when gnus-auto-center-summary is t.
15590
15591 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15592
15593         * dns.el (dns-get-txt-answer): New function.
15594         (dns-read-txt): Ditto.
15595         (query-dns): Use it.
15596
15597 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15600         active for foreign groups even if the group level is higher than
15601         the specified value.
15602
15603 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15604
15605         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15606         non-active groups.
15607
15608         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15609
15610 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15611
15612         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15613
15614 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15615
15616         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15617         (spam-crm114-header, spam-crm114-spam-switch)
15618         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15619         (spam-crm114-positive-spam-header)
15620         (spam-crm114-database-directory, spam-list-of-processors)
15621         (spam-group-spam-processor-crm114-p)
15622         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15623         (spam-generic-score, spam-list-of-checks)
15624         (spam-list-of-statistical-checks, spam-registration-functions)
15625         (spam-check-crm114-headers, spam-crm114-score)
15626         (spam-check-crm114, spam-crm114-register-with-crm114)
15627         (spam-crm114-register-spam-routine)
15628         (spam-crm114-unregister-spam-routine)
15629         (spam-crm114-register-ham-routine)
15630         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15631         asjo@koldfront.dk (Adam Sjøgren).
15632
15633         * gnus.el: Add spam-use-crm114.
15634
15635         * spam.el (spam-list-of-processors, spam-registration-functions):
15636         Add spam-use-resend.
15637         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15638         (spam-report-articles-gmane): Add doc fix.
15639         (spam-report-articles-resend, spam-report-resend-register-routine):
15640         Add wrappers around spam-report-resend-to.
15641
15642         * spam-report.el (spam-report-resend-to, spam-report-resend):
15643         Add support for resending spam.
15644         (spam-report-gmane): Fix line length >80.
15645
15646         * gnus.el (spam-process): Add spam-use-resend.
15647
15648 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15649
15650         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15651         number of processed spam messages.
15652         (spam-ham-copy-or-move-routine): Return the number of processed
15653         ham messages.
15654         (spam-summary-prepare-exit): Use the above values to decide
15655         whether status messages shouled be displayed.
15656
15657 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15660         `rfc2047-encoding-function-alist' in order to avoid conflicting
15661         with the old version.
15662         (rfc2047-encode-region): Concatenate words containing non-ASCII
15663         characters in structured fields; don't encode space-delimited
15664         ASCII words even in unstructured fields; don't break words at
15665         char-category boundaries.
15666         (rfc2047-encode-1): New function.
15667         (rfc2047-encode): Use it; encode text so that it occupies the
15668         maximum width within 76-column; work correctly on Q encoding for
15669         iso-2022-* charsets.
15670         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15671         sure not to break a line just after the header name.
15672         (rfc2047-b-encode-region): Removed.
15673         (rfc2047-b-encode-string): New function.
15674         (rfc2047-q-encode-region): Removed.
15675         (rfc2047-q-encode-string): New function.
15676
15677         * mm-util.el (mm-replace-in-string): New function.
15678
15679 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15680
15681         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15682         get it right.
15683         (gnus-inews-make-draft): Really.
15684
15685 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15686
15687         * nnmh.el (nnmh-request-list-1): Don't check the link count
15688         before descending.  (small patch)
15689
15690 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15691
15692         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15693         stuff.
15694
15695         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15696         on real group name.
15697
15698         * gnus-art.el (gnus-signature-limit): Doc fix.
15699
15700         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15701
15702         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15703
15704 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15705
15706         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15707         isn't a string.
15708
15709 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15710
15711         * gnus-draft.el (gnus-draft-send): Bind
15712         rfc2047-encode-encoded-words.
15713
15714         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15715         (rfc2047-encodable-p): Say that =? needs encoding.
15716         (rfc2047-encode-encoded-words): New variable.
15717
15718         * gnus-group.el (gnus-group-select-group): Doc fix.
15719
15720         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15721
15722         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15723         to nil.
15724
15725         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15726
15727         * nnheader.el (nnheader-get-lines-and-char): New function.
15728
15729 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * gnus-msg.el (gnus-summary-followup-with-original): Document
15732         yanking of region when active.
15733
15734 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15737         groups if the group level is higher than the specified value.
15738
15739 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15740
15741         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15742         (gnus-group-jump-to-group): Added prefix argument using
15743         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15744         non-active group.
15745
15746         * compface.el (uncompface): Be verbose when changing
15747         `uncompface-use-external'.
15748
15749         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15750         handle manual section.
15751
15752 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15753
15754         * gnus-art.el (gnus-button-alist): Revert previous change.
15755
15756 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15757
15758         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15759
15760 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15761
15762         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15763         whether backend can accept message.
15764
15765         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15766
15767 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15768
15769         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15770         Avoid creating directory when nntp-marks-is-evil is true.
15771         Reported by Reiner Steib.
15772
15773 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15774
15775         * gnus-picon.el (gnus-picon-style): New variable.
15776         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15777         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15778         Jesper Harder <harder@ifa.au.dk>.
15779
15780 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15781
15782         * message.el (message-fill-field): Return point.
15783         (message-generate-headers): Go to end of field.
15784
15785         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15786         stuff for non-living groups.
15787
15788 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15789
15790         * gnus-art.el (gnus-article-followup-with-original)
15791         (gnus-article-reply-with-original): gnus-mark-active-p ->
15792         gnus-region-active-p.
15793
15794 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15795
15796         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15797         only when there is spam or ham to be processed.
15798
15799 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15800
15801         * mail-source.el (mail-source-delete-crash-box): Refactor.
15802         (mail-source-fetch): Use it.
15803         (mail-source-fetch-file): Ditto.
15804         (mail-source-fetch-directory): Run postscript in loop.
15805         (mail-source-fetch-pop): Delete.
15806         (mail-source-fetch-maildir): Ditto.
15807         (mail-source-fetch-imap): Ditto.
15808
15809         * imap.el (imap-authenticators): Comment out sasl.
15810
15811         * message.el (message-skip-to-next-address): New function.
15812         (message-fill-header-address): Refactor.
15813         (message-fill-address): Use it.
15814         (message-delete-address): Use it.
15815         (message-fill-header-general): Refactor.
15816         (message-fill-field-address): Rename.
15817         (message-narrow-to-field): Find the start of the header.
15818         (message-header-format-alist): Don't pre-fill.
15819         (message-fill-header): Removed.
15820         (message-insert-header): New function.
15821         (message-shorten-references): Use it.
15822
15823         * rfc2047.el (rfc2047-field-value): Strip props.
15824
15825         * mail-parse.el (mail-header-make-address): New alias.
15826
15827         * ietf-drums.el (ietf-drums-make-address): New function.
15828
15829         * imap.el: Add compiler directives.
15830
15831         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15832
15833         * gnus-art.el (article-decode-idna-rhs): Don't use
15834         message-idna-inside-rhs-p.
15835
15836 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15837
15838         * message.el (message-idna-inside-rhs-p): Removed.
15839         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15840
15841         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15842         false positives.
15843
15844 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15845
15846         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15847
15848 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15849
15850         * nneething.el (nneething-file-name): Don't create spurious
15851         files.
15852
15853         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15854         (gnus-inews-do-gcc): Remove sleep.
15855
15856         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15857         part under point.
15858
15859         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15860         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15861
15862 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15863
15864         * spam.el (spam-summary-prepare-exit): Fixed (length).
15865
15866 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15867
15868         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15869         as expired without moving it" message when there are spam
15870         messages left.
15871
15872 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15873
15874         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15875         header is not nil.
15876
15877 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15878
15879         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15880         nntp-possibly-create-directory, not nntp-possibly-change-group.
15881         (nntp-marks-changed-p): New arg SERVER.
15882         (nntp-request-update-info): Adjust caller.
15883
15884 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15885
15886         * nntp.el (nntp-save-marks): Pass missing arg.
15887
15888 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15889
15890         * nntp.el: Support marks.
15891         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15892         (nntp-marks-modtime, nntp-marks-directory): New variables.
15893         (nntp-request-set-mark, nntp-request-update-info)
15894         (nntp-possibly-create-directory, nntp-marks-changed-p)
15895         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15896         functions.
15897
15898 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15899
15900         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15901         (gnus-xmas-redefine): Rename.
15902
15903         * gnus-score.el (gnus-score-insert-help): Use
15904         gnus-select-lowest-window.
15905
15906         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15907         appt-select-lowest-window and rename to gnus-select-lowest-window.
15908
15909         * gnus.el: do.
15910
15911 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15912
15913         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15914         encodings of MIME-encoded words, in order to improve
15915         interoperability with several broken MUAs.
15916
15917 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15918
15919         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15920         tags, only when charsets are not specified in headers.
15921         (mm-inline-text-html-render-with-w3m): Ditto.
15922
15923         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15924         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15925
15926 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15927
15928         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15929         instead of MIME-decoded from fields when checking
15930         `gnus-article-address-banner-alist'.
15931
15932 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15933
15934         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15935         description rather than subject.
15936
15937 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15938
15939         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15940
15941 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15942
15943         * gnus.el (gnus-version-number): Bump.
15944
15945 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15946
15947         * gnus.el: No Gnus v0.2 is released.
15948
15949 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15950
15951         * gnus-agent.el (gnus-agent-read-agentview): Inline
15952         gnus-uncompress-range.
15953
15954 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15955
15956         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15957         `exec-installed-p'.
15958
15959 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15960
15961         * gnus.el (spam-process, spam-autodetect-methods): Add
15962         bsfilter and bsfilter-headers.
15963
15964         * spam.el (spam-bsfilter): New customize group.
15965         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15966         (spam-bsfilter-header, spam-bsfilter-probability-header)
15967         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15968         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15969         (spam-bsfilter-database-directory): New options.
15970         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15971         (spam-list-of-statistical-checks, spam-registration-functions):
15972         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15973         (spam-bsfilter-score): New command.
15974         (spam-check-bsfilter-headers, spam-check-bsfilter)
15975         (spam-bsfilter-register-with-bsfilter)
15976         (spam-bsfilter-register-spam-routine)
15977         (spam-bsfilter-unregister-spam-routine)
15978         (spam-bsfilter-register-ham-routine)
15979         (spam-bsfilter-unregister-ham-routine): New functions.
15980         (spam-generic-score): Support bsfilter; Accept an optional argument
15981         to recalcurate spam score even if scoring header has already been
15982         added.
15983         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15984         optional argument to recalcurate spam score even if scoring header
15985         has already been added.
15986
15987 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15988
15989         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15990         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15991         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15992         link is missing.
15993
15994 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15995
15996         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15997         (html2text-get-attr): Rewrite.
15998
15999         * message.el (message-setup-1): Remove redundant put-text-property
16000         on mail-header-separator.
16001
16002 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16003
16004         * gnus-registry.el (gnus-registry-cache-whitespace)
16005         (gnus-registry-action, gnus-registry-spool-action)
16006         (gnus-registry-split-fancy-with-parent): Change message levels
16007         from 5 to 3 or 7, as needed.
16008
16009         * spam.el (spam-summary-prepare-exit)
16010         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16011         (spam-split, spam-find-spam, spam-log-undo-registration)
16012         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16013         level from 5 to 6.
16014
16015 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16018         2004-03-04 change).
16019
16020 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16021
16022         * sieve-manage.el (sieve-manage-open):
16023         * nnweb.el (nnweb-insert-html):
16024         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16025         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16026         * nnspool.el (nnspool-request-group):
16027         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16028         * nnml.el (nnml-request-update-info):
16029         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16030         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16031         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16032         (nnimap-request-set-mark):
16033         * nnfolder.el (nnfolder-request-update-info):
16034         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16035         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16036         * gnus-uu.el (gnus-uu-find-articles-matching):
16037         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16038         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16039         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16040         * gnus-nocem.el (gnus-nocem-scan-groups):
16041         * gnus-int.el (gnus-start-news-server):
16042         * gnus-group.el (gnus-group-make-kiboze-group)
16043         (gnus-group-browse-foreign-server):
16044         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16045         Use mapc when appropriate.
16046
16047 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16048
16049         FIXME: Make separate entries for each person.
16050
16051         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16052         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16053         <shields@msrl.com>:
16054
16055         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16056         may need for spam sorting and scoring.
16057         (spam-user-format-function-S): Add user format function suitable for
16058         general use.
16059         (spam-article-sort-by-spam-status): Add sorting function for summary
16060         sorting.
16061         (spam-extra-header-to-number): Add function to get a score from a
16062         header.
16063         (spam-summary-score): Add function to get a numeric score from the
16064         headers.
16065         (spam-generic-score): Fix function doc, was in wrong place.
16066         (spam-initialize): Take symbols when it's run, and install the
16067         extra headers that spam-necessary-extra-headers thinks we need.
16068
16069 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16070
16071         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16072         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16073
16074 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16075
16076         * gnus-sum.el (gnus-set-global-variables)
16077         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16078         (gnus-article-get-xrefs, gnus-summary-best-group)
16079         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16080         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16081         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16082         Use with-current-buffer.
16083
16084 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16085
16086         * spam.el (spam-summary-prepare-exit): Simplify logic.
16087         (spam-fetch-article-header): Read the article header if it's not
16088         available.
16089         (spam-list-articles): Simplify logic.
16090         (spam-filelist-register-routine): Fix bug with unregister-list.
16091
16092         * gnus-registry.el: Fix comments at beginning.
16093
16094 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16095
16096         * message.el (message-cater-to-broken-inn): Remove.
16097         (message-shorten-references): Make sure the total folded length of
16098         References is shorter than 998 characters to cater to a bug in INN
16099         2.3.  Also, don't pretend that references aren't folded -- this
16100         hasn't worked for a while.
16101
16102 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16103
16104         * gnus-agent.el (gnus-agentize):
16105         gnus-agent-send-mail-real-function no longer set to current value
16106         of message-send-mail-function but rather a lambda that calls
16107         message-send-mail-function.  The change makes the agent real-time
16108         responsive to user changes to message-send-mail-function.
16109
16110 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16111
16112         * legacy-gnus-agent.el
16113         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16114         help from Florian Weimer <fw@deneb.enyo.de>
16115
16116 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * nnmail.el (nnmail-cache-insert): Revert last change.
16119
16120 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16121
16122         * nnmail.el (nnmail-cache-insert): Always check whether
16123         nnmail-cache-ignore-groups matches a group name.
16124
16125 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16126
16127         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16128         (spam-find-spam, spam-log-processing-to-registry)
16129         (spam-log-registered-p, spam-log-unregistration-needed-p)
16130         (spam-log-undo-registration): Use gnus-message instead of
16131         gnus-error, none of these errors are fatal.
16132
16133         * gnus-registry.el (gnus-registry-clean-empty-function)
16134         (gnus-registry-clean-empty): Remove only empty entries without
16135         extra data.
16136
16137 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16138
16139         * spam-stat.el (spam-stat-buffer-change-to-spam)
16140         (spam-stat-buffer-change-to-non-spam): Change (error) to
16141         (gnus-message 8) invocation.
16142
16143 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16144
16145         * nntp.el (nntp-via-netcat-command): New variable.
16146         (nntp-via-netcat-switches): New variable.
16147         (nntp-open-via-rlogin-and-netcat): New function.
16148         (nntp-open-connection-function): Doc fix.
16149         (nntp-telnet-command): Doc fix.
16150         (nntp-end-of-line): Doc fix.
16151         (nntp-via-rlogin-command): Doc fix.
16152         (nntp-via-user-name): Doc fix.
16153         (nntp-via-address): Doc fix.
16154
16155 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16156
16157         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16158         error in Emacs 21.1.
16159
16160 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16161
16162         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16163
16164 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16165
16166         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16167         (gnus-agent-with-refreshed-group): New macro.
16168         (gnus-agent-rename-group): New function.
16169         (gnus-agent-delete-group): New function.
16170         (gnus-agent-save-group-info): Use gnus-command-method when
16171         `method' parameter is nil.  Don't write nil entries into the
16172         active file.
16173         (gnus-agent-get-group-info): New function.
16174         (gnus-agent-fetch-articles): Use
16175         gnus-agent-update-files-total-fetched-for to increment disk space
16176         used.
16177         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16178         gnus-agent-update-view-total-fetched-for to increment disk space
16179         used.
16180         (gnus-agent-get-local): Added optional parameters to avoid calling
16181         gnus-group-real-name and gnus-find-method-for-group.
16182         (gnus-agent-set-local): Delete stored entry if either min, or max,
16183         are nil.
16184         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16185         quit, use gnus-agent-regenerate-group to record existance of any
16186         articles fetched to disk before the quit occurred.
16187         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16188         gnus-agent-update-view-total-fetched-for, and
16189         gnus-agent-update-files-total-fetched-for to decrement disk space
16190         used.
16191         (gnus-agent-retrieve-headers): Use
16192         gnus-agent-update-view-total-fetched-for to increment disk space
16193         used.
16194         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16195         with gnus-agent-update-files-total-fetched-for to decrement disk
16196         space and fresh group buffer.
16197         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16198         (gnus-agent-need-update-total-fetched-for): New variable.
16199         (gnus-agent-update-files-total-fetched-for): New function.
16200         (gnus-agent-update-view-total-fetched-for): New function.
16201         (gnus-agent-total-fetched-for): New function.
16202
16203         * gnus-cache.el (gnus-cache-save-buffers): Use
16204         gnus-cache-update-overview-total-fetched-for to change disk space
16205         used by this group.
16206         (gnus-cache-possibly-enter-article): Use
16207         gnus-cache-update-file-total-fetched-for to increment disk space
16208         used by this group.
16209         (gnus-cache-possibly-remove-article): Use
16210         gnus-cache-update-file-total-fetched-for to decrement disk space
16211         used by this group.
16212         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16213         (gnus-cache-rename-group): New function.
16214         (gnus-cache-delete-group): New function.
16215         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16216         (gnus-cache-need-update-total-fetched-for): New variable.
16217         (gnus-cache-with-refreshed-group): New macro.
16218         (gnus-cache-update-file-total-fetched-for): New function.
16219         (gnus-cache-update-overview-total-fetched-for): New function.
16220         (gnus-cache-rename-group-total-fetched-for): New function.
16221         (gnus-cache-delete-group-total-fetched-for): New function.
16222         (gnus-cache-total-fetched-for): New function.
16223
16224         * gnus-group.el: Require gnus-sum and autoload functions to
16225         resolve warnings when gnus-group.el compiled alone.
16226         (gnus-group-line-format): Documented new %F.
16227         (size of Fetched data) group line format; identifies disk space
16228         used by agent and cache.
16229         (gnus-group-line-format-alist): Defined new F format.
16230         (gnus-total-fetched-for): New function.
16231         (gnus-group-delete-group): No longer update
16232         gnus-cache-active-altered as gnus-request-delete-group now keeps
16233         the cache in sync.
16234         (gnus-group-list-active): Let the agent store a server's active
16235         list if currently plugged.
16236
16237         * gnus-int.el (gnus-request-delete-group):
16238         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16239         local disk in sync with the server.
16240         (gnus-request-rename-group):
16241         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16242         local disk in sync with the server.
16243
16244         * gnus-start.el (gnus-get-unread-articles):
16245         Cosmetic simplification to logic.
16246
16247         * gnus-util.el (gnus-rename-file): New function.
16248
16249 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16250
16251         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16252
16253 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16254
16255         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16256         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16257
16258 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16259
16260         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16261         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16262
16263 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16264
16265         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16266
16267 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16268
16269         * spam.el (spam-set-difference): Add function to replace
16270         gnus-set-difference in spam.el.
16271         (spam-summary-prepare-exit): Use spam-set-difference.
16272
16273 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16274
16275         * gnus-registry.el (gnus-registry-cache-file): Update to use
16276         gnus-dribble-directory OR gnus-home-directory OR ~.
16277         (gnus-registry-split-fancy-with-parent): Fix doc.
16278
16279 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * message.el (message-exchange-point-and-mark): Use
16282         message-mark-active-p.  Suggested by Jesper Harder
16283         <harder@ifa.au.dk>.
16284
16285 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * message.el (message-exchange-point-and-mark): Don't activate
16288         region if it was inactive.  Suggested by Hiroshi Fujishima
16289         <pooh@nature.tsukuba.ac.jp>.
16290
16291 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-art.el (article-display-face): Display Faces in the same
16294         order as X-Faces.
16295
16296 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16299
16300 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16303         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16304         (gnus-article-mime-hierarchy): Remove.
16305         (gnus-article-mime-hierarchy-next): Remove.
16306         (gnus-article-mode): Revert 2004-03-19 change.
16307         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16308         (gnus-insert-mime-button): Revert 2004-03-19 change.
16309         (gnus-mime-accumulate-hierarchy): Remove.
16310         (gnus-mime-enter-multipart): Remove.
16311         (gnus-mime-leave-multipart): Remove.
16312         (gnus-mime-display-part): Revert 2004-03-19 change.
16313         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16314
16315         * mml.el (mml-preview): Revert 2004-03-19 change.
16316
16317 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16318
16319         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16320
16321 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16324         t while entering a file name using the mm-with-multibyte macro.
16325         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16326
16327         * mm-util.el (mm-with-multibyte): New macro.
16328
16329 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16332         user option.
16333         (gnus-mime-multipart-functions): Doc and customization fix.
16334         (gnus-article-mime-hierarchy): New variable.
16335         (gnus-article-mime-hierarchy-next): New variable.
16336         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16337         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16338         gnus-article-mime-hierarchy-next to nil.
16339         (gnus-insert-mime-button): Show hierarchy numbers.
16340         (gnus-mime-accumulate-hierarchy): New function.
16341         (gnus-mime-enter-multipart): New function.
16342         (gnus-mime-leave-multipart): New function.
16343         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16344         (gnus-mime-display-alternative): Show hierarchy numbers.
16345
16346         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16347         gnus-article-mime-hierarchy-next to nil.
16348
16349 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16350
16351         * dns.el: Don't require gnus-xmas.
16352
16353 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16354
16355         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16356         inline PGP.
16357         (mml-menu): Disable mml-quote-region if mark is inactive.
16358
16359 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16362         when the group's active is not available.
16363
16364 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16365
16366         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16367         error.
16368
16369 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16370
16371         * imap.el (imap-store-password): New variable.
16372         (imap-interactive-login): Use it.
16373         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16374
16375 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16378         window-start and hscroll to summary window.
16379
16380 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16381
16382         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16383         conversion message to newsrc-dribble when an actual conversion is
16384         performed.
16385
16386 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16387
16388         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16389
16390 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * mm-decode.el (mm-complicated-handles): New function reviving
16393         former definition of mm-multiple-handles.
16394
16395         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16396         (gnus-mime-delete-part): Use it.
16397
16398 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16399
16400         * gnus-agent.el (gnus-agent-read-local): Bind
16401         nnheader-file-coding-system to gnus-agent-file-coding-system to
16402         avoid the implicit assumption that they will always be equal.
16403         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16404         coding-system-for-write, as the with-temp-file macro first prints
16405         to a buffer then saves the buffer.
16406
16407 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16408
16409         * gnus-art.el (gnus-article-edit-part): New function.
16410         (gnus-mime-save-part-and-strip): Use it; do query instead of
16411         signaling an error; don't use mm-multiple-handles.
16412         (gnus-mime-delete-part): Ditto.
16413
16414 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16415
16416         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16417         old file versions.
16418         (gnus-group-prepare-hook): Removed function that converted list
16419         form of gnus-agent-expire-days to group properties.
16420
16421         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16422         (gnus-request-accept-article): Re-indented.
16423
16424         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16425         converters to handle old agent file formats.  Added logic for a
16426         "backup before upgrading warning".
16427         (gnus-convert-mark-converter-prompt): Developers can mark
16428         functions as needing (default), or not needing,
16429         gnus-convert-old-newsrc's "backup before upgrading warning".
16430         (gnus-convert-converter-needs-prompt): Tests whether the user
16431         should be protected from potentially irreversable changes by the
16432         function.
16433
16434         * legacy-gnus-agent.el: New.  Provides converters that are only
16435         loaded when gnus-convert-old-newsrc needs to call them.
16436
16437 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * mail-source.el (mail-source-touch-pop): Doc fix.
16440
16441         * message.el (message-smtpmail-send-it): Doc fix.
16442
16443 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16444
16445         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16446
16447         * nnmail.el (nnmail-split-fancy): do.
16448
16449         * gnus-kill.el (gnus-kill, gnus-execute): do.
16450
16451 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16452
16453         * gnus-sum.el (gnus-widget-reversible-match)
16454         (gnus-widget-reversible-to-internal)
16455         (gnus-widget-reversible-to-external): New functions.
16456         (gnus-widget-reversible): New widget.
16457         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16458
16459 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16460
16461         * gnus-sum.el (gnus-thread-sort-functions)
16462         (gnus-article-sort-functions): Document `(not F)' items.
16463
16464 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16465
16466         * spam.el (spam-use-gmane-xref): Add new backend.
16467         (spam-gmane-xref-spam-group): Add variable to control the name of the
16468         Gmane spam group.
16469         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16470         (spam-regex-headers-spam, spam-regex-headers-ham)
16471         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16472         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16473         backends and checks.
16474         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16475
16476         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16477         an autodetect method.
16478
16479 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16480
16481         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16482         articles are being added to a group.
16483         (gnus-request-replace-article): Inform the agent that articles
16484         need to be uncached as the cached contents are no longer valid.
16485
16486 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * binhex.el: Don't autoload executable-find.
16489
16490         * canlock.el: Don't autoload mail-fetch-field.
16491
16492         * dgnushack.el: Autoload c-mode for XEmacs.
16493
16494         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16495
16496         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16497         rmail-dont-reply-to and rmail-output.
16498
16499         * gnus-score.el: Don't autoload ffap-string-at-point.
16500
16501         * gnus-setup.el: Don't autoload sc-cite-original.
16502
16503         * imap.el: Don't autoload base64-decode-string,
16504         base64-encode-string and md5.
16505
16506         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16507         and rmail-msg-restore-non-pruned-header.
16508
16509         * mm-decode.el: Don't autoload executable-find.
16510
16511         * mm-url.el: Don't autoload executable-find.
16512
16513         * mm-view.el: Don't autoload diff-mode.
16514
16515         * nndb.el: Don't autoload news-reply-mode, news-setup,
16516         cancel-timer and telnet.
16517
16518         * password.el: Don't autoload run-at-time for Emacs.
16519
16520         * sha1-el.el: Don't autoload executable-find.
16521
16522         * sieve-mode.el: Don't autoload c-mode.
16523
16524         * uudecode.el: Don't autoload executable-find.
16525
16526 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16527
16528         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16529         (gnus-agent-possibly-alter-active): Avoid null in numeric
16530         comparison.
16531         (gnus-agent-set-local): Refuse to save null in local object table.
16532         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16533         list of articles that will be marked as unread.
16534
16535 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16538
16539 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16540
16541         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16542         language tags.
16543
16544 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16545
16546         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16547         Don't bind "obarray".
16548
16549         * gnus-sum.el (gnus-thread-sort-functions): Added
16550         `gnus-thread-sort-by-most-recent-number' and
16551         `gnus-thread-sort-by-most-recent-date'.
16552         Reported by Kai Grossjohann <kai@emptydomain.de>.
16553
16554 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16557
16558 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16559
16560         * gnus-cus.el (gnus-agent-customize-category): Removed
16561         ignore-errors macro reference that required cl to be loaded at
16562         run-time.
16563
16564         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16565         single-interval range of the form (min . max).  Previously the
16566         range had to look like ((min . max)).  Likewise, return
16567         (min . max) rather than ((min . max)).
16568         (gnus-range-map): Use gnus-range-normalize to accept
16569         single-interval range.
16570
16571         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16572         the cache, but not the agent, now appear with their usual face.
16573
16574         * dgnushack.el (loaddir): New variable that is bound to the
16575         directory containing the dgnushack.el file. Use loaddir, rather
16576         than srcdir, to update load-path. Change lets dgnushack compile
16577         code in directories other than GNUS/lisp.
16578
16579 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * lpath.el: Don't bind w3m-safe-url-regexp.
16582
16583         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16584         w3m-safe-url-regexp variable buffer-local.
16585
16586         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16587
16588 2004-02-27  Simon Josefsson  <jas@extundo.com>
16589
16590         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16591         gnus-group-real-prefix.
16592         (gnus-summary-move-article): Use it, instead of
16593         gnus-group-real-prefix.
16594
16595 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * lpath.el: Bind w3m-safe-url-regexp.
16598
16599         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16600         w3m-safe-url-regexp variable buffer-local and set it as the value
16601         of mm-w3m-safe-url-regexp.
16602
16603         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16604
16605         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16606         parsing gnus-posting-styles when the message is not for replying.
16607
16608         * dgnushack.el: Autoload sgml-mode for XEmacs.
16609
16610         * nnrss.el (nnrss-opml-export): Use
16611         mm-set-buffer-file-coding-system instead of
16612         set-buffer-file-coding-system.
16613
16614 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16615
16616         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16617         of checkdoc.el).
16618         * nnrss.el: do.
16619         * gnus-mlspl.el: do.
16620         * gnus-ml.el: do.
16621         * gnus-srvr.el: do.
16622
16623         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16624
16625 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16626
16627         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16628         Corrections to custom-manual links.
16629
16630         * gnus-art.el (gnus-article): Ditto.
16631
16632         * mm-decode.el (mime-display, mime-security): Ditto.
16633
16634 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16635
16636         * flow-fill.el: Typo.
16637
16638 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16639
16640         * spam-wash.el: New file.
16641
16642 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16643
16644         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16645
16646 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16647
16648         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16649         to be run with new-articles as LIST1, not LIST2.
16650         (spam-registration-functions): Add spam-use-ham-copy as a nil
16651         registration backend.
16652
16653 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16654
16655         * spam-stat.el (spam-stat-washing-hook): New option.
16656         (spam-stat-buffer-words): Use it.
16657         (spam-stat-process-directory, spam-stat-test-directory): Use
16658         insert-file-contents-literally.
16659         (spam-stat-coding-system): New variable.
16660         (spam-stat-load, spam-stat-save): Use it.
16661
16662 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * spam-report.el (spam-report-plug-agent): Quote
16665         spam-report-url-to-file and spam-report-url-ping-plain.
16666
16667 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16668
16669         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16670         / in mailto URLs.
16671
16672 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16673
16674         * spam-report.el (spam-report-process-queue): Fix interactive use.
16675         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16676         (spam-report-unplug-agent): Doc fixes.
16677         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16678         (spam-report-agentize, spam-report-deagentize): Autoload.
16679
16680 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16683
16684         * message.el (message-setup-fill-variables): Add mml tags to
16685         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16686         <ajk@iu.edu>.
16687         (message-mode): Don't modify paragraph-separate there.
16688
16689 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * compface.el (uncompface-use-external): Default to undecided.
16692         (uncompface-use-external-threshold): New variable.
16693         (uncompface-float-time): New macro.
16694         (uncompface): Determine whether to use the external decoder if
16695         uncompface-use-external is undecided.
16696
16697 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16698
16699         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16700         after images.
16701
16702         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16703
16704 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16705
16706         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16707
16708         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16709
16710         * gnus-sum.el (gnus-summary-limit-to-age)
16711         (gnus-summary-limit-children): do.
16712
16713         * gnus-int.el (gnus-request-scan): do.
16714
16715         * gnus-group.el (gnus-group-suspend): do.
16716
16717         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16718
16719         * gnus-cite.el (gnus-cite-parse-attributions): do.
16720
16721         * gnus-agent.el (gnus-summary-set-agent-mark)
16722         (gnus-agent-regenerate-group): do.
16723
16724         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16725
16726         * binhex.el (binhex-decode-region-internal): do.
16727
16728 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * gnus-fun.el (gnus-face-properties-alist): New user option.
16731         (gnus-display-x-face-in-from): Use it.
16732
16733         * gnus-art.el (article-display-face): Ditto.
16734
16735         * compface.el (uncompface-use-external): Default to nil.
16736
16737 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16738
16739         * nntp.el (nntp-erase-buffer): New function.
16740         (nntp-retrieve-data, nntp-send-command)
16741         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16742         (nntp-possibly-change-group): Use it.
16743
16744         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16745         with-current-buffer.
16746
16747 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16748
16749         * compface.el: Merge the ELisp-based uncompface program.
16750         (compface): New customization group.
16751         (uncompface-use-external): New user option.
16752         (uncompface): Call uncompface-internal if uncompface-use-external
16753         is nil.
16754         (uncompface-internal): New function.  Note that there are also
16755         some other functions and variables added for this function.
16756
16757 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16758
16759         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16760         if necessary.
16761
16762 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16763
16764         * spam-report.el (spam-report-unplug-agent)
16765         (spam-report-plug-agent, spam-report-deagentize)
16766         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16767         Add support for the Agent in spam-report: when unplugged, report to a
16768         file; when plugged, submit all the requests.
16769
16770         * spam.el (spam-register-routine): Fix message about
16771         registration.
16772
16773 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16774
16775         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16776         dependencies.
16777         (rfc2047-encode): Use it.
16778
16779         * gnus-art.el (gnus-button-marker-list): Move before first
16780         reference.
16781
16782         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16783         (imap-parse-body): Fix format string mismatch.
16784
16785         * gnus-score.el (gnus-summary-increase-score): do.
16786
16787         * nnrss.el (nnrss-close): New function.
16788
16789 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16790
16791         * nnrss.el (nnrss-make-filename): New function.
16792         (nnrss-request-delete-group, nnrss-read-server-data)
16793         (nnrss-save-server-data, nnrss-read-group-data)
16794         (nnrss-save-group-data): Use it.
16795         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16796         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16797         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16798
16799 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16800
16801         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16802
16803 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16804
16805         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16806         files.
16807
16808         * message.el (message-generate-headers-first): Don't quote nil
16809         and t in docstrings.
16810
16811         * imap.el (imap-id): do.
16812
16813         * gnus-agent.el (gnus-agent-consider-all-articles)
16814         (gnus-agent-queue-mail): do.
16815
16816 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16817
16818         * spam-report.el (spam-report-process-queue): New function.
16819         Process requests from `spam-report-requests-file'.
16820         (spam-report-process-queue): Doc fix.
16821
16822 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16823
16824         * spam.el (spam-register-routine)
16825         (spam-log-processing-to-registry, spam-log-registered-p)
16826         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16827         Change "check" to "spam-check" for semi-clarity.
16828
16829 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16830
16831         * pop3.el: Require nnheader.
16832
16833         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16834
16835         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16836
16837         * gnus-picon.el: Require cl.
16838
16839         * gnus-fun.el: Require gnus-ems and gnus-util.
16840
16841         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16842
16843         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16844
16845         * gnus-art.el (gnus-article-edit-mode): Define before first
16846         reference.
16847
16848 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16849
16850         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16851         (gnus-uu-post-encoded): Use point-at-bol.
16852
16853         * gnus-topic.el (gnus-group-active-topic-p): do.
16854
16855         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16856
16857         * gnus-group.el (gnus-group-kill-region): do.
16858
16859         * gnus-art.el (article-date-ut): do.
16860
16861         * message.el (message-fetch-field): Remove redundant
16862         case-fold-search binding.
16863         (message-narrow-to-field): Simplify.
16864
16865 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16866
16867         * spam.el (spam-directory): Derive from `gnus-directory'.
16868
16869         * spam-report.el (spam-report-url-to-file)
16870         (spam-report-requests-file): New function and variable for offline
16871         reporting.
16872         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16873         and user defined function.
16874         (spam-report-url-ping-mm-url): Remove doubled slash.
16875
16876 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16877
16878         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16879
16880 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16881
16882         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16883         format string mismatch.
16884
16885         * sieve.el (sieve-deactivate-all): do.
16886
16887         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16888
16889         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16890
16891         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16892
16893         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16894
16895 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16896
16897         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16898         the list of checks.
16899
16900 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16901
16902         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16903         padding.
16904
16905 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16906
16907         * mm-view.el (mm-fill-flowed): New variable.
16908         (mm-inline-text): Use it.
16909
16910 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16911
16912         * spam.el (spam-spamassassin-register-ham-routine)
16913         (spam-spamassassin-register-spam-routine): Fix function names.
16914
16915 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * gnus.el (gnus-tmp-grouplens): Remove.
16918         (gnus-summary-line-format): Remove grouplens.
16919
16920         * gnus-group.el (gnus-group-line-format): Ditto.
16921
16922         * gnus-spec.el (gnus-format-specs): Ditto.
16923         (gnus-update-format-specifications): Flush the group format spec
16924         cache if there's the grouplens stuff.
16925         (gnus-parse-simple-format): Replace %l with the empty string.
16926
16927 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16928
16929         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16930         omission.
16931
16932 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16933
16934         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16935         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16936
16937 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16938
16939         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16940         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16941         New macros and functions.
16942         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16943         Handle > NLINK_MAX messages.
16944         * nnmaildir.el (nnmaildir-request-set-mark): Use
16945         nnmaildir--emlink-p and nnmaildir--eexist-p.
16946
16947 2004-01-25  Alex Schroeder  <alex@gnu.org>
16948
16949         * spam-stat.el (spam-stat-process-directory-age): New option.
16950         (spam-stat-process-directory): Use it.
16951
16952 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16953
16954         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16955         (spam-stat-save): Accept prefix argument.
16956
16957 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16958
16959         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16960         links" error.
16961
16962 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16963
16964         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16965         the rest of the and/or forms.
16966
16967 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16968
16969         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16970         compatibility with old .newsrc.eld files.
16971
16972         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16973
16974         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16975
16976         * gnus-start.el (gnus-1): do.
16977
16978         * gnus-group.el (gnus-group-line-format-alist): do.
16979
16980         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16981
16982         * gnus-gl.el: Remove.
16983
16984 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16985
16986         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16987         marks consisting of a single range {for example, (3 . 5)} rather
16988         than a list of a single range { ((3 . 5)) }.
16989
16990 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16991
16992         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16993         with-current-buffer.
16994         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16995         avoid consing a string.
16996
16997         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16998         Remove obsolete entries for big5 and gb2312.
16999
17000 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17001
17002         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17003         uncompressed list.
17004
17005 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17006
17007         * spam-stat.el (spam-stat-strip-xref): New function.
17008         (spam-stat-process-directory): Use it.
17009
17010         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17011         here -- it's done in message-fetch-field.
17012
17013 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17014
17015         * gnus-agent.el (gnus-agent-queue-mail)
17016         (gnus-agent-prompt-send-queue): New variables.
17017         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17018         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17019         "nndraft:queue" along to gnus-draft-send.  Use
17020         gnus-agent-prompt-send-queue.
17021         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17022         is "nndraft:queue".  Suggested by Gaute Strokkenes
17023         <gs234@srcf.ucam.org>
17024
17025         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17026         (agent-enable-undownloaded-faces): Added.
17027         (gnus-agent-cat-groups): Use eval-and-compile, not
17028         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17029         method of gnus-agent-cat-groups even when the buffer has been
17030         evaled.
17031         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17032         delete gnus-agent-save-active-1.
17033         (gnus-agent-save-groups): Deleted.  Identical to
17034         gnus-agent-save-active.
17035         (gnus-agent-write-active): No longer adjust agent's copy of active
17036         file as agent's adjustments are now stored in their own
17037         file.  Removed optional parameter.
17038         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17039         servers.  Add use of min/max range limits from server's local
17040         file.
17041         (gnus-agent-save-alist): Removed unused optional argument.
17042         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17043         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17044         (gnus-agent-set-local): A per-server file that keeps min/max range
17045         limits for articles known to the agent.  Provides a fast mechanism
17046         for altering many active ranges.
17047         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17048         active file (local makes it unnecessary).
17049         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17050
17051         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17052         (agent-enable-undownloaded-faces): Added.
17053
17054         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17055         disable it when sending to "nndraft:queue".
17056         (gnus-group-send-queue): Add safety check to avoid sending queue
17057         when unplugged.
17058
17059         * gnus-group.el (gnus-group-catchup): Use new
17060         gnus-sequence-of-unread-articles, not
17061         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17062         numbers of articles.  Use gnus-range-map to avoid having to
17063         uncompress the unread list.
17064         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17065         Fixed invalid ange-ftp reference.
17066
17067         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17068         (gnus-sorted-range-intersection): Intersection of two ranges
17069         without requiring that they first be uncompressed.
17070
17071         * gnus-start.el (gnus-activate-group): Unless blocked by the
17072         caller, possibly expand the active range to include both cached
17073         and agentized articles.
17074         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17075         multiple version-dependent converters.
17076         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17077         gnus-agent-save-active.
17078         (gnus-save-newsrc-file): Save dirty agent range limits.
17079
17080         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17081         gnus-agent-possibly-alter-active.
17082         (gnus-adjust-marked-articles): Faster handling of simple lists.
17083
17084 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17085
17086         * spam-stat.el (spam-stat-test-directory): New optional argument
17087         displays a list of files detected.  Suggested by Andrew Cohen
17088         <cohen@andy.bu.edu>.
17089         (spam-stat-buffer-words-with-scores): Don't narrow and change
17090         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17091
17092 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17093
17094         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17095         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17096         (spam-spamassassin-arguments)
17097         (spam-spamassassin-spam-flag-header)
17098         (spam-spamassassin-positive-spam-flag-header)
17099         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17100         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17101         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17102         (spam-list-of-processors, spam-list-of-checks)
17103         (spam-list-of-statistical-checks, spam-registration-functions)
17104         (spam-check-spamassassin-headers, spam-check-spamassassin)
17105         (spam-spamassassin-score)
17106         (spam-spamassassin-register-with-sa-learn)
17107         (spam-spamassassin-register-spam-routine)
17108         (spam-spamassassin-register-ham-routine)
17109         (spam-assassin-register-spam-routine)
17110         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17111         (spam-bogofilter-score): Fix to show article before scoring.
17112
17113 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17114
17115         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17116         default scoring function.
17117         (spam-generic-score): Call spam-spamassassin-score if
17118         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17119         spam-bogofilter-score otherwise.
17120
17121         * gnus.el (spam-process, spam-autodetect-methods): Add
17122         spamassassin and spamassassin-headers.
17123
17124 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17125
17126         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17127         Suppress unnecessary messages.
17128
17129 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17130
17131         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17132         make-hash-table.
17133
17134 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * canlock.el (base64-encode-string): Don't autoload it.
17137
17138 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17139
17140         * run-at-time.el: Remove useless (require 'itimer),
17141         eval-and-compile and (featurep 'xemacs).
17142
17143 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17144
17145         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17146         GROUP is a virtual group.
17147
17148 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17149
17150         * gnus.el: Autoload `message-y-or-n-p'.
17151
17152 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17153
17154         * pgg-parse.el: Remove unnecessary (require 'custom).
17155
17156         * pgg-def.el: do.
17157
17158         * nnmail.el: do.
17159
17160         * gnus-undo.el: do.
17161
17162         * gnus-picon.el: do.
17163
17164         * gnus-util.el: do.
17165
17166 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17167
17168         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17169
17170 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17173         handle, as well as a list.
17174
17175         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17176         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17177         (mm-w3m-cid-retrieve): Simplify.
17178
17179 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17180
17181         * message.el (message-kill-to-signature): Allow prefix arg to
17182         specify number of lines to keep before signature.
17183
17184 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17185
17186         * message.el (message-kill-to-signature): Change docstring.
17187
17188 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * canlock.el: Always require sha1-el.
17191         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17192
17193         * message.el: Autoload sha1 only when compiling.
17194
17195         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17196         eudc-expand-inline for XEmacs.
17197
17198 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17199
17200         * message.el (message-canlock-generate): Require sha1-el.
17201
17202 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17203
17204         * message.el (message-expand-name): Silence the byte compiler.
17205
17206         * lpath.el: Add detect-coding-system.
17207
17208         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17209         cus-edit.
17210
17211 2004-01-13  Simon Josefsson  <jas@extundo.com>
17212
17213         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17214         Invoke gnus-score-mode.  Reported by
17215         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17216
17217         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17218         Jim Blandy <jimb@redhat.com> (tiny change).
17219
17220 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17221
17222         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17223
17224 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17225
17226         * spam.el (spam-get-article-as-string): Update to use
17227         gnus-request-article-this-buffer, much simpler.
17228         (spam-get-article-as-buffer): Remove.
17229
17230 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17231
17232         * message.el (message-expand-name): Use EUDC if the user uses that.
17233
17234 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17235
17236         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17237         character for the encoding to avoid consing a string.
17238
17239         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17240         unnecessarily.
17241
17242         * mm-util.el (mm-replace-chars-in-string): Remove.
17243
17244         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17245         of mm-replace-chars-in-string.
17246
17247 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17248
17249         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17250
17251         * mm-util.el (mm-subst-char-in-string): Support inplace.
17252
17253         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17254         a new string in every iteration.  Use shy groups.
17255
17256 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17257
17258         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17259         * gnus-soup.el (gnus-soup-group-brew):
17260         * gnus-msg.el (gnus-put-message):
17261         * gnus-move.el (gnus-group-move-group-to-server):
17262         * gnus-kill.el (gnus-batch-score):
17263         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17264         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17265         (gnus-group-update-group, gnus-group-read-group)
17266         (gnus-group-make-group, gnus-group-make-help-group)
17267         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17268         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17269         (gnus-group-sort-by-unread, gnus-group-catchup)
17270         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17271         (gnus-group-yank-group, gnus-group-set-info)
17272         (gnus-group-list-groups):
17273         * gnus.el (gnus-generate-new-group-name):
17274         * gnus-delay.el (gnus-delay-send-queue):
17275         * nnvirtual.el (nnvirtual-catchup-group):
17276         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17277         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17278         (gnus-group-prepare-topics, gnus-topic-check-topology):
17279         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17280         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17281         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17282         (gnus-group-make-articles-read):
17283         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17284         (gnus-group-change-level, gnus-kill-newsgroup)
17285         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17286         (gnus-get-unread-articles, gnus-make-articles-unread)
17287         (gnus-make-ascending-articles-unread): Use accessor
17288         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17289         to get group information for improved readability.
17290
17291
17292 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17293
17294         * gnus-art.el (article-decode-mime-words, article-babel)
17295         (gnus-article-highlight-signature, gnus-article-add-buttons)
17296         (gnus-signature-toggle): Use gnus-with-article-buffer.
17297
17298         * gnus-art.el (gnus-article-highlight-headers)
17299         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17300
17301         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17302         (gnus-article-set-globals, gnus-request-article-this-buffer)
17303         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17304         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17305         (gnus-mime-display-alternative): Use with-current-buffer.
17306
17307 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17308
17309         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17310         also under 80 char limit, and call gnus-error if needed.
17311         (spam-fetch-article-header): Fix - it was a
17312         buffer-local variable (gnus-newsgroup-data).
17313         (spam-find-spam): Use spam-generate-fake-headers, forget about
17314         spam-insert-fake-headers.
17315         (spam-insert-fake-headers): Remove.
17316
17317 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17318
17319         * deuglify.el (gnus-article-outlook-unwrap-lines)
17320         (gnus-outlook-rearrange-article)
17321         (gnus-outlook-repair-attribution-outlook)
17322         (gnus-outlook-repair-attribution-block)
17323         (gnus-outlook-repair-attribution-other): Remove redundant
17324         save-excursion.
17325
17326 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17327
17328         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17329         (spam-fetch-field-subject-fast)
17330         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17331         (spam-fetch-article-header): Add functions to deal with Gnus
17332         internals for fast retrieval of article header data.
17333         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17334
17335 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17336
17337         * pop3.el (pop3-md5): Remove.
17338         (pop3-apop): Replace pop3-md5 with md5.
17339
17340         * mm-bodies.el: base64 is always built-in.
17341
17342         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17343         with-current-buffer.
17344
17345 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * canlock.el (canlock-insert-header): Remove excessive grouping in
17348         regexp.
17349
17350         * gnus-sum.el (gnus-summary-read-document): Ditto.
17351
17352         * gnus-uu.el (gnus-uu-part-number): Ditto.
17353
17354         * html2text.el (html2text-remove-tags): Ditto.
17355         (html2text-format-tags): Ditto.
17356         (html2text-format-single-elements): Ditto.
17357
17358         * mml.el (mml-parse-1): Ditto.
17359
17360 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17361
17362         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17363
17364         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17365
17366         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17367
17368         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17369
17370 2003-11-15  Simon Josefsson  <jas@extundo.com>
17371
17372         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17373         (pgg-gpg-lookup-key): Use regexp match instead of
17374         split-string (split-string is different between emacs 21.2 and
17375         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17376
17377 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17378
17379         * gnus-art.el (gnus-mime-view-all-parts)
17380         (gnus-article-part-wrapper, gnus-article-view-part): Use
17381         with-current-buffer.
17382
17383 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17384
17385         * spam.el (spam-disable-spam-split-during-ham-respool)
17386         (spam-spamoracle-database, spam-cache-lookups)
17387         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17388         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17389         (spam-group-ham-marks, spam-group-spam-marks)
17390         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17391         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17392         also add spam-use-blackholes to the statistical checks.
17393         (spam-fetch-field-fast): Add interface to fetching fields, may
17394         become a macro.
17395         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17396         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17397         (spam-insert-fake-headers): Fake an article when needed.
17398         (spam-find-spam): Fake article when possible.
17399         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17400         (spam-check-bogofilter-headers): Use message-fetch-field instead
17401         of nnmail-fetch-field.
17402
17403 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17404
17405         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17406
17407 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17408
17409         * spam.el (spam-split): Do not require spam-use-CHECK to be
17410         enabled if that check is passed to spam-split explicitly; also
17411         fix so 'spam doesn't get converted to spam-split-group when
17412         spam-split-symbolic-return is t.
17413         (spam-find-spam): Find registrations of the article and use those
17414         instead of re-running spam-split to find the spam/ham
17415         classification of the article.
17416         (spam-log-processing-to-registry, spam-log-registered-p)
17417         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17418         Use gnus-error instead of gnus-message.
17419         (spam-log-registration-type): Add function to determine the
17420         classification of a message based on registry entries; will
17421         return nil if both 'spam and 'ham are found.
17422         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17423         a reasonably fast local cache without the loading errors.
17424         (spam-cache-lookups): Set to t by default.
17425         (spam-find-spam): Don't try to guess spam-cache-lookups.
17426         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17427         spam-caches entry.
17428         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17429         caching of whitelist/blacklist entries.
17430         (spam-check-whitelist, spam-check-blacklist): Invoke
17431         spam-from-listed-p with a type, not a cache variable.
17432         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17433
17434 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17435
17436         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17437
17438         * nnmail.el (nnmail-split-fancy): do.
17439
17440         * mml.el (mml-parse): do.
17441
17442         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17443         (gnus-score-adaptive): do.
17444
17445 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17448         (gnus-mime-button-map): Don't set keymap parent.
17449         (gnus-button-ctan-directory-regexp): Use shy grouping.
17450         (gnus-prev-page-map): Don't set keymap parent.
17451         (gnus-prev-page-map): Remove duplicated one.
17452         (gnus-next-page-map): Don't set keymap parent.
17453         (gnus-mime-security-button-map): Ditto.
17454
17455         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17456         version number.
17457
17458         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17459
17460 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * canlock.el (canlock-sha1-function): Remove.
17463         (canlock-sha1-function-for-verify): Remove.
17464         (canlock-openssl-program): Remove.
17465         (canlock-openssl-args): Remove.
17466         (canlock-ignore-errors): Remove.
17467         (canlock-sha1-with-openssl): Remove.
17468         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17469         (canlock-verify): Don't use canlock-ignore-errors.
17470
17471         * sha1-el.el (sha1-string-external): Make it can return a string
17472         in binary form.
17473         (sha1-region-external): Ditto.
17474         (sha1-string-internal): Ditto.
17475         (sha1-region-internal): Ditto.
17476         (sha1-region): Ditto.
17477         (sha1-string): Ditto.
17478         (sha1): Ditto.
17479
17480 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17481
17482         * spam.el (spam-report-articles-gmane): New command.
17483
17484 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17487
17488         * run-at-time.el (run-at-time-saved): Remove.
17489         (run-at-time): Doc fix.
17490
17491 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17492
17493         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17494         (gnus-summary-limit-map): Add it.
17495         (gnus-summary-make-menu-bar): do.
17496
17497 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17498
17499         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17500         Make attempt at some caching support (done for BBDB only now).
17501         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17502         addresses to be checked.
17503         (spam-clear-cache-BBDB): Add function, to be invoked by
17504         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17505         (spam-check-BBDB): Check and use the caches, if
17506         spam-cache-lookups is on, remove superfluous (provide).
17507
17508 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17509
17510         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17511
17512 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17513
17514         * run-at-time.el (run-at-time-saved): Move to after the definition
17515         of `run-at-time'.
17516
17517         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17518
17519 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17522         mm-w3m-local-map-property.
17523
17524         * mm-view.el (mm-w3m-mode-map): Remove.
17525         (mm-w3m-local-map-property): Remove.
17526         (mm-inline-text-html-render-with-w3m): Don't use
17527         mm-w3m-local-map-property.
17528
17529 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17530
17531         * run-at-time.el: New file.
17532
17533         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17534         under Emacs.
17535
17536         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17537         of gnus-set-text-properties.
17538
17539         * gnus-uu.el (gnus-uu-save-article): Ditto.
17540
17541         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17542
17543         * gnus-cite.el (gnus-cite-parse): Ditto.
17544
17545         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17546         of gnus-.
17547
17548         * gnus-xmas.el (run-at-time): Require run-at-time.
17549
17550         * gnus.el: Changed calls to nnheader-run-at-time and
17551         password-run-at-time throughout to use run-at-time directly.
17552
17553         * password.el: Removed definition of run-at-time.
17554
17555         * nnheaderxm.el: Remove definition of run-at-time.
17556
17557 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17558
17559         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17560         in prompt.
17561
17562 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17563
17564         * messagexmas.el (message-xmas-redefine): Alias
17565         `message-make-caesar-translation-table' to
17566         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17567         version.
17568
17569         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17570         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17571         `gnus-xmas-set-text-properties'.
17572         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17573         `gnus-xmas-completing-read'.
17574         (gnus-xmas-completing-read): Removed.
17575         (gnus-xmas-open-network-stream): Removed.
17576
17577         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17578         XEmacs version.
17579
17580         * dns.el (dns-make-network-process): Use `open-network-stream'
17581         instead of `gnus-xmas-open-network-stream'.
17582
17583         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17584
17585         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17586
17587 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17588
17589         * gnus-art.el (gnus-mime-display-alternative)
17590         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17591         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17592         Don't use gnus-local-map-property.
17593
17594         * gnus-util.el (gnus-local-map-property): Remove.
17595
17596         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17597         gnus-completing-read-maybe-default with completing-read.
17598
17599         * gnus-util.el (gnus-completing-read): do.
17600         (gnus-completing-read-maybe-default): Remove.
17601
17602 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17603
17604         * password.el: Only autoload `run-at-time' if not XEmacs.
17605         Only autoload the itimer functions if XEmacs.
17606
17607 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17610         XEmacsen.
17611
17612         * dgnushack.el: Autoload executable-find for XEmacs.
17613
17614 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17615
17616         * gnus-art.el (gnus-read-string): Remove.
17617         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17618         read-string.
17619
17620 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17621
17622         * netrc.el: Autoload password-read.
17623         (netrc): Add configuration group.
17624         (netrc-encoding-method, netrc-openssl-path): Add
17625         variables for encoding and decoding of files with symmetric
17626         ciphers.
17627         (netrc-encode): Add assistant function to encode a file with
17628         netrc-encoding-method.
17629         (netrc-parse): Add interactive parameter, added optional
17630         decoding if netrc-encoding-method is non-nil but otherwise
17631         behavior is standard.
17632         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17633         Do s/encode/encrypt/ everywhere.
17634
17635         * spam.el: Remove executable-find autoload.
17636
17637 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17638
17639         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17640
17641         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17642
17643 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17644
17645         * gnus-art.el (gnus-treat-ansi-sequences)
17646         (article-treat-ansi-sequences): New variable and function.
17647         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17648
17649         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17650         Use it.
17651
17652 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17653
17654         * mm-util.el (mm-quote-arg): Remove.
17655
17656         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17657         shell-quote-argument.
17658
17659         * gnus-uu.el (gnus-uu-command): do.
17660
17661         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17662
17663         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17664         with make-char.
17665
17666         * mm-util.el (mm-make-char): Remove.
17667
17668         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17669         add-minor-mode.
17670
17671         * gnus-undo.el (gnus-undo-mode): do.
17672
17673         * gnus-topic.el (gnus-topic-mode): do.
17674
17675         * gnus-sum.el (gnus-dead-summary-mode): do.
17676
17677         * gnus-start.el (gnus-slave-mode): do.
17678
17679         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17680
17681         * gnus-ml.el (gnus-mailing-list-mode): do.
17682
17683         * gnus-gl.el (gnus-grouplens-mode): do.
17684
17685         * gnus-draft.el (gnus-draft-mode): do.
17686
17687         * gnus-dired.el (gnus-dired-mode): do.
17688
17689         * gnus-ems.el (gnus-add-minor-mode): Remove.
17690
17691         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17692         Replace gnus-char-width with char-width.
17693
17694         * gnus-ems.el (gnus-char-width): Remove.
17695
17696         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17697         Replace gnus-char-width with char-width.
17698
17699         * gnus-ems.el (gnus-char-width): Remove.
17700
17701         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17702         definition.
17703         Remove Emacs 20 hash table compatibility code.
17704
17705         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17706         20 compatibility code.
17707
17708         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17709
17710         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17711
17712         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17713         with point-at-{eol,bol}.
17714
17715         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17716
17717         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17718
17719         * flow-fill.el (fill-flowed-point-at-bol)
17720         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17721
17722         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17723         Replace with point-at-{eol,bol} throughout all files.
17724
17725 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17726
17727         * ntlm.el (ntlm-string-as-unibyte): New macro.
17728         (ntlm-build-auth-response): Use it.
17729
17730         Remove Emacs 20 stuff:
17731         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17732         (butlast, mapc, remove): Remove the compiler macros.
17733         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17734         of delq and copy-sequence.
17735         * gnus-art.el (popup-menu): Remove the compiler macro.
17736         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17737         Emacs 20.
17738
17739 2004-01-05  Simon Josefsson  <jas@extundo.com>
17740
17741         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17742         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17743         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17744         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17745         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17746         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17747         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17748         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17749         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17750         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17751         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17752         string-xor into ntlm-string-xor.  Suggested by
17753         Jesper Harder <harder@myrealbox.com>.
17754
17755         * ntlm.el: Don't include poem.
17756
17757         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17758         Jesper Harder <harder@myrealbox.com>.
17759
17760         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17761
17762         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17763         probably breaks emacs with DL patch, but do we care? Is anyone
17764         still using the DL stuff?)
17765
17766         * sieve-manage.el: Use the password package.
17767         (sieve-manage-read-passwd): Remove.
17768         (sieve-manage-interactive-login): Use password.  Re-add
17769         condition-case around loop.
17770
17771         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17772         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17773         the password package.
17774
17775 2003-02-19  Simon Josefsson  <jas@extundo.com>
17776
17777         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17778         token.
17779
17780 2002-08-07  Simon Josefsson  <jas@extundo.com>
17781
17782         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17783         (sieve-manage-authenticators):
17784         (sieve-manage-authenticator-alist): Add some SASL mechs.
17785         (sieve-sasl-auth): New function.
17786         (sieve-manage-cram-md5-auth):
17787         (sieve-manage-plain-auth): Rewrite using SASL library.
17788         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17789         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17790         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17791         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17792
17793 2004-01-05  Simon Josefsson  <jas@extundo.com>
17794
17795         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17796         New files.
17797
17798 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17799
17800         * gnus-group.el (gnus-no-groups-message): Update.
17801
17802         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17803
17804 2003-11-09  Simon Josefsson  <jas@extundo.com>
17805
17806         * imap.el: Support for ID IMAP extension (RFC 2971).
17807         (imap-local-variables): Add imap-id.
17808         (imap-id): New variable.
17809         (imap-id): New function.
17810         (imap-parse-response): Parse untagged ID response.
17811         * nnimap.el (nnimap-id): New variable.
17812         (nnimap-open-connection): Use it.
17813
17814 2003-12-28  Simon Josefsson  <jas@extundo.com>
17815
17816         * gnus-score.el (gnus-score-edit-all-score): New.
17817         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17818
17819 2004-01-04  Simon Josefsson  <jas@extundo.com>
17820
17821         * password.el: Add.
17822
17823 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17824
17825         * dns.el (dns-query-types): Fix typo.
17826         (dns-query-types): New function.
17827         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17828         PTR and SOA replies, see RFC 1035.
17829
17830 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17831
17832         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17833
17834         * Moved to Changelog.2.
17835
17836 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17837
17838         * gnus.el (gnus-version-number): Bump version.
17839
17840 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17841
17842         * gnus.el: No Gnus v0.1 is released.
17843
17844 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17845
17846         * gnus.el: No Gnus v0.0 is released.
17847
17848 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17849
17850         * gnus.el (gnus-version-number): Bump.
17851         (gnus-version): No.
17852
17853 See ChangeLog.2 for earlier changes.
17854
17855     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17856       Free Software Foundation, Inc.
17857
17858   This file is part of GNU Emacs.
17859
17860   GNU Emacs is free software: you can redistribute it and/or modify
17861   it under the terms of the GNU General Public License as published by
17862   the Free Software Foundation, either version 3 of the License, or
17863   (at your option) any later version.
17864
17865   GNU Emacs is distributed in the hope that it will be useful,
17866   but WITHOUT ANY WARRANTY; without even the implied warranty of
17867   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17868   GNU General Public License for more details.
17869
17870   You should have received a copy of the GNU General Public License
17871   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17872
17873 ;; Local Variables:
17874 ;; coding: utf-8
17875 ;; fill-column: 79
17876 ;; add-log-time-zone-rule: t
17877 ;; End: