shr.el (shr-insert): Don't insert double spaces.
[emacs.git] / lisp / gnus / ChangeLog
blob744601b8bc99f7b4e26b4e52284e8102532c7cfe
1 2010-10-08  Julien Danjou  <julien@danjou.info>
3         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
9         * gnus-sum.el (gnus-mark-article-as-unread)
10         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
11         (gnus-summary-set-bookmark): Use it.
13         * gnus-msg.el (gnus-setup-message): Use it.
15         * gnus-demon.el (gnus-demon-remove-handler): Use it.
17         * gnus.el (gnus-group-remove-parameter): Use it.
19         * gnus-group.el (gnus-group-make-web-group): Use it.
21         * gnus-demon.el (gnus-demon-remove-handler): Use it.
23         * nnregistry.el: Update docs to mention manual.
25         * gnus-registry.el: Update docs to mention nnregistry.el.
26         (gnus-registry-initialize): Don't install nnregistry refer method
27         automatically.
28         (gnus-registry-install-nnregistry): Remove it.
30 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
32         * shr.el (shr-insert): Don't insert double spaces.
34 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
36         * gnus-gravatar.el (gnus-treat-from-gravatar)
37         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
38         called interactively.
40         * gnus-art.el (gnus-mime-view-part-externally)
41         (gnus-mime-view-part-internally): Make predicate function passed to
42         gnus-mime-view-part-as-type assume argument is a mime type, not a list
43         of a mime type.
45         * shr.el (shr-table-widths): Don't use cl function `reduce'.
47 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49         * shr.el (require): Require cl when compiling.
50         (shr-tag-hr): New function.
52         * nnimap.el (nnimap-update-info): Remove double setting of high.
53         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
54         makes nnimap work properly on Courier again.
56         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
57         the variable for backwards compatability.
59         * mm-decode.el (mm-save-part): If given a non-directory result, expand
60         the file name before using to avoid setting mm-default-directory to
61         nil.
63         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
64         bidning gnus-agent variables.
66         * shr.el (shr-render-td): Use a cache for the table rendering function
67         to avoid getting an exponential rendering behaviour in nested tables.
68         (shr-insert): Rework the line-breaking algorithm.
69         (shr-insert): Don't leave trailing spaces.
70         (shr-insert-table): Also insert empty TDs.
71         (shr-tag-blockquote): Ensure paragraphs after </ul>.
73 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
75         * gnus-sum.el (gnus-number): Rename from `number'.
76         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
77         (gnus-summary-limit-children): Update uses correspondingly.
79 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
81         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
82         (gnus-gravatar-transform-address): Don't show avatars of people of
83         which mail addresses match gnus-gravatar-too-ugly.
85 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87         * shr.el (shr-table-widths): Expand TD elements to fill available
88         space.
90 2010-10-07  Julien Danjou  <julien@danjou.info>
92         * nnimap.el (nnimap-request-rename-group): Add this method.
94 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
96         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
97         name from XEmacs' function-arglist.
99         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
100         gravatar under XEmacs.
102 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
104         * auth-source.el: Update docs with TODO items.
106         * gnus-sync.el: Update docs to explain state and plans.
108         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
109         Hooks for mark updates.
110         (gnus-request-set-mark, gnus-request-update-mark): Use them.
112         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
113         hooks with arguments, which is needed for mark update hooks.
115 2010-10-06  Julien Danjou  <julien@danjou.info>
117         * gnus.el (gnus-expand-group-parameter): Only return and act on what
118         was matched.
120         * sieve-manage.el: Update example in `Commentary'.
122         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
124         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
125         not 2000.
126         (sieve-manage-authenticate): Re-add function.
128 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130         * shr.el (shr-insert): Get 'space transition right.
131         (shr-render-td): Only delete space at the end of the TD.
133         * nnimap.el (nnimap-open-connection): Prepare to support
134         open-gnutls-stream.
136         * shr.el: Rearrange function order to be more logical.
138 2010-10-06  Julien Danjou  <julien@danjou.info>
140         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
141         (nnrss-discover-feed): Remove 404 URL in docstring.
143         * nnir.el: Fix Swish-E URL.
144         Fix Namazu URL.
146         * message.el (message-change-subject): Remove 404 URL in a comment.
148 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
150         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
151         called interactively.
153         * gnus-util.el (gnus-remove-if): Allow hash table.
154         (gnus-remove-if-not): New function.
156         * gnus-art.el (gnus-mime-view-part-as-type)
157         * gnus-score.el (gnus-summary-score-effect)
158         * gnus-sum.el (gnus-read-move-group-name):
159         Replace remove-if-not with gnus-remove-if-not.
161         * gnus-group.el (gnus-group-completing-read):
162         Regard collection as a hash table if it is not a list.
164 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
166         * shr.el (shr-render-td): Allow blank/missing <TD>s.
168         * shr.el: Document the table-rendering algorithm.
170         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
171         invalid URLs.
173         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
174         line-broken.
175         (shr-tag-img): Ignore image fetching errors.
176         (shr-overlays-in-region): Compute overlay positions correctly.
178         * mm-decode.el (mm-shr): Require shr.
180         * gnus-art.el (gnus-blocked-images): Move variable here.
182         * shr.el (shr-insert-table): Bind free variable.
184         * mm-decode.el (mm-shr): Bind shr-content-function.
186         * shr.el (shr-content-function): New variable.
188         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
189         added for symmetry.
191         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
193         * gnus-group.el (gnus-group-make-group): Doc fix.
195         * nnimap.el (nnimap-request-newgroups): Return success.
197         * shr.el (shr-find-elements): New function.
198         (shr-tag-table): Put all the images after the table.
199         (shr-tag-table): Really inhibit images inside the table.
200         (shr-collect-overlays): Copy over overlays from the TD elements to the
201         main document.
203         * mm-decode.el (mm-shr): Bind shr-blocked-images to
204         gnus-blocked-images.
206 2010-10-05  Julien Danjou  <julien@danjou.info>
208         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
210         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
211         (gnus-html-maximum-image-size): Add this function.
212         (gnus-html-put-image): Use gnus-html-maximum-image-size.
214         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
215         server-value of the capability is nil.
217 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219         * shr.el (shr-tag-em): Add <EM> tag.
221 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
223         * sieve-manage.el (sieve-manage-default-stream): Make default stream
224         customizable.
226         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
227         handing broken links to browse-url.
229 2010-10-05  Julien Danjou  <julien@danjou.info>
231         * gnus-util.el (gnus-emacs-completing-read)
232         (gnus-iswitchb-completing-read): Use autoload rather than require.
234 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
236         * gnus-util.el (gnus-completing-read-function): Exclude
237         gnus-icompleting-read and gnus-ido-completing-read from candidates for
238         XEmacs since iswitchb.el is very old and ido.el is unavailable in
239         XEmacs.
241         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
242         not to use `delete-dups' that is unavailable in XEmacs 21.4.
244         * gnus-html.el: Don't require help-fns under XEmacs.
245         (gnus-html-schedule-image-fetching): Work for XEmacs.
247         * mm-decode.el (mm-shr): Decode contents by charset.
249 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
252         unknown.
254         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
255         (shr-get-image-data): Ensure against the cache file missing.
257         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
258         for data.
260         * spam-report.el (spam-report-url-ping-plain): Don't query about
261         killing the process.
263         * shr.el (shr-render-td): Protect against too-wide text.
265 2010-10-04  Julien Danjou  <julien@danjou.info>
267         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
268         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
270         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
271         retrieved.
273 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275         * shr.el (browse-url): Required.
276         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
277         lines.
278         (shr-show-alt-text, shr-browse-image): New commands.
279         (shr-browse-url, shr-copy-url): New commands.
281         * gnus-sum.el (gnus-widen-article-window): New variable.
282         (gnus-summary-select-article-buffer): Use it.
284         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
285         without @ signs.
287 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
289         * nnir.el (nnir-run-imap): Remove spurious space in search string.
291 2010-10-04  Julien Danjou  <julien@danjou.info>
293         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
294         for XEmacs.
296 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
300         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
301         (nnimap-close-server): Implement.
303         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
304         (shr-insert): Tweak line breaking.
305         (shr-insert): Handle <pre> better.
306         (shr-tag-li): Get <li> indentation right.
307         (shr-tag-li): Get <li> indentation even righter.
308         (shr-tag-blockquote): Ensure paragraph start.
309         (shr-make-table): Tweak table generation.
310         (shr-make-table): Fix typo.
312         * shr.el: Implement table rendering.
314 2010-10-04  Julien Danjou  <julien@danjou.info>
316         * gnus-html.el (gnus-html-put-image): Fix resize image code.
318 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320         * shr.el (shr-insert): Use string anchors instead of line anchors.
322 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324         * shr.el: Add headings.
325         (shr-ensure-paragraph): Actually work.
326         (shr-tag-li): Make <ul> prettier.
327         (shr-insert): Get white space at the beginning/end of elements right.
328         (shr-tag-p): Collapse subsequent <p>s.
329         (shr-ensure-paragraph): Don't insert double line feeds after blank
330         lines.
331         (shr-insert): \t is also space.
332         (shr-tag-s): Fix "s" tag name function.
333         (shr-tag-s): Fix face prop name.
335 2010-10-03  Julien Danjou  <julien@danjou.info>
337         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
339         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
340         gnus-window-inside-pixel-edges.
342         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
343         gnus-ems.
345         * mm-view.el (mm-inline-image-emacs): Support image resizing.
347         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
348         function.
350         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
351         resize choice.
353 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
356         beginning of the buffer.
358         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
359         article buffer again.
361         * shr.el (shr-tag-p): Don't insert newlines at the start of the
362         buffer.
364         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
365         when it's at the start of the buffer.
367         * shr.el (shr-tag-blockquote): Convert name.
368         (shr-rescale-image): Use the right image-size variant.
370         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
371         buffer isn't shown, then select the current article first instead of
372         bugging out.
373         (gnus-summary-select-article-buffer): Show both the article and summary
374         buffers again.
376         * shr.el (shr-fontize-cont): Protect against regions with no text.
377         Rename tag functions to shr-tag-* for enhanced security.
378         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
380 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
382         * shr.el (shr-insert):
383         * pop3.el (pop3-movemail):
384         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
385         loaded.
387 2010-10-03  Glenn Morris  <rgm@gnu.org>
389         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
391         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
393         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
395         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
397         * gnus-util.el (gnus-make-local-hook): Simplify.
399 2010-10-02  Julien Danjou  <julien@danjou.info>
401         * gnus-util.el (gnus-iswitchb-completing-read): New function.
402         (gnus-ido-completing-read): New function.
403         (gnus-emacs-completing-read): New function.
404         (gnus-completing-read): Use gnus-completing-read-function.
405         Add gnus-completing-read-function.
407 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409         * shr.el (shr-insert-document): Autoload.
410         (shr-img): Be silent.
411         (shr-insert): Add a newline after every picture before text.
412         (shr-add-font): Use overlays for combining faces.
413         (shr-insert): Pass upwards the text start point.
415         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
416         possible.
417         (mm-shr): New function.
419 2010-10-02  Julien Danjou  <julien@danjou.info>
421         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
422         should go backward.
424 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
426         * shr.el (shr): Fix typo in provide call.
428 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430         * shr.el: New file.
432         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
434         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
435         completing read.
437 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
440         we're being queried about.  Suggested by Dan Jacobson.
442         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
443         by Jason Eisner.
445         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
446         table, too.  Suggested by Stefan Wiens.
447         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
448         the table unnecessary.  Suggested by Stefan Wiens.
450         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
451         longer needed, and probably doesn't work either, as pointed out by
452         Stefan Wiens.
453         (gnus-summary-exit): Remove call to the clearing function.
454         (gnus-summary-exit-no-update): Ditto.
456         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
457         instead of gnus-eval-in-buffer-window to avoid popping up frames.
458         Reported by Stefan Monnier.
459         (gnus-summary-save-in-rmail): Ditto.
461         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
462         article buffer, instead of both the article buffer and the summary
463         buffer.  Sort of suggested by Dan Jacobson.
465         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
467         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
468         Suggested by Dan Jacobson.
470         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
471         documentation clearer.
473         * message.el (message-shorten-references): Comment on the number "21".
474         Suggested by Stefan Monnier.
476         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
477         Suggested by Dan Jacobson.
479         * gnus.el (gnus-large-newsgroup): Mention
480         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
482         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
483         externalize attachments.  Bug reported by Steve Wen.
485         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
486         really message anything to the user.
488         * nnmail.el (nnmail-article-group): Allow using the fancy split method
489         directly.
491         * nnimap.el (nnimap-request-group): Low higher than high to signal no
492         messages in empty groups.
494 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
496         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
497         non-UIDNEXT group.
499 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
501         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
502         not the value from the collection.
504         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
505         values.  This sometimes happens on some groups that have no info.
506         (nnimap-request-newgroups): New function.
508 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
510         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
511         check into `gnus-registry-initialize'.
512         (gnus-registry-initialize): Ditto.
513         Fix and extend header docs.
515 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
518         regexp backtrace overflows.
520         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
521         for starttls that tls.el implements; i.e. openssl.
523 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
525         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
526         (gravatar-create-image): New function that's an alias to
527         gnus-xmas-create-image, gnus-create-image, or create-image.
528         (gravatar-data->image): Use it.
530 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
532         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
533         install the nnregistry refer method.
534         (gnus-registry-install-hooks): Use it.
535         (gnus-registry-unfollowed-groups): Add nnmairix to the default
536         unfollowed groups.
538 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
540         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
541         expanding threads.
543 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545         * nnir.el: Use the server names without suffixes (bug #7009).
547         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
548         unencrypted to STARTTLS, if possible.
550 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
552         * message.el (message-ignored-supersedes-headers): Strip Injection-*
553         headers before superseding.
555 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557         * nnrss.el (nnrss-use-local): Add documentation.
559         * nnimap.el (nnimap-extend-tls-programs): New function.
560         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
561         (nnimap-wait-for-connection): Accept the greeting from the stupid
562         output from openssl s_client -starttls, too.
564         * nnimap.el (nnimap-find-article-by-message-id): Really return the
565         article number.
566         (nnimap-split-fancy): New variable.
567         (nnimap-split-incoming-mail): Use it.
569         * nntp.el (nntp-server-list-active-group): Document.
571         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
572         SELECT to get the message-id.
574         * mail-source.el (mail-sources): Removed webmail support.
575         (defvar): Ditto.
576         (mail-source-fetcher-alist): Ditto.
577         (mail-source-fetch-webmail): Removed.
579         * webmail.el: Removed -- doesn't seem relevant any more.
581         * gnus.el: Fix up make-obsolete-variable declarations throughout.
583         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
584         the \r.
586 2010-09-30  Julien Danjou  <julien@danjou.info>
588         * gnus-agent.el (gnus-agent-add-group): Fix call to
589         gnus-completing-read.
591 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593         * nndoc.el (nndoc-retrieve-groups): New function.
595         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
596         `default', use nnmail-split-methods.
597         (nnimap-request-article): Downcase the NILs so that they are nil.
599         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
600         symbol.
602         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
603         code, since if the user has requested network, that's what they ought
604         to get.
605         (nnimap-request-set-mark): Erase the buffer before issuing commands.
606         (nnimap-split-rule): Mark as obsolete.
608         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
609         variable.
611         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
612         correct slot, too.
614 2010-09-29  Julien Danjou  <julien@danjou.info>
616         * gnus.el (gnus-local-domain): Declare variable obsolete.
618         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
619         computing.
620         (gnus-ido-completing-read): Require ido.
622 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624         * gnus-registry.el: Don't prompt on load, which makes it impossible to
625         build Gnus.
627         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
628         when interpreting the structures.
629         (nnimap-request-accept-article): Add \r\n to the lines to make this
630         work with Cyrus.
632         * nndraft.el (nndraft-request-expire-articles): Use the group name
633         instead if "nndraft".  Fix found by Nils Ackermann.
635 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
637         * nnregistry.el: Added.
639 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
641         * nnmail.el (group, group-art-list, group-art):
642         Remove unneeded directives.
644 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
646         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
647         (mm-mime-charset)
648         * rfc2047.el (rfc2047-syntax-table)
649         * utf7.el (utf7-utf-16-coding-system): Comment fix.
651         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
652         rather than `insert-file-contents' and `eval-region'.
654 2010-09-29  Julien Danjou  <julien@danjou.info>
656         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
657         replacement of `gnus-gravatar-relief' to mimic
658         `gnus-faces-properties-alist'.
659         Add :version property.
661 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
663         * mail-source.el (mail-source-report-new-mail)
664         * message.el (message-default-mail-headers)
665         * mm-decode.el (mm-valid-image-format-p): Comment fix.
667         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
669 2010-09-28  Julien Danjou  <julien@danjou.info>
671         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
672         mail-address contains the same string as real-name.
674         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
675         non-blank in header, otherwise it'll get stripped.
677         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
678         real-name, and then for mail address rather than doing : or , search.
680 2010-09-27  Julien Danjou  <julien@danjou.info>
682         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
683         (gnus-server-goto-server): Use gnus-completing-read.
685         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
687         * mm-util.el (defalias): Use gnus-completing-read.
688         (mm-codepage-setup): Use gnus-completing-read.
690         * smime.el (smime-sign-buffer): Use gnus-completing-read.
691         (smime-decrypt-buffer): Use gnus-completing-read.
693         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
695         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
696         (mml-minibuffer-read-disposition): Use gnus-completing-read.
697         (mml-insert-multipart): Use gnus-completing-read.
699         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
701         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
703         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
705         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
707         * gnus.el (gnus-read-method): Use gnus-completing-read.
709         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
711         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
712         (gnus-mime-action-on-part): Use gnus-completing-read.
713         (gnus-article-encrypt-body): Use gnus-completing-read.
715         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
716         (gnus-topic-move-matching): Use gnus-completing-read.
717         (gnus-topic-copy-matching): Use gnus-completing-read.
718         (gnus-topic-sort-topics): Use gnus-completing-read.
719         (gnus-topic-move): Use gnus-completing-read.
721         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
722         (gnus-agent-add-group): Use gnus-completing-read.
724         * nnmairix.el (nnmairix-create-server-and-default-group): Use
725         gnus-completing-read.
726         (nnmairix-update-groups): Use gnus-completing-read.
727         (nnmairix-get-server): Use gnus-completing-read.
728         (nnmairix-backend-to-server): Use gnus-completing-read.
729         (nnmairix-goto-original-article): Use gnus-completing-read.
730         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
732         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
734         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
735         (gnus-group-make-useful-group): Use gnus-completing-read.
736         (gnus-group-make-web-group): Use gnus-completing-read.
737         (gnus-group-add-to-virtual): Use gnus-completing-read.
738         (gnus-group-browse-foreign-server): Use gnus-completing-read.
740         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
741         (gnus-summary-limit-to-extra): Use gnus-completing-read.
742         (gnus-summary-execute-command): Use gnus-completing-read.
743         (gnus-summary-respool-article): Use gnus-completing-read.
744         (gnus-read-move-group-name): Use gnus-completing-read.
746         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
747         (gnus-summary-score-effect): Use gnus-completing-read.
749         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
751         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
752         right completing-read function.
753         (gnus-use-ido): New variable
754         (gnus-completing-read-with-default): Remove.
756 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
758         * nnimap.el (auth-source-forget-user-or-password)
759         (auth-source-user-or-password): Autoload.
761         * message.el (message-from-style, message-interactive)
762         (message-signature): Remove comment.
763         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
764         always.
765         (message-sendmail-envelope-from): Comment fix.
766         (message-yank-prefix): Default to mail-yank-prefix always.
767         (message-indentation-spaces): Default to mail-indentation-spaces always.
768         (message-signature-file): Default to mail-signature-file always.
770 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
773         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
774         new articles.
776         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
777         parts.
778         (nnimap-request-article): Work with the t setting, too.
780         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
781         that you don't get flashes of other buffers.
782         (gnus-summary-show-complete-article): Intern before setting.
784 2010-09-27  David Engster  <dengste@eml.cc>
786         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
787         well as HEADERS.
788         (nnmairix-retrieve-headers): Provide new argument for the above.
790 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792         * gnus-sum.el (gnus-summary-move-article): Don't alter
793         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
794         group.
796         * nnimap.el (nnimap-update-info): Don't destructively alter active.
798         * message.el (message-cite-prefix-regexp): Revert my last edit.
800         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
801         variable instead of the Gnus variable.
803         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
805         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
806         again.
808         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
809         since some servers don't like it.
810         (nnimap-open-connection): Forget credentials if the server says the
811         password was wrong.
812         (nnimap-parse-line): Protect against invalid data.
814         * gnus-sum.el (gnus-summary-move-article): Add comment.
815         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
816         nothing alters it while scanning for new messages.
818         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
819         which may or may not help.
820         (nnimap-open-connection): If we're doing a stream connection, and then
821         discover we're on a STARTTLS-capable server, then open a STARTTLS
822         connection instead.
824 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826         * nnimap.el (utf7): Required.
828         * message.el (message-cite-prefix-regexp): Remove "}" from citation
829         prefix.
831 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
833         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
835 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
837         * nnimap.el (nnimap-request-accept-article): Message the error on
838         error.
840 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
842         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
844 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846         * nndoc.el (nndoc-request-list): Return success always.
848         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
849         `fetch-old' -- we only want to fetch the articles we've requested.  The
850         rest are in the agent, probably.
851         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
852         disappeared server" to something low.  It's not important.
854         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
855         arrived before the FETCH data.
857         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
858         target here, because we don't know the Gnus name of the group.
860         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
861         for the correct group.
863         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
865         * gnus.el (gnus): Give a final warning after startup.
867         * gnus-util.el (gnus-action-message-log): New variable.
868         (gnus-message): Use it.
869         (gnus-final-warning): New function.
871         * nnimap.el (nnimap-open-connection): Record the greeting.
872         (nnimap): Add greeting.
874 2010-09-26  Julien Danjou  <julien@danjou.info>
876         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
877         arguments.
878         (gnus-html-wash-images): Fix spec computing to include start/end.
880         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
882 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
885         deletion.
886         (nnimap-retrieve-headers): Don't select the group, because that's
887         already done by nnimap-possibly-change-group.
889         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
890         (gnus-picon-transform-address): Use it.
892         * mail-source.el (mail-source-value): Revert previous patch.
894         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
895         on failure.
896         (nnimap-open-connection): Look up both virtual and physical server name
897         credentials.
899         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
901 2009-02-08  Dave Love  <fx@gnu.org>
903         * gnus-win.el (gnus-window-to-buffer-helper,
904         gnus-all-windows-visible-p): Function needn't be a symbol.
906         * mail-source.el (mail-source-value): Function needn't be a symbol.
908 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910         * message.el (message-cite-prefix-regexp): Remove } from the cite
911         prefix.
913         * gnus-art.el (gnus-treatment-function-alist): Do picons before
914         highlight again, so that the highlight is correct.
916         * gnus-picon.el (gnus-picon): Remove again.
917         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
919         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
920         doing the header highlightling, so that the background colour of the
921         picon is correct.
923         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
924         (gnus-picon): Ditto.
925         (gnus-picon): Reinstate.  The background colour for picons is white.
926         (gnus-picon-insert-glyph): Make the background white.
928         * nnml.el (nnml-open-nov): Don't return dead buffers.
930         * auth-source.el (auth-source-create): Query the user for whether to
931         store the credentials.
933         * auth-source.el (auth-source-user-or-password): Use the existing auth
934         sources, if any, for creation.
936         * gnus.el (gnus-group-fast-parameter): Return the last matching
937         parameter instead of the first matching parameter.
939 2010-09-26  Julien Danjou  <julien@danjou.info>
941         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
943 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945         * mml2015.el (mml2015-use): Remove gpg support.
947         * mml1991.el (mml1991-function-alist): Remove gpg function.
948         (mml1991-gpg-sign): Removed.
950 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
952         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
953         (gnus-browse-unsubscribe-current-group): Document it.
954         (gnus-browse-unsubscribe-group): Use it.
956 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
959         address to the To list for easier response.
961         * gnus.el (gnus-play-startup-jingle): Removed.
962         (gnus-splash): Don't play jingle.
963         (gnus): Silence gnus-load message.
965         * gnus-art.el (gnus-treat-play-sounds): Removed.
967         * gnus.el (gnus-play-jingle): Remove audio support.
969         * gnus-cus.el (gnus-score-customize): Remove audio reference.
971         * earcon.el: Removed -- no users.
973         * gnus-audio.el: Removed -- no users of this package.
975         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
977         * gnus-start.el (gnus-setup-news): Remove nocem support.
979         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
981         * gnus.el (gnus-use-nocem): Removed.
983         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
984         Removed.
986         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
987         uses NoCeM any more.
989         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
990         (gnus-button-ctan-handler): Ditto.
991         (gnus-button-handle-ctan-bogus-regexp): Ditto.
992         (gnus-button-ctan-directory-regexp): Ditto.
993         (gnus-button-handle-ctan): Ditto.
994         (gnus-button-tex-level): Ditto.
995         (gnus-button-alist): Removed CTAN stuff.
997 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1000         nnimap-streaming test.
1002         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1003         servers twice.
1005         * nnimap.el (nnimap-open-connection): Add more error reporting when
1006         nnimap fails early.
1008         * nnheader.el (nnheader-get-report-string): New function.
1009         (nnheader-get-report): Use it.
1011         * gnus-int.el (gnus-check-server): Say what the error was when opening
1012         failed.
1014         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1015         using streaming.
1017 2010-09-25  Julien Danjou  <julien@danjou.info>
1019         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1020         gnus-window-inside-pixel-edges.
1022 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1026         * mm-decode.el (mm-save-part): Allow saving to other directories the
1027         normal Emacs way.
1029         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1030         by Jay Berkenbilt.
1032         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1033         there isn't a single byte.
1035         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1036         just do it.  It doesn't really seem to matter what the user responds
1037         here, I think, so it's just a confusing question.
1039         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1040         non-streaming case.
1042         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1043         (gnus-article-encrypt-body): Use it.
1045         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1046         keystroke.
1048         * nnimap.el (nnimap-find-wanted-parts-1): Use
1049         gnus-fetch-partial-articles.
1051         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1053         * nnimap.el (nnimap-insert-partial-structure): New function.
1054         (nnimap-get-partial-article): New function.
1055         (nnimap-request-article): Use it.
1056         (nnimap-wait-for-response): Return whether the wait was successful.
1057         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1058         retrieval wasn't successful.
1059         (nnimap-retrieve-group-data-early): Allow throttling servers.
1060         (nnimap-streaming): New variable.
1061         (nnimap-fetch-partial-articles): Removed.
1063         * mm-decode.el (mm-with-part): Protect against killed buffers.
1065         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1066         for prettier summary display.
1068 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1070         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1071         directly.
1073 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1076         apparently third-party libraries depend on it.
1078         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1079         before starting negotiation.
1081         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1082         privacy reasons.
1083         (gnus-treat-mail-gravatar): Ditto.
1085         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1086         buffer when inserting images.  Inserting text into the headers, for
1087         instance, can make them invalid.
1089 2010-09-25  Julien Danjou  <julien@danjou.info>
1091         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1092         variables.
1094         * nnheader.el: Remove useless variables news-reply-yank-from and
1095         news-reply-yank-message-id.
1097         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1098         variables.
1100         * mml1991.el: Remove useless mml1991-verbose.
1102         * gnus.el: Remove useless variable gnus-use-generic-from.
1103         Remove obsolete variable gnus-topic-indentation.
1105         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1107         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1109         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1111         * gnus-group.el: Remove useless gnus-group-icon-cache.
1112         Remove useless gnus-ephemeral-group-server.
1114         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1116         * mml2015.el: Remove useless mml2015-verbose.
1118         * mml-smime.el: Remove useless mml-smime-verbose.
1120         * gnus.el: Remove useless gnus-local-domain.
1122         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1123         gnus-gravatar-size.
1125         * gnus-art.el: Remove useless gnus-treat-translate.
1127 2010-09-24  Julien Danjou  <julien@danjou.info>
1129         * gnus-sum.el: Add support for Gravatars.
1131         * gnus-art.el: Add support for Gravatars.
1133         * gnus-gravatar.el: Add this file.
1135         * gravatar.el: Add this file.
1137 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1141         * gnus-group.el (gnus-group-fetch-faq): Removed.
1143         * gnus.el (gnus-group-faq-directory): Removed.
1145         * gnus-group.el (gnus-group-fetch-charter): Removed.
1147         * gnus.el (gnus-group-charter-alist): Removed.
1149         * gnus-group.el (gnus-group-archive-directory): Removed.
1150         (gnus-group-recent-archive-directory): Ditto.
1151         (gnus-group-make-archive-group): Removed.
1153         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1155         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1156         use the same article number for all the cached articles.
1158         * nnimap.el (nnimap-command): Register the last command time so
1159         that we can use it for idling NOOPs.
1160         (nnimap-open-connection): Start the keeplive timer.
1161         (nnimap-make-process-buffer): Store all the process buffers.
1162         (nnimap-keepalive): New function.
1164         * starttls.el: (starttls-open-stream): Add autoload cookie.
1166 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1168         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1169         handling.
1171 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1174         its data structures.
1176         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1177         instead of the cl.el copy-list.
1178         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1179         equalp.
1181 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1183         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1184         and tool-bar-local-item-from-menu.
1186         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1187         mode-line-highlight face for Emacs.
1189         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1190         loading gnus-sum.elc; fix comment for canlock-verify.
1191         (gnus-article-jump-to-part): Use read-number.
1192         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1193         Emacs pre-21 compatible code for help-echo.
1194         (gnus-article-next-page-1): No need to adjust the number of lines.
1195         (gnus-article-describe-bindings): Always use help-buffer.
1197         * gnus-audio.el (gnus-audio-inline-sound)
1198         * gnus-cus.el (gnus-custom-mode)
1199         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1201         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1203         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1204         compatible code.
1206 2010-09-24  Glenn Morris  <rgm@gnu.org>
1208         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1209         visiting the fcc file in rmail-mode.
1211 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1213         * nnir.el: Silence the byte compiler.
1215         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1216         alias to browse-url-url-encode-chars if any.
1217         (gnus-html-encode-url): Use it.
1219 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1221         * gnus-start.el (gnus-use-backend-marks): New variable.
1222         (gnus-get-unread-articles-in-group): Use it.
1224         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1225         makeover.
1227 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1229         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1231 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1234         Removed.
1235         (gnus-setup-news-hook): Removed
1236         gnus-fixup-nnimap-unread-after-getting-new-news.
1238         * gnus-int.el (gnus-request-update-info): Protect against backends not
1239         having the function.
1241         * nnimap.el (nnimap-stream): Mention starttls.
1242         (nnimap-open-connection): Add starttls support.
1244 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1246         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1248 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1251         BODYSTRUCTUREs.
1252         (nnimap-transform-headers): Unfold quoted {42} headers.
1254         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1255         the info.
1256         (gnus-get-unread-articles): Only call updatep on backends that support
1257         it.
1259         * nnweb.el (nnweb-request-update-info): NOOP.
1261         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1263         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1264         since it only deals with marks.
1266         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1267         gnus-request-marks, and make a new gnus-request-update-info.
1269         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1270         the active instead of the high number, which is usually too low.
1272 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1274         * encrypt.el: Removed.
1276 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1279         server in symbolic form.
1281         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1282         0.9.
1284 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1287         (nnimap-update-info): Fix up code slightly.
1289         * gnus-int.el (gnus-open-server): Add tracing for performance
1290         debugging.
1292         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1293         (gnus-group-insert-group-line): Pass the real group name so that it
1294         gets the right data.
1296         * gnus-start.el (gnus-get-unread-articles): Don't have
1297         `gnus-get-unread-articles-in-group' update info, since that can be
1298         really slow and doesn't seem to be needed?
1300 2010-09-22  Julien Danjou  <julien@danjou.info>
1302         * gnus-group.el (gnus-group-insert-group-line): Call
1303         gnus-group-highlight-line.
1304         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1305         default hook list.
1306         (gnus-group-update-eval-form): Add new function.
1307         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1308         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1310 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1313         immediate, then expire all articles.
1314         (nnimap-update-info): Fix off-by-one errors.
1315         (nnimap-flags-to-marks): Would return no marks lists for group with no
1316         flags.  Instead return the other data.
1318 2010-09-22  Julien Danjou  <julien@danjou.info>
1320         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1321         Only return an icon.
1322         (gnus-group-insert-group-line): Compute icon to return.
1324         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1325         variable.
1326         (gnus-html-image-fetched): Only cache if
1327         gnus-html-image-automatic-caching is set.
1328         (gnus-html-image-fetched): Check for errors.
1330 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1333         once per method on `g'.  This ensures that backends like nnfolder don't
1334         open all their folders.
1336         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1337         (nnimap-request-list): Nix out group in the correct buffer.
1338         (nnimap-parse-flags): Implement by using `read' instead of
1339         hand-parsing.
1340         (nnimap-flags-to-marks): Pass on permanent-flags.
1341         (nnimap-make-process-buffer): Record the server name.
1342         (nnimap-parse-flags): Fix typo.
1343         (nnimap-request-scan): Run split on the server in general, not just a
1344         single group.
1346         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1347         parameter, and propagate this downwards.
1349         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1350         since EXAMINE changes it on the server.
1352         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1353         this command might take a while.
1355 2010-09-22  Julien Danjou  <julien@danjou.info>
1357         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1358         harmful if you have 2 images side-by-side, they can't be properly
1359         update on text deletion.  Using text-property is safer here.
1360         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1361         data.
1363 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365         * nnimap.el (nnimap-expunge-inbox): Removed.
1366         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1367         (nnimap-expunge): Flip default to t.
1369         * gnus.el (gnus-method-to-server): Don't push things to the cache
1370         unless it's unique.
1371         (gnus-server-to-method): Ditto.
1373 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1375         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1377 2010-09-22  Julien Danjou  <julien@danjou.info>
1379         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1380         get the start of data.
1381         (gnus-html-encode-url): Add this function to encode special chars in
1382         URL.
1383         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1384         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1386         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1387         default.
1388         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1390         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1391         images alt-text.
1392         (gnus-html-put-image): Put alt-text as help-echo.
1394 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1396         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1397         * mm-util.el (mm-decompress-buffer)
1398         * nnir.el (nnir-run-find-grep)
1399         * pop3.el (pop3-list): Use 3rd arg of split-string.
1401 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1404         outside the active range.  Suggested by Dan Christensen.
1406         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1407         slightly later to avoid double-getting it.
1409         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1410         previous patch.
1412         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1414 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1416         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1418 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420         * gnus-int.el (gnus-open-server): Give a better error message in the
1421         "go offline" case.
1423         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1424         marks for nnimap, which is seldom the right thing to do.
1426         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1427         (gnus-same-method-different-name): New function.
1429         * nnimap.el (parse-time): Require.
1431         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1432         method in the presence of many similar methods.
1434         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1436         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1437         nnml-inhibit-expiry.
1439         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1440         find out whether methods are equal.
1442         * nnimap.el (nnimap-find-expired-articles): New function.
1443         (nnimap-process-expiry-targets): New function.
1444         (nnimap-request-move-article): Request the article before looking at
1445         what the Message-ID is.  Fix found by Andrew Cohen.
1446         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1448         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1449         for oldness in addition to being a predicate.
1451         * nnimap.el (nnimap-request-group): When we have zero articles, return
1452         the right data to Gnus.
1453         (nnimap-request-expire-articles): Only delete articles immediately if
1454         the target is 'delete.
1456         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1457         method, this would bug out.
1459         * gnus-group.el (gnus-group-expunge-group): Renamed from
1460         gnus-group-nnimap-expunge, and implemented as a normal interface
1461         function.
1463         * gnus-int.el (gnus-request-expunge-group): New function.
1465         * nnimap.el (nnimap-request-create-group): Implement.
1466         (nnimap-request-expunge-group): New function.
1468 2010-09-21  Julien Danjou  <julien@danjou.info>
1470         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1471         (gnus-html-cache-expired): Add new function.
1472         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1473         wethever we should display image for fetch it.
1474         Compute alt-text earlier to pass it to the fetching function too.
1475         (gnus-html-schedule-image-fetching): Change function argument to only
1476         get one image at a time, not a list.
1477         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1478         cache.
1479         (gnus-html-get-image-data): New function to retrieve image data from
1480         cache.
1481         (gnus-html-put-image): Change buffer argument to use image data rather
1482         than file, and place image above region rather than inserting a new
1483         one. Do not take alt-text as argument, since it's useless now: we place
1484         the image above alt-text.
1485         (gnus-html-prune-cache): Remove.
1486         (gnus-html-show-images): Start to fetch image when we find one, do not
1487         push into a temporary list.
1488         (gnus-html-prefetch-images): Only fetch image if they have expired.
1489         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1490         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1492 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1494         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1496 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1499         spec inser "*" if the group isn't active instead of 0.
1501         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1502         opening the server.
1503         (nnimap-request-delete-group): Implement group deletion.
1504         (nnimap-transform-headers): Return the size of the entire message in
1505         the Bytes header, not just the size of the first part.
1506         (nnimap-request-move-article): When moving an article from nnimap,
1507         request the article first so the accepting form has an article to
1508         accept.  Reported by Dan Christensen.
1509         (nnimap-command): Make sure that the error message doesn't error out.
1511 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1513         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1514         we haven't requested anything.
1516 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1519         "".  Fix found by Andrew Cohen.
1521         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1522         instead of -encode-string.
1524 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1526         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1528         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1529         by mm-subst-char-in-string.
1531 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1534         waiting for the connection string.
1536         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1537         arriving.
1539         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1540         bogus characters.  This allows selecting certain Gmail groups.
1542         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1543         (nnimap-fetch-partial-articles): New variable.
1544         (nnimap-open-connection): When looking for credentials, also use the
1545         nnimap-server-port.
1546         (nnimap-request-article): Return the group/article number, so that Gnus
1547         `^' works as expected.
1548         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1549         them.
1551         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1552         comments.
1553         (gnus-methods-sloppily-equal): New function.
1554         (gnus): When using the development version of Gnus, load the gnus-load
1555         file.
1557         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1558         `gnus-open-server' on each method before trying to scan them etc.  This
1559         ensures that all the backend parameters are set correctly.
1561         * nnimap.el (nnimap-authenticator): New variable.
1562         (nnimap-open-connection): Allow anonymous login.
1563         (nnimap-transform-headers): The chars header is called Chars not
1564         Bytes.
1565         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1566         drops.
1568         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1569         patch, found by Knut Anders Hatlen.
1571 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1573         * gnus-agent.el (gnus-agent-batch-confirmation)
1574         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1575         to gnus-message.
1576         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1577         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1578         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1579         * gnus-int.el (gnus-open-server): Likewise.
1580         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1581         (gnus-score-check-syntax): Likewise.
1582         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1583         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1584         Likewise.
1585         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1587 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1590         calling conventions so that prefetch doesn't bug out.
1592 2010-09-19  Julien Danjou  <julien@danjou.info>
1594         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1595         rather than `subst-char-in-region' in order to be able to replace ASCII
1596         char by UTF-8 ones.
1598         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1599         than curl.
1600         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1601         the right URL and ALT text on images.
1602         (gnus-html-wash-tags): Fix tag case.
1603         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1604         (gnus-article-html): Add -o display_ins_del=2 option.
1605         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1607 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1610         the extra mail headers, which sometimes seem to happen for unknown
1611         reasons.
1613         * mail-parse.el (mail-header-encode-parameter): Define as
1614         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1615         (or most, perhaps?) mail readers don't understand the latter, but do
1616         understand the former.
1618         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1619         to nil, so that no methods are automatically agentized.  I think this
1620         is probably what most users want.
1622         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1623         from url-retrieve, for instance about invalid URLs.
1625         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1626         groups that have no articles.
1627         (nnimap-request-article): Check that we really got an article when we
1628         requested one.
1630         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1631         doesn't exist.
1633         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1634         nntp buffer so the agent can save it.
1635         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1636         that CRLF doesn't get translated to \n.
1637         (nnimap-open-connection): Don't make 'shell commands only send \n.
1639 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1641         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1642         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1643         Update var name.
1644         (nnml-generate-nov-file): Use dolist.
1645         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1646         Use with-current-buffer.
1648 2010-09-18  Julien Danjou  <julien@danjou.info>
1650         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1651         parallel.
1653 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1656         the range update right.
1657         (nnimap-request-group): Don't make `M-g' bug out on group with no
1658         marks.
1659         (nnoo): Required, so that other packages can require nnimap.
1660         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1661         command we're looking for.  This helps when the server sends more
1662         responses after we've gotten everything we expected.
1663         (nnimap): Add a `newlinep' field to keep track of end-of-line
1664         conventions.
1665         Don't send CRLF to things that don't want it.
1666         (nnimap-request-accept-article): Ditto.
1668 2010-09-18  Julien Danjou  <julien@danjou.info>
1670         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1671         than curl to retrieve images.
1673 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1676         the marks.
1677         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1678         (nnimap-wait-for-connection): New function.
1679         (nnimap-open-connection): If we have PREAUTH, don't query for login
1680         credentials.
1681         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1682         when doing a partial update.
1684 2010-09-18  Julien Danjou  <julien@danjou.info>
1686         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1687         tags.
1689 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1691         * nnimap.el (nnimap-credentials): New function.
1692         (nnimap-open-connection): Use the new function to look for credentials
1693         also on the numeric equivalents of "imap" and "imaps".
1695         * gnus-start.el (gnus-activate-group): Send the info to
1696         gnus-request-group.
1698         * nnimap.el (nnimap-request-group): Have the "check" version of the
1699         function parse flags and update the info, so that a `M-g' get a total
1700         resync of all flags from the group.
1702         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1703         to allow backends to alter the info on group selection.  Also alter all
1704         the backend -request-group functions to take the parameter.
1706         * nnimap.el (nnimap-store-info): New function.
1707         (nnimap-update-info): Store the info for later usage.
1708         (nnimap-request-group): Use the stored info for the dont-check case, so
1709         that we don't retrieve all marks when we enter a group.
1711         * nnimap.el: Use deffoo instead of defun for interface functions.
1713         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1714         update the group info.  This makes the nndraft groups, for instance, go
1715         back to their old behaviour.
1717         * gnus-sum.el (gnus-select-newsgroup): Indent.
1719         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1720         in.
1721         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1722         nothing.
1724         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1725         from methods that are denied.
1727         * gnus-int.el (gnus-method-denied-p): New function.
1729         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1730         store the password instead of netrc.
1731         (nnimap-open-connection): Don't error out when we can't make a
1732         connections.
1734         * auth-source.el (auth-source-create): In the password prompt, say what
1735         we're querying for.  Also prompt for user name if that hasn't been
1736         given.
1738         * nnimap.el (nnimap-with-process-buffer): Removed.
1740 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1743         method when we're reading from the agent.
1745         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1747         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1748         that's probably most useful for users.
1750         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1751         "failed" all the time.
1753         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1754         ...)) with (with-current-buffer ... ).
1756         * nntp.el (nntp-open-server): Return whether the open was successful or
1757         not.
1759         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1760         select an unread unseen article first.
1762         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1763         /etc/services, supply some sensible port defaults.
1765 2010-09-17  Julien Danjou  <julien@danjou.info>
1767         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1769 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1771         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1772         doesn't have any parameters.
1774 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1777         only upcased checks.
1779         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1781         * nnimap.el (nnimap-open-shell-stream): New function.
1782         (nnimap-open-connection): Use it.
1783         (nnimap-transform-headers): Get the number of lines in each message.
1784         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1785         number of lines.
1786         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1787         problem.
1789         * utf7.el (utf7-encode): Autoload.
1791         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1792         to allow the mail splitting to not return a default group.  This is
1793         useful for nnimap, which will leave unmatched mail in the inbox.
1795         * nnimap.el: Rewritten.
1797         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1798         nnimap usage.
1800         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1801         if the move is internal, so that nnimap can do fast internal moves.
1803         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1804         data.
1805         (gnus-read-active-for-groups): Support finishing the early retrieval of
1806         data.
1808         * gnus-range.el (gnus-range-nconcat): New function.
1810         * gnus-int.el (gnus-finish-retrieve-group-infos)
1811         (gnus-retrieve-group-data-early): New functions.
1813 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1815         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1816         (nnrss-retrieve-groups):
1817         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1818         (pop3-quit): Use with-current-buffer.
1820 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1822         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1823         instead of nnheader-accept-process-output.
1825         * gnus-html.el (gnus-html-schedule-image-fetching)
1826         (gnus-html-prefetch-images): Replace process-kill-without-query by
1827         gnus-set-process-query-on-exit-flag.
1829 2010-09-16  Romain Francoise  <romain@orebokech.com>
1831         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1833 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1836         parameter to unintern is mandatory-ish in Emacs 24.
1838         * gnus-html.el (gnus-html-schedule-image-fetching)
1839         (gnus-html-prefetch-images): Check for curl before using it.
1841         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1842         depend on curl, which isn't essential.
1844         * imap.el: Revert back to version
1845         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1846         seem problematic.
1848 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1850         * gnus-registry.el (gnus-registry-install-shortcuts):
1851         Explicitly pass `obarray' to `unintern' to avoid a warning.
1853 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1856         change.
1858         * nnrss.el (nnrss-request-list): Removed this function and related
1859         functions, including the moreover stuff.
1861 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863         * nnrss.el (nnrss-retrieve-groups): New function.
1865 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1867         * .dir-locals.el: Add no-byte-compile cookie.
1869 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1871         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1872         for back end that doesn't support request-scan.
1874 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1877         then do request scans from the backends.
1879         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1880         avoid running a hook per line, since this takes a lot of time,
1881         profiling shows.
1882         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1883         directly if gnus-visual-p is true.
1885 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1887         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1888         groups; replace mapcar with dolist which is a bit faster; pass groups
1889         info to gnus-read-active-file-1.
1890         (gnus-read-active-file-1): Scan only specified groups if the new
1891         optional arg `infos' is given.
1893 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1897         * pop3.el (pop3-movemail): Removed.
1898         (pop3-streaming-movemail): Renamed to pop3-movemail.
1900         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1901         don't restrict end-tag searches to the end of the line.
1903 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1905         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1906         articles of every unchecked group to t, which means unknown since the
1907         server has never been opened.
1909 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911         * gnus-html.el (gnus-html-show-alt-text): New command.
1912         (gnus-html-browse-image): Ditto.
1913         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1914         to browse the image directly.
1915         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1916         better.
1918         * gnus-async.el (gnus-async-article-callback): Call
1919         `gnus-html-prefetch-images' unconditionally.
1921         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1922         before feeding URLs to curl.
1924 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1926         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1927         internal images as deletable by `W D D'.
1929         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1930         (gnus-async-article-callback): Fix typo.
1932 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1934         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1935         current line to work around bugs in the output from w3m.
1937         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1938         for groups that want that.
1940         * nntp.el (nntp-wait-for-string): Supply a timeout for
1941         accept-process-output to ensure progress.
1943         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1944         level to get unread articles from, then use that for foreign groups,
1945         too.
1947         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1948         confuses the rest of the function.
1950         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1951         for the methods that support -retrieve-groups, too.
1953         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1955 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1957         * pop3.el: Require cl when compiling.
1958         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1960 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1963         that aren't going to be activated.
1964         (gnus-get-unread-articles): Fix up the last commit.
1966         * gnus-html.el (gnus-article-html): Allow calling without specifying
1967         the handle.  In that case, dissect the buffer first.
1969         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1971         * nnimap.el (nnimap-open-connection): Revert the change that would look
1972         into authinfo for imaps instead of imap.
1974         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1975         say that you don't want to call gnus-request-group with don-check, but
1976         do check the reponse.  This is for virtual groups only.
1977         (gnus-get-unread-articles): Count the archive groups as secondary, so
1978         that they're activated the same way as before.
1980         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1981         case-insensitively.
1982         (nnimap-debug): Removed.
1984         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1985         mail from a file, and the file doesn't exist.
1987         * pop3.el (pop3-streaming-movemail): Return t for success.
1989         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1990         .authinfo if we're using ssl connection.
1992         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1993         already have if we're in a main Gnus `g' run.
1995         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1997 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1999         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2001         * nnmh.el (nnmh-request-list-1): Bind `file'.
2003         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2004         alias to set-process-query-on-exit-flag or process-kill-without-query.
2005         (pop3-open-server): Use it.
2007 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2010         box to the Incoming file.  Fixes mistake in previous checkin.
2012         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2013         request loop (for debugging purposes) removed.
2015         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2016         culprit is more visible.
2017         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2018         (nnml-add-incremental-nov): New functions to do "incremental" nov
2019         updates, where we just append to the end of the existing nov files
2020         without reading/writing them in full.
2022         * mail-source.el (mail-source-delete-crash-box): Really only check the
2023         incoming files once in a while.
2025         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2027         * mail-source.el (mail-source-delete-crash-box): Only check the
2028         incoming files for deletion once per day to save a lot of file
2029         accesses.
2031         * pop3.el (pop3-logon): Fix up unbound variable typo.
2033         * mail-source.el (pop3-streaming-movemail): Autoload.
2035         * pop3.el (pop3-streaming-movemail): Respect
2036         pop3-leave-mail-on-server.
2038         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2039         retrieval.
2041         * pop3.el (pop3-process-filter): Removed unused function.
2042         (pop3-streaming-movemail, pop3-send-streaming-command)
2043         (pop3-wait-for-messages, pop3-write-to-file)
2044         (pop3-number-of-responses): New functions for streaming pop3
2045         retrieval.
2047         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2048         come from no known methods.
2049         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2050         list.
2052         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2053         message sizes.
2054         (pop3-movemail): Use erase-buffer instead of looping and deleting
2055         regions, which seems rather odd.
2057         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2058         file once per `g' run.
2060         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2061         directories.  This makes the draft queue directory work.
2063         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2064         data from the backends, so that we only request the list of groups from
2065         each method once.  This should speed things up considerably.
2067         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2068         detect that it's not implemented.
2070         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2071         we actually do recurse down into the tree, but don't stat all leaf
2072         nodes.
2074         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2075         then say so instead of bugging out.
2077         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2078         files exist before trying to read them.
2080         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2081         around <pre_int>.
2083         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2085         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2087 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089         * mm-util.el (mm-image-load-path): Just return the image directories,
2090         not all directories in the path in addition to the image directories.
2091         (mm-image-load-path): Maintain a cache of the image directories so that
2092         the `g' command in Gnus doesn't have to stat dozens of directories each
2093         time.
2095         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2096         (gnus-html-wash-tags): Add a new `i' command to insert images.
2097         (gnus-html-insert-image): New command and keystroke.
2098         (gnus-html-redisplay-with-images): New command and keystroke.
2099         (gnus-html-show-images): Renamed command.
2100         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2101         spacers.
2102         (gnus-html-wash-tags): Decode entities at the end, so that entities
2103         inside the tags don't mess up the rest of the "parsing".
2105         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2106         so that nnimap methods aren't agentized by default.  There's apparently
2107         many problems related to agent/imap behaviour.
2109         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2111         * gnus-html.el: Doc fix.
2113 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2115         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2116         glyph-width and glyph-height instead of display-graphic-p and
2117         image-size; make avoidance of displaying small images work for XEmacs.
2119         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2120         for XEmacs.
2122         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2123         of symbol that holds plist data.
2124         (gnus-process-plist): Remove plist of process after getting it.
2126 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128         * message.el (message-generate-hashcash): Change default to
2129         'opportunistic if hashcash is installed.
2131         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2132         (gnus-html-put-image): Only call image-size once, since it's somewhat
2133         time-consuming on remote X servers.
2135 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2137         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2138         decoded contents.
2139         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2141 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2144         group line format, since it isn't very interesting.
2146         * gnus-agent.el (gnus-agent-short-article),
2147         (gnus-agent-long-article): Increase values for these two variables,
2148         since most people are likely to have more network connection and
2149         storage than before.
2151         * gnus.el (gnus-refer-article-method): Change default to 'current.
2152         When referring an article, the common behaviour is to refer it from the
2153         current select method, not the native select method.  The chances of
2154         the native select method having the message in question is rather slim
2155         these days.
2157         * gnus-sum.el (gnus-auto-select-subject): Change default to
2158         `unseen-or-unread'.  I think it's likely that most people want to
2159         select an unseen article over a previously seen, but unread one.
2161         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2162         means that in the article buffer none of the minor mode elements will
2163         be shown, usually, and this is not desirable in most cases.
2165         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2166         that commands like `d' (and the like) go to the next line in the
2167         buffer, instead of the next unread article.  I think this is the
2168         behaviour that is most natural for most users.
2169         (gnus-single-article-buffer): Change default to nil, so that people can
2170         have as many article buffers open as they have summary buffer.  I think
2171         this is the most natural way for the groups to behave.
2173         * message.el (message-generate-new-buffers): Change default to
2174         `unsent', so that all new message buffers start their names with the
2175         string "*unsent", and it's easier to find the buffers if you move from
2176         them.
2178 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2181         small.  They're probably tracking images.
2182         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2183         (gnus-html-rescale-image): Yet another try at getting the image sizing
2184         right.
2186         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2187         nntp-marks-file-name is nil.
2189 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2191         * gnus-html.el (gnus-html-wash-tags)
2192         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2193         Better logging.
2195 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2199         * gnus-html.el (gnus-html-wash-tags): Check the value of
2200         gnus-blocked-images in the summary buffer.
2202 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2204         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2206 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2209         like "a", it seems like.
2210         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2211         since it needs to be picked from the correct buffer.
2213         * nnwfm.el: Removed.
2215         * nnlistserv.el: Removed.
2217 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2219         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2220         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2222 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224         * nnkiboze.el: Removed.
2226         * nndb.el: Removed.
2228         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2229         alt text.
2230         (gnus-html-rescale-image): Try to get the rescaling logic right for
2231         images that are just wide and not tall.
2233         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2234         overshadow variable bindings.
2236 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2238         * gnus-html.el (gnus-html-wash-tags)
2239         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2240         extra logging.
2242 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2244         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2245         (gnus-max-image-proportion): New variable.
2246         (gnus-html-rescale-image): New function.
2247         (gnus-html-put-image): Rescale images.
2249 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2251         Fix up some byte-compiler warnings.
2252         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2253         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2254         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2255         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2256         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2257         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2258         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2260 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2262         * gnus-html.el (gnus-article-html): Decode contents by charset.
2264 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2266         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2267         (gnus-html-frame-width, gnus-blocked-images)
2268         * message.el (message-prune-recipient-rules): Add custom version.
2269         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2271         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2272         functions.
2274         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2275         gnus-process-get.
2277 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2279         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2280         instead of lsub directly.
2282 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284         * nnwarchive.el: Removed.
2286         * gnus-soup.el: Removed.
2288         * nnsoup.el: Removed.
2290         * nnultimate.el: Removed.
2292         * gnus-html.el (gnus-blocked-images): New variable.
2294         * message.el (message-prune-recipients): New function.
2295         (message-prune-recipient-rules): New variable.
2297         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2298         guess whether a long line is natural text or not.
2300         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2301         gnus-process-plist and friends for compatibility.
2303 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2305         * gnus-html.el: Require packages that define macros used in this file.
2306         (gnus-article-mouse-face): Declare to silence byte-compiler.
2307         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2308         process-get.
2309         (gnus-html-put-image): Use plist-get to avoid getf.
2310         (gnus-html-prefetch-images): Use with-current-buffer.
2312 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2314         * gnus-ems.el: Provide compatibility functions for
2315         gnus-set-process-plist.
2317         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2318         * gnus.el (gnus-valid-select-methods)
2319         * message.el (message-send-mail-partially-limit)
2320         * mm-decode.el (mm-text-html-renderer)
2321         * mml.el (mml-insert-mime-headers-always)
2322         * smiley.el (smiley-regexp-alist): Bump custom version.
2324 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2326         * gnus-html.el: require mm-url.
2327         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2328         with the url to `url'.
2329         (gnus-html-wash-tags): Support cid: URLs/images.
2331 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2334         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2335         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2337         * gnus-move.el: Removed file, since it doesn't really work.
2339         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2340         UTF-8.  This seems to fix problems with some German web feeds.
2342         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2343         at the top so that the proper colours are applied.
2345         * gnus-art.el (gnus-article-view-part): Doc fix.
2347         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2348         XEmacs-compatible.
2349         (gnus-html-put-image): Don't do images on non-graphic displays.
2351         * nnslashdot.el: Removed this unused backend.
2353         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2354         actions.
2355         (gnus-undo-register-1): Revert last change.
2357         * gnus-group.el (gnus-group-completing-read): Protect against not
2358         having completion-styles bound.
2360         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2361         make broken recipients happier.
2363         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2365         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2366         point parameter.
2368         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2369         completion-styles for group selection.
2371 2009-02-04  Andreas Schwab  <schwab@suse.de>
2373         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2374         headers and regexp-quote the match if necessary.
2376 2009-03-24  Miles Bader  <miles@gnu.org>
2378         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2379         the blinking smiley.
2381 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2383         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2384         blink smiley.
2386 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2389         where the dribbel file lives exists.
2391         * message.el (message-send-mail-partially-limit): Change the default to
2392         nil, since most people don't want this.
2394         * mm-url.el (mm-url-decode-entities): Also decode entities like
2395         &#x3212.
2397 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2399         * gnus-sum.el (gnus-summary-idna-message):
2400         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2401         Hyperlink urls in docstrings with URL `...'.
2403 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2405         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2406         functions.
2408 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2411         say what the mouseover text should be.
2413         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2414         version of the mm-w3m-safe-url-regexp variable to only download images
2415         in the groups where we want that to happen.
2417         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2419         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2420         easier debugging.
2421         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2422         big pictures in the article buffer.
2424         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2425         gnus-article-html.
2426         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2427         w3m.
2429         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2431 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2434         which doesn't exist.
2436         * message.el (message-inhibit-ecomplete): New variable to allow some
2437         function to inhibit ecomplete address storage.
2438         (message-resend): Disable ecomplete message storage when resending
2439         messages.
2441         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2443 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2445         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2446         Save excursion while copying, moving, and deleting articles in order to
2447         prevent the cursor from jumping to unforeseen place.
2449 2010-08-17  Glenn Morris  <rgm@gnu.org>
2451         * gnus-sync.el: Require gnus components whose functions are used.
2453         * gnus-art.el (bookmark-make-record-function):
2454         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2455         Declare for compiler.
2457         * mm-url.el (mml-compute-boundary): Autoload.
2459 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2461         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2463 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2465         Typo fix "hoo4a" -> "hook".
2467         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2469 2010-08-14  Glenn Morris  <rgm@gnu.org>
2471         * gnus-sync.el (gnus-sync): Fix defgroup version.
2473 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2475         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2477         * gnus-sync.el: Fix docs.
2478         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2479         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2481 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2483         Optimizations for gnus-sync.el.
2485         * gnus-sync.el: Add docs about gnus-sync-backend
2486         possibilities.
2487         (gnus-sync-save): Remove unnecessary message.
2488         (gnus-sync-read): Optimize and show what groups were skipped.
2490 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2492         Minor bug fixes for gnus-sync.el.
2494         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2495         read the sync on get-new-news.
2497         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2498         quiet.
2500         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2502 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2504         Make saving and restoring of hidden threads work with overlays.
2505         Patch applied by Ted Zlatanov.
2507         * gnus-sum.el (gnus-hidden-threads-configuration)
2508         (gnus-restore-hidden-threads-configuration): Update to deal with text
2509         properties, rather than searching for a magic character.
2511 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2513         New gnus-sync.el library for synchronization of marks.
2515         * gnus-sync.el: New library for synchronization of marks.
2517         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2518         renamed from `gnus-registry-grep-in-list'.
2520         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2522         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2524 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2526         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2527         determining charset of text fails.
2529 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2531         * nnmail.el (nnmail-get-new-mail-1): Revert.
2533         * nnml.el (nnml-active-number): Make sure names of newly created groups
2534         in nnml-group-alist are encoded.
2536 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2538         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2539         containing non-ASCII characters in active file for nnml back end.
2541 2010-07-24  David Engster  <dengste@eml.cc>
2543         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2544         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2546 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2548         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2549         tag (Bug#6654).
2551 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2553         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2554         the article buffer, not the summary buffer.
2556 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2558         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2559         Emacs 23 as well.
2561 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2563         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2564         Patch applied by Karl Fogel.
2566         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2567         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2569 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2571         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2572         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2573         C-w still not working correctly from Article buffers; Thierry's
2574         patch to fix that will be applied after this.
2576         * gnus-art.el (bookmark-make-record-function): New local variable.
2578         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2579         article buffer.
2580         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2582 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2584         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2585         on changes in bookmark.el.
2587 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2589         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2590         the *other* type of HTML form submission.
2592 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2594         * auth-source.el (auth-source-pick): If choice does not contain a
2595         questioned keyword, set the check to t.
2597 2010-06-12  Romain Francoise  <romain@orebokech.com>
2599         * gnus-util.el (gnus-date-get-time): Move up before first use.
2601 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2603         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2604         (gnus-article-edit-part): Bind it to make last part that is substituted
2605         or deleted visible.
2606         (gnus-mime-display-single): Buttonize part of which id equals to
2607         gnus-mime-buttonized-part-id.
2609 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2611         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2612         (gnus-dd-mmm): Use gnus-date-get-time.
2613         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2614         simplify logic.
2615         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2616         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2618 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2620         * auth-source.el (top): Autoload `secrets-list-collections',
2621         `secrets-create-item', `secrets-delete-item'.
2622         (auth-sources): Fix tag string.
2623         (auth-get-source, auth-source-retrieve, auth-source-create)
2624         (auth-source-delete): New defuns.
2625         (auth-source-pick): Rewrite in order to avoid 2 passes.
2626         (auth-source-forget-user-or-password): New parameter USERNAME.
2627         (auth-source-user-or-password): New parameters CREATE-MISSING and
2628         DELETE-EXISTING.  Retrieve password interactively, if needed.
2630 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2632         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2633         deleting unused directories when gnus-expert-user is t.
2635 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2637         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2638         for each temp file when gnus-article-browse-delete-temp is ask.
2640 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2642         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2644 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2646         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2647         article unless decoding article to be saved.
2649 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2651         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2652         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2653         generated within the mm-with-unibyte-current-buffer macro.
2655 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2657         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2658         to nil when we're in a mml-preview buffer and no group is selected.
2660 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2662         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2663         when catching the `C-g'.  Reported by "Leo".
2665 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2667         * message.el (message-forward-make-body-plain)
2668         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2669         multibyte-string-p.
2671 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2673         * message.el (message-forward-make-body-mml): Assume original message
2674         is multibyte string; error on unibyte.
2675         (message-forward-make-body-plain): Ditto; don't add excessive newline
2676         in body end.
2678 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2680         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2681         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2683 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2685         * mm-extern.el (mm-extern-url): Don't use
2686         mm-with-unibyte-current-buffer.
2687         (mm-extern-cache-contents): Use with-current-buffer instead of
2688         save-excursion + set-buffer.
2690 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2692         * mm-util.el (mm-emacs-mule): Remove.
2694 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2696         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2697         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2698         change.
2700 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2702         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2703         bind the default value of enable-multibyte-characters to nil.
2705 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2707         * message.el (message-forward-make-body-plain)
2708         (message-forward-make-body-mml):
2709         Don't use mm-with-unibyte-current-buffer.
2711 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2713         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2714         (Bug#5592).
2716 2010-05-07  Julien Danjou  <julien@danjou.info>
2718         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2719         it to mm-pipe-part.
2721         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2722         it is given.
2724 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2726         * nnweb.el (nnweb-gmane-search)
2727         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2728         XEmacs.
2730         * gnus-art.el (gnus-article-browse-html-parts)
2731         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2732         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2733         make-temp-file.
2735         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2736         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2737         compiling.
2739         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2740         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2741         XEmacs when compiling.
2743         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2744         gnus-pick-mode-off-hook for XEmacs when compiling.
2745         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2746         gnus-binary-mode-off-hook for XEmacs when compiling.
2748         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2749         nil if char-charset is not available.
2751         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
2752         macro.
2754         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2755         instead of encode-coding-string.
2757         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2758         'xemacs) instead of mm-emacs-mule to switch function definitions.
2759         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2761 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2763         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2765 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2767         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2768         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2770 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2772         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2773         alias `jka-compr-delete-temp-file' no longer exists.
2775 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2777         Use define-minor-mode in Gnus where applicable.
2778         * mml.el (mml-mode): Use define-minor-mode.
2779         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2780         (gnus-undo-mode): Use define-minor-mode.
2781         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2782         (gnus-dead-summary-mode): Use define-minor-mode.
2783         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2784         Initialize in declaration.
2785         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2786         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2787         (gnus-mailing-list-mode): Use define-minor-mode.
2788         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2789         (gnus-draft-mode): Use define-minor-mode.
2790         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2791         (gnus-dired-mode): Use define-minor-mode.
2793 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2795         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2796         handles on recursive mml-to-mime translation and check them for
2797         boundary delimiter collisions.  Reported by Greg Troxel.
2799 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2801         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2803 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2805         * mm-util.el (mm-find-buffer-file-coding-system):
2806         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2808 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2810         * message.el (message-generate-headers): Record insertion of optional
2811         headers as well.  Otherwise the check to prevent repeated insertion of
2812         optional headers is a no-op.
2814 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2816         * smime.el: Don't mention CVS.
2818         * nnrss.el (nnrss-fetch): Don't mention CVS.
2820         * nnir.el: Don't mention CVS.
2822 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2824         * gnus-sum.el (gnus-summary-bookmark-make-record):
2825         Add `location' field.
2827 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2829         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2830         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2831         Use with-current-buffer to silence the byte-compiler.
2832         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2833         bother to require `gnus'.
2834         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2836 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2838         * gnus-sum.el (gnus-summary-bookmark-make-record)
2839         (gnus-summary-bookmark-jump): New functions.
2840         (gnus-summary-mode): Setup bookmark support.
2842 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2844         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2845         if set.
2847 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2849         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2850         gnus-article-browse-html-save-cid-image; make it work recursively for
2851         forwarded messages as well.
2852         (gnus-article-browse-html-parts): Work when prefix arg is given.
2853         (gnus-article-browse-html-article): Doc fix.
2855 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2857         * message.el (message-default-mail-headers):
2858         (message-default-headers): Carry the value mail-default-headers over
2859         into message-default-mail-headers, rather than message-default-headers.
2861 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2863         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
2864         charset.
2866         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2867         charset into the <meta> tag when the article is encoded to utf-8.
2869 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2871         * gnus-art.el (gnus-article-browse-delete-temp-files):
2872         Delete directories as well.
2873         (gnus-article-browse-html-parts): Work for images that do not specify
2874         file names; delete temp directory when quitting; insert header at the
2875         right place; use file: scheme for image files.
2877 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2879         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2880         (gnus-article-browse-html-parts): Use it to make temporary cid image
2881         files in addition to html file so that browser may display them.
2883 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2885         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2887 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2889         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2891 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2893         * auth-source.el (auth-sources): Change default to be simpler.
2894         Explain about Secret Service API sources.  Improve Customize options.
2895         (auth-source-pick): Change to accept any number of search parameters.
2896         Implement fallbacks iteratively, not recursively.  Add scoring on the
2897         second pass and sort by score.  Call Secret Service API when needed.
2898         (auth-source-user-or-password): Use it.  Call Secret Service API
2899         directly when needed to get the user name and the password.
2901 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2903         * message.el (message-interactive): Doc fix.
2904         (message-qmail-inject-args): Reflow.
2905         (message-kill-to-signature): Fix typo in docstring.
2907         * smiley.el (smiley-buffer): Fix typo in docstring.
2909 2010-03-24  Glenn Morris  <rgm@gnu.org>
2911         * mail-source.el (gnus-message): Declare.
2912         (mail-source-delete-old-incoming): Require gnus-util.
2914 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2916         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2918         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2920         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2921         password-cache's default if it is not bound.
2922         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2923         password-cache-expiry's default if it is not bound.
2925         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2926         available in Emacs 21.
2928 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2930         * auth-source.el (auth-sources): Fix up definition so extra parameters
2931         are always inline.
2933 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2935         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2936         wasn't updated after mismatch.  Clear cached mailbox info correctly
2937         when uidvalidity changes.
2938         (nnimap-group-prefixed-name): New function to avoid some code
2939         duplication.
2940         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2941         (nnimap-request-group): Use it.
2942         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2943         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2944         with many imap folders.  This is done by caching the group status from
2945         the imap server persistently in a group parameter `imap-status'.  (This
2946         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2947         but not persistently, so every Gnus startup was still very slow.)
2949 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2951         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2952         secrets.el dependency.
2953         (auth-sources): Add optional user name.  Add secrets.el configuration
2954         choice (unused right now).
2956 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2958         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2959         `gnus-registry-install-shortcuts' fill in the functions.
2961         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2962         warnings.
2963         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2964         (gnus-registry-install-shortcuts): Populate and use it in a
2965         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2967 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2969         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2970         In-place substitutions for the group name encoding/decoding.
2971         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2972         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2973         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2974         (nnimap-update-unseen, nnimap-request-list)
2975         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2976         (nnimap-request-set-mark, nnimap-split-to-groups)
2977         (nnimap-split-articles, nnimap-request-newgroups)
2978         (nnimap-request-create-group, nnimap-request-accept-article)
2979         (nnimap-request-delete-group, nnimap-request-rename-group)
2980         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2981         `encoded-mbx' for consistency.
2982         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2983         variable `imap-current-mailbox'.
2985         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2986         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2988 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2990         * pop3.el (pop3-display-message-size-flag): Display message size byte
2991         counts during POP3 download.
2992         (pop3-movemail): Use it.
2993         (pop3-list): Implement listing of available messages.
2995 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2997         * nnir.el (nnir-get-article-nov-override-function): New function to
2998         override the normal NOV retrieval.
2999         (nnir-retrieve-headers): Use it.
3001 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3003         * auth-source.el (netrc-machine-user-or-password): Autoload.
3005 2010-03-19  Glenn Morris  <rgm@gnu.org>
3007         Stop message.el from loading about 40 libraries it doesn't always need.
3008         The general approach is to autoload rather than require, and to
3009         require in the specific functions rather than the file.  (Bug#5642)
3011         * gmm-utils.el: Don't require wid-edit.
3012         (widget-create-child-value, widget-convert, widget-default-get):
3013         Autoload.
3015         * gnus-util.el: Don't require time-date, netrc.
3016         (message-fetch-field, gnus-group-name-decode): Declare rather than
3017         autoloading.
3018         (gnus-fetch-field): Require message.
3019         (gnus-decode-newsgroups): Require gnus-group.
3021         * ietf-drums.el: Don't require time-date.
3023         * message.el: Don't require hashcash, canlock, ecomplete.
3024         Do require mail-utils.  Require nnheader only when compiling.
3025         (smtpmail-default-smtp-server): Remove declaration.
3026         (message-send-mail-function): Check smtpmail-default-smtp-server
3027         is bound rather than requiring smtpmail.
3028         (message-auto-save-directory, message-insert-signature): Use
3029         expand-file-name rather than nnheader-concat.
3030         (nnheader-insert-file-contents): Autoload.
3031         (hashcash-wait-async): Declare.
3032         (message-send-mail): Only call gnus-setup-posting-charset if
3033         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3034         (message-send-mail-with-sendmail): Require sendmail.
3035         (canlock-password, canlock-password-for-verify): Declare.
3036         (message-canlock-password): Require canlock.
3037         (nnheader-get-report): Autoload.
3038         (gnus-setup-posting-charset): Declare.
3039         (message-send-news): Require gnus-msg.
3040         (message-make-references, message-make-in-reply-to): Use mail-header-id
3041         rather than the alias mail-header-message-id.
3042         (ecomplete-add-item, ecomplete-save): Declare.
3043         (message-put-addresses-in-ecomplete): Require ecomplete.
3044         (ecomplete-display-matches): Autoload.
3046         * mm-decode.el: Don't require mailcap, gnus-util.
3047         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3048         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3049         Autoload.
3050         (mailcap-mime-extensions): Declare.
3052         * mm-encode.el: Don't require mailcap.
3053         (mailcap-extension-to-mime): Autoload.
3055         * mml-sec.el: Don't require password-cache.
3057         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3058         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3059         (mml-minibuffer-read-type): Require mailcap.
3060         (mml-preview): Require gnus-msg.
3062         * mml1991.el: Require password-cache.
3063         (password-cache-expiry): Remove declaration.
3065         * mml2015.el: Require password-cache.
3066         (password-cache-expiry): Remove declaration.
3068         * nneething.el (mailcap): Require mailcap.
3070         * nnheader.el (declare-function): Add compatibility stub.
3071         (message-remove-header): Declare rather than autoload.
3072         (nnheader-replace-header): Require message.
3074         * nnimap.el (declare-function): Add compatibility stub.
3075         (netrc-parse, netrc-machine-user-or-password): Declare.
3076         (nnimap-open-connection): Require netrc.
3078         * nntp.el (declare-function): Add compatibility stub.
3079         (netrc-parse, netrc-machine, netrc-get): Declare.
3080         (nntp-send-authinfo): Require netrc.
3082         * rfc2047.el: Don't require qp.
3083         (quoted-printable-encode-region, quoted-printable-decode-string):
3084         Autoload.
3086         * sieve-mode.el: Don't require easymenu.
3087         (easy-menu-add-item): Autoload it.
3089         * spam-stat.el (time-to-number-of-days): Autoload it.
3091 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3093         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3094         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3095         value if any backslash escapes).
3097 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3099         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3100         if it is available.  (bug#5647)
3102 2010-02-26  Glenn Morris  <rgm@gnu.org>
3104         * message.el (message-send-mail-function): Change the default, so that
3105         it inherits from a customized send-mail-function.  (Bug#5643)
3107 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3109         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3110         shell-command-to-string signals an error (bug#5299).
3112 2010-02-24  Glenn Morris  <rgm@gnu.org>
3114         * message.el (message-smtpmail-send-it)
3115         (message-send-mail-with-mailclient): Doc fixes.
3117 2010-02-16  Glenn Morris  <rgm@gnu.org>
3119         * message.el (message-default-mail-headers): Change the default value
3120         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3122 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3124         * message.el (message-mail): Just pass yank-action on to message-setup.
3125         (message-setup): Handle (FUN . ARGS) form of yank-action.
3126         (message-with-reply-buffer, message-widen-reply)
3127         (message-yank-original): Handle non-buffer values of
3128         message-reply-buffer (Bug#4080).
3129         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3131 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3133         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3134         Fix typo in docstring.
3136 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3138         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3139         response.
3141 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3143         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3145         * message.el (message-check-news-header-syntax): Protect against a
3146         string that `rfc822-addresses' returns when parsing fails.
3148 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3150         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3151         (gnus-previous-char-property-change): New functions.
3153         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3155 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3157         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3158         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3160 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3162         * message.el (message-exchange-point-and-mark): Rework last change to
3163         avoid using optional arg of exchange-point-and-mark, for backward
3164         compatibility.
3166 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3168         * message.el (message-exchange-point-and-mark): Call
3169         exchange-point-and-mark with an argument rather than setting
3170         mark-active by hand (Bug#5175).
3172 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3174         * nntp.el (nntp-service-to-port): Work for service expressed with
3175         numeric string; replace [:digit:] with [0-9] for XEmacs.
3177 2009-12-17  Glenn Morris  <rgm@gnu.org>
3179         * gnus-group.el (gnus-bug-group-download-format-alist):
3180         Change emacs entry to debbugs.gnu.org.  Bump :version.
3182 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3184         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3186 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3188         * message.el (message-info): Explain why we use `Info-goto-node'.
3190 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3192         * message.el (message-completion-in-region): New compatibility function.
3193         (message-expand-group): Use it.
3195 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3197         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3198         with no unread article should be listed if the 2nd arg `predicate' is
3199         given.
3201 2009-11-29  Juri Linkov  <juri@jurta.org>
3203         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3204         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3205         on `gnus-recenter'.  (Bug#4698, Bug#4981)
3207 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3209         * message.el (message-from-style, message-interactive)
3210         (message-signature): Always set default values from the corresponding
3211         mail-* variables.
3212         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3213         (message-yank-prefix, message-indentation-spaces)
3214         (message-signature-file, message-default-headers): Use boundp rather
3215         than (featurep 'xemacs) to check if the corresponding mail-* variables
3216         exist.
3218 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3220         * message.el (message-send-mail-with-sendmail): Revert last change.
3222 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3224         * message.el (message-from-style, message-interactive)
3225         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3226         (message-yank-prefix, message-indentation-spaces, message-signature)
3227         (message-signature-file, message-default-headers): For GNU Emacs, set
3228         default values from the corresponding mail-* variables.
3229         (message-send-mail-with-sendmail): Use envelope-from only if
3230         mail-specify-envelope-from is non-nil.
3232 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3234         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3235         containing tspecial characters if they have been already quoted.
3237 2009-10-24  Glenn Morris  <rgm@gnu.org>
3239         * gnus-art.el (help-xref-stack-item): Define for compiler.
3241 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3243         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3245 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3247         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3248         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3250 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3252         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3253         (gnus-overlays-in): New alias to overlays-in.
3255         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3256         gnus-overlay-get, and gnus-delete-overlay.
3257         (gnus-summary-show-thread): Make it work as well for systems in which
3258         next-single-char-property-change is not available.
3259         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3261 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3263         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3265 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3267         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3268         and XEmacs that don't have `remove-overlays'.
3270 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3272         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3273         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3274         selective display.  Use overlays instead.
3276 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3278         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3280 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3282         * spam-stat.el (spam-stat-load): Fix typo in message.
3284 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3286         * gnus-art.el (gnus-article-encrypt-body):
3287         * message.el (message-check-recipients):
3288         * mm-util.el (mm-codepage-setup):
3289         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3290         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3292 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3294         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3295         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3296         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3297         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3298         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3300 2009-09-18  Glenn Morris  <rgm@gnu.org>
3302         * gnus-diary.el (gnus-diary-check-message):
3303         * message.el (message-insert-formatted-citation-line):
3304         * nnbabyl.el (top-level):
3305         * nndiary.el (nndiary-schedule):
3306         Fix typos in condition-case handlers.
3308 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3310         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3311         configuration that provides the sole article window in a frame;
3312         position point correctly after deleting a part.
3314 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3316         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3317         (spam-resolve-registrations-routine): Use it to unregister articles
3318         that change status.
3320 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3322         * nnrss.el (nnrss-request-article): Remove binding of
3323         default-enable-multibyte-characters that has gotten needless by
3324         the 2007-07-13 change in rfc2047-encode-message-header.
3326         * mml.el (mml-insert-multipart): Error on the message header.
3327         (mml-insert-part): Error on the message header; position point at
3328         the end of a MIME tag.
3330 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3332         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3333         (gnus-float-time): Alias to float-time if it exists.
3335         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3336         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3337         float-time is available; suppress compile warning for time-to-seconds.
3339 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3341         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3342         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3343         Add the optional argument `encoding' that overrides the default.
3345         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3346         mm-encode-buffer.
3348 2009-09-04  Glenn Morris  <rgm@gnu.org>
3350         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3351         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3352         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3353         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3354         * mm-util.el (mm-with-unibyte-current-buffer)
3355         (mm-find-buffer-file-coding-system):
3356         * yenc.el (yenc-decode-region): Use default-value rather than
3357         default-enable-multibyte-characters.
3359 2009-09-03  Glenn Morris  <rgm@gnu.org>
3361         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3362         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3363         than default-enable-multibyte-characters.
3365 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3367         * gnus-art.el (gnus-article-read-summary-keys):
3368         Fix gnus-buffer-configuration's value temporarily used.
3370 2009-09-02  Glenn Morris  <rgm@gnu.org>
3372         * gnus-util.el (gnus-float-time): New function.
3373         * gnus-delay.el (gnus-delay-article):
3374         * gnus-sum.el (gnus-thread-latest-date):
3375         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3376         * nnspool.el (nnspool-request-newgroups):
3377         Use gnus-float-time rather than time-to-seconds.
3378         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3380         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3381         (gnus-header-subject-face, gnus-header-newsgroups-face)
3382         (gnus-header-name-face, gnus-header-content-face):
3383         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3384         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3385         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3386         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3387         (gnus-cite-face-11):
3388         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3389         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3390         (gnus-server-closed-face, gnus-server-denied-face)
3391         (gnus-server-offline-face):
3392         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3393         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3394         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3395         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3396         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3397         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3398         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3399         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3400         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3401         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3402         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3403         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3404         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3405         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3406         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3407         (gnus-summary-high-undownloaded-face)
3408         (gnus-summary-low-undownloaded-face)
3409         (gnus-summary-normal-undownloaded-face)
3410         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3411         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3412         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3413         (gnus-splash-face):
3414         * message.el (message-header-to-face, message-header-cc-face)
3415         (message-header-subject-face, message-header-newsgroups-face)
3416         (message-header-other-face, message-header-name-face)
3417         (message-header-xheader-face, message-separator-face)
3418         (message-cited-text-face, message-mml-face):
3419         * sieve-mode.el (sieve-control-commands-face)
3420         (sieve-action-commands-face, sieve-test-commands-face)
3421         (sieve-tagged-arguments-face):
3422         * spam.el (spam-face):
3423         Mark face aliases with "-face" in the name as obsolete.
3425 2009-09-01  Glenn Morris  <rgm@gnu.org>
3427         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3428         than goto-line.
3430 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3432         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3433         Don't move point if the command is invoked inside the message header.
3435 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3437         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3438         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3439         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3440         * nnir.el (nnir-swish-e-index-file):
3441         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3442         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3443         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3444         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3445         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3446         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3448 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3450         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3451         Don't save excursion.
3453 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3455         * nnheader.el (nnheader-find-file-noselect):
3456         * mm-util.el (mm-insert-file-contents):
3457         Use (default-value 'major-mode) instead of default-major-mode.
3459 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3461         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3463 2009-08-25  Glenn Morris  <rgm@gnu.org>
3465         * nnir.el (top-level): Don't require cl at run-time.
3466         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3467         Replace cl-function substitute with gnus-replace-in-string.
3468         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3469         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3470         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3471         simplified expansions.
3473 2009-08-22  Glenn Morris  <rgm@gnu.org>
3475         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3476         goto-line.
3478 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3480         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3482         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3483         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3484         (gnus-mm-display-part, gnus-mime-display-single)
3485         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3486         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3488         * gnus-sum.el
3489         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3490         (gnus-summary-move-article): Add expirable mark to articles copied or
3491         moved to group that has auto-expire turned on if the option is non-nil.
3493 2009-07-24  Glenn Morris  <rgm@gnu.org>
3495         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3496         Fix typo.  (Bug#3903)
3498 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3500         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3501         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3502         that should not be used for draft articles.
3503         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3504         that has no concern in minor mode keys.
3505         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3506         Abolish.
3508 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3510         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3511         article without making inquiry to a user for unknown encoding.
3513         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3514         (nnmaildir--scan): Assume i-node and device number that file-attributes
3515         returns might be cons-cell.
3517 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3519         * auth-source.el: Remove docs now in auth.texi.  Don't use
3520         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3521         `auth-source-hide-passwords' and use them.
3523 2009-07-15  Glenn Morris  <rgm@gnu.org>
3525         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3527 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3529         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3530         excessive whitespace from the default values of title and description.
3532 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3534         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3535         mail-fetch-field to fetch Content-Description header in order to
3536         exclude newlines.
3538 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3540         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3541         to deleted part.
3543 2009-05-30  David Engster  <dengste@eml.cc>
3545         * nnmairix.el: Remove old documentation in the commentary block.
3546         (nnmairix-request-group): Do not update active file for nnml back ends.
3547         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3548         end so that overview files are ignored.
3549         (nnmairix-update-groups): Make updating the groups more robust by using
3550         marks.
3551         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3552         with dollar characters in message-id.
3554 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3556         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3557         2008-12-25 in dns.el.
3559 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3561         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3562         could happen if the text is only composed of spaces and/or tabs.
3564 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3566         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3567         when sending a queued message to avoid extra mml tags.
3569 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3571         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3573 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3575         * gnus-dired.el: Remove autoload for gnus-setup-message.
3576         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3577         displaying Gnus logo; always use compose-mail.
3579 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3581         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3583 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3585         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3586         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3587         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3588         available.
3589         (gnus-nocem-epg-verify): New function.
3591 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3593         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3595 2009-02-15  Glenn Morris  <rgm@gnu.org>
3597         * gnus-util.el (rmail-insert-rmail-file-header)
3598         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3599         autoloads.
3600         (rmail-default-rmail-file): Remove unnecessary declaration.
3601         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3603 2009-02-14  Glenn Morris  <rgm@gnu.org>
3605         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3606         variable (only used in gnus-util, which declares it anyway).
3607         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3608         which was only needed by gnus-art (changed to not use it any more).
3609         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3610         only used in gnus-util, which autoloads it itself.
3611         (rmail-update-summary): Fix autoload.
3613         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3614         rather than rmail-output-to-rmail-file.
3616 2009-02-07  Glenn Morris  <rgm@gnu.org>
3618         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3619         autoload of function that no longer exists.
3620         (rmail-toggle-header): Declare.
3621         (message-forward-rmail-make-body): Handle mbox Rmail.
3623 2009-01-31  Glenn Morris  <rgm@gnu.org>
3625         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3626         2009-01-09 change.
3628 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
3630         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3631         (auth-source-forget-all-cached): New convenience function.
3632         (auth-source-user-or-password): Accept list of modes or a single mode.
3634         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3635         auth-source modes.
3637         * nnimap.el (nnimap-open-connection): Use list of
3638         auth-source modes.
3640         * nntp.el (nntp-send-authinfo): Use list of
3641         auth-source modes.
3643 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3645         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3646         now.
3648 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3650         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3651         coding system in XEmacs; add a workaround for XEmacs.
3653 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3655         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3656         of current-language-environment.
3658 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3660         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3661         available at runtime.
3663 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3665         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3667 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3669         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3670         the greatest positive fixnum value doesn't work under an XEmacs with
3671         bignum support; use the most-positive-fixnum constant instead,
3672         available since Emacs 21.1 with cl and XEmacs 21.1.
3674 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3676         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3677         XEmacs gets not to work.
3679 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3681         * mm-util.el (mm-coding-system-priorities): Allow the value like
3682         "Japanese (UTF-8)" of current-language-environment.
3684 2009-01-09  Glenn Morris  <rgm@gnu.org>
3686         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3687         with last-command-event.
3689 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3691         * message.el (message-fix-before-sending): Amend comment.
3693 2009-01-07  David Engster  <dengste@eml.cc>
3695         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3696         simplified server definitions by converting it via
3697         gnus-server-to-method.
3699 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3701         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3702         parameter's operands.
3704 2009-01-06  David Engster  <dengste@eml.cc>
3706         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3707         primary select method (for gnus-group-mark-article-as-read).
3709 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3711         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3712         `(gnus)Face', not `(gnus)X-Face'.
3714 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3716         * mm-util.el (mm-ucs-to-char): New function.
3718         * mm-url.el (mm-url-decode-entities): Use it.
3720 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3722         * message.el (message-fix-before-sending): Add `eight-bit' to
3723         illegible-text check.
3725 2009-01-03  Michael Olson  <mwolson@gnu.org>
3727         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3728         `headers' is nil.  This can occur if the IMAP server does not have
3729         permissions to read messages from a folder, but can write new messages
3730         to the folder.
3731         (nnimap-request-article-part): Do not insert `data' if it is nil.
3733 2009-01-01  Dave Love  <fx@gnu.org>
3735         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3737         * nnimap.el: Fix author email.
3738         (nnimap-split-rule): Add FIXME comment.
3739         (nnimap-debug): Fix doc string.
3741 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3743         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3744         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3745         to check if those variables exist (first appeared in Emacs 18.50).
3747 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3749         * mm-util.el (mm-line-number-at-pos): New function.
3751         * spam-report.el (spam-report-process-queue): Use it.
3753 2008-12-24  David Engster  <dengste@eml.cc>
3755         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3756         parameters that haven't existed as variables as buffer-local variables.
3758 2008-12-23  Dave Love  <fx@gnu.org>
3760         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3761         cadar.
3763         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3764         imap-starttls-p.
3765         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3767 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3769         * spam-report.el (spam-report-gmane-max-requests): New constant.
3770         (spam-report-gmane-wait): New variable.
3771         (spam-report-gmane-ham, spam-report-gmane-spam)
3772         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3773         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3774         the server.
3776         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3777         Add explanations.
3779         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3780         nnheader-accept-process-output and nnheader-read-timeout if available.
3781         (pop3-movemail): Use it.
3783         * message.el (message-check-news-body-syntax): Fix signature check if
3784         there's an attachment.
3786 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3788         * mm-util.el: Add comments to the mm- emulating functions.
3790 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3792         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3793         by Stephen Berman <stephen.berman@gmx.net>.
3795 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3797         * mm-util.el (mm-substring-no-properties): New function.
3798         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3799         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3800         (mm-string-to-multibyte): Doc fix.
3802         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3804 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3806         * mml.el (mml-attach-file): Strip text properties from file name.
3807         (Bug#1574)
3809 2008-12-16  Glenn Morris  <rgm@gnu.org>
3811         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3813 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3815         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3816         knows since the charset specified might be a bogus alias that
3817         mm-charset-synonym-alist provides.
3819 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3821         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3822         "ISO_8859-1".
3824         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3826 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3828         * mm-util.el (mm-charset-eval-alist):
3829         Define it before mm-charset-to-coding-system.
3830         (mm-charset-to-coding-system): Add optional argument `silent';
3831         define it before mm-charset-override-alist.
3832         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3833         default value if it can be used in Emacs currently running;
3834         silence mm-charset-to-coding-system.
3836 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3838         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3839         `allow-override' which says whether to use `mm-charset-override-alist'.
3840         (rfc2047-decode-encoded-words): Use it.
3842         * mm-util.el (mm-charset-override-alist): Fix custom type;
3843         add `(gb2312 . gbk)' to choices.
3845 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3847         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3848         fast.
3850         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3852 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3854         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3855         on links.
3857         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3859 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3861         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3862         users' addresses that don't have domain parts.
3863         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3864         rather than message-narrow-to-head since there will be the message
3865         header separator.
3867 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3869         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3870         since the result is inserted in a unibyte buffer anyway.
3871         (nnimap-demule-use-string-to-multibyte): Remove.
3872         (nnimap-demule): Alias it to mm-string-to-multibyte.
3874 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3876         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3877         variable for debugging bug#464 and bug#1174.
3878         (nnimap-demule): Use it.
3880 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3882         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3883         score calculation correctly.
3885 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3887         * message.el (message-send-mail): Just set the buffer to unibyte
3888         rather than use mm-with-unibyte-current-buffer which does a lot more.
3889         (message-send-mail-partially): Don't bother with
3890         mm-with-unibyte-current-buffer since it's already been made unibyte by
3891         message-send-mail.
3893 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3895         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3897 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3899         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3901 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3903         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3904         require itself and to remove `with-no-warnings'.
3906 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3908         * starttls.el (starttls-any-program-available): Get the name of the
3909         available TLS layer program.
3910         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3911         well as the host name in the "opening" message.
3913         * auth-source.el (auth-source-cache, auth-source-do-cache)
3914         (auth-source-user-or-password): Cache passwords and logins by default,
3915         allow override with `auth-source-do-cache'.
3916         (auth-source-forget-user-or-password): Allow users to remove cache
3917         entries if needed.
3919 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3921         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3922         condition-case to only the forward-sexp call.
3924 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3926         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3927         quotes contained.  Make it more robust regardless by an extra
3928         condition-case wrapper.
3930 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3932         * nnml.el (nnml-request-expire-articles): Check if the function set to
3933         `nnmail-expiry-target' returns the symbol `delete'.
3935         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3937         * nnmail.el (nnmail-expiry-target): Fix custom type.
3939 2008-10-02  Glenn Morris  <rgm@gnu.org>
3941         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3942         Silence compiler warning.
3944 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3946         * mml.el (mml-menu): Don't assume mml2015 is bound.
3948 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3950         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3951         exists.
3953 2008-09-27  Glenn Morris  <rgm@gnu.org>
3955         * gnus-util.el (mail-header-remove-comments): Autoload it.
3957 2008-09-27  Andreas Schwab  <schwab@suse.de>
3959         * gnus-util.el (gnus-split-references): Strip comments.
3960         (gnus-parent-id): Likewise.
3962 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3964         * message.el (message-confirm-send): Fix version.
3966 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3968         * message.el (message-idna-to-ascii-rhs-1): Use
3969         mail-extract-address-components rather than mail-header-parse-addresses
3970         that is an alias by default to ietf-drums-parse-addresses that does not
3971         support non-ASCII names in headers' contents.
3973 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3975         * message.el (message-confirm-send): Fixed variable documentation to
3976         avoid the "y/n" wording.
3978 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3980         * message.el (message-set-auto-save-file-name): Save to a different
3981         filename so multiple messages (especially drafts) can be recovered.
3983 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3985         * message.el (message-confirm-send): Add appropriate version.
3987 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3989         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3990         defvar.
3992 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3994         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3995         (mm-pkcs7-enveloped-magic): Ditto.
3997 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3999         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4000         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4002 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4004         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4005         default, it's better.
4007 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4009         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4010         summary line gnus-number property and ignore them (with a warning
4011         message).
4013 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4015         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4016         macro caddr in the interactive form since it won't be expanded.
4018 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4020         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4021         `charset'; fix name of function called recursively.
4022         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4024 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4026         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4027         (gnus-mime-set-charset-parameters): New function.
4028         (gnus-mime-view-part-as-charset): Use it to correctly display part
4029         specifying wrong charset.
4031 2008-09-08  David Engster  <dengste@eml.cc>
4033         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4034         in completing-read for back end server.
4036 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4038         * message.el (message-confirm-send): New variable to confirm sending a
4039         message.
4040         (message-send): Use it.
4042 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4044         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4046 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4048         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4050 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4052         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4053         prevent tracking too many groups.
4054         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4055         Use it.
4057 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4059         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4060         moving point to the bottom of the window in order to avoid recentering.
4062 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4064         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4065         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4066         (gnus-article-beginning-of-window): Fix calculation.
4068 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4070         * gnus-msg.el (gnus-summary-supersede-article)
4071         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4072         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4073         message header.
4075 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4077         * message.el:
4078         * gnus-start.el:
4079         * gnus-registry.el: Remove VMS support.
4081 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4083         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4084         macro.
4085         (rfc2104-hash): Use it.
4087 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4089         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4090         (gnus-summary-sort-by-most-recent-date): New commands.
4091         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4092         and menu entries.
4094 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4096         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4097         don't redisplay article for raw contents; remove plural articles stuff.
4099         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4100         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4101         on gnus-summary-save-article; display results properly.
4103 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4105         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4107 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4109         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4110         gnus-save-all-headers.
4112 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4114         * gnus-util.el (ns-focus-frame): Remove declaration.
4115         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4116         like x.
4118 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4120         * rfc2104.el (rfc2104-zero): Delete defconst.
4121         (rfc2104-hex-alist): Likewise.
4122         (rfc2104-hex-to-int): Delete func.
4123         (rfc2104-hexstring-to-bitstring): Likewise.
4124         (rfc2104-nybbles): New defconst.
4125         (rfc2104-hash): Rewrite for speed.
4127 2008-07-16  Glenn Morris  <rgm@gnu.org>
4129         * gnus-util.el (ns-focus-frame): Declare for compiler.
4131 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4133         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4134         set as a group parameter.
4135         (gnus-summary-save-in-pipe): Work when it is called independently.
4136         (gnus-summary-pipe-to-muttprint): Don't modify
4137         gnus-summary-pipe-output-default-command.
4139 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4141         * message.el (message-send-mail-with-sendmail):
4142         Display the error message.
4144 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4146         * gnus-art.el (gnus-default-article-saver):
4147         Add gnus-summary-save-in-pipe to choices.
4148         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4149         gnus-summary-pipe-output-default-command as the default command.
4150         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4151         instead of gnus-last-shell-command.
4153         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4154         New user option.
4155         (gnus-summary-muttprint-program): Mention the value will be changed.
4156         (gnus-summary-save-article): Force showing of all headers.
4157         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4159 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4161         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4163 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4165         * nnimap.el (nnimap-id):
4166         * sieve-manage.el (sieve-manage-open): Doc fixes.
4168 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4170         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4171         if available.
4173 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4175         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4177         * nnkiboze.el (nnkiboze-generate-group):
4178         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4180         * nnmairix.el: Require CL.
4182 2008-06-15  David Engster  <dengste@eml.cc>
4184         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4186 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4188         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4189         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4190         runtime choice under XEmacs.
4192         * gnus-sum.el (gnus-summary-set-display-table):
4193         Use `gnus-put-display-table', `gnus-get-display-table',
4194         `gnus-set-display-table' for the display table, instead of `aset'.
4196 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4198         * nnmairix.el: Add autoloads.
4200 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4202         * nnmairix.el (nnmairix-delete-recreate-group)
4203         (nnmairix-update-and-clear-marks): Fix error messages.
4205 2008-06-14  David Engster  <dengste@eml.cc>
4207         * nnmairix.el: Upgrade to version 0.6.
4208         (nnmairix-group-toggle-propmarks-this-group)
4209         (nnmairix-group-toggle-readmarks-this-group)
4210         (nnmairix-group-delete-recreate-this-group)
4211         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4212         (nnmairix-remove-tick-mark-original-article): New commands.
4213         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4214         (nnmairix-propagate-marks-to-nnmairix-groups)
4215         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4216         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4217         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4218         functions needed for marks propagation and manipulation of read marks.
4219         (nnmairix-update-groups): New function.
4220         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4221         (nnmairix-determine-original-group-from-registry)
4222         (nnmairix-determine-original-group-from-path)
4223         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4224         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4225         New helper functions.
4226         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4227         keystrokes for new commands.
4228         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4229         (nnmairix-request-group): Check allow-fast group parameter.
4230         (nnmairix-request-create-group): Set allow-fast group parameter if
4231         nnmairix-allowfast-default is set.
4232         (nnmairix-close-group): Propagate marks upon closing if needed.
4233         (nnmairix-group-toggle-threads-this-group): Use new.
4234         nnmairix-group-toggle-parameter helper function.
4235         (nnmairix-search): Better check for empty search result.
4236         (nnmairix-goto-original-article): Use new helper functions for
4237         determining original article.
4238         (nnmairix-show-original-article): Make sure message-id is in brackets.
4239         (nnmairix-call-mairix-binary): Change variable name.
4240         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4241         helper function.
4242         (nnmairix-widget-toggle-activate): Fix doc string.
4244 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4246         * nnir.el: Require edmacro when compiling with XEmacs.
4247         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4248         available in Emacs 21.
4250 2008-06-11  Glenn Morris  <rgm@gnu.org>
4252         * gnus-util.el (x-focus-frame):
4253         * gnus.el (image-size):
4254         * mm-decode.el (image-size): Declare.
4256         * gnus-picon.el (declare-function): Add compat definition.
4257         (image-size): Declare.
4259         * gnus-group.el (tool-bar-map):
4260         * gnus-sum.el (tool-bar-map): Define for compiler.
4262         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4264         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4266         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4267         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4268         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4269         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4270         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4271         * sieve-manage.el, spam-report.el, spam.el:
4272         Remove unnecessary eval-and-compile of autoloads.
4274 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4276         * auth-source.el: Precise Tramp doc.
4278 2008-06-07  Glenn Morris  <rgm@gnu.org>
4280         * nnmairix.el: Remove unnecessary eval-when-compile.
4282 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
4284         * nnir.el: New file.
4286 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4288         * gnus-util.el (gnus-read-shell-command): New function.
4289         * mm-decode.el (mm-pipe-part):
4290         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4292 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4294         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4296 2008-06-03  Glenn Morris  <rgm@gnu.org>
4298         * pop3.el (nnheader-accept-process-output): Autoload it.
4300 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4302         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4303         are not 2-digit hexadecimal characters that follow `%'s.
4305 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4307         * message.el (message-bogus-recipient-p): Fix type in doc string.
4308         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4309         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4310         Improve custom options.
4311         (message-bogus-recipient-p): Adjust accordingly.
4313 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4315         * nnmairix.el: Require edmacro when compiling with XEmacs.
4317 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4319         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4320         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4322 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4324         * auth-source.el: Add more docs.
4326 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4329         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4330         retrieval faster in some cases, but might make CPU usage larger.  If
4331         this has any bad side effects, we might revert this change.
4333         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4334         seems to make mail retrieval much, much faster.
4335         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4336         unconditionally.
4338         * gnus-draft.el (gnus-group-send-queue): Bind
4339         message-send-mail-partially-limit to nil to avoid being prompted.
4341 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4343         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4345         * message.el (message-bogus-address-regexp): Fix and improve custom
4346         type.
4347         (message-setup-hook): Add message-check-recipients as custom option.
4349 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4351         * message.el (message-cite-function): Remove bogus autoload which crept
4352         in during merge from v5-10.
4354 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4356         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4358         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4360         * auth-source.el: Preliminary Tramp docs.
4361         (auth-sources): Change the default auth-sources to use
4362         EPA .gpg files.
4364 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4366         * nntp.el: Autoload `auth-source-user-or-password'.
4367         (nntp-send-authinfo): Use it.
4369         * nnimap.el: Autoload `auth-source-user-or-password'.
4370         (nnimap-open-connection): Use it.
4372         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4373         for the gnus-message function.
4374         (auth-source-user-or-password): Use it.
4376 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4378         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4379         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4380         (rfc2104-hash): Use it.
4382 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4384         * gnus-art.el (gnus-article-toggle-truncate-lines):
4385         Don't use `iff' in docstring.
4387 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4389         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4391         * gnus-util.el (gnus-extract-address-component-name)
4392         (gnus-extract-address-component-email): Convenience functions around
4393         `gnus-extract-address-components'.
4395         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4396         Use `gnus-extract-address-component-email' to fix bug of comparing full
4397         sender name to `user-mail-address'.
4399 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4401         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4402         catch/throw to optimize.
4403         (gnus-registry-find-keywords): Just use member to find a keyword.
4405 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4407         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4408         is current before calling gnus-server-prepare.
4409         (gnus-server-setup-buffer, gnus-server-update-server)
4410         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4412 2008-05-04  Juri Linkov  <juri@jurta.org>
4414         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4415         (mailcap-file-default-commands): Use mailcap-replace-in-string
4416         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4417         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4419 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4421         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4423 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4426         hooks.
4427         (gnus-update-read-articles): Speed up non-marks-using users.
4428         (gnus-use-marks): Define gnus-use-marks.
4429         (gnus-propagate-marks): Rename variable to something more sensible.
4431 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4433         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4434         (gmm-image-load-path-for-library): Fix typos in docstrings.
4435         (gmm-message): Reflow docstring.
4437 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4439         * mail-source.el (mail-source-set-1, mail-source-bind):
4440         Move auth-source code out of the macro to clean it up and fix bugs.
4442 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4444         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4445         by sender if it's equal to user-mail-address, it's likely to be
4446         useless.
4448         * mail-source.el (mail-source-bind): Don't use user or password if they
4449         are not bound.  Unintern them if they are nil.  Don't use server unless
4450         it's bound, and default it to empty string otherwise.
4452 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4454         * mail-source.el: Load auth-source.el.
4455         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4456         get user name or password, if auth-sources is set up.
4458         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4459         strategy of splitting with parent.
4460         (gnus-registry-split-fancy-with-parent)
4461         (gnus-registry-post-process-groups): Use it and fix prior
4462         bug (returning a list as the split result).
4464         * auth-source.el (auth-sources): Remove server parameter.
4465         (auth-source-pick, auth-source-user-or-password)
4466         (auth-source-user-or-password-imap)
4467         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4468         (auth-source-user-or-password-sftp)
4469         (auth-source-user-or-password-smtp): Remove server parameter.
4471 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4473         * smime.el (smime-sign-region, smime-encrypt-region)
4474         (smime-decrypt-region):
4475         Remove redundant calls to `generate-new-buffer-name'.
4477 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4479         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4480         Don't use QP for message/rfc822.
4481         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4483 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4485         * sieve-manage.el (sieve-string-bytes): Remove.
4486         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4487         correct byte-length only if the process's coding-system is the same as
4488         the one used internally by Emacs to represent strings.
4490 2008-04-22  Juri Linkov  <juri@jurta.org>
4492         * mailcap.el (mailcap-file-default-commands): New function.
4494 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4496         * message.el (message-signature-separator, message-cite-function):
4497         Change custom version.
4499 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4501         * mm-decode.el (mm-display-external): Make temp file read-only.
4503 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4505         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4506         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4507         `C-c C-f d'.
4509 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4511         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4513 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4515         * auth-source.el: Added docs.
4516         (auth-sources): Modify format to support server.
4517         (auth-source-pick, auth-source-user-or-password)
4518         (auth-source-user-or-password-imap)
4519         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4520         (auth-source-user-or-password-sftp)
4521         (auth-source-user-or-password-smtp): Add server parameter.
4523 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4525         * gnus-registry.el: Initialize the registry when gnus-registry-install
4526         is t.
4528 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4530         * compface.el (uncompface): Make buffer unibyte.
4532 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4534         * mail-source.el (mail-source-value):
4535         Prefer fboundp to functionp so it works with macros as well.
4537 2008-04-05  Glenn Morris  <rgm@gnu.org>
4539         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4541 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
4544         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4546         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4547         multibyteness after rather than before erasing it.
4549         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4550         mm-with-multibyte.
4551         (gnus-request-article-this-buffer): Make sure the proper decoding is
4552         used if gnus-original-article-buffer happens to be unibyte.
4554         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4555         default-enable-multibyte-characters.
4557         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4558         default-enable-multibyte-characters.
4560         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4562         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4564 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4566         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4567         Fix last change in case the element is not even a symbol.
4569 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4571         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4572         imap-enable-exchange-bug-workaround.
4573         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4575 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4577         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4578         a 100 byte status-checks into a 2-3MB transfer for each group.
4579         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4580         to enable bug workaround or not.
4581         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4583 2008-03-31  Glenn Morris  <rgm@gnu.org>
4585         * message.el (mml2015-use): Declare for compiler.
4586         (message-info): Require mml2015 when appropriate.
4588 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4590         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4591         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4592         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4593         (nntp-service-to-port): New function.
4594         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4595         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4596         (nntp-open-netcat-stream): New function.
4597         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4599 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4601         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4603 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4605         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4607 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4609         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4611 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4613         * message.el (message-signature-separator): Change default.
4614         Improve custom type.
4615         (message-cite-function): Change default to
4616         message-cite-original-without-signature.
4618         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4619         toggle.
4621         * message.el (message-check-news-body-syntax): Fix signature check.
4622         (message-setup-1): Mark buffer as unmodified _after_ running
4623         message-setup-hook and handling message-alternative-emails.
4624         (message-shorten-references): Be more strict when building list of
4625         valid references to comply with GNKSA.
4627         * gnus-group.el (gnus-read-ephemeral-bug-group)
4628         (gnus-read-ephemeral-debian-bug-group)
4629         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4631         * message.el (message-info): Don't use booleanp which isn't supported
4632         in Emacs 21 and XEmacs.
4634 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4636         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4637         gnus-group-gmane-group-download-format.
4638         (gnus-group-read-ephemeral-gmane-group): Rename from
4639         gnus-group-read-ephemeral-gmane-group.
4640         (gnus-read-ephemeral-gmane-group-url): Rename from
4641         gnus-group-read-ephemeral-gmane-group-url.
4642         (gnus-bug-group-download-format-alist): New variable.
4643         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4644         (gnus-read-ephemeral-emacs-bug-group): New commands.
4646 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4648         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4649         (gnus-visible-headers): Improve custom type.
4651 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4653         * mml.el (mml-menu): Add workarounds for XEmacs.
4655         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4656         X-Boundary header.
4658         * message.el (message-simplify-recipients): Fix previous commit.
4660 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4662         * mm-util.el (mm-set-buffer-multibyte): New function.
4663         * mm-decode.el (mm-copy-to-buffer): Use it.
4665         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4666         Prefer fboundp to functionp so it works with macros as well.
4668 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4670         * message.el (message-alter-recipients-discard-bogus-full-name):
4671         New function.
4672         (message-alter-recipients-function): New variable.
4673         (message-get-reply-headers): Use it.
4674         (message-replace-header): New helper function.
4675         (message-recipients-without-full-name): New variable.
4676         (message-simplify-recipients): New command.
4678         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4680         * message.el (message-info): Handle EasyPG manual.
4682         * mml.el (mml-menu): Add entry for EasyPG.
4684 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4686         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4687         parameter.
4689         * message.el (message-disassociate-draft): Specify drafts group name
4690         fully.
4692 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4694         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4695         unnecessary duplicates from the match list.
4697 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4699         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4700         args of `how-many' of which the XEmacs version doesn't take; declare
4701         Info-index-next as function.
4703 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4705         * gnus-score.el (gnus-score-headers): Fix handling of
4706         gnus-inhibit-slow-scoring.
4708         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4709         string.
4710         (gnus-button-url-regexp): Improve handling of parenthesis.
4711         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4712         (gnus-button-handle-info-keystrokes): Handle index entries.
4714 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4716         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4717         Incoming* files.
4719 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4721         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4722         (auth-source-pick): Use it.
4724 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4726         * auth-source.el (auth-source-protocols)
4727         (auth-source-protocols-customize, auth-source-choices): Added and
4728         modified variable customizations and defaults.
4729         (auth-source-pick, auth-source-user-or-password)
4730         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4731         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4732         (auth-source-user-or-password-sftp)
4733         (auth-source-user-or-password-smtp): Use new variables and provide an
4734         interface to netrc.el.
4736 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4738         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4739         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4740         Make sure the nntp port to specify is a string.
4742 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4744         * nntp.el: Use with-current-buffer.
4745         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4746         dubious mm-with-unibyte-current-buffer.
4747         (nntp-with-open-group-function): New function extracted from
4748         nntp-with-open-group macro.
4749         (nntp-with-open-group): Use the function, so it's easier to debug.
4750         Add indentation and debugging info.
4751         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4752         the use of the netcat alternatives.
4754         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4755         Avoid mm-string-as-multibyte as well.
4757         * nnweb.el (nnweb-insert-html):
4758         Remove use of nnheader-string-as-multibyte.
4760         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4761         (nnheader-string-as-multibyte): Remove.
4763         * mm-view.el: Use inhibit-read-only.
4764         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4765         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4766         or unibyte-string.
4768         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4769         (mm-uu-yenc-extract): Use with-current-buffer.
4771         * gnus-soup.el (gnus-soup-send-packet): Don't use
4772         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4774         * nnmh.el: Use with-current-buffer.
4775         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4776         mm-string-as-multibyte on the output of mm-encode-coding-string.
4778         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4779         (nnimap-request-move-article): Use with-current-buffer.
4781         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4782         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4783         conversion uses string-make-unibyte rather than string-as-unibyte.
4785         * gnus-msg.el: Use with-current-buffer.
4787         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4789 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4791         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4792         string for caching if it is 'PIN.
4794 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4796         * mail-source.el (mail-source-delete-old-incoming-confirm):
4797         Change default to nil.
4798         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4800 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4802         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4803         (gnus-article-goto-prev-page): Work for articles having ^L's.
4805         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4807         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4809 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4811         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4812         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4813         (gnus-bookmark-jump): Adjust some variable names.
4815 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4817         * auth-source.el: New package.
4818         (auth-source-choices): Add customization entry point variable.
4820         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4821         bug.
4823 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4825         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4826         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4827         (gnus-registry-install-shortcuts): Rename from
4828         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4829         the `gnus-registry-mark-map' keymap dynamically from
4830         `gnus-registry-marks'.  The generated functions update the summary line
4831         when a registry mark is added or deleted, and will call
4832         `gnus-registry-install-p' (see the comments in the code).
4833         (gnus-registry-user-format-function-M): Use concat intelligently.
4835         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4836         the registry mark functions.
4838 2008-03-05  Glenn Morris  <rgm@gnu.org>
4840         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4841         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4842         gnus-art.
4843         (top-level): No need to load own source when compiling.
4845 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4847         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4848         Suggested by <chris.anderton@zetnet.co.uk>.
4850 2008-03-04  Glenn Morris  <rgm@gnu.org>
4852         * gnus-sum.el (top-level): No need to require gnus when compiling,
4853         since unconditionally required near start of file.
4854         (gnus-summary-display-while-building): Move definition before use.
4856 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4858         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4859         formatting function.
4861 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4863         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4864         with plists.
4865         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4866         Use new format.
4868 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4870         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4871         `where-is-internal' that returns a range of key sequences.
4873 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4875         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4877         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4878         (gnus-summary-jump-to-group): Consider windows on other displayed
4879         frames as well.  Similar changes might be needed elsewhere, but that's
4880         the one I've bumped into during my use.
4882         * nndoc.el (nndoc-oe-dbx-type-p):
4883         * gnus-msg.el (gnus-debug):
4884         * gnus-group.el (gnus-update-group-mark-positions):
4885         Use mm-string-to-multibyte.
4887 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4889         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4890         doesn't handle NotDashEscaped.
4892         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4893         (mml-dnd-attach-options): Fix typo in custom choice.
4895         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4896         nndoc-article-type to mbox.
4897         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4899         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4900         to nil, instead of html2text.
4902         * imap.el (imap-debug): Add `imap-ping-server'.
4904         * gnus-bookmark.el: Add FIXMEs.
4906         * message.el (message-form-letter-separator)
4907         (message-send-form-letter-delay): New variables.
4908         (message-send-form-letter): Use them.  New command to send form
4909         letters.  Requested by Uwe Siart.
4910         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4912 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4914         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4915         empty author.
4917 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4919         * gnus-registry.el (gnus-registry-marks): Add variable for
4920         customization of marks and their appearance.
4921         (gnus-registry-read-mark): Use it.
4922         (gnus-registry-do-marks): Add utility function to loop through
4923         `gnus-registry-marks'.
4924         (gnus-registry-install-shortcuts-and-menus): Add function to install
4925         shortcuts and menus.
4926         (gnus-registry-initialize): Use it.
4927         (gnus-registry-default-mark): Clarify documentation.
4929 2008-02-29  Glenn Morris  <rgm@gnu.org>
4931         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4932         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4933         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4934         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4935         Change defcustom :version from 23.0 to 23.1.
4937 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4939         * gnus-registry.el (gnus-registry-follow-group-p)
4940         (gnus-registry-post-process-groups): Add functions to aid registry
4941         splitting and improve logging.  Clarify behavior in function
4942         documentation.
4943         (gnus-registry-split-fancy-with-parent): Use them.
4945 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4947         * gnus-art.el: Use with-current-buffer.
4949 2008-02-27  David Engster  <dengste@eml.cc>
4951         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4952         Express real group name in the response.
4954 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4956         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4957         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4958         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4959         autoload gnus-registry-fetch-group when compiling.
4960         (nnmairix-request-group-with-article-number-correction): Remove
4961         unreferenced argument passed to nnmairix-call-backend.
4963 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4965         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4966         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4967         Wilde.
4969 2008-02-27  Glenn Morris  <rgm@gnu.org>
4971         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4972         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4973         variables to defconsts.  Convert comments to doc-strings.
4974         (nnmairix-last-server, nnmairix-current-server): Convert from free
4975         variables to defvars.  Convert comments to doc-strings.
4976         (gnus-registry-fetch-group): Autoload.
4977         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4978         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4979         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4980         caddr.
4981         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4982         nnmairix-request-group-with-article-number-correction call.
4983         (nnmairix-fast, nnmairix-group): New, less general names, for free
4984         variables passed from nnmairix-request-group to
4985         nnmairix-request-group-with-article-number-correction.  Declare.
4986         (nnmairix-request-group-with-article-number-correction):
4987         Use nnmairix-fast, nnmairix-group rather than fast, group.
4989 2008-02-26  David Engster  <dengste@eml.cc>
4991         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4992         version 0.5.
4994 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4996         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4997         instead of making an extra function call.  Don't add the current group
4998         to articles only when they have the group.  Use
4999         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5000         Reported by David <de_bb@arcor.de>.
5002 2008-02-24  Miles Bader  <miles@gnu.org>
5004         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5005         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
5006         (mm-find-mime-charset-region):
5007         * mm-bodies.el (mm-encode-body):
5008         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
5010 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5012         * mail-source.el (mail-source-delete-incoming): Change default.
5013         Supplement doc string.
5015         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5017 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5019         * nnmail.el (nnmail-message-id-cache-file): Derive from
5020         `gnus-home-directory'.
5022 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5024         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5025         Document negative prefix.
5027         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5029 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5031         * message.el (message-unsent-separator): Add the Exim bounce
5032         separator.
5034 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5036         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5037         list.
5038         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5039         recipient/signer list.
5041 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5043         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5044         fbound (Emacs 23 unicode), signal an error.
5046 2008-02-08  Glenn Morris  <rgm@gnu.org>
5048         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5050 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5052         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5053         ports to the calls to `netrc-machine-user-or-password' in addition to
5054         "imap" and "imaps".
5056 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5058         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5059         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5060         <hanche@math.ntnu.no>.
5062 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5064         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5066 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5068         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5070         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5072 2008-02-01  Miles Bader  <miles@gnu.org>
5074         * mml.el (mml-parse-1): Remove apparently vestigial use of
5075         `mm-hack-charsets'.
5076         * mm-bodies.el (mm-encode-body): Likewise.
5078 2008-02-01  Kenichi Handa  <handa@m17n.org>
5080         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5081         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5082         (rfc2104-hash): Convert the result of concat to unibyte string.
5084 2008-02-01  Dave Love  <fx@gnu.org>
5086         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5087         coding-system-for-read.
5088         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5090         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5091         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
5092         (mm-find-mime-charset-region): Remove hack-charsets stuff.
5094 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5096         * mail-source.el (mail-sources): Add `group' choice.
5098         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5099         parameter `in-group' to control into which group the articles go.
5100         Add treatment of `group' mail-source.
5102 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5104         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5105         * message.el (message-beginning-of-line): Use featurep instead of bound
5106         tests in order to resolve conditionals at compile time.
5108 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5110         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5112         * mm-decode.el (mm-dissect-buffer): Decode description.
5114         * mml.el (mml-to-mime): Encode message header first.
5116 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5118         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5119         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5121 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5123         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5125 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5127         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5128         prefix keys.
5129         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5130         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5131         gnus-xmas.el.
5133 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5135         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5136         Add new variables for article mark management.
5137         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5138         list of extra data entries which, when present, will indicate that the
5139         article ID should not be trimmed from the registry.
5140         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5141         functions.
5142         (gnus-registry-read-mark): New function to read a mark name from the
5143         user.
5144         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5145         (gnus-registry-set-article-mark-internal): New functions to add and
5146         remove marks.
5147         (gnus-registry-get-article-marks): New function to show the marks for
5148         an article, or retrieve them for further use.
5150 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5152         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5153         keys when no argument is given.
5155 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5157         * gnus-sum.el (gnus-article-sort-by-random)
5158         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5159         jidanni@jidanni.org.
5161 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5163         * gnus-art.el (gnus-article-describe-bindings): New function.
5164         (gnus-article-read-summary-keys): Use it.
5165         (gnus-article-mode-map): Bind `C-h b' to it.
5167 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5169         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5170         XEmacs.
5171         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5172         against non-character events.
5174 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5176         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5177         command.
5178         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5179         instead of END.  Change name of the temp file.
5180         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5181         customizable.
5183 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5185         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5186         bind `S W' to gnus-article-wide-reply-with-original; set default
5187         binding to gnus-article-read-summary-send-keys.
5188         (gnus-article-read-summary-keys): Fix the order of keys; display
5189         continuation keys correctly in the echo area; describe bindings
5190         correctly when keys end with `C-h'.
5191         (gnus-article-read-summary-send-keys): New function.
5192         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5193         for gnus-article-read-summary-send-keys; display continuation keys
5194         correctly in the echo area.
5195         (gnus-article-reply-with-original): Ignore prefix argument.
5196         (gnus-article-wide-reply-with-original): New function.
5198 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5200         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5201         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5203 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5205         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5206         (gnus-group-read-ephemeral-gmane-group): New command.
5208 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5210         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5212 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5214         * message.el (message-send-mail-function): Increase custom version.
5216         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5217         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5219 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5221         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5222         html parts correctly; support forwarded messages.
5223         (gnus-article-browse-html-article): Remove work buffers.
5225         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5226         compiling.
5227         (netrc-bound-and-true-p): New macro.
5228         (netrc-parse): Use it instead of bound-and-true-p that is not available
5229         in XEmacs 21.4.
5231 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5233         * gnus-registry.el (gnus-registry-mark-article)
5234         (gnus-registry-article-marks): Add functionality to mark articles
5235         through the Gnus registry.
5237         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5238         (netrc-parse): Use encrypt-file-alist to determine if
5239         encrypt-find-model or encrypt-insert-file-contents should be used.
5241 2007-12-19  Glenn Morris  <rgm@gnu.org>
5243         * mml.el (message-options-set, message-narrow-to-head)
5244         (message-in-body-p, message-mail-p, message-encode-message-body):
5245         Autoload.
5246         (message-remove-header, message-narrow-to-headers-or-head)
5247         (message-subscribed-p, message-make-mail-followup-to)
5248         (message-position-on-field, message-news-p)
5249         (message-options-set-recipient, message-generate-headers)
5250         (message-sort-headers): Declare as functions.
5252 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5254         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5255         convention in doc string.
5257 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5259         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5260         title to html parts.
5261         (gnus-article-browse-html-article): Pass message header to it.
5263         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5265 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5267         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5268         or password compatible with XEmacs.
5270 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5272         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5273         format document.
5274         (gnus-mime-delete-part): Don't write description line if empty.
5275         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5277 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5279         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5280         (gnus-summary-mark-read-and-unread-as-read)
5281         (gnus-summary-mark-current-read-and-unread-as-read)
5282         (gnus-summary-mark-unread-as-ticked): Doc fix.
5283         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5285 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5287         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5288         Christoph Conrad <christoph.conrad@gmx.de>.
5290 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5292         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5293         yes-or-no-p.
5295 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5297         * mm-decode.el (mm-add-meta-html-tag): New function.
5298         (mm-save-part-to-file, mm-pipe-part): Use it.
5300         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5301         gnus-y-or-n-p instead of y-or-n-p.
5302         (gnus-article-browse-html-parts): Work with message/external-body; use
5303         mm-add-meta-html-tag.
5305 2007-12-11  Glenn Morris  <rgm@gnu.org>
5307         * gnus-cache.el: Require gnus-sum not just when compiling.
5309         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5311         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5312         definitions before use.
5314         * mm-decode.el: Require gnus-util.
5315         (mm-remove-part): Only call delete-annotation on XEmacs.
5317         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5319         * nnmail.el: Require gnus-int.
5321         * spam.el: Move `require's before `eval-when-compile's.
5323         * gnus-ems.el (gnus-alive-p):
5324         * gnus-fun.el (message-goto-eoh):
5325         * gnus-util.el (gnus-group-name-decode):
5326         * mail-source.el (gnus-compress-sequence):
5327         * message.el (Info-goto-node, format-spec):
5328         * mm-bodies.el (message-options-get):
5329         * mm-decode.el (mm-view-pkcs7):
5330         * mm-util.el (gmm-write-region):
5331         * mml-smime.el (mml-compute-boundary)
5332         (gnus-completing-read-with-default):
5333         * mml.el (widget-button-press, gnus-make-hashtable):
5334         * mml1991.el (mm-decode-content-transfer-encoding)
5335         (mm-encode-content-transfer-encoding)
5336         (message-options-get, message-options-set):
5337         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5338         * nnfolder.el (gnus-request-group):
5339         * nnheader.el (ietf-drums-unfold-fws):
5340         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5341         * smime.el (gnus-run-mode-hooks):
5342         * spam-stat.el (gnus-message): Autoload.
5344         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5345         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5346         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5347         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5348         Add declare-function compatibility definition.
5350         * gnus-cache.el (nnvirtual-find-group-art):
5351         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5352         (gnus-add-image, gnus-add-wash-type):
5353         * gnus-group.el (nnkiboze-score-file):
5354         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5355         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5356         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5357         (message-tokenize-header, gnus-get-buffer-create)
5358         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5359         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5360         * gnus.el (gnus-group-decoded-name):
5361         * mail-source.el (imap-capability):
5362         * mm-bodies.el (message-options-set):
5363         * mm-decode.el (gnus-configure-windows):
5364         * mm-extern.el (message-goto-body):
5365         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5366         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5367         (epg-sub-key-validity, message-options-set):
5368         * mml.el (widget-event-point, gnus-configure-windows):
5369         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5370         * mml2015.el (epg-check-configuration, epg-configuration)
5371         (message-options-set):
5372         * nndb.el (nndb-request-article):
5373         * nnfolder.el (gnus-request-create-group):
5374         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5375         * nnmaildir.el (gnus-group-mark-article-read):
5376         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5377         * rfc1843.el (message-fetch-field):
5378         * spam.el (gnus-extract-address-components):
5379         Declare as functions.
5381 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5383         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5385 2007-12-09  Glenn Morris  <rgm@gnu.org>
5387         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5389         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5390         * message.el, mm-view.el, sieve-manage.el, smime.el:
5391         Add declare-function compatibility definition.
5393         * gnus-art.el (w3-region, w3m-region, Info-menu):
5394         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5395         * gnus-sum.el (gnus-get-predicate):
5396         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5397         * message.el (mail-abbrev-in-expansion-header-p):
5398         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5399         (w3m-detect-meta-charset, w3m-region):
5400         * sieve-manage.el (password-read, password-cache-add)
5401         (password-cache-remove):
5402         * smime.el (password-read-and-add): Declare as functions.
5404 2007-12-08  David Kastrup  <dak@gnu.org>
5406         * gnus-sum.el (gnus-summary-simplify-subject-query):
5407         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5408         `message'.
5410 2007-12-07  Glenn Morris  <rgm@gnu.org>
5412         * gnus-art.el (article-make-date-line): Revert previous change.
5414 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5416         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5418 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5420         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5421         Call gnus-add-to-range ranges only once with a prepared article-list.
5423 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5425         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5426         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5427         group names with backslashes.  Reported by Tassilo Horn
5428         <tassilo@member.fsf.org>.
5430 2007-12-06  Deepak Goel  <deego3@gmail.com>
5432         * gnus-art.el (article-make-date-line):
5433         * gnus-start.el (gnus-load):
5434         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5436 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5438         * gnus-art.el (gnus-use-idna)
5439         * gnus-start.el (gnus-site-init-file)
5440         * message.el (message-use-idna)
5441         * mm-uu.el (mm-uu-hide-markers)
5442         * smiley.el (smiley-style): Revert changes that suppress warnings.
5444 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5446         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5447         specify charset to html source.  Reported by Christoph Conrad
5448         <christoph.conrad@gmx.de>.
5450 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5452         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5453         idna-program in order to suppress byte compile warning issued by XEmacs
5454         that came to byte compile the default value section of defcustom forms
5455         recently.
5457         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5458         value of installation-directory.
5460         * message.el (message-use-idna): Don't directly refer to the value of
5461         idna-program.
5463         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5465         * smiley.el (smiley-style): Don't directly call face-attribute.
5467 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5469         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5471         * gnus-dired.el: Reduce Gnus dependencies.
5472         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5473         require.  Use autoloads instead.
5474         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5475         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5476         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5477         (gnus-dired-mode): Adjust doc string.
5478         (gnus-dired-mail-mode): New variable.
5479         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5480         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5481         (gnus-dired-mail-buffers): New function.  Return mail or message
5482         composition buffers.
5483         (gnus-dired-attach): Use it.
5484         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5485         NO-DECODE.
5486         (gnus-dired-print): Use `gnus-print-buffer' depending on
5487         `gnus-dired-mail-mode'.
5489 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5491         * rfc2047.el (rfc2047-encoded-word-regexp)
5492         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5493         explaining what regexp patterns are for.
5495 2007-12-04  Glenn Morris  <rgm@gnu.org>
5497         * password.el: Move to ../password-cache.el.
5499         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5500         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5501         * mml-smime.el (password-read, password-cache-add)
5502         (password-cache-remove):
5503         No need to autoload, since mml-sec requires password.
5505         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5506         * message.el (gnus-extract-address-components):
5507         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5509         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5510         password.
5512 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5514         * mailcap.el: Reduce dependencies.
5515         (mail-header-parse-content-type): Autoload.
5516         (mailcap-delete-duplicates): New alias.
5517         (mailcap-mime-info): Add optional argument NO-DECODE.
5518         (mailcap-mime-types): Use mailcap-delete-duplicates.
5520         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5522 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5525         function.
5527         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5528         (gnus-uu-yenc-article): New function.
5530         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5532         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5533         buffer.
5535 2007-12-02  Glenn Morris  <rgm@gnu.org>
5537         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
5538         Move to ../net.
5540         * binhex.el, uudecode.el: Move to ../mail.
5542         * encrypt.el: Remove file.
5544 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5546         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5547         matches on patches.
5549         * gnus-art.el (gnus-article-browse-html-article): Mention
5550         `mm-text-html-renderer' in the doc string.
5552         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5553         string.  Add comments.
5555         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5556         if rhs is ASCII.
5558 2007-12-01  Glenn Morris  <rgm@gnu.org>
5560         * dig.el, dns.el: Move to ../net.
5561         * format-spec.el, hex-util.el, sha1.el: Move to ../.
5563         * mail-source.el (top-level): Require format-spec before
5564         eval-when-compile.
5566 2007-11-30  Glenn Morris  <rgm@gnu.org>
5568         * encrypt.el: Require password, rather than autoloading password-read.
5570 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5572         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5573         caller can indicate whether the cache should be disregarded for this
5574         call.  This way the result of the call is reproducible at all times and
5575         can be considered a canonical server name for the supplied method.
5576         (gnus-agent-method-p): Canonicalize server names by pushing their
5577         method through `gnus-method-to-server' using the no-cache argument.
5579         * gnus-srvr.el (gnus-server-insert-server-line): Call
5580         `gnus-method-to-server' with `no-cache' argument.
5582         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5583         gnus-agent-possibly-synchronize-flags as this should be called when the
5584         server is actually being opened.
5585         (gnus-agent-possibly-synchronize-flags)
5586         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5587         flags file of an agentized server to the latter function.
5589         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5590         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5591         after a connection has been established successfully.
5593 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5595         * gnus-art.el (article-display-face): Force to display face if called
5596         interactively; check if gnus-article-x-face-too-ugly matches author.
5597         (article-display-x-face): Display face even if From header is missing
5598         as article-display-face does.
5600 2007-11-28  Richard Stallman  <rms@gnu.org>
5602         * md4.el: Move to ../.
5603         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
5605 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5607         * mail-source.el (mail-sources): Default to fetch from file for
5608         compatibility with default of nnmail-spool-file.
5610 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5612         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5613         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5614         to look for encoded word that should be encoded again.
5615         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5616         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5617         encoding pattern.
5618         (rfc2047-decode-region): Switch strict regexp and loose one according
5619         to rfc2047-allow-irregular-q-encoded-words.
5621 2007-11-26  Simon Josefsson  <simon@josefsson.org>
5623         * imap.el: Move to ../net directory.
5625 2007-11-25  Romain Francoise  <romain@orebokech.com>
5627         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5629 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5631         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5632         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5634         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5635         `nnmail-spool-file'.
5637         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5638         `nnmail-spool-file'.
5640         * gnus-move.el (gnus-change-server): Ditto.
5642         * gnus-kill.el (gnus-batch-score): Ditto.
5644         * gnus-cache.el (gnus-jog-cache): Ditto.
5646         * gnus-msg.el (gnus-summary-reply):
5647         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5649 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5651         * gnus-cache.el (gnus-cache-generate-nov-databases):
5652         Use nnml-generate-nov-databases-directory instead of
5653         nnml-generate-nov-databases-1.
5655 2007-11-24  Glenn Morris  <rgm@gnu.org>
5657         * message.el (message-tool-bar-retro): Update for rename
5658         mail_send.xpm->mail-send.xpm.
5660 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5662         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5663         `smime-ldap-search' for Emacs 22 and up.
5665 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5667         * hashcash.el: Move to ../mail directory.
5669         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
5671         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5672         `smime-ldap-search' for Emacs 22 and up.
5674 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5676         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5678         * message.el (message-send-mail-function): Fix error convention.
5679         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5680         (message-widen-reply, message-send-mail, message-talkative-question)
5681         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5682         (message-clone-locals, message-send-news): Use with-current-buffer.
5683         (message-insert-or-toggle-importance): Remove unused var `valid'.
5684         (message-make-references): Remove unused var `new-references'.
5685         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5687 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5689         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5690         (spam-split-symbolic-return-positive): Reflow docstring.
5691         (spam-backends, spam-summary-exit-behavior)
5692         (spam-mark-ham-unread-before-move-from-spam-group)
5693         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5694         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5695         (spam-clear-cache, spam-backend-check, spam-install-backend)
5696         (spam-install-statistical-backend, spam-list-of-processors)
5697         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5698         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5699         (spam-check-crm114, spam-initialize, spam-unload-hook):
5700         Fix typos in docstrings.
5702 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5704         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5705         been checked if they have never been read and those group levels are
5706         higher than the one that a user specified.
5708 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5710         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5711         foreign groups unless a group level is specified by a user.
5712         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5714 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5716         * message.el (message-send-mail-function): Require sendmail.
5718 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5720         * message.el (message-send-mail-function): Check for smtpmail too.
5722         * utf7.el (utf7-encode, utf7-decode): Use coding system
5723         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5725         * message.el (message-send-mail-function): New function.
5726         (message-send-mail-function): Set default using
5727         message-send-mail-function.  Adjust doc string.
5728         (message-send-mail-with-mailclient): New function.
5730 2007-11-17  Richard Stallman  <rms@gnu.org>
5732         * assistant.el: Remove file.
5734 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5736         * smime.el (from):
5737         * rfc2047.el (message-posting-charset):
5738         * qp.el (mm-use-ultra-safe-encoding):
5739         * pop3.el (parse-time-months):
5740         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5741         * nnml.el (files):
5742         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5743         (jka-compr-compression-info-list, ange-ftp-path-format)
5744         (efs-path-regexp):
5745         * nndiary.el (files):
5746         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5747         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5748         (epg-digest-algorithm-alist, inhibit-redisplay)
5749         (password-cache-expiry):
5750         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5751         (pgg-output-buffer, password-cache-expiry):
5752         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5753         (efs-path-regexp):
5754         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5755         (inhibit-redisplay):
5756         * mm-uu.el (file-name, start-point, end-point, entry)
5757         (gnus-newsgroup-name, gnus-newsgroup-charset):
5758         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5759         (latin-unity-ucs-list):
5760         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5761         (mm-uu-binhex-decode-function):
5762         * message.el (gnus-message-group-art, gnus-list-identifiers)
5763         (rmail-enable-mime-composing, gnus-local-organization)
5764         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5765         (gnus-read-active-file, facemenu-add-face-function)
5766         (facemenu-remove-face-function, gnus-article-decoded-p)
5767         (tool-bar-mode):
5768         * mail-source.el (display-time-mail-function):
5769         * gnus-util.el (nnmail-pathname-coding-system)
5770         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5771         (gnus-original-article-buffer, gnus-user-agent)
5772         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5773         (xemacs-codename, sxemacs-codename, emacs-program-version):
5774         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5775         * gnus-start.el (gnus-agent-covered-methods)
5776         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5777         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5778         (gnus-newsgroup-headers, gnus-group-list-mode)
5779         (gnus-group-mark-positions, gnus-newsgroup-data)
5780         (gnus-newsgroup-unreads, nnoo-state-alist)
5781         (gnus-current-select-method, mail-sources)
5782         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5783         (nnmail-spool-file, gnus-cache-active-hashtb):
5784         * gnus-mh.el (mh-lib-progs):
5785         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5786         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5787         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5788         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5789         (gnus-group-buffer):
5790         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5791         (font-lock-set-defaults):
5792         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5793         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5794         (gnus-summary-post-menu, total-parts, type, condition, length):
5795         * gnus-agent.el (gnus-agent-read-agentview):
5796         * flow-fill.el (show-trailing-whitespace):
5797         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5798         eval-and-compile wrappers for byte compiler pacifiers.
5800         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5801         (mm-display-inline-fontify): Check for featurep 'xemacs not
5802         extent-list.
5804         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5805         itimer-list.
5806         (mm-create-image-xemacs): Only do something for XEmacs.
5807         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5809         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5811         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5812         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5814 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5816         * nnimap.el (nnimap-split-download-body):
5817         * gnus-demon.el (gnus-demon):
5818         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5820 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5822         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5823         macros.
5824         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5825         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5826         copy data from unibyte buffer to multibyte current buffer.
5827         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5828         to copy data from unibyte current buffer to multibyte buffer.
5829         (nntp-make-process-buffer): Make process buffer unibyte.
5831         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5833 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5835         * pop3.el (pop3-open-server): Accept and process data more robustly at
5836         connexion start to avoid spurious "POP SSL connexion failed" errors.
5838 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5840         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5841         read group names.
5843 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5845         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5847 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5849         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5850         (nnmail-save-active): Use a unibyte buffer when saving active file,
5851         which may contain non-ASCII group names.
5853         * nnml.el (nnml-request-group): Decode group names in messages.
5855 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5857         * message.el (message-citation-line-function)
5858         (message-insert-formatted-citation-line): Fix spelling of
5859         `message-insert-formated-citation-line'.
5861 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5863         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5865 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5867         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5868         nnmail-pathname-coding-system.
5870         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5871         that a user enters; decode group names in messages.
5873         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5875 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5877         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5879         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5881         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5882         risky local variable.
5884         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5886 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5888         * encrypt.el: Improve documentation to fix function name typo.
5889         Reported by Daiki Ueno <ueno@unixuser.org>.
5891 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5893         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5894         even if the point is not in the last page of an article.
5895         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5896         back to the previous page.
5898 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5900         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5902 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5904         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5906 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5908         * message.el (message-check-news-body-syntax): Avoid
5909         mm-string-as-multibyte.
5910         (message-hide-headers): Don't assume (point-min)==1.
5912 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5914         * message.el (message-remove-blank-cited-lines): Fix if remove is
5915         given.
5916         (message-bogus-address-regexp): New variable.
5917         (message-bogus-recipient-p): New function.
5918         (message-check-recipients): New command.
5919         (message-syntax-checks): Add `bogus-recipient'.
5920         (message-fix-before-sending): Add `bogus-recipient'.
5922         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5923         (gnus-treat-body-boundary): Don't test window-system.
5925 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5927         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5929 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5931         * gnus.el: Bump version to Gnus v5.13.
5933 2007-10-28  Miles Bader  <miles@gnu.org>
5935         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5936         at compile-time too.
5938 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5940         * gnus-msg.el (gnus-message-setup-hook): Add
5941         `message-remove-blank-cited-lines' to options.
5943 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5945         * message.el (message-remove-blank-cited-lines): New function.
5946         Suggested by Karl Plästerer.
5948 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5950         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5951         mapc.
5953         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5954         (top-level): Use mapc to set functions to be traced for debugging.
5956         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5957         called for effect with while loop.
5959         * message.el (message-talkative-question): Replace mapcar called for
5960         effect with mapc.
5962         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5963         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5964         called for effect with dolist.
5966         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5968         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5969         gnus-extra-headers and nnmail-extra-headers.
5971         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5972         called for effect with dolist.
5973         (top-level): Use mapc to set functions to be traced for debugging.
5975         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5976         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5977         dolist.
5979         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5980         Replace mapcar called for effect with mapc.
5981         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5982         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5983         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5984         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5986         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5987         remove-if that's a cl function.
5989         * webmail.el (webmail-debug): Replace mapcar called for effect with
5990         dolist.
5992 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5994         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
5995         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
5996         with while loop.
5998         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
5999         functions from article-* functions.
6000         (gnus-multi-decode-header): Replace mapcar called for effect with
6001         dolist.
6003         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6004         (gnus-bookmark-show-details): Replace mapcar called for effect with
6005         while loop.
6007         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6008         called for effect with while loop.
6010         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6011         with dolist.
6013         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6014         mapcar called for effect with dolist.
6016         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6018         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6019         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6020         Replace mapcar called for effect with dolist.
6021         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6022         mapc.
6024         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6025         Replace mapcar called for effect with dolist.
6026         (gnus-topic-list): Replace mapcar called for effect with mapc.
6028         * gnus.el: Use mapc instead of mapcar to add autoloads.
6030 2007-10-23  Richard Stallman  <rms@gnu.org>
6032         * gnus-group.el (gnus-group-highlight): Mark as risky.
6034 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6036         * gnus.el (gnus-server-to-method): Return method found first in
6037         gnus-newsrc-alist.
6039         * gnus-art.el (gnus-article-highlight-signature)
6040         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6041         button overlay without the front stickiness.
6043 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6045         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6046         overview buffer needed a catch to receive its throw.
6047         (gnus-agent-flush-cache): Declared as interactive to make this function
6048         easier to use.
6050 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6052         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6053         `next-line'.
6055 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6057         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6058         exclude address matching message-dont-reply-to-names.
6060 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6062         * gnus-util.el (gnus-string<): New function.
6064         * gnus-sum.el (gnus-article-sort-by-author)
6065         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6067 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6069         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6070         the frame-focus tag is set in gnus-buffer-configuration.
6072 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6074         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6075         the front stickiness.
6077 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6079         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6080         url pattern; remove duplicate one.
6081         (gnus-article-extend-url-button): New function.
6082         (gnus-article-add-buttons): Use it.
6083         (gnus-button-push): Use concatenated url that it makes.
6085 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6087         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6088         (sieve-manage-open): Use `mapc' instead of `mapcar'.
6090 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6092         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6093         Don't hardcode point-min==1.
6095 2007-09-30  David Kastrup  <dak@gnu.org>
6097         * gnus-art.el (gnus-article-reply-with-original)
6098         (gnus-article-followup-with-original): When `transient-mark-mode' is
6099         off, refrain from active-region behavior for followups.
6101 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6103         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6104         Fix comment about "iso8859-1".
6106 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6108         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6109         ones returned from the verify-function.
6111         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6112         mml2015-extract-cleartext-signature if extraction failed.
6114 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6116         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6117         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6118         failed.
6120 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6122         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6124 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6126         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6127         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6128         thread for both the null and zero (kill/expire thread) universal prefix
6129         cases.
6130         (gnus-summary-expire-thread): Add new function to expire a thread,
6131         using gnus-summary-kill-thread.
6132         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6133         shortcuts for gnus-summary-expire-thread.
6134         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6135         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6137 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6139         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6140         extras value, so an extras entry can be deleted.
6141         (gnus-registry-delete-extra-entry): Use it.
6142         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6143         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6144         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6145         storage through the gnus-registry, and provide an appropriate API for
6146         it.
6148 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6150         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6151         Suggested by Leo <sdl.web@gmail.com>.
6153         * gnus.el: Do.
6155 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6157         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6158         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6160         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6162         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6163         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6165 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6167         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6168         newline.
6169         (nnmbox-request-accept-article): Don't change article in source buffer;
6170         narrow to header to use message-fetch-field rather than
6171         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6172         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6173         as delimiters; make sure article ends with newline.
6174         (nnmbox-delete-mail): Correct last position of article to be deleted;
6175         ignore X-Gnus-Newsgroup header in article body.
6176         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6177         positions; make sure article ends with newline.
6179         * message.el (message-display-abbrev): Don't infloop when a user
6180         inserts SPC in the beginning of header.
6182 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6184         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6185         list of groups not followed by default.  Fix type to be regexp.
6186         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6188 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6190         * hmac-def.el (define-hmac-function): Switch from old-style to
6191         new-style backquotes.
6193         * md4.el (md4-make-step): Likewise.
6195 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6197         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6198         raw-text coding system when saving .newsrc file, which may contain
6199         non-ASCII group names.
6201 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6203         * gnus-cus.el (gnus-score-extra): New widget.
6204         (gnus-score-extra-convert): New function.
6205         (gnus-score-customize): Use it for Extra.
6207 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6209         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6210         (mml2015-mailcrypt-clear-verify): Use it.
6211         (mml2015-gpg-clear-verify): Use it.
6212         (mml2015-pgg-clear-verify): Use it.
6213         (mml2015-epg-clear-verify): Replace the current part with the output
6214         from GnuPG; don't extract the plaintext by itself.
6216         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6217         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6218         mml2015-clear-verify-function; don't touch the armor headers or
6219         dash-escaped text here.
6221 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6223         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6224         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6225         parts, or application/octet-stream as a last resort.
6226         (gnus-mime-view-part-as-type): Don't toggle display.
6227         (gnus-mime-view-part-as-charset): Don't turn off display before
6228         querying charset.
6230         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6231         stuff to undisplayer function in Emacs.
6232         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6234         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6235         text/calendar parts.
6237 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6239         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6240         decoding text/calendar parts.
6242         * message.el (message-forward-make-body-mime): Always mark body as
6243         having no illegible text; remove signed-or-encrypted argument.
6244         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6246         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6247         (mml-generate-mime-1): Don't encode body if it is specified to be in
6248         raw form; don't make buffer be unibyte when inserting multibyte string.
6250 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6252         * sha1.el: Fix up comment style.
6253         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6254         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6256         * hex-util.el: Fix up comment style.
6257         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6259         * gnus-salt.el: Use with-current-buffer.
6260         (gnus-pick-setup-message): Fix long-standing typo.
6262 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6264         * imap.el (imap-logout-timeout): New variable.
6265         (imap-logout, imap-logout-wait): New functions.
6266         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6268         * nnimap.el (nnimap-logout-timeout): New server variable.
6269         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6270         nnimap-logout-timeout.
6272         * gnus-art.el (gnus-article-summary-command-nosave)
6273         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6275 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6277         * gnus.el (gnus-maximum-newsgroup): New variable.
6279         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6280         according to gnus-maximum-newsgroup.
6282         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6283         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6284         Limit the range of articles according to gnus-maximum-newsgroup.
6286 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6288         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6289         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6290         Don't perform gnus-configure-windows here; reuse existing sticky
6291         article buffer.
6293         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6294         it doesn't exist in gnus-article-mode.
6296 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6298         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6299         (gnus-agent-decoded-group-name): New function.
6300         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6301         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6303 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6305         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6306         Add binding for gnus-sticky-article.
6307         (gnus-summary-exit): Don't kill sticky article buffers.
6309         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6310         article buffer.
6311         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6312         (gnus-kill-sticky-article-buffers): New commands.
6314 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6316         * nntp.el (nntp-xref-number-is-evil): New server variable.
6317         (nntp-find-group-and-number): If it is non-nil, don't trust article
6318         numbers in the Xref header.
6320 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6322         * gnus-agent.el (gnus-agent-read-group): New function.
6323         (gnus-agent-flush-group, gnus-agent-expire-group)
6324         (gnus-agent-regenerate-group): Use it.
6325         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6326         nnmail-pathname-coding-system.
6328 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6330         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6332         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6333         that are unread as unread, and also as selected so that information of
6334         marks having been changed by a user may be updated when exiting group.
6336 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
6338         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
6340 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6342         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6343         calculated ignoring signature parts to gnus-treat-article.
6345 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6347         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6348         a point here in order to keep the window start.
6349         (gnus-insert-mime-security-button): Make a button overlay without the
6350         front stickiness.
6351         (gnus-mime-display-security): Goto the end of a button.
6353         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6355 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6357         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6358         group-name-at-point.
6359         (gnus-group-completing-read): New function that offers decoded
6360         non-ASCII group names for completion.
6361         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6362         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6363         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6364         (gnus-group-fetch-control): Use it.
6365         (gnus-fetch-group): Use group-name-at-point for the initial value
6366         rather than the default value; use gnus-alive-p.
6368         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6369         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6370         (gnus-summary-post-news): Use gnus-group-completing-read.
6372         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6373         (gnus-read-move-group-name): Decode group name for completion.
6375 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6377         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6378         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6379         Yamaoka slightly modified the code).
6381 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6383         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6384         (nnmail-split-incoming): Bind it.
6386         * nnml.el (nnml-group-name-charset): New function.
6387         (nnml-decoded-group-name): Use it; don't decode group name if
6388         nnmail-group-names-not-encoded-p is non-nil.
6389         (nnml-encoded-group-name): New function.
6390         (nnml-group-pathname): Inline nnml-decoded-group-name.
6391         (nnml-request-expire-articles): Decode group name in message.
6392         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6393         nnmail-pathname-coding-system.
6394         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6395         not decoded ones according to nnmail-group-names-not-encoded-p.
6396         (nnml-generate-active-info): Use nnml-encoded-group-name.
6398 2007-08-08  Glenn Morris  <rgm@gnu.org>
6400         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6401         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6402         doc-strings and comments.
6404 2007-07-25  Glenn Morris  <rgm@gnu.org>
6406         * Relicense all FSF files to GPLv3 or later.
6408 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6410         * gnus-sum.el (gnus-summary-move-article): Make
6411         gnus-summary-respool-article work.
6413 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6415         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6416         string.
6418 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6420         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6421         that should be ignored when comparing distant RSS articles with local
6422         ones.
6423         (nnrss-make-hash-index): New function.  Create a hash index according
6424         to the ignored fields.
6425         (nnrss-check-group): Use it.
6427 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6429         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6431         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6433         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6434         the new optional argument ENCODED is non-nil.
6435         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6436         coding system for encoding group name.
6437         (gnus-group-make-rss-group): Pass un-encoded group name to
6438         gnus-group-make-group.
6439         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6440         encoded.
6442         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6443         Encode group name to which articles are moved or copied.
6444         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6445         coding system for encoding Newsgroup, Followup-To and Xref headers.
6447         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6448         marks; use nnheader-file-coding-system to write a file.
6449         (nnagent-retrieve-headers): Bind file-name-coding-system to
6450         nnmail-pathname-coding-system.
6452         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6454         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6455         (nnml-request-article, nnml-request-create-group)
6456         (nnml-request-rename-group, nnml-find-id)
6457         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6458         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6459         (nnml-save-marks): Use nnml-group-pathname instead of
6460         nnmail-group-pathname.
6462         (nnml-request-create-group, nnml-request-expire-articles)
6463         (nnml-request-move-article, nnml-request-delete-group)
6464         (nnml-deletable-article-p, nnml-possibly-create-directory)
6465         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6466         (nnml-open-marks): Bind file-name-coding-system to
6467         nnmail-pathname-coding-system.
6469         (nnml-request-article): Pass server argument to nnml-find-group-number.
6470         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6471         server argument to nnml-possibly-create-directory.
6472         (nnml-request-accept-article): Pass server argument to
6473         nnml-active-number and nnml-save-mail.
6474         (nnml-find-group-number): Pass server argument to nnml-find-id.
6475         (nnml-request-update-info): Pass server argument to
6476         nnml-marks-changed-p.
6478         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6479         (nnml-save-mail, nnml-active-number): Add server argument.
6481         (nnml-request-delete-group): Warn if group is missing.
6482         (nnml-get-nov-buffer): Decode group name.
6483         (nnml-generate-active-info): Encode group name.
6484         (nnml-open-marks): Decode group name in messages.
6486 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6488         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6489         if it is not specified.
6490         (gnus-article-pipe-part, gnus-article-save-part)
6491         (gnus-article-interactively-view-part, gnus-article-copy-part)
6492         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6493         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6494         (gnus-article-replace-part, gnus-article-delete-part)
6495         (gnus-article-view-part-as-type): Pass raw prefix argument to
6496         gnus-article-part-wrapper.
6498 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6500         * gnus-agent.el (gnus-agent-save-active): Bind
6501         nnheader-file-coding-system to gnus-agent-file-coding-system.
6503         * gnus-cache.el (gnus-cache-save-buffers)
6504         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6505         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6506         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6507         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6508         (gnus-cache-generate-active, gnus-cache-rename-group)
6509         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6510         (gnus-cache-update-overview-total-fetched-for): Bind
6511         file-name-coding-system to nnmail-pathname-coding-system.
6512         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6513         variables.
6514         (gnus-cache-decoded-group-name): New function.
6515         (gnus-cache-file-name): Use it.
6516         (gnus-cache-generate-active): Use non-decoded group name for active.
6518         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6519         right place.
6520         (gnus-write-active-file): Don't break non-ASCII group names.
6522         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6523         nnmail-pathname-coding-system.
6525         * gnus-uu.el (gnus-uu-decode-save): Typo.
6527 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6529         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6531 2007-07-14  David Kastrup  <dak@gnu.org>
6533         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
6534         finishing actions if we did not edit the article.
6536 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6538         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6539         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6540         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6541         (gnus-agent-flush-group, gnus-agent-flush-cache)
6542         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6543         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6544         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6545         (gnus-agent-regenerate-group)
6546         (gnus-agent-update-files-total-fetched-for)
6547         (gnus-agent-update-view-total-fetched-for): Bind
6548         file-name-coding-system to nnmail-pathname-coding-system.
6549         (gnus-agent-group-pathname): Don't encode file names by
6550         nnmail-pathname-coding-system.
6551         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6552         coding-system-for-write instead of buffer-file-coding-system to
6553         gnus-agent-file-coding-system.
6555         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6556         Decode group name.
6558         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6560         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6561         (gnus-read-newsrc-el-file): Make group names unibyte.
6563         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6564         nnmail-pathname-coding-system.
6566         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6567         (nnrss-request-delete-group): Bind file-name-coding-system to
6568         nnmail-pathname-coding-system.
6569         (nnrss-read-server-data, nnrss-read-group-data): Bind
6570         file-name-coding-system correctly.
6571         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6573         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6574         (nntp-server-to-method-cache): New variable.
6575         (nntp-group-pathname): New function that decodes non-ASCII group names.
6576         (nntp-possibly-create-directory, nntp-marks-changed-p)
6577         (nntp-save-marks, nntp-open-marks): Use it.
6578         (nntp-possibly-create-directory, nntp-open-marks):
6579         Bind file-name-coding-system to nnmail-pathname-coding-system.
6580         (nntp-open-marks): Decode group names when bootstrapping marks.
6582         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6583         Newsgroups and Folowup-To headers.
6585 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6587         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6588         (gnus-server-closed-face, gnus-server-denied-face)
6589         (gnus-server-offline-face): Remove variable.
6590         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6592         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6593         of modifying message-stack directly for XEmacs.
6595         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6596         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6597         if the coding-system argument is nil for XEmacs.
6599         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6600         mm-charset-override-alist.
6602         * rfc2047.el: Don't require base64; require rfc2045 for the function
6603         rfc2045-encode-string.
6604         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6605         to quote the parameter value.
6607 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6609         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6610         form in gnus-group-name-charset-method-alist.
6612         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6613         overrides the default layout edit-form.
6615         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6617         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6619 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6621         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6622         as unfetched articles.
6624 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6626         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6628 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6630         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6631         original back end that keeps marks in the local system.
6633 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6635         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6636         arg of pop-to-buffer for XEmacs.
6637         (gnus-article-read-summary-keys): Ditto; don't restore window
6638         configuration if summary command ends up with neither article buffer
6639         nor summary buffer; describe bindings if summary keys end with C-h.
6641 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6643         * message.el (message-fix-before-sending): Skip raw message part to be
6644         forwarded while checking illegible text.
6645         (message-forward-make-body-mime, message-forward-make-body): Mark
6646         signed or encrypted raw message as having no illegible text.
6648 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6650         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6651         (gnus-message-with-timestamp-1): New macro.
6652         (gnus-message-with-timestamp): New function.
6653         (gnus-message): Use them.
6655         * nnheader.el (nnheader-message): Use them.
6657 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6659         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6660         .newsrc.eld file.
6662 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6664         * gnus-agent.el (gnus-agent-fetch-headers)
6665         (gnus-agent-retrieve-headers): Bind
6666         gnus-decode-encoded-address-function to identity.
6668         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6669         available also when the server returns simply a dot.
6671         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6673 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6675         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6677 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6679         * gnus-ems.el (gnus-x-splash): Make it work.
6681         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6682         from being used.
6684 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6686         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6687         the front stickiness.
6688         (gnus-article-summary-command-nosave): Correct the order of the
6689         arguments passed to pop-to-buffer.
6690         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6691         summary command ends up with the article buffer.
6693         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6694         the same faces.
6696 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6698         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6700 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6702         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6703         * gnus-sum.el (gnus-summary-highlight):
6704         * mail-source.el (mail-source-delete-old-incoming-confirm):
6705         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6707 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6709         * gnus-art.el (gnus-mime-view-part-externally)
6710         (gnus-mime-view-part-internally): Fix predicate function passed to
6711         completing-read.
6713         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6715         * gnus.el (gnus-update-message-archive-method): Add :version.
6717 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6719         * gnus.el (gnus-update-message-archive-method): New variable.
6721         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6722         according to gnus-message-archive-method if
6723         gnus-update-message-archive-method is non-nil.
6725 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6727         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6728         by Loic Dachary <loic@dachary.org>.
6729         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6731 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6733         * message.el (message-pop-to-buffer): Add switch-function argument.
6734         (message-mail): Pass switch-function argument to it.
6736 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6738         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6739         Improve doc string.
6741 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6743         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6744         (gnus-header-content)
6745         * gnus-cite.el (gnus-cite-10)
6746         * gnus-srvr.el (gnus-server-closed)
6747         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6748         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6749         (gnus-group-mail-3-empty, gnus-group-mail-low)
6750         (gnus-group-mail-low-empty, gnus-splash)
6751         * message.el (message-header-to, message-header-cc)
6752         (message-header-subject, message-header-other, message-header-name)
6753         (message-header-xheader, message-separator, message-cited-text)
6754         (message-mml): Lighten colors of faces used for dark background.
6756 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6758         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6759         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6761 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6763         * message.el (message-narrow-to-headers-or-head):
6764         Ignore mail-header-separator in the body.
6766 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6768         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6769         same as window size.
6771 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6773         * message.el (message-font-lock-keywords): Use message-header-xheader
6774         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6775         ahead of the anything pattern, to get it recognised.
6777 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6779         * gnus-sum.el (gnus-articles-to-read)
6780         (gnus-summary-insert-old-articles): Don't truncate group name for
6781         `read-string'.
6783         * gnus-util.el (gnus-limit-string): Delete this function.
6785         * gnus-sum.el (gnus-simplify-subject-fully): Use
6786         `truncate-string-to-width' instead.
6788 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6790         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6791         if, on summary exit, the next group has to be selected.
6792         (gnus-summary-exit): Use it.
6794 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6796         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6797         non-break space.
6799 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6801         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6802         Check if group is not a directory.
6803         (nnfolder-request-expire-articles): Don't delete articles if the target
6804         group is not available.
6806         * nnml.el (nnml-request-create-group): Properly check if group is not a
6807         file.
6808         (nnml-request-expire-articles): Don't delete articles if the target
6809         group is not available.
6811         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6812         Don't quote characters that are within parentheses.
6814 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6816         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6817         (gnus-handle-ephemeral-exit): Select article according to it.
6819 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6821         * message.el (message-insert-formated-citation-line): Remove newline.
6822         (message-citation-line-format): Add final \n here so that the user can
6823         avoid a blank line.
6825 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6827         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6828         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6829         Update lanl/arXiv support.
6831 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6833         * gnus.el: Bump version number.
6835 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6837         * gnus.el (gnus-version-number): Bump version.
6839 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6841         * gnus.el: No Gnus v0.6 is released.
6843 2007-04-27  Didier Verna  <didier@xemacs.org>
6845         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6846         * gmm-utils.el (gmm-regexp-concat): here.
6847         * message.el: Don't require 'gnus-util.
6848         (message-dont-reply-to-names): Handle name change above.
6849         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6851 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6853         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6854         since the initial value varies according to the system.
6856 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6858         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6860 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6862         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6864 2007-04-24  Didier Verna  <didier@xemacs.org>
6866         Improve the type of gnus-ignored-from-addresses.
6867         * gnus-util.el (gnus-orify-regexp): New function.
6868         * message.el (gnus-util): Require it.
6869         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6870         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6871         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6873 2007-04-24  Didier Verna  <didier@xemacs.org>
6875         * gnus-sum.el:
6876         * gnus-utils.el: Fix some trailing whitespaces.
6878 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6880         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6881         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6882         article's Message-ID; refer parent article in summary buffer.
6884         * message.el (message-bounce): Call mime-to-mml.
6886 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6888         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6890 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6892         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6893         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6894         displayed of multipart/alternative part if it is invoked from summary
6895         buffer.
6897         * mm-view.el (mm-inline-text-html-render-with-w3m)
6898         (mm-inline-text-html-render-with-w3m-standalone)
6899         (mm-inline-render-with-function): Use mail-parse-charset by default.
6901 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6903         * parse-time.el (parse-time-string-chars): Check if CHAR
6904         is less than the length of parse-time-syntax.
6906 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6908         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6909         from gnus-newsgroup-processable.
6911 2007-04-16  Didier Verna  <didier@xemacs.org>
6913         * gnus-msg.el (gnus-configure-posting-styles): Handle
6914         message-signature-directory properly with :file syntax.  Reported by
6915         "Leo".
6917 2007-04-11  Didier Verna  <didier@xemacs.org>
6919         New user option: message-signature-directory.
6920         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6921         * message.el (message-insert-signature): Ditto.
6922         * message.el (message-signature-file): Doc update.
6923         * message.el (message-signature-directory): New.
6925 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6927         * gnus-msg.el (gnus-inews-yank-articles): Use
6928         message-exchange-point-and-mark instead of exchange-point-and-mark.
6930 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6932         * message.el (message-yank-original): Make sure cited text ends with
6933         newline; don't exchange point and mark.
6935 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6937         * tls.el (open-tls-stream): Properly handle case where there
6938         is no associated buffer.
6940 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6942         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6943         message-yank-original, make sure (< mark TEXT point).
6945 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6947         * message.el (message-fill-column): New variable.
6948         (message-mode): Use it.  Add comment on a possible new hook.
6950         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6951         (nnmail-get-new-mail): Reformat.
6953         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6955         * gmm-utils.el: Fix Commentary.
6956         (gmm-tool-bar-from-list): Fix typo in doc string.
6958 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6960         * message.el (message-yank-original): Don't switch point and mark
6961         unnecessarily to put point and mark as documented.
6963 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6966         from the message heads.
6968 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
6970         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
6971         article buffer does not have a window.  This may not be the best
6972         solution but is certainly better than setting the start of the null,
6973         that is the current, window.
6975 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6977         * gnus-draft.el (gnus-draft-setup-hook): New hook.
6978         (gnus-draft-setup): Run it.
6980         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
6981         gnus-score-fast-scoring.  Allow regexp.
6982         (gnus-score-headers): Use it.
6984         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
6985         XEmacs.
6987         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
6988         string.
6989         (gnus-button-alist): Also catch `<f1> k ...'.
6990         (gnus-treat-display-x-face): Fix doc string.
6992 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6994         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
6995         evaluation of gnus-extended-version to ensure correct generation of the
6996         User-Agent header when message-generate-headers-first is used.
6998 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7000         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7001         hashcash-path is nil.  Don't call callback with incorrect number of
7002         parameters if val is 0.
7004 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7006         * message.el (message-required-news-headers):
7007         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7009 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7011         * message.el (message-generate-new-buffers): Change the meaning of the
7012         nil value; add `standard' to the choices; treat t as `unique'; improve
7013         doc string.
7014         (gnus-select-frame-set-input-focus): Autoload.
7015         (message-buffer-name): Search for the existing message buffer if
7016         message-generate-new-buffers is nil or `standard'; treat the value t of
7017         message-generate-new-buffers as `unique'.
7018         (message-pop-to-buffer): Raise the frame already displaying the message
7019         buffer; clear the echo area after querying.
7020         (message-setup): Pass the `continue' argument to compose-mail.
7021         (message-mail): Prefer `switch-function' if it is given; search for the
7022         existing message buffer if the `continue' argument is non-nil; pass
7023         continue and switch-function arguments to compose-mail by way of
7024         message-setup.
7025         (message-mail-other-window): Adjust argument of message-setup.
7026         (message-mail-other-frame): Ditto.
7028 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7030         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7031         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7032         to turn font-lock on when turning gnus-message-citation-mode on.
7034 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7036         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7037         (mml-smime-function-alist): New variable; add epg as the backend.
7038         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7039         mml-smime- functions instead.
7040         * mm-view.el: Require smime.
7042 2007-03-05  Didier Verna  <didier@xemacs.org>
7044         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7045         instead of just inheritance for posting styles.
7046         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7048 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7050         * tls.el (tls-certtool-program): Fix custom type.
7052 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7054         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7055         and point-at-eol instead of line-(beginning|end)-position.
7057         * assistant.el (assistant-parse-buffer): Ditto.
7059 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7061         * mml2015.el (mml2015-epg-find-usable-key): New function.
7062         (mml2015-epg-sign): Use it.
7063         (mml2015-epg-encrypt): Use it.
7065 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7067         * message.el (message-make-in-reply-to): Quote name containing
7068         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7069         if there are special characters.  Reported by NAKAJI Hiroyuki
7070         <nakaji@jp.freebsd.org>.
7072 2007-02-27  Didier Verna  <didier@xemacs.org>
7074         Include the group parameters as well as the topic ones in the
7075         inheritance filter process.
7076         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7077         argument GROUP-PARAMS-LIST.
7078         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7080 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7082         * nntp.el (nntp-never-echoes-commands)
7083         (nntp-open-connection-functions-never-echo-commands): New variables.
7084         (nntp-send-command): Use them.
7086 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7088         * mml2015.el (mml2015-epg-verify): Simplified.
7090 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7092         * mml.el (mml-content-disposition-alist): New user option.
7093         (mml-content-disposition): New function.
7094         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7095         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7097 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7099         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7100         verification.
7102 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7104         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7105         articles posted in the last 24 hours.
7107 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7109         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7111 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7113         * nntp.el (nntp-send-command): Don't wait for echoes when
7114         nntp-open-ssl-stream is used.
7116 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7118         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7119         (gnus-message-add-citation-keywords)
7120         (gnus-message-remove-citation-keywords): Remove.
7121         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7122         directly, make the variables in font-lock-defaults buffer-local, add
7123         gnus-message-citation-keywords to them and then update the value of
7124         font-lock-keywords.
7126 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7128         * message.el (message-cite-original-1): Don't call
7129         gnus-article-highlight-citation.
7131         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7132         citations; fix line count.
7134 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7136         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7137         (gnus-message-add-citation-keywords)
7138         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7139         versions of font-lock-add-keywords and font-lock-remove-keywords to
7140         work with XEmacs correctly.
7142 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7144         * gnus-cite.el (gnus-cite-face-list): Set the values of
7145         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7146         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7147         (gnus-message-cite-prefix-regexp): New variable.
7148         (gnus-message-search-citation-line): Use it; protect against long
7149         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7150         the 0th match data for Emacs.
7151         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7152         (gnus-message-add-citation-keywords): Append keywords rather than
7153         prepending; emulate font-lock-add-keywords if it is not available.
7154         (gnus-message-remove-citation-keywords): Emulate
7155         font-lock-remove-keywords if it is not available.
7157         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7159         * message.el (message-cite-prefix-regexp): Set the value of
7160         gnus-message-cite-prefix-regexp.
7162 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7164         * nnweb.el (nnweb-google-parse-1): Update parser.
7166 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7168         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7170 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7172         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7173         regexp.
7175 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7177         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7178         string-to-multibyte.
7179         (uudecode-decode-region-internal): Use it.
7181 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7183         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7184         custom choice.
7186         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7188 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7190         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7192         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7193         `write-region' to respect `mm-inhibit-file-name-handlers'.
7195 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7197         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7198         Use gnus-home-directory instead of "~/" or "$HOME".
7200 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7202         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7203         to mention filename.
7204         Add comments at beginning regarding usage.
7205         (encrypt-write-file-contents): Change interactive so a string is
7206         acceptable.  If the file has no associated model, show an error instead
7207         of a nonsense prompt.
7209 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7211         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7212         Thanks to Yoshihiko Yamada for kind notification of this typo.
7214 2007-01-12  Kenichi Handa  <handa@m17n.org>
7216         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7217         multibyte buffer.
7219 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7221         * gnus-score.el (gnus-score-fast-scoring): New variable.
7222         (gnus-score-headers): Use it.
7224         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7226         * message.el (message-cite-original-1): Call
7227         gnus-article-highlight-citation if requested.
7228         (message-make-from): Allow name and address as optional arguments.
7230         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7232         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7233         bugs to doc string.
7234         (gnus-button-alist): Add mid\\|message-id.
7235         (gnus-button-fetch-group): Extend for use in
7236         `browse-url-browser-function'.
7237         (gnus-button-url-regexp): Try to catch paired parentheses like in
7238         Wikipedia URLs.
7240         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7241         Suggested by Simon Krahnke <overlord@gmx.li>.
7243 2007-01-13  Romain Francoise  <romain@orebokech.com>
7245         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7246         Update copyright.
7248 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7250         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7252 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7254         * gnus-registry.el (gnus-registry-unfollowed-groups)
7255         (gnus-registry-split-fancy-with-parent): Fix documentation.
7257 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7259         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7260         from nnweb groups.
7262 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7265         Xref urls.  Erase buffer before requesting head.
7267         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7269 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7271         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7272         customizable.
7274 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7276         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7277         no signing key is found.
7278         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7279         no encrypting and/or signing key is found.
7281 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7283         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7285 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7287         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7288         headers read from disk with the ones newly found in the current search.
7289         This should no longer cause problems, because the article numbers in
7290         Gmane's `nov.php' output are ignored since the previous change.
7292 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7294         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7296 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7298         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7300 2007-01-01  Romain Francoise  <romain@orebokech.com>
7302         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7304 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7306         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7307         `define-minor-mode' macro definition expanded properly.
7308         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7309         exclude it there.
7311         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7312         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7313         `fboundp' test.
7314         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7315         This is OK to autoload in (S)XEmacs now.
7317 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7319         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7320         keystroke.
7321         (gnus-summary-limit-to-singletons): Fix typo.
7323         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7324         else fails.
7326 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7328         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7329         docstring.
7331         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7332         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7333         (gnus-summary-insert-dormant-articles): Fix typo in message.
7335 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7337         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7338         nil for XEmacs.
7339         (gnus-message-citation-mode): Don't autoload in XEmacs.
7341         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7343 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7345         * nnimap.el (nnimap-expunge-search-string): Mention
7346         nnimap-search-uids-not-since-is-evil in docstring.
7348 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7350         * spam.el: Revert to make-obsolete-variable because
7351         define-obsolete-variable-alias is not supported in Emacs 21.
7353         * spam.el (spam-ifile-path, spam-ifile-database-path)
7354         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7355         make-obsolete-variable.
7356         (spam-bsfilter-path, spam-bsfilter-program)
7357         (spam-spamassassin-path, spam-spamassassin-program)
7358         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7359         use "path" inappropriately.
7360         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7361         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7362         variable names.
7364 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7366         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7367         summary buffer.
7369         * password.el (password-cache-remove): Use clear-string to burn
7370         password, if available.
7372 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7374         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7376         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7378         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7379         (gnus-message-highlight-citation): Move defcustom here from
7380         gnus-cite.el.
7381         (gnus-message-citation-mode): Autoload.
7383         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7384         checks to make it compile with XEmacs.
7385         (gnus-message-citation-mode): New minor mode.
7386         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7387         (gnus-message-highlight-citation): New variables.
7388         (gnus-message-search-citation-line)
7389         (gnus-message-add-citation-keywords)
7390         (gnus-message-remove-citation-keywords)
7391         (turn-on-gnus-message-citation-mode)
7392         (turn-off-gnus-message-citation-mode): New functions.
7394 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7396         * gnus-cite.el: Enable highlighting of different citation levels in
7397         message-mode.
7399 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7401         * message.el (message-make-fqdn): Fix comment.
7402         (message-bogus-system-names): Add ".local".
7404         * spam.el (spam-ifile-path, spam-ifile-program)
7405         (spam-ifile-database-path, spam-ifile-database)
7406         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7407         Don't use "path" inappropriately.
7408         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7409         strings.
7410         (spam-check-ifile, spam-ifile-register-with-ifile)
7411         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7412         new variable names.
7414         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7415         (gnus-treat-display-smileys): Simplify using
7416         gnus-image-type-available-p.
7418         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7419         available.
7421 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7423         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7424         one after turning on the buffer's multibyteness instead of decoding
7425         them directly in the unibyte buffer that causes unexpected conversion
7426         in Emacs 23 (unicode).
7428 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7430         * message.el (message-generate-hashcash): Fix custom type.
7432 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7434         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7436 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7438         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7439         disconnect icons.  Add help text.
7441 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7443         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7444         negated to be consistent with the others we handle.
7446 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7448         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7449         version of gnus-summary-buffer to something, so that we can use two
7450         article buffers at the same time.
7452 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7454         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7455         trigger all the extra headers.
7456         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7457         sorting.
7459 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7461         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7462         solid groups.
7464 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7466         * legacy-gnus-agent.el: Add Copyright notice.
7468 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7470         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7472 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7474         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7476         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7477         to make it work reliably in CVS Emacs.
7478         (gnus-summary-limit-strange-charsets-predicate)
7479         (gnus-summary-limit-to-predicate): New functions.
7481 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7483         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7484         specifying array size.
7485         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7486         array if it is too small.
7487         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7488         (gnus-sort-threads-loop): New function.
7490 2006-12-06  Chris Moore  <dooglus@gmail.com>
7492         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7493         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7495 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7497         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7498         options.
7500 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7503         DOS-ing the recipient.
7505         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7506         the headers when creating the mapping to avoid mismappings.
7507         (nnweb-gmane-create-mapping): Always nix out old mapping.
7509 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7511         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7512         and mm-verify-option to never.
7514 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7516         * message.el (message-signed-or-encrypted-p): New function.
7517         (message-forward-make-body): Use it.
7519         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7520         Replace encode-coding-string with mm-encode-coding-string.
7522 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7524         * nneething.el (nneething-decode-file-name): Replace
7525         decode-coding-string with mm-decode-coding-string.
7527         * gnus-int.el (gnus-open-server): Say failed server's name.
7529 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7531         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7532         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7534         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7535         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7536         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7537         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7538         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7539         (gnus-subscribe-newsgroup, gnus-1):
7540         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7541         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7542         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7543         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7545 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7547         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7548         keystroke.
7549         (gnus-summary-limit-to-bodies): Implement headersp.
7551 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7553         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7555 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7557         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7559 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7561         * message.el (message-generate-hashcash): Expand range of values to
7562         include `opportunistic'.
7563         (message-send-mail): Use it.
7565 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7567         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7568         and comment it.
7570         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7572 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7574         * gnus-util.el (gnus-extract-address-components): Improve comment.
7576 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7578         * gnus-util.el (gnus-extract-address-components): Work with address in
7579         which the name portion contains @.
7581 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7583         * gnus.el (gnus-start): Move custom group up.
7584         (gnus-select-method): Don't autoload, but make it available for
7585         `customize-variable'.
7586         (gnus-getenv-nntpserver): Don't autoload.
7588 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7590         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7592 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7594         * message.el (message-sendmail-extra-arguments): New variable.
7595         (message-send-mail-with-sendmail): Use it.
7597 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7599         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7600         mm-with-unibyte-current-buffer to make string unibyte.
7602         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7603         mm-string-as-multibyte.
7605 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7607         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7608         Reported by Werner Koch <wk@gnupg.org>.
7610 2006-11-14  Daiki Ueno  <ueno@p360>
7612         * mml2015.el: Autoload epa-select-keys when compiling.
7614 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7616         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7617         message-options.
7618         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7620 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7622         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7623         EasyPG (< 0.0.6).
7624         (mml2015-always-trust): New user option.
7625         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7626         prompt.
7628 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7630         * nntp.el (nntp-authinfo-force): New variable.
7631         (nntp-send-authinfo): Use it.
7633 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7635         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7636         decode encoded words.  Improve prompt.  Add comment about forwarding.
7637         (message-replacement-char): Move up.
7639 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7641         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7642         instead of gnus-intersection because arguments of gnus-sorted-nunion
7643         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7645 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7647         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7648         (message-simplify-subject-functions): Enable
7649         message-strip-subject-encoded-words by default.
7651 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7653         * message.el (message-strip-subject-encoded-words): New function.
7654         (message-simplify-subject-functions): New variable.
7655         (message-simplify-subject): Use it.  Fix typo in doc string.
7656         Support message-strip-subject-encoded-words.
7658 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7660         * gnus-diary.el (gnus-diary-delay-format-function):
7661         * nndiary.el (nndiary-reminders):
7662         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7664 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7666         * gnus-art.el (article-hide-boring-headers): Fetch date from
7667         gnus-original-article-buffer to avoid problems with localized date
7668         strings.
7670 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7672         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7674 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7676         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7677         New variables.
7678         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7679         (mm-charset-synonym-alist): Move some entries to
7680         mm-codepage-iso-8859-list.
7681         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7682         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7684 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7686         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7688 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7690         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7691         with Emacs 21 and XEmacs.
7693 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7695         * spam.el (spam-parse-address): New function for better parsing,
7696         catching errors, etc.
7697         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7699 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7701         * mm-view.el: Add interactive arg to html2text autoload.
7703 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7705         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7707 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7709         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7710         variables.
7711         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7712         (mm-charset-synonym-alist): Move some entries to
7713         mm-codepage-iso-8859-list.
7715         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7717 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7719         * message.el (message-citation-line-format)
7720         (message-insert-formated-citation-line): Fix implementation of %E, %N
7721         and %n according to the doc string.
7723 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7725         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7726         car-safe to avoid bad parses.
7728 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7730         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7731         names.
7733         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7735 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7737         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7738         header.
7740         * message.el (message-draft-headers): Add Date.
7741         (message-headers-to-generate): Fix typo in docstring.
7743         * nndraft.el (nndraft-required-headers): New variable.
7744         (nndraft-generate-headers): Use it.
7746         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7748 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7750         * gnus-registry.el (gnus-registry-wash-for-keywords)
7751         (gnus-registry-find-keywords): New functions to allow easy searching of
7752         articles that are in the registry.
7754 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7756         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7757         ietf-drums-parse-address instead of gnus-extract-address-components.
7758         Reported by Damien Elmes <damien@repose.cx>.
7760 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7762         * gnus.el (gnus-mime): Remove unused custom group.
7764 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7766         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7767         "blank line" when searching for end of armor headers.
7769 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7771         * gmm-utils.el (gmm-write-region): Fix variable name.
7773 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7775         * gmm-utils.el (gmm-write-region): New function based on compatibility
7776         code from `mm-make-temp-file'.
7778         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7780         * nnmaildir.el (nnmaildir--update-nov)
7781         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7782         Use `gmm-write-region'.
7784 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7786         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7787         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7789         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7791         * message.el (message-replacement-char): New variable.
7792         (message-fix-before-sending): Use it.
7793         (message-simplify-subject): New function to remove duplicate code.
7794         (message-reply, message-followup): Use it.
7796         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7797         gnus-summary-limit-to-articles.
7799 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7801         * gnus-util.el (gnus-with-local-quit): New macro.
7803         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7805 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7807         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7808         ignore non-string data.
7810 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7812         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7813         non-string data (needs to be done in the registry too).
7815 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7817         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7818         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7819         (gnus-registry-split-fancy-with-parent)
7820         (gnus-registry-fetch-simplified-message-subject-fast)
7821         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7822         Remove text properties on ingress into the registry and when it's saved.
7823         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7824         registry from entries with no groups.
7826 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7828         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7829         function to remove string properties.
7831 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7833         * gmm-utils.el (gmm): Adjust custom version.
7835         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7836         custom version.
7838         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7840 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7842         * gnus-art.el (gnus-insert-prev-page-button)
7843         (gnus-insert-next-page-button): Simplify.  Reformat.
7845 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7847         * gnus-art.el (gnus-insert-prev-page-button)
7848         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7850 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7852         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7854 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7856         * gnus-art.el (gnus-insert-mime-button)
7857         (gnus-insert-mime-security-button):
7858         Apply gnus-article-button-face to MIME and security buttons.
7860 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7862         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7863         readable.
7865 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7867         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7868         `browse-url-of-file' instead of `browse-url'.
7870 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7872         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7873         regexp.  Articles containing quotation were cut prematurely.
7875 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7877         * message.el (message-cite-original-1): Use nobody by default for the
7878         value of From header.
7879         (message-reply): Ditto.
7881 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7883         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7884         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7885         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7887 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7889         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7890         mails in the doc string.  Add some URLs in comment.
7891         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7893 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7895         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7896         backslashes handling and the way to find boundaries of quoted strings.
7898 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7900         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7901         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7902         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7903         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7905 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7907         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7908         doc string.
7909         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7911 2006-09-06  Simon Josefsson  <jas@extundo.com>
7913         * mml2015.el (mml2015-use): Doc fix, mention epg.
7915 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7917         * mml2015.el (mml2015-use): Default to epg, if available.
7919 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7921         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7922         message-sender.
7923         (mml1991-epg-encrypt): Ditto.
7924         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
7925         message-sender.
7926         (mml2015-epg-encrypt): Ditto.
7928 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7930         * message.el (message-send-mail-with-sendmail): Look for sendmail in
7931         several common directories.
7933 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7935         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
7936         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
7938 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7940         * gnus-art.el (article-decode-encoded-words): Make it fast.
7942 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7944         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
7946         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
7947         in quoted string into `\'.
7949 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7951         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7952         Use standard-syntax-table.
7954 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7956         * gnus-art.el (gnus-decode-address-function): New variable.
7957         (article-decode-encoded-words): Use it to decode headers which are
7958         assumed to contain addresses.
7959         (gnus-mime-delete-part): Remove useless `or'.
7961         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
7962         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
7963         (gnus-nov-parse-line): Use it to decode From header.
7964         (gnus-get-newsgroup-headers): Ditto.
7965         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
7967         * mail-parse.el (mail-decode-encoded-address-region): New alias.
7968         (mail-decode-encoded-address-string): New alias.
7970         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7971         New function.
7972         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
7973         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
7974         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
7975         (rfc2047-decode-string): Ditto.
7976         (rfc2047-decode-address-region): New function.
7977         (rfc2047-decode-address-string): New function.
7979 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
7981         * message.el (message-caesar-buffer-body): Allow rotating headers.
7983         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
7985         * message.el (message-insert-formated-citation-line): Fix %f.
7986         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
7988 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7990         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
7991         (gnus-bookmark-mouse-available-p): New macro.
7992         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
7993         (gnus-bookmark-bmenu-show-infos): Use it.
7994         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
7995         (gnus-bookmark-bmenu-hide-infos): Ditto.
7996         (gnus-bookmark-remove-properties): New function.
7997         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
7998         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
7999         (gnus-bookmark-write-file): Bind coding-system-for-write.
8000         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8001         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8002         group before selecting it.
8003         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8004         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8005         quit-window if it is not available; use gnus-mouse-2 and bind it to
8006         gnus-bookmark-bmenu-select-by-mouse.
8007         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8008         (gnus-bookmark-bmenu-select-by-mouse): New function.
8010 2006-08-13  Romain Francoise  <romain@orebokech.com>
8012         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8013         space.
8015 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8017         * compface.el (uncompface): Use binary rather than raw-text-unix.
8019 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8021         * compface.el (uncompface): Make sure the eol conversion doesn't take
8022         place when communicating with the external programs.  Reported by
8023         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8025 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8027         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8029 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8031         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8032         Make it more robust by parsing author and date independently.
8034 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8036         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8038 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8040         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8041         first matching secret key.
8042         (mml2015-epg-encrypt): Ditto.
8044         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8045         first matching secret key.
8046         (mml1991-epg-encrypt): Ditto.
8048         * mml2015.el (mml2015-encrypt-to-self): New user option.
8049         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8050         mml2015-epg-encrypt-to-self is set.
8052         * mml1991.el (mml1991-encrypt-to-self): New variable.
8053         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8054         mml1991-epg-encrypt-to-self is set.
8056         * mml2015.el (mml2015-signers): New user option.
8057         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8058         (mml2015-epg-encrypt): Allow to select signing keys.
8060         * mml1991.el (mml1991-signers): New variable.
8061         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8062         (mml1991-epg-encrypt): Allow to select signing keys.
8064 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8066         * nnheader.el (nnheader-insert-head): Make it work even if the file
8067         uses CRLF for the line-break code.
8069 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8071         * mml2015.el: Require mml-sec instead of password.
8072         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8073         (mml2015-cache-passphrase): Inherit the default value from
8074         mml-secure-cache-passphrase.
8075         (mml2015-passphrase-cache-expiry): Inherit the default value from
8076         mml-secure-passphrase-cache-expiry.
8078         * mml1991.el: Require mml-sec instead of password.
8079         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8080         (mml1991-cache-passphrase): Inherit the default value from
8081         mml-secure-cache-passphrase.
8082         (mml1991-passphrase-cache-expiry): Inherit the default value from
8083         mml-secure-passphrase-cache-expiry.
8085         * mml-sec.el: Require password.
8086         (mml-secure-verbose): New user option.
8087         (mml-secure-cache-passphrase): New user option.
8088         (mml-secure-passphrase-cache-expiry): New user option.
8090 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8092         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8093         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8094         andreas@altroot.de (Andreas Vögele).
8096         FIXME: Use `tiny change'?
8098 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8100         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8101         workaround for the url package included with Emacs.
8103         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8105 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8107         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8108         correctly.  This fixes a bug caused by the 2006-05-12 change.
8110 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8112         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8113         some information about the error when saying that the `bogus' mail
8114         group will be used.
8116 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8118         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8119         string.
8121 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8123         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8125 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8127         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8129 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8131         * mml1991.el (mml1991-function-alist): Add epg.
8132         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8133         (mml1991-epg-encrypt): New functions.
8135 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8137         * mml2015.el (mml2015-verbose): New variable.
8138         (mml2015-cache-passphrase): Ditto.
8139         (mml2015-passphrase-cache-expiry): Ditto.
8140         (mml2015-function-alist): Add epg.
8141         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8142         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8143         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8144         functions.
8146 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8148         * message.el (message-cite-original-1): Preserve region when removing
8149         quoted text due to X-No-Archive in order to avoid bogus attribution
8150         when citing multiple messages.
8152 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8154         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8155         Kenneth Jacker <khj@be.cs.appstate.edu>.
8157 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8159         * gnus-diary.el (gnus-user-format-function-d)
8160         (gnus-user-format-function-D): Autoload.
8162         * imap.el (Commentary): Fix typo.
8164         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8165         2006-04-22 contribution.
8167 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8169         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8170         It didn't really fix the bogosity I'm seeing with solid web groups.
8172 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8174         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8175         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8176         created using server names.  If we use the feature without declaring
8177         it, Gnus does not properly manage server and group state.
8179         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8180         bound.
8182 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8184         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8185         looking up the method using GROUP's prefix before inventing a new one.
8186         It is used on killed/unknown groups in various places where returning
8187         an all-new method isn't expected by the caller.
8189         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8190         and match semantics of gnus-group-real-prefix.
8192 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8194         * nnmail.el (nnmail-broken-references-mailers): New variable.
8195         (nnmail-ignore-broken-references): New function generalizing
8196         nnmail-fix-eudora-headers.
8197         (nnmail-fix-eudora-headers): Now obsolete.
8199         * gnus-art.el (gnus-button-handle-custom): Support
8200         `customize-apropos*'.
8202 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8206         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8207         articles.
8209 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8211         * message.el (message-cite-reply-above): New variable.
8212         (message-yank-original): Use it.
8214 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8216         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8218 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8220         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8221         as read.
8223         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8225 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8227         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8228         (gnus-bookmark-default-file): Use gnus-directory.
8229         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8230         Remove "*" in doc string.
8231         (gnus-bookmark-write-file): Simplify.
8232         (gnus-bookmark-maybe-sort-alist): Use `when'.
8233         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8234         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8235         FIXME about Emacs 21 and XEmacs compatibility.
8236         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8237         compatibility.
8238         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8239         compatibility.
8240         (gnus-bookmark-menu-heading): Fix version.
8242 2006-06-19  Bastien Guerry  <bzg@altern.org>
8244         * gnus-bookmark.el: New file.
8246 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8248         * message.el (message-syntax-checks): Doc fix.
8250 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8252         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8253         unsubscribed groups as if they were killed ones.  It causes duplicate
8254         entries in gnus-newsrc-alist.
8256 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8258         * message.el (message-syntax-checks): Doc fix.
8259         (message-send-mail): Add check for continuation headers.
8260         (message-check-news-header-syntax): Fix regexp used to check for
8261         continuation headers.
8263 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8265         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8267 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8269         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8271 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8273         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8274         default-truncate-lines.
8276 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8278         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8279         to fill the utf-8 entry.
8281 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8283         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8285 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8287         * gnus-agent.el (directory-files-and-attributes): Move all the way
8288         forward (the third and final move).
8289         (gnus-agent-read-agentview): Trap reconstruction errors due to
8290         nonexistent directory.  Handle by returning nil.
8292 2006-05-30  Didier Verna  <didier@xemacs.org>
8294         * message.el (message-dont-reply-to-names): Update the custom type.
8295         * message.el (message-dont-reply-to-names): New defsubst: potentially
8296         convert a list of regexps into a single one.
8297         * message.el (message-get-reply-headers): Use it.
8298         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8300 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8302         * gnus-agent.el (directory-files-and-attributes): Move forward.
8304 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8306         * gnus-ml.el (gnus-mailing-list-subscribe)
8307         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8308         (gnus-mailing-list-message): Fix doc strings.
8310 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8312         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8313         of doing it manually.
8315 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8317         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8318         comment.
8320 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8322         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8323         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8324         (gnus-agent-read-local): All symbols allocated in my-obarray.
8325         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8326         (gnus-agent-regenerate-group): Check numeric names to see if they are
8327         messages or groups.
8328         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8329         better way of do this...)
8331         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8332         'dummy.group' (there should be a better way of do this...)
8334 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8336         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8337         (gnus-saved-headers): Ditto.
8338         (gnus-default-article-saver): Mention functions may have properties.
8339         (gnus-article-save): Override gnus-save-all-headers and
8340         gnus-saved-headers by :headers property which saver function may have.
8341         (gnus-summary-save-in-file): Add :headers property.
8342         (gnus-summary-write-to-file): Ditto.
8344         * gnus-sum.el (gnus-summary-save-article): Bind
8345         gnus-prompt-before-saving to t when saving many articles in a file;
8346         always show all headers.
8348 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8350         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8351         marks.
8353         * message.el (message-indent-citation): Add optional arguments to allow
8354         using it outside of message buffers.
8356         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8357         (gnus-article-treat-unfold-headers): Use it.
8358         (gnus-article-truncate-lines): New variable.
8359         (gnus-article-mode): Use it.
8360         (gnus-article-toggle-truncate-lines): New function.
8362         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8363         gnus-article-toggle-truncate-lines.
8365         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8366         coding system in XEmacs, use binary.
8368 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8370         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8371         after-load-alist.
8373         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8374         this function should save decoded articles.
8375         (gnus-summary-write-to-file): Use property to specify this function
8376         should save decoded articles and specify gnus-summary-save-in-file
8377         should be used to save articles other than the first one when saving
8378         many articles.
8379         (gnus-summary-save-body-in-file): Use property to specify this
8380         function should save decoded articles.
8381         (gnus-summary-write-body-to-file): Use property to specify this
8382         function should save decoded articles and specify
8383         gnus-summary-save-body-in-file should be used to save articles other
8384         than the first one when saving many articles.
8386         * gnus-sum.el (gnus-summary-save-article): Simplify.
8388 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8390         * gnus-art.el (gnus-default-article-saver): Add
8391         gnus-summary-write-body-to-file.
8392         (gnus-article-save-coding-system): Don't use coding system object
8393         in XEmacs.
8394         (gnus-read-save-file-name): Add optional `dir-var' argument which
8395         specifies directory in which files are saved; work even if optional
8396         `variable' argument is not specified.
8397         (gnus-summary-write-to-file): Read file name.
8398         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8399         (gnus-summary-write-body-to-file): New function.
8401         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8402         (gnus-summary-local-variables): Add it.
8403         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8404         (gnus-summary-save-article): Remove optional `decode' argument;
8405         determine whether to decode articles by the value of
8406         gnus-default-article-saver; when saving many files using
8407         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8408         it first and use gnus-summary-save-in-file or
8409         gnus-summary-save-body-in-file thereafter unless
8410         gnus-prompt-before-saving is always; move point to article which
8411         will be saved.
8412         (gnus-summary-save-article-file): Revert.
8413         (gnus-summary-write-article-file): Revert.
8414         (gnus-summary-save-article-body-file): Revert.
8415         (gnus-summary-write-article-body-file): New function.
8417 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8419         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8421 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8423         * gnus-art.el (gnus-default-article-saver): Doc fix.
8424         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8425         from gnus-summary-save-article-coding-system, and default to a
8426         certain coding system.
8427         (gnus-output-to-file): Add coding cookie and encode text according
8428         to gnus-article-save-coding-system; don't use mm-append-to-file.
8430         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8431         gnus-art.el and rename to gnus-article-save-coding-system.
8432         (gnus-summary-save-article): Require gnus-art; don't show all
8433         headers if it decodes articles; don't add coding cookie here;
8434         don't bind mm-text-coding-system-for-write.
8435         (gnus-summary-save-article-file): Save decoded articles.
8436         (gnus-summary-write-article-file): When saving many files, use
8437         gnus-summary-write-to-file first and gnus-summary-save-in-file
8438         thereafter unless gnus-prompt-before-saving is always.
8439         (gnus-summary-save-article-body-file): Save decoded articles.
8441 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8443         * nnrss.el (nnrss-check-group): Bind hash-index.
8445 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8447         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8448         its hash index.  Store this hash in `nnrss-group-data'.
8449         (nnrss-read-group-data): Update accordingly.
8451 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8453         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8454         entry.
8456         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8457         gnus-article-browse-html-article.
8459 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8461         * gnus-sum.el (gnus-summary-mime-map): Add
8462         gnus-article-browse-html-article.
8463 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8465         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8466         suitable coding systems in customize.
8468 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8470         * mail-source.el (mail-sources): Fix custom type.
8472 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8474         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8475         (gnus-summary-expire-articles-now): Shorten prompt.
8477         * gmm-utils.el (wid-edit): Require.
8478         (defun-gmm): Renamed from `gmm-defun-compat'.
8479         (gmm-image-search-load-path): Use it.
8480         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8482 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8484         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8485         variable.
8486         (gnus-summary-save-article): Add optional `decode' argument.  If
8487         it is set and gnus-summary-save-article-coding-system is non-nil,
8488         save decoded article.
8489         (gnus-summary-write-article-file): Save decoded article if
8490         gnus-summary-save-article-coding-system is non-nil.
8492         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8493         type.
8495 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8497         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8499 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8501         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8502         first to test gnus-single-article-buffer which may be buffer-local.
8504         * gnus-sum.el (gnus-summary-setup-buffer): Make
8505         gnus-single-article-buffer buffer-local and nil in ephemeral
8506         group; make gnus-article-buffer, gnus-article-current, and
8507         gnus-original-article-buffer always buffer-local.
8508         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8509         group.
8510         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8512 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8514         * nnml.el (nnml-request-compact-group): Compressed files might not
8515         have .gz extension.
8517 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8519         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8520         (mm-copy-to-buffer): Use with-current-buffer.
8521         (mm-display-part): Simplify.
8522         (mm-inlinable-p): Add optional arg `type'.
8524 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8526         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8527         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8528         Try harder to show the attachment internally or externally using
8529         gnus-mime-view-part-as-type.
8531 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8533         * message.el (message-from-style, message-signature-separator)
8534         (message-user-organization-file, message-send-mail-function)
8535         (message-citation-line-function, message-yank-prefix)
8536         (message-indent-citation-function, message-signature)
8537         (message-signature-file, message-signature-insert-empty-line):
8538         Remove autoloads.
8540         * gnus-art.el (gnus-buttonized-mime-types): Remove
8541         "multipart/signed".  Revert 2006-04-26 change.
8543 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8545         * gnus.el (gnus-version-number): Bump version.
8547 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8549         * gnus.el: No Gnus v0.5 is released.
8551 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8553         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8554         fetching articles by message-id.
8556 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8558         * message.el (hashcash): Require hashcash as normal.
8560         * ecomplete.el (ecomplete-highlight-match-line): Use
8561         point-at-eol.
8562         (ecomplete-highlight-match-line): Use `highlight', because that
8563         face exists in both Emacs and XEmacs.
8565         * message.el (message-display-abbrev): Use point-at-bol.
8567         * mail-source.el: Don't require timer/timer-funcs.
8569         * gnus-async.el: Ditto.
8571         * password.el: Ditto.
8573         * mm-url.el: Ditto.
8575         * mm-util.el: Require timer/timer-funcs.
8577 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8579         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8580         Close.
8582 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8584         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8585         unibyte after clear-decrypt function runs.
8587         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8588         returns as a unibyte string.
8590 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8592         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8593         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8594         (mml1991-pgg-encrypt): Ditto.
8596 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8598         * message.el (message-user-organization-file): Check several
8599         locations of the organization file.
8601         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8602         Add gnus-article-view-part-as-type.
8604         * gnus-art.el (gnus-article-view-part-as-type): New function.
8606         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8607         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8609         * mml.el: Simplify autoload.
8610         (mml-mode): defvar dnd-protocol-alist instead of using
8611         symbol-value.
8612         (mml-default-directory): New variable.
8613         (mml-minibuffer-read-file): Use it.
8614         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8616         * message.el (message-citation-line-format): New variable.
8617         (message-insert-formated-citation-line): New function.
8618         (message-citation-line-function): Add
8619         `message-insert-formated-citation-line' to custom type.
8621         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8622         to doc string.
8624         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8625         depending on mm-verify-option.
8627 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8629         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8630         binding pgg-* variables; reimplement the section which prevents
8631         MIME header from being signed.
8632         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8633         pgg-text-mode; remove a blank line at the top of body.
8635         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8636         lines at the top of body; use gnus-newsgroup-charset if there's no
8637         Charset header.
8639 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8641         * message.el (message-self-insert-commands): Doc fix.
8643         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8644         (mm-uu-pgp-encrypted-test): Ditto.
8645         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8646         between header and body; return application/pgp-encrypted handle
8647         if decryption failed; decode decrypted body by charset.
8649         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8650         element match to application/pgp-*.
8652 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8654         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8655         HTML.
8657 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8659         * mail-source.el (mail-source-call-script): Message the error
8660         string.
8662 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8664         * gnus-util.el (gnus-byte-compile): Use it.
8666 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8668         * gnus-util.el (kill-empty-logs): New function.
8670 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672         * message.el (message-mail-alias-type): Doc fix.
8673         (message-mail-alias-type-p): New function.
8674         (message-send): Use it.
8675         (message-mode): Ditto.
8676         (message-strip-forbidden-properties): Ditto.
8678         * ecomplete.el (ecomplete-database-file-coding-system): New
8679         variable.
8680         (ecomplete-save): Use it.
8681         (ecomplete-setup): Use it.
8683 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8685         * message.el (message-self-insert-commands): New variable.
8686         (message-strip-forbidden-properties): Use it.
8688 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8691         that doesn't make XEmacs choke.
8693 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8695         * gnus-util.el (gnus-replace-in-string):
8696         Prefer replace-regexp-in-string over of replace-in-string.
8698 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8700         * gnus-util.el (gnus-select-frame-set-input-focus):
8701         Use select-frame-set-input-focus if it is available in XEmacs; use
8702         definition defined in Emacs 22 for old Emacsen.
8704 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8706         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8708 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8710         * gnus-registry.el (gnus-registry-cache-save): Remove text
8711         properties when saving via the temp buffer.
8713 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8715         * message.el (message-generate-hashcash): Honor custom type.
8717 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8719         * message.el (message-generate-hashcash): Default to non-nil when
8720         hashcash is found.
8722         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8723         (gnus-refer-thread-limit): Increase default to 500.
8725         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8727         * flow-fill.el (fill-flowed): Allow delete-space.
8729 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8731         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8732         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8733         Remove autoloads.
8735 2006-04-18  Simon Josefsson  <jas@extundo.com>
8737         * message.el (message-generate-hashcash): Default to.
8739 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8741         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8742         concatenating segments rather than before concatenating them.
8744 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8746         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8748         * imap.el (imap-quote-specials): New function.
8749         (imap-login-auth): Quote specials.
8751 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8755         * message.el (message-forward-make-body-plain): Allow
8756         message-forward-ignored-headers to be a list.
8757         (message-remove-ignored-headers): Factor out into function.
8758         (message-forward-make-body-mml): Use it.
8759         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8760         (rfc2231-parse-string): Allow concatanation of parameters that
8761         aren't contiguous.  The test case is
8762           (mail-header-parse-content-type "message/external-body;
8763             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8764             access-type=LOCAL-FILE;
8765             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8767 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8769         * nntp.el (nntp-accept-process-output): Return the value of
8770         `nnheader-accept-process-output'.
8772 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8774         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8775         (gnus-button-alist): Recognize more diff formats.
8776         (gnus-button-patch): Strip directory.
8778 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8780         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8781         Emacs 22 when setting focus.
8783 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8785         * gnus-art.el (gnus-article-treat-types): Do treatment of
8786         text/x-verbatim parts.
8787         (gnus-button-patch): New command.
8789         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8790         addresses that contain invalid characters.
8792 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794         * message.el (message-put-addresses-in-ecomplete): Use
8795         gnus-replace-in-string.
8796         (message-is-yours-p): Use the more correct
8797         mail-header-parse-address instead of
8798         mail-extract-address-components.
8799         (message-put-addresses-in-ecomplete): Fix typo.
8801         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8802         keystroke.
8804         * gnus-art.el (gnus-treatment-function-alist): Change order of
8805         newsgroups/generic header folding to avoid double-folding.
8807         * message.el (message-hidden-headers): Add X-Draft-From.
8809         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8810         command.
8811         (gnus-summary-repeat-search-article-backward): New command.
8813         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8814         groups in the parent topic.
8816 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8818         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8819         (spam-extra-header-to-number): Return the CRM114 number as a
8820         number instead of a string.
8822 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8824         * gnus-art.el (gnus-face-properties-alist): Moved here from
8825         gnus-fun.
8827         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8829 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831         * message.el (message-strip-forbidden-properties): Only display on
8832         self-insert-command.
8834         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8835         reindent.
8836         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8838 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8840         * smiley.el (smiley-style): Fix typo.
8842 2006-03-23  Kenichi Handa  <handa@m17n.org>
8844         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
8845         instead of set-buffer-multibyte.
8847 2006-03-23  Kenichi Handa  <handa@m17n.org>
8849         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8850         buffer and then decode the buffer text if necessary.
8851         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8852         first, and after mm-encode-body, change the buffer to unibyte.
8854 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8856         * hashcash.el (hashcash-insert-payment-async-2): Use
8857         message-goto-eoh instead of doing it manually.
8858         (mail-add-payment): Use message-narrow-to-header instead of trying
8859         to do the same itself.
8861         * message.el (message-hidden-headers): Add Face.
8863         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8864         reparenting code.
8865         (gnus-summary-reparent-children): Refactored out code.
8866         (gnus-summary-thread-map): New keystroke.
8867         (gnus-summary-reparent-children): Make into command.
8869         * smiley.el (smiley-style): Default to `medium' if using a large
8870         font.
8872         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8873         does it itself.
8875         * message.el (message-point-in-header-p): Simplify definition.
8877 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879         * nnagent.el (nnagent-request-set-mark): Silence log file
8880         writing.
8881         (nnagent-request-set-mark): Use write-region instead of
8882         append-to-file.
8884         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8885         strange select method.
8887         * ecomplete.el (ecomplete-display-matches): Get highlightling
8888         right.
8889         (ecomplete-display-matches): Use literals.
8890         (ecomplete-display-matches): Disable message logging.
8892         * message.el (message-display-abbrev): Small optimization.
8894         * ecomplete.el (ecomplete-display-matches): Allow automatic
8895         display.
8897         * message.el (message-strip-forbidden-properties): Display
8898         abbrevs.
8899         (message-display-abbrev): Get automatic display right.
8901         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8902         keystrokes.
8904 2006-04-13  Romain Francoise  <romain@orebokech.com>
8906         TODO: Backport to v5-10!
8908         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8909         Moved here (and renamed) from gnus-registry.el.
8911         * gnus-registry.el: Require gnus-util.
8912         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8914 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916         * gnus-group.el (gnus-group-catchup-current): Change
8917         if-then-else-if-then-else into cond.
8918         (gnus-group-catchup): Indent.
8919         (group-name-at-point): New function.
8920         (gnus-fetch-group): Provide default from thing at point.
8922 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8924         * message.el (message-display-abbrev): Fix regexp.
8926         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
8927         choosing.
8928         (ecomplete-highlight-match-line): Fix up code rewrite, remove
8929         dead variables.
8931         * message.el (message-newline-and-indent): Remove debugging.
8932         (message-display-abbrev): Use new implementation.
8934 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8936         * gnus-art.el (gnus-article-mode): Set
8937         cursor-in-non-selected-windows to nil.
8939         * smiley.el: Revert previous change.
8940         (smiley-data-directory): defvar it before using it in the
8941         defcustom of `smiley-style'.
8943 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8945         * message.el (message-newline-and-indent): New function.
8947         * ecomplete.el: Implement more bits.
8949         * message.el (message-put-addresses-in-ecomplete): Clean up the
8950         string.
8952         * ecomplete.el (ecomplete-add-item): Chop off decimals.
8954         * gnus-sum.el (gnus-summary-save-parts): Bind
8955         gnus-summary-save-parts-counter and use it to make unique file
8956         names.
8958         * gnus-art.el (gnus-ignored-headers): Add some more headers.
8960         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
8961         parameter to say whether to actually parse the individual
8962         addresses.
8964         * message.el (message-put-addresses-in-ecomplete): New function.
8965         (ecomplete): Require.
8966         (message-mail-alias-type): Add ecomplete as an option.
8968 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
8970         * flow-fill.el (fill-flowed): Remove trailing space from blank
8971         quoted lines.
8973 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975         * smiley.el (smiley-style): Move definition later to avoid a
8976         compilation warning.
8978 2006-04-12  Kenichi Handa  <handa@m17n.org>
8980         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8981         buffer and then decode the buffer text if necessary.
8982         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8983         first, and after mm-encode-body, change the buffer to unibyte.
8984         Use mm-disable-multibyte instead of set-buffer-multibyte.
8986 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8988         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
8989         Content-Type header instead of Content-Disposition header.
8990         (gnus-mime-inline-part): Ditto.
8991         (gnus-mime-view-part-as-charset): Ignore charset that the part
8992         specifies.
8994         * mm-decode.el (mm-display-part): Work with external parts and
8995         usual parts similarly.
8997         * mm-extern.el (mm-inline-external-body): Use mm-display-part
8998         instead of gnus-display-mime.
9000         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9001         instead of with-temp-buffer.
9003         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9004         tag to summarized topics part in order to encode non-ASCII text.
9006 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9008         * smiley.el (smiley-style): New variable.
9009         (smiley-directory): New function.
9010         (smiley-data-directory): Derive from `smiley-style' using
9011         `smiley-directory'.
9012         (smiley-regexp-alist): Add new entries.
9014         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9015         (gnus-article-browse-delete-temp): Add :version.
9017 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9019         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9020         the sieve region.
9022 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9024         * gnus.el (gnus-version-number): Bump version.
9026 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9028         * gnus.el: No Gnus v0.4 is released.
9030 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9033         layout.
9035         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9036         unknown charset.
9038         * message.el (message-header-synonyms): Add Original-To to the
9039         default.
9041         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9042         optional parameter.
9044 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9046         * gnus-fun.el (gnus): Require it for gnus-directory.
9048 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9050         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9052 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9054         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9056 2006-04-05  Simon Josefsson  <jas@extundo.com>
9058         * password.el (password-reset): New function.
9060 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9062         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9063         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9065 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9067         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9068         Some whitespace was matched into the url, which broke browsing hits
9069         > 100 when mm-url-use-external was nil.
9071 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9073         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9074         gnus-extra-headers for 'Newsgroups.
9076         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9077         bound.
9079 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9081         * pgg-gpg.el: Clean up process buffers every time gpg processes
9082         complete.
9084 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9086         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9087         doc string.
9089 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9091         * pgg-gpg.el (pgg-gpg-process-filter)
9092         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9094         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9095         lines, temporary fix.
9097 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9099         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9101 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9103         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9104         default-enable-multibyte-characters.  This reverts the change from
9105         revision 6.17 which is no longer necessary because the passphrase
9106         is sent separately now.  GnuPG messages are unreadable under
9107         multibyte locales with default-enable-multibyte-characters set to
9108         nil.
9110 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9112         * message.el (message-tool-bar-gnome): Move "spell".
9114 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9116         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9117         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9118         instead.
9120 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9122         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9123         newsgroups handling for NNTP overviews which don't include
9124         Newsgroups.
9126 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9128         * message.el (message-resend): Bind message-generate-hashcash to nil.
9130 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9132         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9133         when searching for already-paid recipients.
9135 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9137         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9138         passphrases when it is not needed.
9139         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9140         passphrase stuff from gpg, should only be necessary when you use
9141         gpg with a smartcard.
9143 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9145         * mml.el (mml-insert-mime): Ignore cached contents of
9146         message/external-body part.
9148         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9149         (mm-insert-part): Ditto.
9151 2006-03-23  Simon Josefsson  <jas@extundo.com>
9153         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9154         Reiner.
9155         (pgg-gpg-use-agent-p): Use it again.
9157 2006-03-23  Simon Josefsson  <jas@extundo.com>
9159         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9160         older emacsen.
9161         (pgg-gpg-use-agent-p): Don't use it.
9163 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9165         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9166         if we can.
9168 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9170         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9171         (pgg-gpg-update-agent): New function.
9172         (pgg-gpg-use-agent-p): New function.
9173         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9174         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9175         (pgg-gpg-sign-region): Use it.
9177 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9179         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9180         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9182 2006-03-21  Simon Josefsson  <jas@extundo.com>
9184         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9185         <wilde@sha-bang.de>.
9186         (pgg-gpg-use-agent): New variable.
9187         (pgg-gpg-process-region): Use it.
9188         (pgg-gpg-encrypt-region): Likewise.
9189         (pgg-gpg-encrypt-symmetric-region): Likewise.
9190         (pgg-gpg-decrypt-region): Likewise.
9191         (pgg-gpg-sign-region): Likewise.
9192         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9194 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9196         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9198         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9199         Add comment on version.
9201 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9203         * smiley.el: Add missing test smiley.
9205 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9207         * mm-decode.el (mm-with-part): New macro.
9208         (mm-get-part): Use it; work with message/external-body as well.
9209         (mm-save-part): Treat name and filename equally.
9211         * mm-extern.el (mm-extern-cache-contents): New function.
9212         (mm-inline-external-body): Use it; force the part to be displayed;
9213         move undisplayer added to the cached handle to the parent.
9215         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9216         (gnus-mime-view-part-as-type): Work with message/external-body.
9218         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9220 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9222         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9223         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
9224         Emacs.]
9226 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9228         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9229         path rather than symbol.  Always return list of directories.
9230         Guarantee that image directory comes first.  [Sync with image.el,
9231         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
9233         * message.el (message-make-tool-bar): Adjust to new API of
9234         `gmm-image-load-path-for-library'.
9236         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9238         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9240 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9242         * gnus-art.el (gnus-article-only-boring-p):
9243         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9244         intangible text.
9245         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9247 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9249         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9250         `defun' instead of `gmm-defun-compat'.
9252 2006-03-14  Simon Josefsson  <jas@extundo.com>
9254         * message.el (message-unique-id): Don't use message-number-base36
9255         if (user-uid) is a float.
9256         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9258 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9260         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9262         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9263         empty line between a part and a message part.
9265 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9267         * smiley.el: Add more test smileys.
9268         (smiley-data-directory, smiley-regexp-alist)
9269         (gnus-smiley-file-types): Fix doc strings.
9270         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9271         adding new elements.
9272         (smiley-mouse-map): Unused code.  Make it a comment.
9274 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9276         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9277         scan latest NoCeM messages instead of old ones.
9278         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9279         delimiters that are recently used.
9280         (gnus-nocem-load-cache): Add autoload cookie.
9282         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9284         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9285         level which is larger than gnus-use-nocem is specified.
9287         * gnus-group.el (gnus-group-get-new-news): Ditto.
9289 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9291         * gnus-util.el (gnus-tool-bar-update): New function.
9293         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9294         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9296         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9298         * gnus-group.el (gnus-group-redraw-when-idle)
9299         (gnus-group-redraw-check): Remove.
9300         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9302 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9304         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9305         if optional last element is specified in splits (FIELD VALUE...).
9307 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9309         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9310         to gmm-image-load-path-for-library.  Call with no-error argument.
9311         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9313         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9315         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9317         * gmm-utils.el (gmm-image-load-path): Remove alias.
9319 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9321         * gmm-utils.el (gmm-image-load-path): Add alias.
9323         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9324         nnml-generate-nov-databases-1.
9325         (nnml-generate-nov-databases): Use it.
9326         (nnml-generate-nov-databases-directory): Document no-active
9327         argument.
9329         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9330         directory if path is t.  Add no-error.
9332         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9333         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9335         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9336         resetting gnus-article-browse-html-temp-list.
9338         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9339         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
9340         Add example to docstring.  Rename local variables.  Move error
9341         checks to default case in cond and simplify.
9343 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9345         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9346         handle is multipart when calling it recursively.
9347         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9349 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9351         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9352         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9354 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9356         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9357         is loaded.
9359         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9360         loaded.
9362 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9364         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9365         to "Emacs 23 (unicode)" in doc string.
9367         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9368         "Emacs 23 (unicode)" in comment.
9370 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9372         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9374         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9375         characters 160 through 255 in Emacs 23.
9377 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9379         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9380         gnus-article-browse-html-temp.
9381         (gnus-article-browse-delete-temp): Make it customizable.  Add
9382         `file'.  Adjust doc string.
9383         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9384         query for each file.  Adjust doc string.
9385         (gnus-article-browse-html-parts): Add
9386         `gnus-article-browse-delete-temp-files' to
9387         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9389 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9391         * gnus-art.el (gnus-article-browse-html-temp)
9392         (gnus-article-browse-delete-temp): New variables.
9393         (gnus-article-browse-delete-temp-files): New function.
9394         (gnus-article-browse-html-parts): Use it.
9396 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9398         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9400         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9401         string.
9403         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9404         gnus-summary-insert-new-articles when unplugged.  Remove
9405         gnus-summary-search-article-forward.
9407         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9408         display-visual-class instead of display-color-cells.
9410 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9412         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9413         message/* containing non-ASCII text properly.
9415 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9417         * message.el: Require gmm-utils, remove autoloads.
9418         (message-tool-bar): Set default based on
9419         gmm-tool-bar-style.
9420         (message-tool-bar-gnome): Add gmm-customize-mode.
9422         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9423         gmm-tool-bar-style.
9424         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9426         * gnus-group.el (gnus-group-tool-bar): Set default based on
9427         gmm-tool-bar-style.
9428         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9430         * gmm-utils.el (gmm-image-directory): Rename variable from
9431         gmm-image-load-path.
9432         (gmm-image-load-path): Use gmm-image-directory.
9433         (gmm-customize-mode): New function.
9434         (gmm-tool-bar-style): New variable.
9436         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9437         gnus-group-redraw-line-number.
9438         (gnus-group-redraw-check): Simplify.
9439         (gnus-group-tool-bar-update): Remove redraw check.
9440         (gnus-group-make-tool-bar): Add redraw check.
9442 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9444         * gnus-art.el (gnus-button): Add missing parentheses.
9446 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9448         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9450 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9452         * gnus-art.el (gnus-button): New face.
9453         (gnus-article-button-face): Use it.
9455         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9456         gnus-summary-next-page.  Re-order.
9458         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9459         next-node are now included.
9460         (gnus-group-redraw-line-number): New internal variable.
9461         (gnus-group-redraw-check): Helper function for updating the tool
9462         bar.
9463         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9465         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9467         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9468         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9469         Use it to match format of Spamassassin 3.0 and later.  Reported by
9470         IRIE Tetsuya <irie@t.email.ne.jp>.
9471         (spam-check-bogofilter)
9472         (spam-bogofilter-register-with-bogofilter): Fix args of
9473         `gnus-error' calls.
9475 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9477         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9478         unnecessary interaction when sending queued mails.  Reported by
9479         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9481 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9483         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9484         first or last are nil.
9486 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9488         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9490 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9494 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9496         * dns.el (query-dns): Protect more against buggy tcp output.
9498 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9500         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9501         nov.php.
9503 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9505         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9506         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9507         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9508         output on the server side.
9509         (nnweb-google-create-mapping): Update regexps and add some
9510         progress indication.
9512 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9514         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9515         gnus-agent-toggle-plugged.  Re-order icons.
9516         (gnus-group-tool-bar-gnome): Add
9517         gnus-group-{prev,next}-unread-group.
9518         (gnus-group-tool-bar-gnome): Re-order icons.
9520         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9521         gnus-summary-insert-new-articles.
9523         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9524         comments.
9526         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9527         also available in Emacs 21.3.
9529         * message.el (message-fix-before-sending): Change "Emacs 22" to
9530         "Emacs 23 (unicode)" in comment.
9532         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9533         "Emacs 23 (unicode)" in comment.
9535         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9536         comment.
9537         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9539         * mm-view.el (mm-fill-flowed): Add :version.
9541 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9543         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9544         and load-path.
9546 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9548         * message.el: Autoload gmm-image-load-path.
9549         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9550         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9551         consitency.
9553         * gmm-utils.el (gmm-image-load-path): Also search in
9554         "../etc/images".  Don't set gmm-image-load-path if we don't find
9555         the image.
9557 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9559         * gmm-utils.el (gmm-image-load-path): Don't make
9560         `gmm-image-load-path' include subdirectories which the second arg
9561         `image' might specify.
9563         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9564         subdirectory to icon file names.
9566         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9568 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9570         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9571         gmm-image-load-path calls.
9573         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9575         * message.el (message-make-tool-bar): Ditto.
9577         * mml.el (mml-preview): Added comment concerning tool bar icons.
9579         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9580         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9582         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9583         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9585         * message.el (message-tool-bar-gnome): Use new icon names.
9586         (message-make-tool-bar): Use `gmm-image-load-path'.
9588         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9589         functions from MH-E.
9590         (gmm-image-load-path): New variable from MH-E.
9591         (gmm-image-load-path): New function from MH-E.  Added arguments
9592         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9593         *-image-load-path-called-flag.
9595 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9597         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9599 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9601         * nnimap.el (nnimap-request-move-article): Change folder back to
9602         source group before deleting.
9604 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9606         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9608         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9609         mm-url.
9611         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9613 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9615         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9616         coding system which mm-charset-to-coding-system returns for a
9617         given charset is valid.
9619 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9621         * html2text.el (html2text-remove-tag-list):
9622         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9624 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9626         * gnus-cus.el: Revert 2005-10-17 change.
9628 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9630         * gnus-art.el (article-strip-banner): Call
9631         article-really-strip-banner only when the regexp match is made.
9633 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9635         * gnus-art.el (article-strip-banner): Use
9636         gnus-extract-address-components instead of
9637         mail-header-parse-addresses to make it work with non-ASCII text;
9638         remove mail-encode-encoded-word-string.
9640         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9641         values which are surrounded with \"...\"; make it never cause a
9642         Lisp error; give up parsing of parameters if it failed in
9643         extracting type.
9645 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9647         * smime.el (smime-cert-by-ldap-1): Fix bug where
9648         `smime-ldap-search' returns results without userCertificates.
9650 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9652         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9654 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9656         * spam.el (spam-check-spamassassin-headers): Adapt format for
9657         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9658         <ari@mbf.ocn.ne.jp>.
9659         (spam-list-of-processors): Add spam-use-gmane.
9661 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9663         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9664         make-temp-file; make it work with XEmacs as well.
9666         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9667         mm-make-temp-file.
9669         * mm-decode.el (mm-display-external): Use the 3rd arg of
9670         mm-make-temp-file.
9671         (mm-create-image-xemacs): Ditto.
9673 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9675         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9676         with message-narrow-to-headers.
9677         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9678         (gnus-draft-check-draft-articles): New function.
9679         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9681 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9683         * gnus-art.el (gnus-article-browse-html-parts):
9684         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9685         Don't use suffix argument for mm-make-temp-file for Emacs 21
9686         compatibility.  Remove useless `format'.
9688 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9690         * nnweb.el (nnweb-google-wash-article): Update regexps.
9691         (nnweb-group-alist): Use defvoo instead of defvar.
9693 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9695         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9696         re-loading nn* modules.
9698 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9700         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9701         for `tool-bar-mode' and don't check it's default-value.
9703         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9705         * message.el (message-make-tool-bar): Ditto.
9707         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9708         `substring'.  Shorten tmp-file name.
9710         * gnus.el: Remove bogus comment.
9712 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9714         * gnus-art.el (gnus-article-browse-html-parts): New function.
9715         (gnus-article-browse-html-article): New function for viewing html
9716         articles with a browser.
9718 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9720         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9721         (mml2015-pgg-encrypt): Ditto.
9723         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9724         (mml1991-pgg-encrypt): Ditto.
9726 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9728         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9729         message-make-date instead of current-time-string.
9731         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9732         to gnus-decoded which mm-uu might set.
9734 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9736         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9737         don't decode quoted parameters; remove misimported Emacs code.
9738         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9739         (rfc2231-decode-encoded-string): Don't use split-string which
9740         behaves differently according to Emacs version; use
9741         mm-decode-coding-region to convert charset to coding-system.
9742         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9743         (rfc2231-encode-string): Remove misimported Emacs code.
9745 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9747         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9748         when calling mail-header-parse-content-type.
9749         (article-de-quoted-unreadable): Ditto.
9750         (article-de-base64-unreadable): Ditto.
9751         (article-wash-html): Ditto.
9753         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9754         calling mail-header-parse-content-type and
9755         mail-header-parse-content-disposition.
9756         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9757         mail-header-parse-content-type.
9759         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9760         insert charset and format parameters; encode description after
9761         inserting it to buffer.
9762         (mml-insert-parameter): Fold lines properly even if a parameter is
9763         segmented into two or more lines; change the max column to 76.
9765         * rfc1843.el (rfc1843-decode-article-body): Don't use
9766         ignore-errors when calling mail-header-parse-content-type.
9768         * rfc2231.el (rfc2231-parse-string): Return at least type if
9769         possible; don't cause an error even if it fails in parsing of
9770         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9771         (rfc2231-encode-string): Don't break lines at the beginning, leave
9772         it to mml-insert-parameter.
9774         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9775         calling mail-header-parse-content-type.
9777 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9779         * spam-report.el (spam-report-gmane-use-article-number):
9780         Improve doc string.
9781         (spam-report-gmane-internal): Check if a suitable header was found
9782         in the article.
9784 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9786         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9787         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9789 2006-02-05  Romain Francoise  <romain@orebokech.com>
9791         Update copyright notices of all files in the gnus directory.
9793 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9795         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9797 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9799         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9800         segmented lines of parameter value to cope with Thunderbird 1.5
9801         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9802         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9803         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9805 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9807         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9808         parts.
9810 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9812         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9813         there's only one active file for all servers.
9814         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9815         solid groups.  Gnus might have used a FAST request to select the group.
9816         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9817         and nnweb-search redundantly in the active file.
9818         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9819         (nnweb-request-create-group): Don't use ARGS.
9820         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9821         initialisations.  Let nnoo do the work.
9823 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9825         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9826         Say the part has been decoded.
9828         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9830 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9832         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9833         mailcap-viewer-test-cache when there's no 'test clause, since that
9834         will invert the meaning of a "nil" test previously determined by
9835         mailcap-mailcap-entry-passes-test.
9837 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9839         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9840         compiling.
9842         * gnus-sum.el: Ditto.
9844         * message.el: Don't bind tool-bar-map when compiling.
9846 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9848         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9850 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9852         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9853         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9854         current Google Groups.
9856 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9858         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9859         and tool-bar-mode.
9861         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9862         and tool-bar-mode.
9864         * message.el (message-tool-bar-update): Simplify.
9865         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9867         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9868         gnus-summary-buffer.
9869         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9870         gnus-summary-reply.
9872         * gmm-utils.el (gmm): Add :version.
9874 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9876         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9877         autoload.
9879 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9881         * gmm-utils.el (gmm-verbose): Add :group.
9883 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9885         * message.el: Change some comments WRT tool-bars.
9887         * gnus-sum.el (gnus-summary-tool-bar)
9888         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9889         (gnus-summary-tool-bar-zap-list): New variables.
9890         (gnus-summary-make-tool-bar): Complete rewrite using
9891         `gmm-tool-bar-from-list'.
9893         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9894         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9895         variables.
9896         (gnus-group-make-tool-bar): Complete rewrite using
9897         `gmm-tool-bar-from-list'.
9898         (gnus-group-tool-bar-update): New function.
9900         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9902 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9904         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9905         is dissected into a single part of which the type is the same as
9906         the given one; decode charset.
9908 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9910         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9911         into alists as symbol not string, since that's what
9912         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9913         look for.
9915 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9917         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9918         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9920         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9922 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9924         * gnus-art.el (gnus-mime-security-button-commands): New variable.
9925         (gnus-mime-security-button-menu): New definition.
9926         (gnus-mime-security-button-map): Use them.
9927         (gnus-mime-security-button-menu): New function.
9928         (gnus-insert-mime-security-button): Addition to help echo.
9929         (gnus-mime-security-run-function, gnus-mime-security-save-part)
9930         (gnus-mime-security-pipe-part): New functions.
9932         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
9933         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
9935         * mm-decode.el (mm-handle-set-disposition): Remove.
9936         (mm-handle-set-description): Remove.
9938 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9940         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
9941         (mm-w3m-standalone-supports-m17n-p): New function.
9942         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
9943         w3m usage.
9945         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
9946         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
9948 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9950         * message.el (message-tool-bar-zap-list): Use
9951         gmm-tool-bar-zap-list as custom type.
9952         (message-tool-bar-update): New function.
9953         (message-tool-bar, message-tool-bar-gnome)
9954         (message-tool-bar-retro): Add message-tool-bar-update.
9955         (message-tool-bar-gnome): Add flyspell-buffer.
9957         * gnus-util.el (gnus-error): Describe `args'.
9959         * gmm-utils.el (gmm-error): Describe `args'.
9960         (gmm-tool-bar-zap-list): New widget.
9961         (gmm-tool-bar-from-list): Improve description of `zap-list'.
9963 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9965         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
9966         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
9967         the number of recursive calls.
9969         * mm-decode.el (mm-handle-set-disposition): New macro.
9970         (mm-handle-set-description): New macro.
9972 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9974         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
9975         encoding.
9977 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
9979         * message.el (message-tool-bar-zap-list, message-tool-bar)
9980         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
9981         (message-tool-bar-local-item-from-menu): Remove.
9982         (message-tool-bar-map): Replace by `message-make-tool-bar'.
9983         (message-make-tool-bar): New function.
9984         (message-mode): Use `message-make-tool-bar'.
9986         * gmm-utils.el: New file.
9987         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
9988         (gmm-lazy): New widget copied from `nnmail.el'.
9989         (gmm-tool-bar-from-list): New function for creating customizable
9990         tool bars.
9991         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
9992         output.
9993         (gmm): Add :prefix to defgroup.
9995 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9997         * gmm-utils.el (gmm-widget-p): New function.
9999 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10001         * mml.el (mml-attach-file): Describe `description' in doc string.
10002         (mml-menu): Add Emacs MIME manual and PGG manual.
10004 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10006         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10008 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10010         * nntp.el (nntp-end-of-line): Doc fix.
10012 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10014         * imap.el (imap-open): Handle case where buffer is a buffer
10015         object.
10017 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10019         * gnus-delay.el (gnus-delay): Don't autoload.
10020         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10021         to be re-loaded when customizing the `gnus-delay' group.
10023 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10025         * message.el (message-insert-citation-line): Use newlines.
10027 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10029         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10031         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10033 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10035         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10037 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10039         * mm-decode.el (mm-inlined-types): Add application/pgp.
10040         (mm-automatic-display): Ditto.
10042         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10043         part as text.
10045 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10047         * nnrss.el: Update copyright.
10048         (nnrss-opml-import): Query whether to subscribe to each entry.
10050         * gnus-art.el:
10051         * gnus-sum.el:
10052         * mm-uu.el:
10053         * mm-view.el: Update copyright.
10055 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10057         * message.el (message-info): New function.
10058         (message-mode-menu): Add it.
10059         Update copyright.
10061         * ChangeLog: Fix and update copyright.
10063 2006-01-13  Romain Francoise  <romain@orebokech.com>
10065         * message.el (message-forward-subject-name-subject): Prefer the
10066         address to 'nowhere' if the sender has no name.
10067         Fix typo.  Update copyright year.
10069 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10071         * gnus-art.el (article-wash-html): Use
10072         gnus-summary-show-article-charset-alist if a numeric arg is given.
10073         (gnus-article-wash-html-with-w3m-standalone): New function.
10075         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10076         mm-inline-text-html-render-with-w3m-standalone.
10077         (mm-text-html-washer-alist): Map w3m-standalone to
10078         gnus-article-wash-html-with-w3m-standalone.
10079         (mm-inline-text-html-render-with-w3m-standalone): New function.
10081 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10083         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10084         Improve LaTeX.
10086 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10088         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10089         (nnrss-request-article): Render text/plain parts as HTML.
10091         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10092         the buffer.
10094 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10096         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10097         custom definition of `gnus-posting-styles'.
10099         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10100         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10102 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10104         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10105         Use nntp for bug archive.
10107 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10109         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10110         parts.
10111         (nnrss-normalize-date): New function converts ISO 8601 date into
10112         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10113         (nnrss-check-group): Use it.
10115 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10117         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10119         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10120         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10121         (nnrss-insert-w3): Ditto.
10123 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10125         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10126         the articles to be forwarded including the case where neither a
10127         number of articles nor a region is specified.
10129 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10131         * nnrss.el (nnrss-request-article): Fix last change; fill
10132         text/plain parts.
10134 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10136         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10137         in text/plain part.
10138         (nnrss-check-group): Don't add excessive newline to dc:subject.
10140 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10142         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10143         article.
10145 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10147         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10148         (nnml-use-compressed-files, nnml-save-mail): Support other
10149         comression programs such as bzip2.
10151 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10153         * dns.el (query-dns): Make sure we check the buffer size before
10154         removing tcp headers.
10156 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10158         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10159         remove MIME buttons associated with multipart/alternative parts.
10160         (gnus-mime-display-alternative): Tag buttons using `article-type'
10161         text property.
10163         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10164         associated with multipart/alternative parts.
10166         * gnus-art.el (gnus-signature-separator): Fix custom type.
10168         * mm-decode.el (mm-inlined-types): Fix custom type.
10169         (mm-keep-viewer-alive-types): Ditto.
10170         (mm-automatic-display): Ditto.
10171         (mm-attachment-override-types): Ditto.
10172         (mm-inline-override-types): Ditto.
10173         (mm-automatic-external-display): Ditto.
10175 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10177         * spam-report.el (spam-report-user-mail-address)
10178         (spam-report-user-agent): New variables.
10179         (spam-report-url-ping-plain): Use spam-report-user-agent.
10181 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10183         * gnus-art.el (gnus-button-handle-custom): Do not just use
10184         `customize-apropos' for any "M-x customize-*" button but the
10185         function called for.  Accept both the function name and its
10186         argument in order to achieve this.
10187         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10188         function name to `gnus-button-handle-custom' in case of "M-x
10189         customize-*" buttons.
10191 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10193         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10194         multipart/alternative and add xref to mm-discouraged-alternatives
10195         in doc string.
10197         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10198         gnus-buttonized-mime-types in doc string.
10200 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10202         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10203         Suggest image/.* in the doc string.
10205 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10207         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10208         message-marks (Debian bug #342521).
10210 2005-12-12  Simon Josefsson  <jas@extundo.com>
10212         * password.el (password-read-from-cache): Add.
10213         (password-read): Use it.
10215 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10217         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10218         us-ascii as a MIME charset.
10220         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10221         against the case where the 2nd arg TYPE is nil.
10223 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10225         * pop3.el (pop3-stream-type): Fix custom version.
10227         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10229 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10231         * mm-decode.el (mm-display-external): Add missing cdr.
10233 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10235         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10236         RFC1524) if it is in mailcap or add a suffix according to
10237         mailcap-mime-extensions when generating a temp filename; postpone
10238         deleting a temp file for 2 seconds for some wrappers, shell
10239         scripts, and so on, which might exit right after having started a
10240         viewer command as a background job.
10242 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10244         * nntp.el (nntp-marks-directory): Fix custom group.
10246         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10247         steps when < 10.
10249         * gnus-start.el (gnus-no-server-1): Mention
10250         `gnus-level-default-subscribed' in doc string.
10252 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10254         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10255         parens.
10257 2005-11-26  Dave Love  <fx@gnu.org>
10259         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10260         (tls-program, tls-success): Provide openssl alternative.
10262         * starttls.el: Doc fixes.
10263         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10264         SERVICE to PORT.
10266         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10267         port null or service name.
10268         (starttls-negotiate): Autoload.
10270 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10272         * message.el (message-kill-to-signature): Fix interactive spec.
10274 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10276         * pop3.el (pop3-open-server): Recognize a string as a service name.
10278 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10280         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10282 2005-11-23  Dave Love  <fx@gnu.org>
10284         Add pop3s, pop3/starttls.
10286         * pop3.el (pop3-authentication-scheme): Clarify doc.
10287         (open-tls-stream, starttls-open-stream): Autoload.
10288         (pop3-stream-type): New.
10289         (pop3-open-server): Use it.
10291         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10292         for POP.
10293         (mail-source-keyword-map): Add :stream for POP.
10294         (mail-source-fetch-pop): Use pop3-stream-type.
10296 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10298         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10299         of current-time-string.
10301 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10303         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10304         date header.
10306 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10308         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10309         it can seriously impact performance as it bypasses the agent's
10310         local caches.
10312 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10314         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10315         must be explicitly online rather than "not explicitly offline" for
10316         its flags to be synchronized.
10318         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10319         that gnus-uu-unmark-thread will function correctly.
10321         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10322         1024K is instead displayed as 1M.
10324 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10326         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10328 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10330         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10332 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10334         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10335         error message to display actual error condition.
10336         (gnus-agent-save-local): Avoid saving symbols that are bound to
10337         nil as they simply result in a warning message in
10338         gnus-agent-read-local.
10340 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10342         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10343         rather than make-variable-buffer-local for file-precious-flag.
10345 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10347         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10348         for duplicates which are removed.  The invalid sort check then
10349         triggers a rescan after the sort as sorting may have moved
10350         duplicate entries such that they can be cheaply detected.
10352 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10354         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10356 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10358         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10359         internal variable to a custom variable.  Changed default value
10360         from compressed(2) to uncompressed(1).
10361         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10362         support for uncompressed agentview files.  Taken together, reading
10363         the agentview file should now be 6-7 times faster.
10365 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10367         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10368         as a buffer-local variable.  This avoids creating truncated
10369         dribble files as a result of a hang up, eg.
10371 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10373         * gnus-start.el (gnus-start-draft-setup): Enforce
10374         `gnus-draft-mode' for nndraft:drafts at startup.
10376         * gnus.el (gnus-splash): Change custom group.
10377         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10378         allow-list argument.
10380         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10381         string.
10383 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10385         * gnus-art.el (gnus-default-article-saver): Add user-defined
10386         `function' to custom type.
10388 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10390         * imap.el (imap-open): Handle case where buffer is a buffer
10391         object.
10393 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10395         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10396         long lines.
10397         (gnus-cache-delete-group): Wrap doc strings.
10399         * gnus-agent.el (gnus-agent-rename-group)
10400         (gnus-agent-delete-group): Wrap doc strings.
10402 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404         * gnus-start.el (gnus-1): Add "native" to
10405         gnus-predefined-server-alist.
10407         * gnus.el (gnus-method-to-server): Don't add "native" to the
10408         lists here, because that leads to problems when
10409         gnus-select-method is bound.
10411 2005-11-09  Simon Josefsson  <jas@extundo.com>
10413         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10414         use (not sort-by-date) instead.
10416 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10418         * gnus-delay.el (gnus-delay-group): Don't autoload.
10419         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10420         to be re-loaded when customizing the `gnus-delay' group.
10422 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10424         * message.el: Revert last changes.
10425         (message-insert-citation-line): Use newlines.
10427 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10429         * message.el (message-courtesy-message)
10430         (message-mark-insert-begin, message-mark-insert-end)
10431         (message-elide-ellipsis, message-cancel-message)
10432         (message-add-header, message-change-subject)
10433         (message-cross-post-followup-to-header)
10434         (message-cross-post-insert-note, message-reduce-to-to-cc)
10435         (message-widen-reply, message-delete-not-region)
10436         (message-kill-to-signature, message-insert-signature)
10437         (message-insert-importance-high, message-insert-importance-low)
10438         (message-insert-or-toggle-importance)
10439         (message-insert-disposition-notification-to)
10440         (message-indent-citation, message-yank-original)
10441         (message-cite-original-without-signature, message-cite-original)
10442         (message-insert-citation-line, message-position-on-field)
10443         (message-fix-before-sending, message-send-mail-partially)
10444         (message-send-mail, message-send-mail-with-sendmail)
10445         (message-send-mail-with-qmail, message-send-news)
10446         (message-check-news-header-syntax, message-generate-headers)
10447         (message-insert-courtesy-copy, message-fill-address)
10448         (message-fill-header, message-shorten-references)
10449         (message-setup-1, message-cancel-news)
10450         (message-forward-make-body-plain, message-forward-make-body-mime)
10451         (message-forward-make-body-mml, message-encode-message-body)
10452         (message-forward-make-body-digest-plain)
10453         (message-forward-make-body-digest-mime)
10454         (message-use-alternative-email-as-from): Insert `hard-newline'
10455         instead of ordinary newlines.
10457 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10459         * message.el (message-generate-headers): Downcase the argument
10460         given to message-check-element.
10462 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10464         * nntp.el (nntp-authinfo-rejected): New error condition.
10465         (nntp-wait-for): Use new error condition to signal authentication
10466         error.
10467         (nntp-retrieve-data): Rethrow new error condition to break out of
10468         recursive call to nntp-send-authinfo.
10470 2005-11-08  Romain Francoise  <romain@orebokech.com>
10472         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10473         (gnus-summary-exit-map): Bind to `Z p'.
10474         (gnus-summary-make-menu-bar): Add menu item.
10476 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10478         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10479         (gnus-treat-*): Add `first' in all doc strings.
10481         * gnus-group.el (gnus-group-compact-group): Fix typo.
10483 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10485         * gnus.el (gnus-parameters-case-fold-search): New variable.
10486         (gnus-parameters-get-parameter): Use it.
10488         * gnus-score.el (gnus-home-score-file): Doc fix.
10490 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10492         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10494 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10496         * mm-util.el (mm-special-display-p): New function.
10498         * mml.el (mml-preview): Use it; doc fix.
10500 2005-10-29  Romain Francoise  <romain@orebokech.com>
10502         * message.el (message-fix-before-sending): Fix comment.
10504 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10506         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10508 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10510         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10511         Used in gnus-score.el.
10513 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10515         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10517 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10519         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10520         whitespace removed in revision 7.8.  Use concatenated string to
10521         protect trailing whitespace.
10523 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10525         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10526         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10527         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10528         Courier IMAP ("some version from 2004").  Mostly based on similar
10529         code in the same function.
10531 2005-10-26  Didier Verna  <didier@xemacs.org>
10533         * gnus-group.el (gnus-group-compact-group): Invalidate original
10534         article buffer.
10535         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10536         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10537         NOV database and in article itself.
10538         Invalidate article backlog.
10540 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10542         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10544 2005-10-26  Simon Josefsson  <jas@extundo.com>
10546         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10547         part of 2004-07-25 change.
10549 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10551         * message.el (message-display-completion-list): New function.
10552         (message-expand-group): Use it; make sure the Completions buffer
10553         is modifiable.
10555 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10557         * imap.el (imap-open): Handle case where buffer is a buffer object.
10559 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
10561         * pgg-def.el:
10562         * pgg-gpg.el:
10563         * pgg-parse.el:
10564         * pgg-pgp.el:
10565         * pgg-pgp5.el:
10566         * pgg.el: Move to the parent lisp directory.
10568 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10570         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10571         user-mail-name is an empty string.
10573 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10575         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10576         depending on gnus-score-decay-constant.
10578         * encrypt.el (encrypt-insert-file-contents)
10579         (encrypt-write-file-contents): Don't use `gnus-message'.
10581         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10582         arguments.
10583         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10584         arguments to mm-uu-verbatim-marks-extract.
10585         (mm-uu-hide-markers): New variable.
10586         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10588         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10589         (gnus-convert-image-to-face-command): Use "convert" by default to
10590         allow other input image formats.
10591         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10592         accordingly.
10594 2005-10-23  Simon Josefsson  <jas@extundo.com>
10596         * imap.el (imap-gssapi-program): Align command line parameters
10597         with latest GNU SASL.
10598         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10600 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10603         HTML.
10604         (nnslashdot-request-article): Ditto.
10606 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10608         * mail-source.el (mail-source-fetch-pop): Require pop3.
10609         (mail-source-check-pop): Ditto.
10611 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10613         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10614         errors.
10616 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10618         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10619         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10621         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10623         * mm-bodies.el (mm-decode-string): Call
10624         `mm-charset-to-coding-system' with allow-override argument.
10626 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10628         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10629         (rfc2047-charset-to-coding-system): New function.
10630         (rfc2047-decode-encoded-words): New function.
10631         (rfc2047-decode-region): Use them.
10632         (rfc2047-decode-cte): Remove.
10633         (rfc2047-parse-and-decode): Remove.
10634         (rfc2047-decode): Remove.
10636 2005-10-15  Kenichi Handa  <handa@m17n.org>
10638         * rfc2047.el (rfc2047-decode-cte): New function.
10639         (rfc2047-decode-region): Change the way to decode successive
10640         encoded-words: decode B- or Q-encoding in each encoded-word,
10641         concatenate them, and decode it as charset.
10643 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10645         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10646         widget-move-and-invoke.
10647         (gnus-custom-mode): Use gnus-custom-map.
10649 2005-10-15  Bill Wohler  <wohler@newt.com>
10651         * message.el (message-tool-bar-map): Renamed image file from
10652         mail_send to mail/send.
10654 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10656         * message.el (message-expand-group): Pass the common
10657         prefix substring of completion to `display-completion-list'.
10659 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10661         * mml-sec.el (mml-secure-method): New internal variable.
10662         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10663         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10664         functions using mml-secure-method.
10666         * mml.el (mml-mode-map): Add key bindings for those functions.
10667         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10668         Harder <harder@myrealbox.com>.
10669         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10670         end of message if point is the headers of the message.
10672         * message.el (message-in-body-p): New function.
10674         * assistant.el: Autoload gnus-util and netrc.
10676         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10677         Use `mm-charset-override-alist' only when decoding.
10679         * mm-bodies.el (mm-decode-body): Call
10680         `mm-charset-to-coding-system' with allow-override argument.
10682         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10683         `filename' from Content-Disposition if Content-Type doesn't
10684         provide `name'.
10685         (gnus-mime-view-part-as-type): Set default instead of
10686         initial-input.
10688 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10690         * format-spec.el (format-spec): Propagate text properties of % spec.
10692 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10694         * gnus-art.el (gnus-treat-predicate): Add `first'.
10696 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10698         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10699         (mm-charset-override-alist): New variable.
10700         (mm-charset-to-coding-system): Use it.
10701         (mm-codepage-setup): New helper function.
10702         (mm-charset-eval-alist): New variable.
10703         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10704         about unknown charsets.
10706 2005-10-04  David Hansen  <david.hansen@gmx.net>
10708         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10709         (nnrss-check-group): Ditto.
10711 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10713         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10714         Rename x-gnus-verbatim to x-verbatim.
10715         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10717         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10718         x-verbatim.
10720         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10722         * gnus-util.el (gnus-remove-duplicates): Remove.
10724         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10725         instead of gnus-remove-duplicates.
10727         * message.el (message-remove-duplicates): Remove.
10728         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10729         message-remove-duplicates.
10731         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10732         available, else use implementation from `delete-dups'.
10734         * message.el (message-insert-expires): New function.
10735         (message-mode-map): Add key binding.
10736         (message-mode-field-menu): Add menu entry.
10737         (message-mode): Document it.
10738         (message-make-expires-date): Use `message-make-date'.
10740 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10742         * message.el (message-make-expires-date): New function.
10744 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10746         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10748 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10750         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10751         function rather than the diff-mode.el package.
10752         (mm-display-external): Use with-current-buffer.
10753         (mm-viewer-completion-map, mm-viewer-completion-map):
10754         Move initialization inside declaration.
10756 2005-09-29  Simon Josefsson  <jas@extundo.com>
10758         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10759         autoload mail-check-payment.
10760         (spam-check-hashcash): Define unconditionally, since hashcash.el
10761         is part of Gnus now.  Ignore errors from payment checking.
10763 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10765         * message.el (message-bold-region, message-unbold-region): Rename
10766         from `bold-region' and `unbold-region'.
10768         * message.el: Remove useless autoloads.
10770 2005-09-28  Simon Josefsson  <jas@extundo.com>
10772         * message.el (message-use-idna): Default to t.
10773         (message-use-idna): Test whether encoding works too.  Doc fix.
10775 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10777         * nntp.el (nntp-warn-about-losing-connection): Remove.
10779 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10781         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10782         customizable.  Change default value.
10783         (mm-uu-diff-groups-regexp): Change default value.
10784         (mm-uu-type-alist): Add doc string.
10785         (mm-uu-configure): Add doc string.  Make it interactive.
10786         (mm-uu-tex-groups-regexp): New variable.
10787         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10788         (mm-uu-type-alist): Add LaTeX documents.
10789         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10790         of "text/verbatim".
10791         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10793         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10794         instead of "text/verbatim".
10796         * message.el (message-mark-inserted-region)
10797         (message-mark-insert-file): Use slrn style marks when called with
10798         prefix argument.
10800 2005-09-27  Simon Josefsson  <jas@extundo.com>
10802         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10804 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10806         * message.el (message-remove-duplicates): New function.
10807         Implementation borrowed from `gnus-remove-duplicates'.
10808         (message-idna-to-ascii-rhs): Also encode idna addresses in
10809         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10810         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10811         only ask about the same idna domain once per header and also tell
10812         in what header to replace the idna domain.
10814         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10815         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10816         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10817         a header is decoded and not just the last one.
10819 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10821         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10822         has been decoded.
10824         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10825         (mm-insert-part): Don't modify text if it has been decoded.
10827         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10828         decoded.
10830         * mm-view.el (mm-inline-text): Don't strip text props unless
10831         decoding enriched or richtext parts.
10833 2005-09-25  Romain Francoise  <romain@orebokech.com>
10835         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10836         * gnus-start.el (gnus-subscribe-interactively):
10837         * gnus-uu.el (gnus-uu-grab-articles):
10838         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10839         space.
10841 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10843         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10844         * mm-view.el (mm-view-pkcs7-decrypt):
10845         * gnus-sum.el (gnus-summary-limit-to-extra)
10846         (gnus-summary-respool-article, gnus-read-move-group-name):
10847         * gnus-score.el (gnus-summary-increase-score):
10848         * gnus-util.el (gnus-completing-read-with-default):
10849         * gnus-art.el (gnus-read-save-file-name)
10850         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10851         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10852         * message.el (message-check-news-header-syntax):
10853         Follow convention for reading with the minibuffer.
10855 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10857         * spam-report.el (spam-report-url-ping-plain):
10858         Use gnus-extended-version as User-Agent.
10860         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10861         default value is nil.
10863         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10864         (mm-uu-verbatim-marks-extract): New function.
10865         (mm-uu-extract): New face.
10866         (mm-uu-copy-to-buffer): Use it.
10868         * spam-report.el (spam-report-gmane-ham): Renamed from
10869         `spam-report-gmane-unspam'.
10870         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10871         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10873         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10874         Autoload.
10875         (spam-report-gmane-unregister-routine): Renamed
10876         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10878 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10880         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10881         (spam-report-gmane-unregister-routine): Add support for gmane
10882         unregistration.
10884         * spam-report.el (spam-report-gmane-unspam)
10885         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10886         (spam-report-gmane): Change to take a single article and do unspam
10887         registration.
10889 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10891         * mm-url.el (mm-url-decode-entities): Fix regexp.
10893 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10895         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10896         default to nil, to be able to use Gnus at all.  If the default
10897         switches to something else, then the function should be fixed not
10898         be exceedingly slow.
10900 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10902         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10903         fail hard.
10905         * spam-report.el: Add better Keywords line.
10907         * spam.el: Add Maintainer and better Keywords line.
10909 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10911         * gnus-art.el (gnus-article-replace-part)
10912         (gnus-mime-replace-part): New functions.
10913         (gnus-mime-action-alist, gnus-mime-button-commands)
10914         (gnus-mime-save-part-and-strip): Added file argument.
10915         (gnus-article-part-wrapper): Added interactive argument.
10917         * gnus-sum.el (gnus-summary-mime-map): Add
10918         `gnus-article-replace-part'.
10920 2005-09-19  Didier Verna  <didier@xemacs.org>
10922         The nnml compaction feature:
10923         * nnml.el (nnml-request-compact-group): New function.
10924         * nnml.el (nnml-request-compact): New function.
10925         * gnus-int.el (gnus-request-compact-group): New function.
10926         * gnus-int.el (gnus-request-compact): New function.
10927         * gnus-group.el (gnus-group-compact-group): New function.
10928         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
10929         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
10930         * gnus-srvr.el (gnus-server-compact-server): New function.
10931         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
10932         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
10934 2005-09-18  Deepak Goel  <deego@gnufans.org>
10936         * sieve.el (sieve-help): Fix `message' call: first arg should be a
10937         format spec.
10939 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10941         * gnus.el (gnus-group-startup-message): Bind image-load-path.
10943 2005-09-15  Romain Francoise  <romain@orebokech.com>
10945         * message.el (message-fill-paragraph): Clarify docstring.
10947 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10949         * gnus-art.el (gnus-mime-display-part): Protect against broken
10950         MIME messages.
10952 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10954         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
10955         before parsing header.
10957 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
10959         * html2text.el (html2text-replace-list): Add new entities.
10961 2005-09-11  Romain Francoise  <romain@orebokech.com>
10963         * message.el (message-alternative-emails): Improve docstring.
10964         (message-setup-1): Call `message-use-alternative-email-as-from'
10965         after `message-setup-hook' to give it precedence over posting
10966         styles, etc.
10967         (message-use-alternative-email-as-from): Add docstring.  Remove
10968         the original From header if present.
10970         * nnml.el (nnml-compressed-files-size-threshold): New variable.
10971         (nnml-save-mail): Use it.
10973         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
10974         articles.  Add new argument `silent'.
10975         (gnus-uu-mark-all): Report the total number of marked articles.
10977 2005-09-10  Romain Francoise  <romain@orebokech.com>
10979         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
10980         (gnus-uu-mark-series): Likewise.
10982 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
10984         * spam-report.el (spam-report-gmane): Fix generation of spam
10985         report URL.
10987 2005-09-10  Simon Josefsson  <jas@extundo.com>
10989         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
10990         t, based on discussion on the ding list with Robert Epprecht
10991         <epprecht@solnet.ch>.
10993 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
10995         * spam-report.el (spam-report-gmane): Make it work without
10996         X-Report-Spam header.  Gmane now only provides Archived-At.
10997         This is only used if `spam-report-gmane-use-article-number' is nil.
10998         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11000         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11001         make `gnus-summary-sort-by-recipient' work with threading.
11003         * nnweb.el (nnweb-google-wash-article): Print a message if article
11004         is not available.
11006 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11008         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11009         change.  Decode text/* parts content before displaying.
11011 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11013         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11015 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11017         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11019 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11021         * message.el (message-tab-body-function): Fix mismatched custom type.
11023         * gnus.el (gnus-group-change-level-function): Ditto.
11025         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11027         * gnus-art.el (gnus-signature-limit)
11028         (gnus-article-mime-part-function): Ditto.
11030 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11032         * mml.el (mml-mode): Silence the byte compiler.
11034         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11035         using `(sit-for 0)' before moving the point to the specified part;
11036         skip unbuttonized parts.
11037         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11038         return to the summary window if gnus-auto-select-part is non-nil.
11040 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11042         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11043         variables.
11044         (mml-dnd-attach-file, mml-mode): Use them.
11046         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11047         Make fetching article by MID work again for Google Groups.  Added
11048         FIXME concerning gnus-group-make-web-group.
11050         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11051         Don't depend on Gnus by using mail-extract-address-components if
11052         gnus-extract-address-components is not bound.
11054 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056         * gnus-art.el (gnus-mime-display-security): Don't display the
11057         signature, but only the signed part.
11059 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11061         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11063         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11064         list, not listp.
11066 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11068         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11069         when encoding.
11071         * mm-bodies.el (mm-decode-content-transfer-encoding):
11072         De-canonicalize CRLF for all text content types, not just
11073         text/plain.
11075 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11077         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11078         valid article; point arrow and cursor at the MIME button.
11080 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11082         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11083         Suggested by Dan Christensen <jdc@uwo.ca>.
11085         * mm-decode.el (mm-save-part): Enable change of prompt.
11087 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11089         * gnus-msg.el (gnus-inews-add-send-actions): Made
11090         `message-post-method' lambda parameter ARG `&optional'.
11092 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11094         * gnus-sum.el (gnus-summary-mime-map): Added
11095         gnus-article-save-part-and-strip, gnus-article-delete-part and
11096         gnus-article-jump-to-part.
11098         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11099         (gnus-article-edit-part): Use it.
11100         (gnus-article-part-wrapper): Added no-handle argument.
11101         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11102         functions.
11104 2005-08-29  Romain Francoise  <romain@orebokech.com>
11106         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11107         docstring.
11108         (gnus-face-from-file): Likewise.
11110 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11112         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11113         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11114         non-nil.
11115         (gnus-auto-select-part): New variable.
11116         (gnus-article-jump-to-part): New function.
11117         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11118         (gnus-mime-delete-part): Allow selecting specified part after
11119         deleting or stripping parts.
11120         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11121         part if argument is bogus.
11123 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11125         * gnus-art.el (w3m-minor-mode-map):
11126         * gnus-spec.el (gnus-newsrc-file-version):
11127         * gnus-util.el (nnmail-active-file-coding-system)
11128         (gnus-original-article-buffer, gnus-user-agent):
11129         * gnus.el (gnus-ham-process-destinations)
11130         (gnus-parameter-ham-marks-alist)
11131         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11132         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11133         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11134         * mm-decode.el (gnus-current-window-configuration):
11135         * mm-extern.el (gnus-article-mime-handles):
11136         * mm-url.el (url-current-object, url-package-name)
11137         (url-package-version):
11138         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11139         (smime-keys, w3m-cid-retrieve-function-alist)
11140         (w3m-current-buffer, w3m-display-inline-images)
11141         (w3m-minor-mode-map):
11142         * mml-smime.el (gnus-extract-address-components):
11143         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11144         (gnus-newsrc-hashtb, message-default-charset)
11145         (message-deletable-headers, message-options)
11146         (message-posting-charset, message-required-mail-headers)
11147         (message-required-news-headers):
11148         * mml1991.el (mc-pgp-always-sign):
11149         * mml2015.el (mc-pgp-always-sign):
11150         * nnheader.el (nnmail-extra-headers):
11151         * rfc1843.el (gnus-decode-encoded-word-function)
11152         (gnus-decode-header-function, gnus-newsgroup-name):
11153         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11155 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11157         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11158         the end of the date treatments.
11160 2005-08-15  Simon Josefsson  <jas@extundo.com>
11162         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11163         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11164         Capello and Romain Francoise.
11165         (pgg-fetch-key-function): Removed, not used?
11166         (pgg-insert-url-with-w3): Require url, to get
11167         url-insert-file-contents regardless of where it is defined.
11169 2005-08-13  Romain Francoise  <romain@orebokech.com>
11171         * message.el (message-cite-original-1): New function.
11172         (message-cite-original): Use it.
11173         (message-cite-original-without-signature): Ditto.
11175 2005-08-08  Romain Francoise  <romain@orebokech.com>
11177         * message.el (message-yank-empty-prefix): New variable.
11178         (message-indent-citation): Use it.
11179         (message-cite-original-without-signature): Respect X-No-Archive.
11181 2005-08-08  Simon Josefsson  <jas@extundo.com>
11183         * pgg.el: Autoload url-insert-file-contents instead of loading
11184         w3/url.
11185         (pgg-insert-url-with-w3): Don't load url here.
11187 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11189         * message.el (message-kill-to-signature): Don't insert newline at
11190         bol.
11191         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11193 2005-08-06  Romain Francoise  <romain@orebokech.com>
11195         * message.el (message-user-fqdn): Fix typo in docstring.
11197 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11199         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11201         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11203 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11205         * mm-bodies.el (mm-encode-body): Use coding system rather than
11206         charset to encode text.
11208         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11209         number of charsets if utf-8 is available (XEmacs).
11211 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11213         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11214         taken from `gnus-button-mid-or-mail-regexp'.
11215         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11216         (gnus-button-alist): Improve regexp for domain part of the MIDs
11217         for news:localpart@domain buttons.
11218         (gnus-button-ctan-directory-regexp): Update.
11220 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11222         * sieve-manage.el (sieve-manage-interactive-login): Use
11223         make-local-variable rather than make-variable-buffer-local.
11224         (sieve-manage-open): Ditto.
11225         (sieve-manage-authenticate): Ditto.
11227         * mml.el (mml-generate-mime-1): Make the content type default to
11228         text/plain if the filename is not specified.
11230 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11232         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11233         instead of insert-buffer.
11235         * message.el (message-yank-original): Ditto; set the mark at the
11236         end of the yanked message.
11238 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11240         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11241         lines to scroll rather than to stop it.
11243         * mml.el (mml-generate-default-type): Add doc string.
11244         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11245         default to application/octet-stream when determining the content
11246         type if it is not specified for the part or the mml contents; add
11247         a comment about mml-generate-default-type.
11249 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11251         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11252         make it default to application/octet-stream when determining the
11253         content type if it is not specified for the external contents.
11255 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11257         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11258         segmented parameter but also other parameters might be there.
11260 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11262         * mm-decode.el (mm-display-external): Delete temp file, directory
11263         and buffer immediately if the external process is exited.
11265 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11267         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11268         fewer lines than that of scroll-margin.
11269         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11271 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11273         * gnus-art.el (gnus-article-next-page): Revert.
11274         (gnus-article-beginning-of-window): New macro.
11275         (gnus-article-next-page-1): Use it.
11276         (gnus-article-prev-page): Ditto.
11277         (gnus-article-edit-part): Use insert-buffer-substring instead of
11278         insert-buffer.
11279         (gnus-article-edit-exit): Ditto.
11281         * gnus-util.el (gnus-beginning-of-window): Remove.
11282         (gnus-end-of-window): Remove.
11284 2005-07-25  Simon Josefsson  <jas@extundo.com>
11286         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11287         to have the url package without w3.  Reported by Daiki Ueno
11288         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11290 2005-07-20  Didier Verna  <didier@xemacs.org>
11292         * gnus-diary.el: Remove the description comment (nndiary is now
11293         properly documented in the Gnus manual).
11294         Fix the spelling of "Back End".
11295         * nndiary.el: Ditto.
11296         Fix the copyright notice.
11298 2005-07-18  Romain Francoise  <romain@orebokech.com>
11300         * gnus-sum.el (gnus-summary-to-prefix)
11301         (gnus-summary-newsgroup-prefix): New variables.
11302         (gnus-summary-from-or-to-or-newsgroups): Use them.
11304 2005-07-17  Romain Francoise  <romain@orebokech.com>
11306         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11307         space as it's generally not especially interesting to the user.
11309 2005-07-16  Romain Francoise  <romain@orebokech.com>
11311         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11312         nil to avoid prompting and file modification if one of the
11313         messages at the top of the nnfolder file contains a copyright
11314         notice.
11315         Update copyright notice.
11317         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11318         instead of `current-time-string' as the latter creates a time
11319         string that is not RFC 2822 compliant (it lacks the zone).
11320         Update copyright notice.
11322 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11324         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11325         for text/rtf.  Display default in prompt.  Pass default for M-n.
11327         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11329 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11331         * gnus-msg.el (gnus-button-mailto): Remove
11332         save-selected-window-window hackery because it relies on
11333         save-selected-window internals.
11335 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11337         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11338         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11339         (gnus-article-prev-page): Ditto.
11341         * gnus-util.el (gnus-beginning-of-window): New function.
11342         (gnus-end-of-window): New function.
11344 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11346         * gnus-score.el (gnus-score-edit-all-score): Set
11347         gnus-score-edit-exit-function to gnus-score-edit-done and call
11348         gnus-message.
11350 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11352         * gnus-msg.el (gnus-button-mailto): Remove
11353         save-selected-window-window hackery because it relies on
11354         save-selected-window internals.
11356 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11358         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11359         add-minor-mode.
11360         (gnus-binary-mode): Ditto.
11362         * gnus-topic.el (gnus-topic-mode): Ditto.
11364 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11366         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11367         (gnus-article-prev-page): Take scroll-margin into consideration.
11369 2005-07-04  Lute Kamstra  <lute@gnu.org>
11371         Update FSF's address in GPL notices.
11373 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11375         * gnus.el (gnus-exit):
11376         * gnus-group.el (gnus-group-icons):
11377         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11379         * gnus-nocem.el (gnus-nocem):
11380         * message.el (message-various, message-buffers, message-sending)
11381         (message-interface, message-forwarding, message-insertion)
11382         (message-headers, message-news, message-mail):
11383         * pgg-gpg.el (pgg-gpg):
11384         * pgg-parse.el (pgg-parse):
11385         * pgg-pgp.el (pgg-pgp):
11386         * pgg-pgp5.el (pgg-pgp5):
11387         * pop3.el (pop3): Finish `defgroup' description with period.
11389 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11391         * gnus-art.el (article-display-face): Improve the efficiency.
11392         (article-display-x-face): Ditto; remove grey x-face stuff.
11394 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11396         * gnus-art.el (article-display-face): Correct the position in
11397         which Faces are inserted.
11399 2005-06-29  Didier Verna  <didier@xemacs.org>
11401         * gnus-art.el (article-display-face): Display faces in correct
11402         order.
11404 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11406         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11407         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11408         (gnus-nocem-check-article): Fetch the Type header.
11409         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11410         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11411         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11412         make sure gnus-nocem-hashtb is initialized.
11413         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11414         (gnus-nocem-unwanted-article-p): Ditto.
11416         * pgg.el (pgg-verify): Return the verification result.
11418 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11420         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11421         is ascii.
11423 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11425         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11426         `show-nonbreak-escape'.
11428 2005-06-23  Lute Kamstra  <lute@gnu.org>
11430         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11432         * dig.el (dig-mode):
11433         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11435 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11437         * nnimap.el (nnimap-split-download-body): Fix spellings.
11439 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11441         * gnus-art.el (gnus-article-encrypt-body):
11442         * gnus-cus.el (gnus-score-customize):
11443         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11444         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11446 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11448         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11449         header by looking for magic "MII" at the beginnig.
11451 2005-06-16  Miles Bader  <miles@gnu.org>
11453         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11454         (assistant-field-face): New backward-compatibility alias for renamed
11455         face.
11456         (assistant-render-text): Use renamed assistant-field face.
11458         * spam.el (spam): Remove "-face" suffix from face name.
11459         (spam-face): New backward-compatibility alias for renamed face.
11460         (spam-face, spam-initialize): Use renamed spam face.
11462         * message.el (message-header-to, message-header-cc)
11463         (message-header-subject, message-header-newsgroups)
11464         (message-header-other, message-header-name)
11465         (message-header-xheader, message-separator, message-cited-text)
11466         (message-mml): Remove "-face" suffix from face names.
11467         (message-header-to-face, message-header-cc-face)
11468         (message-header-subject-face, message-header-newsgroups-face)
11469         (message-header-other-face, message-header-name-face)
11470         (message-header-xheader-face, message-separator-face)
11471         (message-cited-text-face, message-mml-face):
11472         New backward-compatibility aliases for renamed faces.
11473         (message-font-lock-keywords): Use renamed message faces.
11475         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11476         (sieve-test-commands, sieve-tagged-arguments):
11477         Remove "-face" suffix from face names.
11478         (sieve-control-commands-face, sieve-action-commands-face)
11479         (sieve-test-commands-face, sieve-tagged-arguments-face):
11480         New backward-compatibility aliases for renamed faces.
11481         (sieve-control-commands-face, sieve-action-commands-face)
11482         (sieve-test-commands-face, sieve-tagged-arguments-face):
11483         Use renamed sieve faces.
11485         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11486         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11487         (gnus-group-news-3-empty, gnus-group-news-4)
11488         (gnus-group-news-4-empty, gnus-group-news-5)
11489         (gnus-group-news-5-empty, gnus-group-news-6)
11490         (gnus-group-news-6-empty, gnus-group-news-low)
11491         (gnus-group-news-low-empty, gnus-group-mail-1)
11492         (gnus-group-mail-1-empty, gnus-group-mail-2)
11493         (gnus-group-mail-2-empty, gnus-group-mail-3)
11494         (gnus-group-mail-3-empty, gnus-group-mail-low)
11495         (gnus-group-mail-low-empty, gnus-summary-selected)
11496         (gnus-summary-cancelled, gnus-summary-high-ticked)
11497         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11498         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11499         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11500         (gnus-summary-low-undownloaded)
11501         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11502         (gnus-summary-low-unread, gnus-summary-normal-unread)
11503         (gnus-summary-high-read, gnus-summary-low-read)
11504         (gnus-summary-normal-read, gnus-splash):
11505         Remove "-face" suffix from face names.
11506         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11507         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11508         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11509         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11510         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11511         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11512         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11513         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11514         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11515         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11516         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11517         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11518         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11519         (gnus-summary-normal-ticked-face)
11520         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11521         (gnus-summary-normal-ancient-face)
11522         (gnus-summary-high-undownloaded-face)
11523         (gnus-summary-low-undownloaded-face)
11524         (gnus-summary-normal-undownloaded-face)
11525         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11526         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11527         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11528         (gnus-splash-face):
11529         New backward-compatibility aliases for renamed faces.
11530         (gnus-group-startup-message): Use renamed gnus faces.
11532         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11533         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11534         (gnus-server-agent): Remove "-face" suffix from face names.
11535         (gnus-server-agent-face, gnus-server-opened-face)
11536         (gnus-server-closed-face, gnus-server-denied-face)
11537         (gnus-server-offline-face):
11538         New backward-compatibility aliases for renamed faces.
11539         (gnus-server-agent-face, gnus-server-opened-face)
11540         (gnus-server-closed-face, gnus-server-denied-face)
11541         (gnus-server-offline-face): Use renamed gnus faces.
11543         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11544         Remove "-face" suffix from face names.
11545         (gnus-picon-xbm-face, gnus-picon-face):
11546         New backward-compatibility aliases for renamed faces.
11548         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11549         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11550         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11551         (gnus-cite-11): Remove "-face" suffix from face names.
11552         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11553         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11554         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11555         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11556         New backward-compatibility aliases for renamed faces.
11557         (gnus-cite-attribution-face, gnus-cite-face-list)
11558         (gnus-article-boring-faces): Use renamed gnus faces.
11560         * gnus-art.el (gnus-signature, gnus-header-from)
11561         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11562         (gnus-header-content): Remove "-face" suffix from face names.
11563         (gnus-signature-face, gnus-header-from-face)
11564         (gnus-header-subject-face, gnus-header-newsgroups-face)
11565         (gnus-header-name-face, gnus-header-content-face):
11566         New backward-compatibility aliases for renamed faces.
11567         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11569         * gnus-sum.el (gnus-summary-selected-face)
11570         (gnus-summary-highlight): Use renamed gnus faces.
11571         * gnus-group.el (gnus-group-highlight): Likewise.
11573 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11575         * gnus-sieve.el (gnus-sieve-article-add-rule):
11576         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11577         * spam-stat.el (spam-stat-buffer-change-to-spam)
11578         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11580         * message.el (message-is-yours-p):
11581         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11583 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11585         * mm-view.el (mm-inline-text): Withdraw the last change.
11587 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11589         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11590         executing enriched-decode.
11592 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11594         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11595         charset of tar files.
11597 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11599         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11601 2005-06-04  Lute Kamstra  <lute@gnu.org>
11603         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11604         information is never recorded.
11606 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11608         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11610 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11612         * pop3.el (pop3-apop): Run md5 in the binary mode.
11614         * starttls.el (starttls-set-process-query-on-exit-flag):
11615         Use eval-and-compile.
11617 2005-05-31  Simon Josefsson  <jas@extundo.com>
11619         * smime.el (smime-replace-in-string): Define.
11620         (smime-cert-by-ldap-1): Use it.
11622 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11624         * gnus-art.el (article-display-x-face): Replace
11625         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11627         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11628         set-process-query-on-exit-flag or process-kill-without-query.
11630         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11631         loop instead of replace-regexp.
11633         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11634         instead of process-kill-without-query if it is available.
11636         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11637         instead of find-file-hooks if it is available.
11639         * mml1991.el: Bind pgg-default-user-id when compiling.
11641         * mml2015.el: Bind pgg-default-user-id when compiling.
11643         * nndraft.el (nndraft-request-associate-buffer):
11644         Use write-contents-functions instead of write-contents-hooks if it is
11645         available.
11647         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11648         instead of find-file-hooks if it is available.
11650         * nntp.el (nntp-open-connection): Replace
11651         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11652         (nntp-open-ssl-stream): Ditto.
11653         (nntp-open-tls-stream): Ditto.
11655         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11656         set-process-query-on-exit-flag or process-kill-without-query.
11657         (starttls-open-stream-gnutls): Use it instead of
11658         process-kill-without-query.
11659         (starttls-open-stream): Ditto.
11661 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11663         * smime.el (smime-cert-by-ldap-1): Don't use
11664         replace-regexp-in-string.
11666 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11668         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11670         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11671         in PEM format.  Adjust to the XEmacs compability.
11673 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11675         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11676         by `string-to-number'.
11677         * gnus-agent.el (gnus-agent-regenerate-group)
11678         (gnus-agent-fetch-articles): Ditto.
11679         * gnus-art.el (gnus-button-fetch-group): Ditto.
11680         * gnus-cache.el (gnus-cache-generate-active)
11681         (gnus-cache-articles-in-group): Ditto.
11682         * gnus-group.el (gnus-group-set-current-level)
11683         (gnus-group-insert-group-line): Ditto.
11684         * gnus-score.el (gnus-score-set-expunge-below)
11685         (gnus-score-set-mark-below, gnus-summary-score-effect)
11686         (gnus-summary-score-entry): Ditto.
11687         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11688         (gnus-soup-pack): Ditto.
11689         * gnus-spec.el (gnus-xmas-format): Ditto.
11690         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11691         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11692         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11693         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11694         * nndb.el (nndb-get-remote-expire-response): Ditto.
11695         * nndiary.el (nndiary-parse-schedule-value)
11696         (nndiary-string-to-number, nndiary-request-replace-article)
11697         (nndiary-request-article): Ditto.
11698         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11699         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11700         * nneething.el (nneething-make-head): Ditto.
11701         * nnfolder.el (nnfolder-request-article)
11702         (nnfolder-retrieve-headers): Ditto.
11703         * nnheader.el (nnheader-file-to-number): Ditto.
11704         * nnkiboze.el (nnkiboze-request-article): Ditto.
11705         * nnmail.el (nnmail-process-unix-mail-format)
11706         (nnmail-process-babyl-mail-format): Ditto.
11707         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11708         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11709         (nnmh-request-create-group, nnmh-request-list-1)
11710         (nnmh-request-group, nnmh-request-article): Ditto.
11711         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11712         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11713         * nnsoup.el (nnsoup-make-active): Ditto.
11714         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11715         * nntp.el (nntp-find-group-and-number)
11716         (nntp-retrieve-headers-with-xover): Ditto.
11717         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11718         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11719         (pgg-format-key-identifier): Ditto.
11720         * pop3.el (pop3-last, pop3-stat): Ditto.
11721         * qp.el (quoted-printable-decode-region): Ditto.
11723         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11724         of concat.
11726 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11728         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11730         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11732         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11734         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11736         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11738         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11740         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11741         (gnus-carpal-mode): Ditto.
11743         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11744         (gnus-browse-mode): Ditto.
11746         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11748         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11750 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11752         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11754 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11756         * gnus-util.el (gnus-run-mode-hooks): New function.
11758         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11760 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11762         * gnus-agent.el (gnus-agent-make-mode-line-string):
11763         Use mode-line-highlight as mouse-face.
11765 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11767         * canlock.el (canlock): Change the parent group to news.
11769         * deuglify.el (gnus-outlook-deuglify): Add :group.
11771         * dig.el (dig): Add :group.
11773         * dns-mode.el (dns-mode): Add :group.
11775         * encrypt.el (encrypt): Add :group.
11777         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11778         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11779         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11780         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11781         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11783         * gnus-diary.el (gnus-diary): Add :group.
11785         * gnus.el (gnus-group-news-1-face): Add :group.
11786         (gnus-group-news-1-empty-face): Ditto.
11787         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11788         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11789         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11790         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11791         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11792         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11793         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11794         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11795         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11796         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11797         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11798         (gnus-summary-high-ticked-face): Ditto.
11799         (gnus-summary-low-ticked-face): Ditto.
11800         (gnus-summary-normal-ticked-face): Ditto.
11801         (gnus-summary-high-ancient-face): Ditto.
11802         (gnus-summary-low-ancient-face): Ditto.
11803         (gnus-summary-normal-ancient-face): Ditto.
11804         (gnus-summary-high-undownloaded-face): Ditto.
11805         (gnus-summary-low-undownloaded-face): Ditto.
11806         (gnus-summary-normal-undownloaded-face): Ditto.
11807         (gnus-summary-high-unread-face): Ditto.
11808         (gnus-summary-low-unread-face): Ditto.
11809         (gnus-summary-normal-unread-face): Ditto.
11810         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11811         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11813         * hashcash.el (hashcash): New custom group.
11814         (hashcash-default-payment): Add :group.
11815         (hashcash-payment-alist): Ditto.
11816         (hashcash-default-accept-payment): Ditto.
11817         (hashcash-accept-resources): Ditto.
11818         (hashcash-path): Ditto.
11819         (hashcash-extra-generate-parameters): Ditto.
11820         (hashcash-double-spend-database): Ditto.
11821         (hashcash-in-news): Ditto.
11823         * message.el (message-minibuffer-local-map): Add :group.
11825         * netrc.el (netrc): Add :group.
11827         * sieve-manage.el (sieve-manage-log): Add :group.
11828         (sieve-manage-default-user): Diito.
11829         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11830         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11831         (sieve-manage-authenticators): Ditto.
11832         (sieve-manage-authenticator-alist): Ditto.
11833         (sieve-manage-default-port): Ditto.
11835         * sieve-mode.el (sieve-control-commands-face): Add :group.
11836         (sieve-action-commands-face): Ditto.
11837         (sieve-test-commands-face): Ditto.
11838         (sieve-tagged-arguments-face): Ditto.
11840         * smime.el (smime): Add :group.
11842         * spam-report.el (spam-report): Add :group.
11844         * spam.el (spam, spam-face): Add :group.
11846 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11848         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11849         return \n.\n.\n at the end of articles.  Protect against that.
11850         (nntp-with-open-group): Allow debugging.
11852         * nnheader.el (mail-header-set-extra): Make into a function
11853         because I just could't understand how to quote the list properly.
11855         * dns.el (query-dns-cached): New function.
11857 2005-05-26  Lute Kamstra  <lute@gnu.org>
11859         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11861 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11863         * gnus-art.el: Don't autoload mail-extract-address-components.
11865         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11866         eval-and-compile to evaluate it.
11868         * hashcash.el: Don't autoload executable-find.
11870         * nndb.el: Don't declare the nndb back end two or more times; don't
11871         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11873         * nntp.el: Autoload format-spec instead of format; use
11874         eval-and-compile to evaluate autoload forms.
11876 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11878         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11880 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11882         * gnus.el (gnus-version-number): Bump version.
11884 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11886         * gnus.el: No Gnus v0.3 is released.
11888 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11890         * gnus-art.el (gnus-article-edit-part): Disable undo.
11892 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11894         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11895         gnus-article-date-lapsed-new-header is t if date timer is active;
11896         skip headers in which the original date value is empty.
11897         (gnus-article-save-original-date): Redefine it as a macro.
11898         (gnus-display-mime): Use it.
11900 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11902         * gnus-art.el (article-date-ut): Support converting date in
11903         forwarded parts as well.
11904         (gnus-article-save-original-date): New function.
11905         (gnus-display-mime): Use it.
11907 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11909         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11910         enclosure element of <item>.
11912 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11914         * message.el (message-kill-buffer-query): Renamed from
11915         `message-kill-buffer-query-if-modified'.  Added :version.
11917 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11919         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11920         window layout.
11922 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11924         * mml.el: Autoload dnd when compiling.
11926 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11928         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
11929         x-dnd-*.
11931 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11933         * qp.el (quoted-printable-encode-region): Save excursion.
11935 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
11937         * message.el (message-kill-buffer-query-if-modified): Add new variable
11938         so the user can kill a modified message buffer quickly.
11939         (message-kill-buffer): Use it.
11941 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11943         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
11944         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
11946 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11948         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
11949         contained in text because xml.el decodes entities) with LFs.
11951 2005-04-11  Lute Kamstra  <lute@gnu.org>
11953         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
11954         differently.
11956 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11958         * mm-util.el (mm-detect-coding-region): Typo.
11960 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11962         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
11964 2005-04-06  Deepak Goel  <deego@gnufans.org>
11966         * spam-stat.el (spam-stat-score-buffer): Add a call to a
11967         user-function allow user modifications of the scores.
11968         (spam-stat-score-buffer-user): New function, to allow
11969         user-computed modifications to the score.
11970         (spam-stat-score-buffer-user-functions): List of additional
11971         scoring functions.
11972         (spam-stat-error-holder): Global temporary error holder.
11973         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
11974         variable.
11976 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
11978         * gnus-registry.el (gnus-registry-clean-empty-function)
11979         (gnus-registry-trim, gnus-registry-fetch-groups)
11980         (gnus-registry-delete-group): Groups that match
11981         `gnus-registry-ignored-groups' are removed from the registry
11982         entries, not just ignored for splitting.  This helps clean up the
11983         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
11984         to get all the groups a message ID is in.
11986         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
11987         (spam-stat-split-fancy): Change "threshhold" to "threshold".
11988         (spam-stat-score-buffer-user-functions): Add :number custom type.
11990 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11992         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
11993         argument in XEmacs.
11995         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
11996         (nnrss-request-group): Decode group name first.
11997         (nnrss-request-article): Make a text/plain article if mml-to-mime
11998         failed.
11999         (nnrss-get-encoding): Return a compatible encoding according to
12000         nnrss-compatible-encoding-alist.
12001         (nnrss-find-el): Use consp instead of listp.
12002         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12004 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12006         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12007         which Emacs 20 doesn't support.
12008         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12010 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12012         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12013         silence the byte compiler inside the defun.
12015         * gnus-demon.el (parse-time-string): Add autoload.
12017         * gnus-delay.el (parse-time-string): Add autoload.
12019         * gnus-art.el (parse-time-string): Add autoload.
12021         * nnultimate.el (parse-time): Require for `parse-time-string'.
12023 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12025         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12027         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12029         * smime.el (smime-ldap-host-list): Add :version.
12031 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12033         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12034         pass it to `gnus-browse-read-group'.
12035         (gnus-browse-read-group): Add NUMBER argument and pass it to
12036         `gnus-group-read-ephemeral-group'.
12038         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12039         argument and pass it to `gnus-group-read-group'.
12041 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12043         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12044         mm-xemacs-find-mime-charset-1 if we have the mule feature
12045         available at runtime.
12047 2005-03-25  Werner Lemberg  <wl@gnu.org>
12049         * nnmaildir.el: Replace `illegal' with `invalid'.
12051 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12053         * gnus-start.el (gnus-display-time-event-handler):
12054         Check display-time-timer at runtime rather than only at load time
12055         in case display-time-mode is turned off in the mean time.
12057 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12059         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12060         used.
12062         * nneething.el (nneething-map-file-directory): Derive from
12063         `gnus-directory'.
12065         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12066         the To/Cc button.
12068 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12070         * nnmaildir.el (nnmaildir-request-accept-article):
12071         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12073 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12075         * gnus-async.el: Require timer-funcs at compile time when in
12076         XEmacs for `run-with-idle-timer'.
12078 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12080         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12081         autoloaded function.
12083 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12085         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12087 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12089         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12091 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12093         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12094         gnus-expert-user to default.
12096 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12098         * nnimap.el (nnimap-open-server): Ditto.
12100         * imap.el (imap-authenticate): Fix typo.
12102 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12104         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12105         buffer (since IMAP server might return FETCH response out of
12106         order, and the nntp buffer must be sorted).
12108 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12110         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12111         comparison on string.
12113         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12114         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12115         (gnus-agent-summary-fetch-series): Modified to protect against
12116         gnus-agent-summary-fetch-group clearing processable flags.
12117         (gnus-agent-synchronize-group-flags): Update live group buffer as
12118         synchronization may occur due to the user toggle the plugged
12119         status.
12120         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12121         successfully downloaded.
12122         (gnus-agent-expire-group-1): Avoid using markers when the overview
12123         is in ascending order; greatly improves performance.
12124         (gnus-agent-regenerate-group): Use
12125         gnus-agent-synchronize-group-flags to reset read status in both
12126         gnus and server.
12127         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12129 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12131         * message.el: Don't autoload former message-utils variables.
12132         (message-strip-subject-trailing-was): Change doc string.
12134         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12135         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12136         (nnweb-google-search): Add "hl=en" here.
12137         (nnweb-google-parse-1, nnweb-google-create-mapping):
12138         Don't hardcode URL.
12140 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12142         * message.el (message-get-reply-headers, message-followup):
12143         Mention related variables `message-use-followup-to' and
12144         `message-use-mail-followup-to', in the information buffer.
12146         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12147         of broken groups(-beta).google.com.
12149 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12151         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12152         parameter to invoked gnus-request-move-article; remove the
12153         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12154         all at once instead of once per article.
12155         (gnus-summary-remove-process-mark): Accept a list of articles as
12156         well as a single article for processing.
12158         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12159         parameter.
12161         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12163         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12165         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12166         parameter.
12168         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12169         parameter.
12171         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12172         parameter and remove the gnus-sum-hint-move-is-internal variable.
12174         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12175         parameter.
12177         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12178         parameter.
12180         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12181         parameter.
12183         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12185         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12186         parameter.
12188         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12189         parameter.
12191 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12193         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12194         a more conservative way.
12196 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12198         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12199         buffer, so it moves the window's cursor.
12201 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12203         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12204         `mm-dissect-multipart' and receive the from field as an (optional)
12205         argument from `mm-dissect-multipart'.
12206         (mm-dissect-multipart): Receive the from field as an argument and
12207         pass it on when we call `mm-dissect-buffer' on MIME parts.
12208         Fixes verification/decryption of signed/encrypted MIME parts.
12210 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12212         * gnus-sum.el (gnus-summary-move-article): Set
12213         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12214         whatever it calls (right now, only nnimap-request-move article
12215         respects it).
12217         * nnimap.el (nnimap-request-move-article): When
12218         gnus-sum-hint-move-is-internal is set, don't do the extra
12219         nnimap-request-article.
12221 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12223         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12225         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12226         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12228         * gnus-sum.el (gnus-summary-caesar-message):
12229         Apply `gnus-treat-article' after rotation.
12231         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12232         doc string.
12234 2005-02-22  Simon Josefsson  <jas@extundo.com>
12236         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12237         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12238         <arne@arnested.dk>.
12239         (encrypt): Add password-cache and password-cache-expiry as group
12240         members.
12242 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12244         * smime.el (smime-ldap-host-list): Doc fix.
12245         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12246         cache) password.
12247         (smime-sign-region): Use it.
12248         (smime-decrypt-region): Use it.
12249         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12250         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12251         fails.
12252         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12253         certificate from DER to PEM format rather than calling openssl.
12255         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12257         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12258         for signing/encryption.
12260         * mml.el (mml-parse-1): Use them.
12262 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12264         * nnrss.el (nnrss-verbose): Removed.
12265         (nnrss-request-group): Use `nnheader-message' instead.
12267 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12269         * nnrss.el (nnrss-verbose): New variable.
12270         (nnrss-request-group): Make it say nnrss is requesting a group.
12272 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12274         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12275         Handle news URL with given port correctly.
12277 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12279         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12280         containing special characters.
12282         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12284         * mml.el (mime-to-mml): Ditto.
12286         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12287         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12288         (rfc2047-decode-region): Quote decoded words containing special
12289         characters when rfc2047-quote-decoded-words-containing-tspecials
12290         is non-nil.
12292 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12294         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12296         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12298 2005-02-15  Simon Josefsson  <jas@extundo.com>
12300         * nnimap.el (nnimap-debug): Doc fix.
12302         * imap.el (imap-debug): Doc fix.
12304 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12306         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12308 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12310         * gnus.el (spam-contents): Improve docs for spam-contents
12311         parameter in its variable incarnation.
12313 2005-02-14  Simon Josefsson  <jas@extundo.com>
12315         * smime-ldap.el: Use require instead of load-library for ldap.
12316         (smime-ldap-search): Indent.
12317         (smime-ldap-search-internal): Shorten line.
12319         * smime.el (smime-cert-by-dns): Add doc-string.
12320         (smime-cert-by-ldap-1): Indent.
12322         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12323         mml-smime-get-dns-ldap.
12324         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12326 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12328         * smime.el: Require smime-ldap.
12329         (smime-ldap-host-list): New variable.
12330         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12332         * mml-smime.el (mml-smime-encrypt-query): New function.
12333         (mml-smime-encrypt-query): Use it.
12335         * smime-ldap.el: New file.
12337 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12339         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12341 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12343         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12344         argument in doc string.  Make query for type more clear.
12346 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12348         * gnus.el (gnus-group-startup-message): Search for gnus images in
12349         etc/images/gnus.
12350         * mm-util.el (mm-image-load-path): Likewise.
12351         * smiley.el (smiley-data-directory): Search for smilies in
12352         etc/images/smilies.
12354 2005-02-09  Kim F. Storm  <storm@cua.dk>
12356         Change Emacs release version from 21.4 to 22.1 throughout.
12357         Change Emacs development version from 21.3.50 to 22.0.50.
12359 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12361         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12363         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12364         non-Mule XEmacs as well.
12365         (mm-decompress-buffer): Signal an error intentionally if it does
12366         not decompress compressed data because auto-compression-mode is
12367         disabled.
12369 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12371         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12372         an ID in the registry even if it has no groups.
12374 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12376         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12377         merge it into mm-decompress-buffer.
12378         (gnus-mime-copy-part): Use the MIME part charset, the value which
12379         a user specified or gnus-newsgroup-charset for decoding, like
12380         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12381         save-buffer what was used.  Suggested by Kevin Ryde
12382         <user42@zip.com.au>.
12383         (gnus-mime-inline-part): Allow the name parameter as well as the
12384         filename parameter; force decompressing of compressed data; always
12385         display contents being not decoded as unibyte.
12387         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12388         as well as the filename parameter.
12390         * mm-util.el (mm-decompress-buffer): Merge
12391         gnus-mime-jka-compr-maybe-uncompress.
12392         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12393         of compressed data.
12395 2005-02-08  Simon Josefsson  <jas@extundo.com>
12397         * imap.el (imap-log): Doc fix.
12399 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12401         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12402         the coding cookies; decompress compressed parts.
12404         * mml.el (mml-generate-mime-1): Add the charset parameter according
12405         to the value which a user specified manually or the coding cookie.
12407         * mm-util.el (mm-string-to-multibyte): New function.
12408         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12409         (mm-coding-system-to-mime-charset): New function.
12410         (mm-decompress-buffer): New function.
12411         (mm-find-buffer-file-coding-system): New function.
12413         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12414         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12415         parts.
12417 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12419         * mm-view.el (mm-display-inline-fontify): Decode a part according
12420         to the charset parameter.
12422 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12424         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12425         prefix arg is neither nil nor a number, as info specifies.
12427 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12429         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12430         timestamps.
12432 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12434         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12435         groups error checking and notify user.
12437 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12439         * message.el (message-send-mail-function): Check existence of
12440         sendmail-program first before using default value
12441         `message-send-mail-with-sendmail'.  Otherwise use more generic
12442         `smtpmail-send-it'.
12444 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12446         * nntp.el (nntp-request-update-info): Always return nil.
12448 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12450         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12452 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12454         * message.el (message-beginning-of-line): Change the behavior when
12455         invoked between BOL and : so that it first moves backward.
12457 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12459         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12460         article buffer when editing of the article is discarded.
12461         (gnus-article-prepare): Revert.
12463 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12465         * gnus-art.el (gnus-article-prepare):
12466         Remove message-strip-forbidden-properties from the local hook.
12468 2005-01-27  Simon Josefsson  <jas@extundo.com>
12470         * password.el (password-cache-add): Only start one timer per key.
12471         Reported by Derek Atkins <warlord@MIT.EDU>.
12473 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12475         * run-at-time.el: Removed.  It is no longer needed as
12476         timer-funcs.el in the xemacs-base package has a working version of
12477         `run-at-time'.
12479         * password.el: Require timer-funcs instead of run-at-time in
12480         XEmacs.
12481         Remove `password-run-at-time' macro.
12482         (password-cache-add): Use `run-at-time' instead of
12483         `password-run-at-time'.
12485         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12486         for `run-with-idle-timer'.
12488         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12489         for `run-at-time'.
12491         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12492         for `with-timeout'.
12494 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12496         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12497         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12499 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12501         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12502         sensitively.
12504 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12506         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12508 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12510         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12511         which will be inserted according to the multibyteness of a buffer
12512         rather than the type of contents.  Suggested by ARISAWA Akihiro
12513         <ari@mbf.ocn.ne.jp>.
12515         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12516         of string which old xml.el may return rather than a string.
12518 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12520         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12522 2005-01-16  Simon Josefsson  <jas@extundo.com>
12524         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12525         idn/idna.el isn't available.
12526         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12527         <michael@waxrat.com>.
12529         * hashcash.el: Remove non-FSF copyright header.
12531         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12532         (hashcash-generate-payment): Use it.
12533         (hashcash-generate-payment-async): Use it.
12535 2005-01-15  Simon Josefsson  <jas@extundo.com>
12537         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12538         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12540         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12541         gnus-summary-idna-message.
12542         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12543         (gnus-summary-idna-message): New function.
12545 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12547         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12548         gnus-novice-user.
12550 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12552         * nnrss.el (nnrss-request-delete-group): Delete entries in
12553         nnrss-group-alist as well.
12554         (nnrss-save-server-data): Insert newline.
12556 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12558         * gnus.el (gnus-user-agent): Use list of symbols instead of
12559         symbols.  Display full version number for (S)XEmacs.  Optionally
12560         display (S)XEmacs codename.
12562         * gnus-util.el (gnus-emacs-version): Update for new
12563         `gnus-user-agent'.
12565         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12566         Gnus version.
12568 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12570         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12571         which is unreadable in some setups.
12573 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12575         * gnus-spec.el (gnus-update-format-specifications): Flush the
12576         group format spec cache if it doesn't support decoded group names.
12578 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12580         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12581         Allow to apply decay on score files matching a regexp.
12583 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12585         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12586         compatibility in %g and %c.
12588 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12590         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12591         name for only %g and %c.
12592         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12593         of gnus-tmp-group to decoded group name.
12594         (gnus-group-make-rss-group): Exclude `/'s from group names.
12596 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12598         * nnrss.el (nnrss-get-encoding): Fix regexp.
12600 2004-12-27  Simon Josefsson  <jas@extundo.com>
12602         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12603         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12604         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12606 2004-12-17  Kim F. Storm  <storm@cua.dk>
12608         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12610         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12612 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12614         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12616 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12618         * nnrss.el: Require rfc2047 and mml.
12619         (nnrss-file-coding-system): New variable.
12620         (nnrss-format-string): Redefine it as an inline function.
12621         (nnrss-decode-group-name): New function.
12622         (nnrss-string-as-multibyte): Remove.
12623         (nnrss-retrieve-headers): Decode group name; don't use
12624         nnrss-format-string.
12625         (nnrss-request-group): Decode group name.
12626         (nnrss-request-article): Decode group name; allow a Message-ID as
12627         well as an article number; don't use nnrss-format-string; encode a
12628         Message-ID string which may contain non-ASCII characters; use
12629         mml-to-mime to compose a MIME article.
12630         (nnrss-request-expire-articles): Decode group name.
12631         (nnrss-request-delete-group): Decode group name.
12632         (nnrss-fetch): Clarify error message.
12633         (nnrss-read-server-data): Use insert-file-contents instead of load;
12634         bind file-name-coding-system; use multibyte buffer.
12635         (nnrss-save-server-data): Bind coding-system-for-write to the
12636         value of nnrss-file-coding-system; bind file-name-coding-system;
12637         add coding cookie.
12638         (nnrss-read-group-data): Use insert-file-contents instead of load;
12639         bind file-name-coding-system; use multibyte buffer.
12640         (nnrss-save-group-data): Bind coding-system-for-write to the
12641         value of nnrss-file-coding-system; bind file-name-coding-system.
12642         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12643         make it work with non-ASCII text.
12644         (nnrss-find-el): Make it work with old xml.el as well.
12646 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12648         * nnrss.el (nnrss-get-encoding): New function.
12649         (nnrss-fetch): Use unibyte buffer initially; bind
12650         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12651         decode contents according to the encoding attribute.
12652         (nnrss-save-group-data): Add coding cookie.
12653         (nnrss-mime-encode-string): New function.
12654         (nnrss-check-group): Use it to encode subject and author.
12656 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12658         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12659         imaginary variable.
12661 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12663         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12664         correctly even if there are wide characters.
12666 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12668         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12669         downcased symbol names; make a new cache instead of reusing
12670         bbdb-hashtable.
12672 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12674         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12675         concatenating segments rather than before concatenating them.
12676         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12678         * message.el (message-get-reply-headers): Bind `extra'.
12680 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12682         * message.el (message-extra-wide-headers): New variable.
12683         (message-get-reply-headers): Use it.
12685 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12687         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12688         (gnus-agent-group-pathname): Ditto.
12690         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12692         * gnus-group.el (gnus-group-make-group): Decode group name.
12693         (gnus-group-make-rss-group): Register the group data after opening
12694         the nnrss group.
12696 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12698         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12699         by expiry now get marked as read.
12701 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12703         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12705 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12707         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12708         unify Latin characters in XEmacs.
12709         (mm-find-mime-charset-region): Use it.
12711 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12713         * gnus-util.el (gnus-delete-directory): New function.
12715         * gnus-agent.el (gnus-agent-delete-group): Use it.
12717         * gnus-cache.el (gnus-cache-delete-group): Use it.
12719 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12721         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12722         names.
12724 2004-12-16  Simon Josefsson  <jas@extundo.com>
12726         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12728 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12730         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12732         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12733         (gnus-group-set-current-level): Decode group name.
12735 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12737         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12738         failed.
12740 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12742         * gnus-group.el (gnus-group-delete-group): Decode group name.
12743         (gnus-group-make-rss-group): Encode group name.
12744         (gnus-group-catchup-current): Decode group name.
12745         (gnus-group-kill-group): Decode group name.
12747 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12749         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12751 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12753         * gnus-group.el (gnus-group-make-rss-group):
12754         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12756         * gnus-start.el (gnus-setup-news): Honor user's setting to
12757         gnus-message-archive-method.  Suggested by Lute Kamstra
12758         <lute@gnu.org>.
12760 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12762         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12763         global counterparts of the buffer-local variables.
12765 2004-11-16  Romain Francoise  <romain@orebokech.com>
12767         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12768         counterparts of the buffer-local variables.
12770 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12772         * message.el (message-forbidden-properties): Fixed typo in doc
12773         string.
12775 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12777         * gnus-util.el (gnus-replace-in-string): Added doc string.
12779         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12780         to avoid problems when splitting mails with many recipients.
12782 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12784         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12785         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12787 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12789         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12790         if there is no hashtable in memory or file modification time is
12791         newer than cached timestamp.
12793 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12795         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12796         not-matching option.
12798 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12800         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12801         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12802         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12803         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12804         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12805         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12807 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12809         * message.el (message-forward-make-body-mml): Remove headers
12810         according to message-forward-ignored-headers if a message is decoded.
12812 2004-12-02  Romain Francoise  <romain@orebokech.com>
12814         * message.el (message-forward-make-body-plain): Always remove
12815         headers according to message-forward-ignored-headers.
12817 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12819         * spam.el (spam-summary-prepare-exit): Remove the
12820         gnus-summary-limit pop for now, it has problems with ham marks for
12821         me.
12823 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12825         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12826         correctly.
12828 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12830         * format-spec.el (format-spec): Message the char.
12832 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12834         * gnus-art.el (gnus-split-methods): Reformat comments.
12836         * spam.el (spam-summary-prepare-exit): Remove article limits
12837         before exiting the summary buffer.
12839 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12841         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12842         order to silence the byte compiler.
12844         * spam.el: Fix the way to silence the byte compiler, which
12845         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12846         bbdb-search-simple, spam-BBDB-register-routine,
12847         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12848         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12849         spam-stat-buffer-is-spam, spam-stat-load,
12850         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12851         spam-stat-save and spam-stat-split-fancy.
12853 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12855         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12856         which may confuse users.
12857         (canlock-password-for-verify): Ditto.
12859         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12861         * gnus-art.el (gnus-emphasis-alist): Ditto.
12863         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12865         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12867         * gnus-start.el (gnus-save-killed-list): Ditto.
12869         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12870         (gnus-sum-thread-tree-root): Ditto.
12871         (gnus-sum-thread-tree-false-root): Ditto.
12872         (gnus-sum-thread-tree-single-indent): Ditto.
12874         * message.el (message-courtesy-message): Ditto.
12875         (message-archive-note): Ditto.
12876         (message-subscribed-address-file): Ditto.
12877         (message-user-fqdn): Ditto.
12879         * spam-report.el (spam-report-gmane-regex): Ditto.
12881         * spam.el (spam-blackhole-good-server-regex): Ditto.
12883 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12885         * mml.el (mml-preview): Widen the message buffer before copying
12886         the contents to the preview buffer; sort headers before previewing.
12888         * message.el (message-hidden-headers): Fix the way to avoid a bug
12889         in the `repeat' widget in Emacs 21.3 or earlier.
12891 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12893         * message.el (message-hidden-headers): Default to "^References:".
12894         Improve customization type.  Suggested by Reiner Steib
12895         <Reiner.Steib@gmx.de>.
12897 2004-11-25  Romain Francoise  <romain@orebokech.com>
12899         * message.el (message-strip-forbidden-properties): Remove check for
12900         obsolete `message-hidden' text property, hidden headers are not
12901         accessible in the buffer anymore.
12903 2004-11-22  Romain Francoise  <romain@orebokech.com>
12905         * message.el (message-header-format-alist): Add `From' in list
12906         so that it can be sorted.
12907         (message-fix-before-sending): Widen and sort headers before
12908         sending.
12909         (message-hide-headers): Use narrowing to hide headers by moving
12910         them to the top of the buffer and narrowing to the region
12911         underneath.
12913 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12915         * message.el (message-strip-forbidden-properties): Bind
12916         buffer-read-only (etc) to nil.
12918 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12920         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12921         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12923 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
12925         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
12927 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12929         * dns.el (query-dns): Use sit-for to time instead of
12930         accept-process-output, since that doesn't seem to work on udp
12931         sockets.
12933 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12935         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
12937 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
12939         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
12940         doc string.  Improve doc string.
12942 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12944         * nntp.el (nntp-request-update-info): Return nil if
12945         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
12946         may not call gnus-activate-group which uselessly issues the GROUP
12947         commands for all nntp groups and wastes time.  Reported by Romain
12948         Francoise <romain@orebokech.com>.
12950         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
12952 2004-11-15  Simon Josefsson  <jas@extundo.com>
12954         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
12955         headers separately.
12956         (gnus-button-openpgp): New function, inspired by Jochen Küpper
12957         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
12959 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12961         * gnus-start.el (gnus-convert-old-newsrc):
12962         Assign legacy-gnus-agent to 5.10.7.
12964 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12966         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
12967         start of the lines.
12969 2004-11-14  Magnus Henoch  <mange@freemail.hu>
12971         * hashcash.el (hashcash-default-payment): Change default to 20.
12972         (hashcash-default-accept-payment): Change default to 20.
12973         (hashcash-process-alist): New variable.
12974         (hashcash-generate-payment-async): Add.
12975         (hashcash-already-paid-p): Add.
12976         (hashcash-insert-payment): Don't generate payments twice.
12977         (hashcash-insert-payment-async): Add.
12978         (hashcash-insert-payment-async-2): Add.
12979         (hashcash-cancel-async): Add.
12980         (hashcash-wait-async): Add.
12981         (hashcash-processes-running-p): Add.
12982         (hashcash-wait-or-cancel): Add.
12983         (mail-add-payment): New optional argument.  Conditionally start
12984         asynchronous calculation.
12985         (mail-add-payment-async): Add.
12987         * message.el (message-send-mail): Wait for asynchronous hashcash
12988         results.  Don't clobber existing X-Hashcash headers.
12989         (message-setup-1): Call mail-add-payment-async when
12990         message-generate-hashcash is non-nil.
12992 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12994         * message.el (message-use-alternative-email-as-from): Examine the
12995         From header as well; use message-make-from in order to include a
12996         user's full name.
12998 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13000         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13001         default; improve customization type.
13002         (gnus-emphasis-custom-with-format): New macro.
13003         (gnus-emphasis-custom-value-to-external): New function.
13004         (gnus-emphasis-custom-value-to-internal): New function.
13006 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13008         * dns.el (query-dns): Resolve reverse addresses.
13010 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13012         * gnus-group.el (gnus-group-get-new-news): Use it.
13014         * gnus-start.el (gnus-check-reasonable-setup): New function.
13016 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13018         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13019         "Args out of range" error.  Reported by Arnaud Giersch
13020         <arnaud.giersch@free.fr>.
13022 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13024         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13026 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13028         * spam.el (spam group): Add :version.
13030         * pgg-def.el (pgg group): Add :version.
13032 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13034         * gnus-art.el (gnus-article-edit-article): Don't associate the
13035         article buffer with a draft file.  This is a temporary measure
13036         against the 2004-08-22 change to gnus-article-edit-mode.
13038 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13040         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13041         (html2text-format-tags): Remove unused variable `attr'.
13043 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13045         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13047         * spam-stat.el (spam-stat): Add :version.
13049         * sieve.el (sieve): Add :version.
13051         * sha1.el (sha1): Add :version.
13052         (sha1-use-external): Remove redundant version.
13054         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13055         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13056         (nnmail-split-fancy-match-partial-words)
13057         (nnmail-split-lowercase-expanded): Add :version.
13059         * nndiary.el (nndiary): Add :version.
13061         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13063         * mml-sec.el (mml-default-sign-method)
13064         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13065         Add :version.
13067         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13069         * mm-url.el (mm-url-use-external, mm-url-program)
13070         (mm-url-arguments): Add :version.
13072         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13073         (mm-attachment-file-modes, mm-decrypt-option)
13074         (mm-w3m-safe-url-regexp): Add :version.
13076         * message.el (message-cite-prefix-regexp)
13077         (message-sendmail-envelope-from, message-minibuffer-local-map)
13078         (message-user-fqdn, message-completion-alist): Add :version.
13080         * gnus-win.el (gnus-configure-windows-hook)
13081         (gnus-use-frames-on-any-display): Add :version.
13083         * gnus-art.el (gnus-article-address-banner-alist)
13084         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13085         (gnus-treat-from-picon, gnus-treat-mail-picon)
13086         (gnus-treat-x-pgp-sig): Add :version.
13088         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13089         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13090         (gnus-summary-article-delete-hook)
13091         (gnus-summary-display-while-building): Add :version.
13093         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13094         (gnus-get-top-new-news-hook): Add :version.
13096         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13097         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13099         * gnus-registry.el (gnus-registry): Add :version.
13101         * gnus-spec.el (gnus-use-correct-string-widths)
13102         (gnus-make-format-preserve-properties): Add :version.
13104         * gnus.el (gnus-group-charter-alist)
13105         (gnus-group-fetch-control-use-browse-url)
13106         (gnus-install-group-spam-parameters): Add :version.
13108         * gnus-diary.el (gnus-diary): Add :version.
13110         * gnus-delay.el (gnus-delay): Add :version.
13112         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13113         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13114         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13115         Add :version.
13117         * gnus-agent.el (gnus-agent-max-fetch-size)
13118         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13119         (gnus-agent-prompt-send-queue): Add :version.
13121         * deuglify.el (gnus-outlook-deuglify): Add :version.
13123         * html2text.el: Beautify code.  Improve doc strings.  Some
13124         checkdoc cleanup.
13125         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13127 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13129         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13131 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13133         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13134         when package is loaded.
13136         * spam.el (spam-summary-score-preferred-header): Add global preference
13137         for people who want to override the default SpamAssassin over
13138         Bogofilter preference (when both are set).
13139         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13140         (spam-user-format-function-S): Check
13141         spam-summary-score-preferred-header.
13142         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13143         (spam-user-format-function-S): Format the score correctly.
13145 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13147         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13148         signature file.  Suggested by Manoj Srivastava
13149         <srivasta@golden-gryphon.com>.
13151         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13152         iso-2022-jp even in the Japanese language environment.
13153         Suggested by Jason Rumney <jasonr@gnu.org>.
13155 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13157         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13158         use the same characters as the dummy marks; make it free from
13159         getting affected by the language environment.
13160         (gnus-summary-read-group-1): Update mark positions only when the
13161         format spec is updated.
13163         * gnus-spec.el (gnus-update-format-specifications): Return a list
13164         of updated types.
13166 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13168         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13169         of boundp to check if display-warning is available.
13171 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13173         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13175 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13177         * nnspool.el (nnspool-spool-directory): Use news-path if the
13178         news-directory variable is not bound.
13180         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13181         function instead of display-warning if it is not available.
13183 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13185         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13186         v5-10: Use `point-at-bol'.
13188 2004-10-26  Simon Josefsson  <jas@extundo.com>
13190         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13191         <chenggao@gmail.com>.
13193 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13195         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13196         instead.
13198 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13200         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13201         to remove a server from the nnimap-server-buffer-alist.
13202         (nnimap-open-connection, nnimap-close-server): Use it.
13204         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13206 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13208         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13209         running the major-mode function.
13211 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13213         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13214         dummy marks in the right way.
13216 2004-10-18  David Edmondson  <dme@dme.org>
13218         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13219         excessively.
13221 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13223         * gnus-util.el (gnus-split-references): Accept a nil references
13224         string and go on blissfully.
13226         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13227         cases where the references string is non-nil but has no references.
13229         * encrypt.el: Add autoload tags.
13231         * spam.el (spam-resolve-registrations-routine): Remove article
13232         from unregistration list too.  Reported by David Hanak
13233         <dhanak@isis.vanderbilt.edu>
13235 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13237         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13238         nil.  Changed custom type.
13240 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13242         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13244         * gnus-sum.el (gnus-summary-move-article): Use it.
13246 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13248         * encrypt.el: Add autoload cookies.
13250         * spam.el (spam-backend-article-list-property)
13251         (spam-backend-get-article-todo-list)
13252         (spam-backend-put-article-todo-list)
13253         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13254         Resolve registrations separately.
13255         (spam-register-routine): Format comments.
13256         (spam-unregister-routine, spam-register-routine): Always call with
13257         specific-articles, no default list.
13258         (spam-summary-prepare-exit): Use the spam-classifications function.
13260         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13261         gnus-encrypt.el.
13263         * encrypt.el: Copied from gnus-encrypt.el.
13265         * gnus-encrypt.el: Commented that it's obsolete.
13267 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13269         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13270         (gnus-score-save): Use it.
13272         * message.el (message-bury): Use `window-dedicated-p'.
13274 2004-10-15  Simon Josefsson  <jas@extundo.com>
13276         * pop3.el (top-level): Don't require nnheader.
13277         (pop3-read-timeout): Add.
13278         (pop3-accept-process-output): Add.
13279         (pop3-read-response, pop3-retr): Use it.
13281 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13283         * spam.el (spam-register-routine): Move comment.
13284         (spam-verify-bogofilter): Use 'unknown for the initial
13285         spam-bogofilter-valid state, not 'never.
13287         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13288         for netrc-machine.
13290         * nnimap.el (nnimap-open-connection): Use
13291         netrc-machine-user-or-password.
13293 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13295         * gnus-registry.el (gnus-registry-unload-hook):
13296         Set as a variable with add-hook.
13298         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13299         of news-path.
13301         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13303         * spam.el: Delete duplicate `provide'.
13304         (spam-unload-hook): Set as a variable with add-hook.
13306 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13308         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13309         in the doc string.
13311         * message.el (message-ignored-news-headers)
13312         (message-ignored-supersedes-headers)
13313         (message-ignored-resent-headers)
13314         (message-forward-ignored-headers): Improve custom type.
13316 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13318         * message.el (message-tokenize-header): Fix 2004-09-06 change
13319         which used point-min in the wrong place.
13321 2004-10-12  Simon Josefsson  <jas@extundo.com>
13323         * tls.el (tls-certtool-program): New variable.
13324         (tls-certificate-information): New function, based on
13325         ssl-certificate-information.
13327 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13329         * compface.el: Move the version of ELisp-based uncompface program
13330         to the contrib directory because of the copyright problem.
13332 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13334         * message.el (message-kill-buffer): Raise the current frame.
13336 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13338         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13340         * gnus.el (message-y-or-n-p): Autoload.
13342         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13343         (pop3-password-required, pop3-authentication-scheme)
13344         (pop3-leave-mail-on-server): Made customizable.
13345         (pop3): New custom group.
13346         (pop3-retr): Remove `sleep-for' statements.
13347         Suggested by Dave Love <fx@gnu.org>.
13349         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13350         Windows/DOS.
13352         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13353         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13354         Dave Love <fx@gnu.org>.
13356         * mml.el (mml-minibuffer-read-disposition): Require match.
13357         Suggested by Dave Love <fx@gnu.org>.
13359 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13361         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13362         doc string.
13364 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13366         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13368 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13370         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13371         instead of calling `mm-insert-inline', to decode text/* parts
13372         before displaying them.
13374 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13376         * mm-uu.el (mm-uu-text-plain-type): New variable.
13377         (mm-uu-pgp-signed-extract-1): Use it.
13378         (mm-uu-pgp-encrypted-extract-1): Use it.
13379         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13380         bind mm-uu-text-plain-type with that value.
13381         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13382         mm-uu-dissect.
13384 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13386         * gnus-group.el (gnus-update-group-mark-positions):
13387         * gnus-sum.el (gnus-update-summary-mark-positions):
13388         * message.el (message-check-news-body-syntax):
13389         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13390         of string-as-multibyte.
13392 2004-10-05  Juri Linkov  <juri@jurta.org>
13394         * gnus-group.el (gnus-update-group-mark-positions):
13395         * gnus-sum.el (gnus-update-summary-mark-positions):
13396         * message.el (message-check-news-body-syntax):
13397         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13398         8-bit unibyte values to a multibyte string for search functions.
13400 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13402         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13403         (mm-uu-dissect-text-parts): New function.
13405         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13406         dissect text parts.
13408         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13409         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13411         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13413         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13414         gnus-current-topics instead of gnus-current-topic.
13416 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13418         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13420 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13422         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13423         where approriate.
13425         * nnml.el (nnml-generate-active-info): do.
13427         * nndiary.el (nndiary-generate-active-info): do.
13429         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13430         (gnus-topic-move): do.
13432         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13433         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13435         * gnus-srvr.el (gnus-server-prepare)
13436         (gnus-server-open-all-servers): do.
13438         * gnus-msg.el (gnus-summary-cancel-article)
13439         (gnus-summary-resend-message)
13440         (gnus-summary-mail-crosspost-complaint): do.
13442         * gnus-move.el (gnus-change-server): do.
13444         * gnus-group.el (gnus-group-unmark-all-groups)
13445         (gnus-group-set-current-level): do.
13447 2004-10-04  Simon Josefsson  <jas@extundo.com>
13449         * message.el (message-generate-hashcash): Doc fix.
13451 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13453         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13454         avoid infinite recursion via gnus-get-function.
13456 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13458         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13460         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13462         * nnmail.el (nnmail-split-history): do.
13464         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13465         (nnml-request-delete-group): do.
13467         * nnslashdot.el (nnslashdot-read-groups): do.
13469         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13470         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13472         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13473         (nnspool-sift-nov-with-sed): Use last.
13474         (nnspool-retrieve-headers-with-nov): Use mapc.
13475         (nnspool-request-newgroups): Use dolist.
13476         (nnspool-request-group): Use last.
13478         * nntp.el (nntp-read-server-type): Use dolist.
13480         * nnvirtual.el (nnvirtual-create-mapping)
13481         (nnvirtual-update-read-and-marked): Use dolist.
13482         (nnvirtual-convert-headers): Simplify.
13484 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13486         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13487         support for sync'ing tick marks.
13489 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13491         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13492         there's no visible header.
13494 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13496         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13497         necessary, pass full group name to gnus-request-set-marks.
13499 2004-10-01  Simon Josefsson  <jas@extundo.com>
13501         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13502         acroread.
13504 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13506         * spam-report.el (spam-report-gmane): Fix interactive.
13508         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13510         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13511         when writing file.
13512         (gnus-agent-synchronize-flags): Don't default to being
13513         interactive.
13515 2004-09-30  Simon Josefsson  <jas@extundo.com>
13517         * message.el (message-generate-hashcash): Add.
13518         (message-send-mail): Use it, call mail-add-payment.
13520 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13522         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13524 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13526         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13527         gnus-requst-update-info with explicit code to sync the in-memory
13528         info read flags with the marks being sync'd to the backend.
13530         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13532 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13534         * spam.el (spam-verify-bogofilter): Add new function.
13535         (spam-check-bogofilter)
13536         (spam-bogofilter-register-with-bogofilter): Use it.
13537         (spam-verify-bogofilter): Add small fixes.
13539 2004-09-28  Simon Josefsson  <jas@extundo.com>
13541         * hashcash.el (hashcash-generate-payment): Revert.
13543 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13545         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13546         gnus-extract-references instead of gnus-split-references.
13548         * gnus-util.el (gnus-extract-references): Add new function, analogous
13549         to gnus-split-references but extracts only the message-ID without
13550         anything extra.
13552         * hashcash.el (hashcash-generate-payment)
13553         (hashcash-check-payment): Do the right thing if hashcash-path is
13554         nil (because the hashcash program could not be found).
13556         * spam.el (spam-use-hashcash): Remove comment.
13558 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13560         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13561         (gnus-cache-enter-article, gnus-cache-remove-article)
13562         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13564         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13566         * gnus-art.el (article-hide-boring-headers)
13567         (article-translate-strings, article-display-face)
13568         (gnus-article-mime-match-handle-first)
13569         (gnus-article-highlight-headers)
13570         (gnus-article-add-buttons-to-head): do.
13572 2004-09-27  Simon Josefsson  <jas@extundo.com>
13574         * hashcash.el: New version, from
13575         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13576         ../contrib/.
13578 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13580         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13582 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13584         * gnus-dup.el (gnus-dup-open): Use mapc.
13585         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13587         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13588         Reported by Stefan Wiens <s.wi@gmx.net>.
13590         * gnus.el (gnus-shutdown): Use dolist.
13592         * gnus-undo.el (gnus-undo): Use mapc.
13594         * nnrss.el (nnrss-generate-active): do.
13596         * message.el (message-cite-original-without-signature)
13597         (message-cite-original): Use mapc.
13598         (message-do-actions, message-make-forward-subject): Use dolist.
13600 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13602         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13603         deletion to remove entire duplicate line.  Fixes merged article
13604         number bug.
13606 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13608         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13609         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13610         first ask if you want to open a server and then, even when you
13611         responded with no, asking if you want to synchronize the server's
13612         flags.
13613         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13614         multi-line expressions.
13615         (gnus-agent-synchronize-group-flags): New internal function.
13616         Updates marks in memory (in the info structure) AND in the
13617         backend.
13619         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13621         * nnagent.el (nnagent-request-set-mark): Use
13622         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13623         method, to ensure that synchronization updates marks in the
13624         backend and in the info (in memory) structure.
13626 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13628         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13629         convention fully; don't miss the root article of a thread; make
13630         the X-Draft-From header with correct article numbers.
13632 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13634         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13635         unless plugged.  Disable the agent so that an open failure causes
13636         an error.
13638         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13639         Reverted 2004-09-21 change.  The backend must be opened while
13640         synchronizing flags even when the backend stores the flags
13641         locally.
13643 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13645         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13646         in `header' match.  Reported by Svend Tollak Munkejord.
13648         * message.el (message-cite-original): Fix use of
13649         `message-cite-articles-with-x-no-archive'.
13651 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13653         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13654         (gnus-window-to-buffer): Ditto.
13656         * mml.el (mml-preview-buffer): New variable.
13657         (mml-preview): Manage window layout with gnus-buffer-configuration.
13659         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13660         X-Draft-From header even if those articles aren't quoted.
13662 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13664         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13665         (gnus-request-set-mark, gnus-request-update-mark): Use new
13666         g-s-t-u-l-m to decide to use backend even when unplugged.
13668 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13670         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13671         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13673 2004-09-20  Simon Josefsson  <jas@extundo.com>
13675         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13676         "utf-16-le".
13678 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13680         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13682 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13684         * uudecode.el (uudecode-use-external): Add :version.
13686         * smime.el (smime-CA-file, smime-encrypt-cipher)
13687         (smime-dns-server): Add :version.
13689         * smiley.el (gnus-smiley-file-types): Add :version.
13691         * sha1.el (sha1-use-external): Add :version.
13693         * pgg-def.el (pgg-query-keyserver): Add :version.
13695         * nnmail.el (nnmail-fancy-expiry-targets)
13696         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13697         Add :version.
13699         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13700         (nnimap-retrieve-groups-asynchronous): Add :version.
13701         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13703         * mml.el (mml-content-disposition-parameters)
13704         (mml-insert-mime-headers-always): Add :version.
13706         * mm-util.el (mm-coding-system-priorities): Add :version.
13708         * mm-decode.el (mm-inline-text-html-with-images)
13709         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13710         (mm-verify-option): Add :version.
13711         (mm-text-html-renderer): Change :version.
13713         * message.el (message-fcc-externalize-attachments)
13714         (message-required-headers, message-draft-headers)
13715         (message-subject-trailing-was-query)
13716         (message-subject-trailing-was-ask-regexp)
13717         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13718         (message-mark-insert-end, message-archive-header)
13719         (message-archive-note, message-cross-post-default)
13720         (message-cross-post-note, message-followup-to-note)
13721         (message-cross-post-note-function, message-use-mail-followup-to)
13722         (message-subscribed-address-functions)
13723         (message-subscribed-address-file, message-subscribed-addresses)
13724         (message-subscribed-regexps, message-allow-no-recipients)
13725         (message-yank-cited-prefix, message-signature-insert-empty-line)
13726         (message-hidden-headers, message-hierarchical-addresses)
13727         (message-mail-user-agent, message-use-idna)
13728         (message-valid-fqdn-regexp)
13729         (message-strip-special-text-properties, message-header-synonyms)
13730         (message-beginning-of-line, message-tab-body-function): Add :version.
13731         (message-insert-canlock, message-wide-reply-confirm-recipients):
13732         Change :version.
13734         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13735         and :version.
13736         (mail-source-delete-old-incoming-confirm)
13737         (mail-source-movemail-program): Add :version.
13739         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13740         (gnus-agent-cache, gnus-agent): Change :version.
13742         * gnus-util.el (gnus-use-byte-compile): Change :version.
13744         * gnus-sum.el (gnus-summary-make-false-root-always)
13745         (gnus-summary-default-high-score)
13746         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13747         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13748         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13749         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13750         (gnus-sum-thread-tree-single-indent)
13751         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13752         (gnus-sum-thread-tree-leaf-with-other)
13753         (gnus-sum-thread-tree-single-leaf): Add :version.
13754         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13755         (gnus-article-loose-mime): Change :version.
13757         * gnus-start.el (gnus-backup-startup-file)
13758         (gnus-save-startup-file-via-temp-buffer): Add :version.
13760         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13761         (gnus-server-offline-face): Add :version.
13763         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13765         * gnus-msg.el (gnus-gcc-externalize-attachments)
13766         (gnus-debug-files, gnus-debug-exclude-variables)
13767         (gnus-discouraged-post-methods): Change :version.
13768         (gnus-confirm-mail-reply-to-news)
13769         (gnus-confirm-treat-mail-like-news): Add :version.
13771         * gnus-int.el (gnus-server-unopen-status): Add :version.
13773         * gnus-group.el (gnus-group-jump-to-group-prompt)
13774         (gnus-large-ephemeral-newsgroup)
13775         (gnus-fetch-old-ephemeral-headers): Add :version.
13777         * gnus-fun.el (gnus-x-face-directory)
13778         (gnus-convert-pbm-to-x-face-command)
13779         (gnus-convert-image-to-x-face-command)
13780         (gnus-convert-image-to-face-command): Add :version.
13782         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13784         * gnus-cite.el (gnus-cite-blank-line-after-header)
13785         (gnus-article-boring-faces): Add :version.
13787         * gnus-art.el (gnus-buttonized-mime-types)
13788         (gnus-inhibit-mime-unbuttonizing)
13789         (gnus-treat-display-face)
13790         (gnus-treat-body-boundary): Change :version.
13791         (gnus-body-boundary-delimiter, gnus-picon-databases)
13792         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13793         (gnus-treat-date-english, gnus-treat-fold-headers)
13794         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13795         (gnus-treat-mail-picon, gnus-treat-wash-html)
13796         (gnus-article-encrypt-protocol)
13797         (gnus-use-idna, gnus-article-over-scroll)
13798         (gnus-mime-display-multipart-alternative-as-mixed)
13799         (gnus-mime-display-multipart-related-as-mixed)
13800         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13801         (gnus-ctan-url, gnus-button-ctan-handler)
13802         (gnus-button-handle-ctan-bogus-regexp)
13803         (gnus-button-ctan-directory-regexp)
13804         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13805         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13806         (gnus-button-man-level, gnus-button-emacs-level)
13807         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13809         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13810         (gnus-agent-go-online): Change :version.
13811         (gnus-agent-expire-unagentized-dirs)
13812         (gnus-agent-auto-agentize-methods): Add :version.
13814         * flow-fill.el (fill-flowed-display-column)
13815         (fill-flowed-encode-column): Add :version.
13817         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13818         (gnus-outlook-deuglify-unwrap-max)
13819         (gnus-outlook-deuglify-cite-marks)
13820         (gnus-outlook-deuglify-unwrap-stop-chars)
13821         (gnus-outlook-deuglify-no-wrap-chars)
13822         (gnus-outlook-deuglify-attrib-cut-regexp)
13823         (gnus-outlook-deuglify-attrib-verb-regexp)
13824         (gnus-outlook-deuglify-attrib-end-regexp)
13825         (gnus-outlook-display-hook): Add :version.
13827         * binhex.el (binhex-use-external): Add :version.
13829 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13831         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13832         and `invisible'.
13834 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13836         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13837         in gnus-registry-trim.
13839 2004-09-13  Simon Josefsson  <jas@extundo.com>
13841         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13843         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13845         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13846         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13847         <yamaoka@jpl.org>.
13848         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13849         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13850         <yamaoka@jpl.org>.
13852         * sieve.el (sieve-manage-mode): Ditto.
13854 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13856         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13858 2004-09-11  Simon Josefsson  <jas@extundo.com>
13860         * dns-mode.el: Add.
13862         * mm-view.el (mm-display-dns-inline): Add.
13864         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13865         (mm-automatic-display): Ditto.
13867         * mailcap.el (mailcap-mime-data): Add text/dns.
13868         (mailcap-mime-extensions): Map .soa to text/dns.
13870 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13872         * gnus-art.el (article-decode-mime-words, article-babel)
13873         (gnus-article-highlight-signature, gnus-article-add-buttons)
13874         (gnus-signature-toggle): Remove unnecessary bindings of
13875         `inhibit-read-only' inherited from v5.10 merge.
13877 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13879         * nntp.el (nntp): New customization group.
13880         (nntp-authinfo-file): Add customization group.
13882         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13884         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13886         * gnus.el (to-address, to-list, subscribed)
13887         (large-newsgroup-initial): Ditto.
13889         * flow-fill.el (fill-flowed-display-column)
13890         (fill-flowed-encode-column): Ditto.
13892 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13894         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13895         Use point-min rather than 1.
13896         (message-send-mail): Use buffer-size rather than point-max.
13898         * gnus-sum.el (gnus-summary-search-article-forward):
13899         Signal a specific `search-failed' rather than a generic `error'.
13901         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13902         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13903         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13905 2004-09-10  Simon Josefsson  <jas@extundo.com>
13907         * nndb.el (require): Remove tcp and duplicate cl.
13909 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13911         * gnus-agent.el (directory-files-and-attributes): Move forward.
13913 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13915         * gnus-agent.el (directory-files-and-attributes): Optionally
13916         defined to support XEmacs.
13918 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13920         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13921         to avoid run-time CL dependencies.
13922         (gnus-agent-unfetch-articles): New function.
13923         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
13924         article numbers even when local .overview file is missing.
13925         (gnus-agent-read-article-number): New function.  Only accepts
13926         27-bit article numbers.
13927         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
13928         gnus-agent-read-article-number.
13929         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
13930         from backend while recognizing that article numbers in .overview
13931         must be valid.
13932         (gnus-agent-update-files-total-fetched-for): Use
13933         directory-files-and-attributes to improve performance.
13934         * gnus-int.el (gnus-request-move-article): Use
13935         gnus-agent-unfetch-articles in place of gnus-agent-expire to
13936         improve performance.
13938         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
13939         some users confused by references to .newsrc when they only have a
13940         .newsrc.eld file.
13941         (gnus-convert-mark-converter-prompt)
13942         (gnus-convert-converter-needs-prompt): Fixed use of property list.
13943         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
13944         New function.  Used internally to only display 'gnus converting
13945         files' message when actually necessary.
13947         * gnus-sum.el (): Removed (require 'gnus-agent) as required
13948         methods now autoloaded.
13950 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13952         * gnus-sum.el (gnus-summary-insert-subject): Remove list
13953         identifiers.
13955 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
13957         * gnus-picon.el: Fix indentation and closing parenthesis.
13959 2004-09-01  Simon Josefsson  <jas@extundo.com>
13961         * message.el (message-canlock-generate): Require sha1, not
13962         sha1-el.  (Can we get rid of this require altogether?  It is ugly
13963         to require within a function.  Sadly, if sha1.el isn't loaded, the
13964         let binding in m-c-g will hide the defcustom definition, which is
13965         bad.)
13967         * canlock.el: Require sha1, not sha1-el.
13969         * message.el: Don't autoload sha1 (there is a autoload cookie in
13970         sha1.el).
13972         * sha1-el.el: Renamed to sha1.el.
13974 2004-08-30  Juanma Barranquero  <lektu@terra.es>
13976         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
13978 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13980         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
13982 2004-08-30  Kim F. Storm  <storm@cua.dk>
13984         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
13986         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
13987         Add :group 'nnimap.
13989 2004-08-30  Andreas Schwab  <schwab@suse.de>
13991         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
13992         ?* and ?\;.
13994         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
13995         and ?\' to symbol instead of whitespace.
13997 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13999         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14001         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14002         instead of re-search-forward.
14004         * gnus-uu.el (gnus-uu-save-article): Ditto.
14005         (gnus-uu-post-encode-uuencode): Ditto.
14007         * html2text.el (html2text-clean-list-items): Ditto.
14008         (html2text-clean-dtdd): Ditto.
14009         (html2text-format-tags): Ditto.
14011         * message.el (message-send-mail-with-sendmail): Fix regexp.
14012         (message-fill-field-general): Use search-forward instead of
14013         re-search-forward.
14014         (unbold-region): Ditto.
14016         * nnrss.el (nnrss-request-article): Ditto.
14018         * nnslashdot.el (nnslashdot-request-article): Ditto.
14020         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14022         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14023         "Unrecognized menu descriptor" error in XEmacs.
14025 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14027         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14028         parent article of a sparse article in the thread hashtb.
14030 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14032         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14033         (nnmail-expand-newtext): Lowercase expanded entries if
14034         nnmail-split-lowercase-expanded is non-nil.
14036 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14038         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14040         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14041         of gnus-tmp-news-method into string under XEmacs.  It will be
14042         passed to gnus-correct-length which takes only a string argument.
14044 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14046         * gnus-util.el (gnus-bind-print-variables): New macro.
14047         (gnus-prin1): Use it.
14048         (gnus-prin1-to-string): Use it.
14049         (gnus-pp): New function.
14050         (gnus-pp-to-string): New function.
14052         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14053         Replace pp-to-string with gnus-pp-to-string.
14054         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14055         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14056         * gnus-msg.el (gnus-debug): Ditto.
14057         * gnus-score.el (gnus-score-save): Ditto.
14058         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14059         gnus-pp-to-string.
14060         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14061         with gnus-pp.
14062         * score-mode.el (gnus-score-pretty-print): Ditto.
14063         * webmail.el (webmail-debug): Ditto.
14065 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14067         * gnus-art.el (article-display-face, article-display-x-face):
14068         Use buffer-read-only.
14070 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14072         * gnus-art.el (article-hide-list-identifiers):
14073         Bind inhibit-read-only as t.
14075 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14077         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14079 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14081         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14082         (gnus-narrow-to-page): Don't assume point-min == 1.
14083         (gnus-article-edit-mode): Derive from message-mode.
14085         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14086         point-min == 1.
14088         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14089         Disable incorrect use of `assert'.
14091         * message.el (message-mode): Set comment-start-skip.
14093 2004-08-22  Sam Steingold  <sds@gnu.org>
14095         * pop3.el (pop3-leave-mail-on-server): New user variable.
14096         (pop3-movemail): Delete mail only when it is nil.
14098 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14100         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14102         * mml.el (mml-preview): Use `pop-to-buffer'.
14104         * message.el (message-goto-mail-followup-to): Insert after "To".
14105         (message-carefully-insert-headers): Add comment.
14107         * gnus.el: Remove unused variable `gnus-article-check-size'.
14109         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14111         * gnus-art.el (gnus-button-alist): Improve
14112         `gnus-button-handle-library' entry.
14114 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14116         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14117         downcase, since XEmacs capitalizes error messages differently.
14119 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14121         * nntp.el: Add (require 'gnus) due to reference to
14122         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14124 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14126         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14127         `mm-fill-flowed'.
14129         * mm-decode.el (mm-dissect-singlepart): Check it.
14131 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14133         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14134         'imap' for netrc parsing.
14136 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14138         * mailcap.el (mailcap-mime-data): Mark as risky.
14140 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14142         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14143         may be included in the encoded word.
14144         (rfc2047-encode): Don't append a space if the encoded word
14145         includes close parenthesis.
14147 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14149         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14150         of text within parentheses.
14152 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14154         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14155         (gnus-encrypt-write-file-contents): Make the password key the file
14156         name PLUS the cipher, not just the cipher.  Also remove failed
14157         passwords from the cache.
14159 2004-08-06  Simon Josefsson  <jas@extundo.com>
14161         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14162         fix.
14164 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14166         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14167         LWSP.
14169 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14171         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14172         to append in-reply-to: data to the references: header.
14174         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14175         (netrc-parse): Use gnus-encrypt.el functions.
14177         * gnus-encrypt.el: Add new file for encryption support; currently
14178         does only a few GPG ciphers and an internal XOR cipher.
14180         * password.el: Add comments on using password-read-and-add.
14181         (password-read-and-add): Add function to read and add the
14182         password to the cache at once.
14184 2004-07-28  Simon Josefsson  <jas@extundo.com>
14186         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14187         parameter (but don't use it, for now).
14189         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14190         instead of hard coding to nil.
14192 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14194         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14195         as mm-inline-image-xemacs does.
14197 2004-07-26  Simon Josefsson  <jas@extundo.com>
14199         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14200         Revert part of 2004-07-17 change below.
14202 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14204         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14205         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14207 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14210         quotes that actually start with ">" at the beginning of the
14211         lines.
14213 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14215         * rfc2047.el (rfc2047-encode-region): Fix last change.
14216         (rfc2047-encode-parameter): Remove useless concat.
14218 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14220         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14221         encode special characters; fix some kind of misconfigured headers;
14222         signal a real error if debug-on-quit or debug-on-error is non-nil.
14223         (rfc2047-encode-max-chars): New variable.
14224         (rfc2047-encode-1): Use it.
14225         (rfc2047-encode-parameter): New function.
14227         * mml.el (mml-insert-parameter): Remove an excessive space.
14229 2004-07-17  Simon Josefsson  <jas@extundo.com>
14231         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14232         Kai Grossjohann <kai@emptydomain.de>.
14233         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14234         (gnus-group-make-menu-bar): Ditto.
14236         * gnus-util.el (gnus-group-server): Add.
14238 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14240         * message.el (message-clone-locals): Clone sendmail and smtp
14241         variables.
14243 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14245         * rfc2047.el (rfc2047-encode-region): Fix last change.
14247 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14249         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14250         characters as non-special.
14252 2004-07-09  Simon Josefsson  <jas@extundo.com>
14254         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14255         Users will lose all flag changes made while unplugged with
14256         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14257         good default.  See numerous reports on ding mailing list.
14259 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14261         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14262         add generate-head-function and generate-article-function to the
14263         rfc822-forward entry.
14264         (nndoc-rfc822-forward-generate-article): New function.
14265         (nndoc-rfc822-forward-generate-head): New function.
14267         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14269 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14271         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14272         respect display group parameter and gnus-summary-expunge-below.
14273         (gnus-articles-to-read): Remove unused reference to display group
14274         parameter.
14276 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14278         * nnheader.el (nnheader-uniquify-message-id): New experimental
14279         variable.
14280         (nnheader-nov-read-message-id): Use it.
14282         * spam-report.el (spam-report-gmane): Add interactive.
14284 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14286         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14287         qp-or-base64 for the application/* types.
14289 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14291         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14293 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14295         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14296         trim value.
14298 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14300         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14301         New macro and function.
14302         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14304 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14306         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14307         after-load-alist.
14309 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14311         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14312         update info that isn't there.
14314 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
14316         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14317         entry.
14319 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14321         * mm-view.el (mm-inline-render-with-function): Use multibyte
14322         buffer; decode html source by charset.
14324         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14326         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14327         Mule-UCS is loaded under XEmacs.
14328         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14330 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14332         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14334 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14336         * mm-util.el (mm-coding-system-p): Return a coding-system.
14337         (mm-mime-mule-charset-alist): Use shift_jis instead of
14338         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14339         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14340         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14341         instead of japanese-shift-jis and iso-latin-1 respectively in
14342         order to share the default value with both Emacs and XEmacs-mule.
14343         (mm-mule-charset-to-mime-charset): Make
14344         mm-coding-system-priorities effective.
14345         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14346         while predicating of candidates upon the priorities.
14348 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14350         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14351         gnus-uu-invert-processable.
14353         * gnus.el: Autoload gnus-uu-invert-processable.
14355 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14357         * mm-util.el (mm-with-multibyte-buffer): New macro.
14359         * rfc2047.el (rfc2047-encode-string): Use it.
14360         (rfc2047-encode-region): Move point to the end of the region after
14361         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14363 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14365         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14366         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14368 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14370         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14371         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14372         Karl Chen <quarl@nospam.quarl.org>.
14374 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14376         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14377         invalid addresses.
14379 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14381         * spam.el: Change section markers, revise TODO list.
14382         (spam-backends): Make new master list of all installed backends.
14383         (spam-summary-exit-behavior): Add new variable to determine how
14384         messages moves are done at summary exit.
14385         (spam-move-spam-nonspam-groups-only)
14386         (spam-process-ham-in-nonham-groups)
14387         (spam-process-ham-in-spam-groups): Remove variables, the
14388         spam-summary-exit-behavior variable should be used to manage this
14389         behavior.
14390         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14391         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14392         and spam-old-spam-articles.
14393         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14394         Add empty variables, placeholders for the backends they represent.
14395         (spam-set-difference): Move, unchanged.
14396         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14397         unless the user has a processor variable.
14398         (spam-classifications, spam-classification-valid-p)
14399         (spam-backend-properties, spam-backend-property-valid-p)
14400         (spam-backend-function-type-valid-p)
14401         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14402         (spam-report-articles-gmane, spam-report-articles-resend):
14403         Remove functions, they are not needed.
14404         (spam-install-backend-super, spam-backend-list)
14405         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14406         (spam-backend-function, spam-backend-ham-registration-function)
14407         (spam-backend-spam-registration-function)
14408         (spam-backend-ham-unregistration-function)
14409         (spam-backend-spam-unregistration-function)
14410         (spam-backend-statistical-p, spam-backend-mover-p)
14411         (spam-install-backend-alias, spam-install-checkonly-backend)
14412         (spam-install-mover-backend, spam-install-nocheck-backend)
14413         (spam-install-backend, spam-install-statistical-backend)
14414         (spam-install-statistical-checkonly-backend): Add backend installation
14415         support.
14416         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14417         (spam-group-processor-p): Use the new backend code and respect the
14418         summary exit behavior.
14419         (spam-mark-spam-as-expired-and-move-routine): Remove.
14420         (spam-summary-prepare): Change to use the new spam-old-articles
14421         variable.
14422         (spam-copy-or-move-routine, spam-copy-spam-routine)
14423         (spam-move-spam-routine, spam-copy-ham-routine)
14424         (spam-move-ham-routine): Add code to copy/move ham or spam.
14425         (spam-fetch-field-fast): Improve doc and code, plus allow the
14426         'number request.
14427         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14428         variables.
14429         (spam-split, spam-find-spam): Use the new backend code.
14430         (spam-registration-functions): Remove variable.
14431         (spam-unregister-routine): Add convenience wrapper.
14432         (spam-log-undo-registration, spam-register-routine)
14433         (spam-log-processing-to-registry)
14434         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14435         where possible.
14436         (spam-check-gmane-xref, spam-check-regex-headers)
14437         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14438         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14439         (spam-check-bogofilter-headers, spam-check-spamoracle)
14440         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14441         (spam-check-crm114-headers): Use the spam-split-group that
14442         spam-split prepares, no need to determine it every time.
14444         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14445         to the nnheader-parse-naked-head call.
14447         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14449         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14450         the nnheader-nov-read-message-id call.
14452 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14454         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14455         gnus-activate-group twice.  Suggested by Markus Peter
14456         <warp@spin.de>.
14458 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14460         * gnus-art.el (gnus-article-time-format): Exchange the order of
14461         day and month in the default value; fix customization type.
14462         (article-date-ut): Use add-text-properties.
14463         (article-make-date-line): Use message-make-date instead of
14464         current-time-string.
14466         * message.el (message-fetch-field): Don't use set-text-properties.
14467         (message-make-date): Simplify.
14469 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14471         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14472         (rfc2047-encode-region): Treat text within parentheses as special;
14473         show the original text when error has occurred.
14475         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14476         already-computed method to gnus-activate-group.
14478         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14479         same select-methods identical Lisp objects.
14481         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14482         object when modifying the info.
14484 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14486         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14487         gnus-opened-servers since it has never been opened with the new
14488         configuration yet.
14490 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14492         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14493         arg to nnheader-generate-fake-message-id.
14495 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14497         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14498         number and build a fake message ID localized to a group and
14499         article number (so it's repeatable from that point on).
14500         (nnheader-fake-message-id-p): Change regex to accommodate new fake
14501         ID format.
14503         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14504         nnheader-generate-fake-message-id with the article number.
14506 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14508         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14509         end-of-buffer.
14511 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14513         * message.el (message-ignored-supersedes-headers): Add Approved.
14515 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14517         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14518         goto-char.
14519         (rfc2047-encode): Fold the line before encoding.
14521 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14523         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14524         folding -- not all headers can be folded, and this should be done
14525         by the message composition mode.  Probably.  I think.
14527 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14529         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14530         fast.
14532         * gnus-ems.el (gnus-remove-image): Don't use
14533         message-text-with-property; remove only the image found first.
14535 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14537         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14539 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14541         * message.el (message-text-with-property): Make it fast and accept
14542         optional arguments.
14543         (message-strip-forbidden-properties): Use it.
14544         (message-fix-before-sending): Follow the m-t-w-p change.
14546         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14548 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14550         * gnus-art.el (article-hide-headers): Don't change the buffer
14551         mistakenly when performing mml-preview even if
14552         gnus-single-article-buffer is nil.
14554 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14556         * message.el (message-expand-name-databases): New user option.
14557         (message-expand-name): Use it.
14559 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14561         * spam.el (spam-report-articles-resend)
14562         (spam-report-resend-register-routine): Allow ham reporting.
14563         (spam-report-resend-register-ham-routine): Add wrapper.
14564         (spam-registration-functions): Add ham resending functions.
14565         (spam-list-of-processors): Add ham resend processor.
14567         * gnus.el (ham-resend-to): Add new group parameter.
14568         (spam-process): Add ham resend option.
14570         * spam-report.el (spam-report-resend): Allow reporting ham.
14571         (spam-report-resend-ham): Add wrapper.
14573 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14575         * message.el (message-cite-articles-with-x-no-archive): New
14576         variable.
14577         (message-cite-original): Use it.
14579 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14581         * message.el (message-cite-original): Respect X-No-Archive.
14583 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14585         * gnus-art.el (article-hide-headers): Refer to the values for
14586         gnus-ignored-headers and gnus-visible-headers in the summary
14587         buffer since a user may have set them as group parameters.
14589 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14591         * assistant.el (assistant-node-name): Add convenience function.
14592         (assistant-render-text, assistant-render-node): Add error handling,
14593         plus handle multiple next nodes.
14594         (assistant-find-next-node): Comment out for now.
14595         (assistant-find-next-nodes): Add function, returns list of next
14596         nodes.
14598 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14600         * mail-source.el (mail-source-directory): Fix doc-string.
14602 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14604         * assistant.el (assistant-render-text, assistant-eval): Add :set
14605         widget type, which is different because it takes and returns a
14606         list.  Much hilarity ensues.
14608 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14610         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14612         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14613         doc-string.
14615         * gnus-start.el (gnus-activate-group): Added doc-string.
14617 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14619         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14621 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14623         * assistant.el (assistant-render-text): Try to add a :set
14624         widget, more to come.
14626         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14627         strings.
14628         (spam-report-articles-resend)
14629         (spam-register-routine): Do registration iff any articles warrant
14630         it.
14631         (spam-summary-prepare-exit): Change log message for nil group
14632         destinations.
14634 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14636         * spam.el (spam-report-resend-register-routine): Allow
14637         spam-report-resend-to to be a group parameter or a global value.
14639 2004-05-26  Simon Josefsson  <jas@extundo.com>
14641         * starttls.el: Merge with my GNUTLS based starttls.el.
14642         (starttls-gnutls-program, starttls-use-gnutls)
14643         (starttls-extra-arguments, starttls-process-connection-type)
14644         (starttls-connect, starttls-failure, starttls-success): New
14645         variables.
14646         (starttls-program, starttls-extra-args): Doc fix.
14647         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14648         functions.
14649         (starttls-negotiate, starttls-open-stream): Check
14650         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14651         function if it is set.
14653 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14655         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14656         structured fields.
14658 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14660         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14662 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14664         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14665         variable.
14666         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14667         assigning the spam-mark to new messages.
14669 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14671         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14673 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14675         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14676         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14677         default.
14679 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14681         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14682         correct data.
14684 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14686         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14687         (spam-group-processor-p): Fix function.
14688         (spam-group-processor-multiple-p)
14689         (spam-group-spam-processor-report-gmane-p)
14690         (spam-group-spam-processor-report-resend-p)
14691         (spam-group-spam-processor-bogofilter-p)
14692         (spam-group-spam-processor-blacklist-p)
14693         (spam-group-spam-processor-ifile-p)
14694         (spam-group-ham-processor-ifile-p)
14695         (spam-group-spam-processor-spamoracle-p)
14696         (spam-group-spam-processor-crm114-p)
14697         (spam-group-ham-processor-bogofilter-p)
14698         (spam-group-spam-processor-stat-p)
14699         (spam-group-ham-processor-stat-p)
14700         (spam-group-ham-processor-whitelist-p)
14701         (spam-group-ham-processor-BBDB-p)
14702         (spam-group-ham-processor-spamoracle-p)
14703         (spam-group-ham-processor-copy-p): Remove functions with some
14704         prejudice against unneeded code.
14705         (spam-report-articles-resend)
14706         (spam-report-resend-register-routine): Allow the group/topic
14707         spam-resend-to value to override spam-report-resend-to.
14708         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14709         properly now.
14711         * gnus.el (spam-resend-to): Add group/topic parameter.
14712         (spam-process): Move the OBSOLETE processors to the end of the
14713         choices.
14715 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14717         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14718         with resend-to set to nil, and then ask the user if necessary.
14719         (spam-report-resend): spam-report-resend takes a list of articles, not
14720         separate article numbers.
14722 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14724         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14725         addition to emacs-w3m.
14727 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14729         * assistant.el (assistant-authinfo-data): New function.
14730         (assistant-eval): Eval for entire assistant.
14732         * netrc.el (netrc-services-file): New variable.
14733         (netrc-parse-services): New function.
14734         (netrc-find-service-name): New function.
14735         (netrc-find-service-number): New function.
14736         (netrc-port-equal): New function.
14737         (netrc-machine): Use it.
14739         * nnimap.el (nnimap-open-connection): Use netrc.
14741         * gnus-util.el (gnus-netrc-get): Remove aliases.
14743         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14745         * assistant.el (wid-edit): Fix compilation.
14747         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14749 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14751         * gnus-util.el (gnus-set-file-modes): New function.  (small
14752         patch).
14754 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14756         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14758         * assistant.el (assistant-render-node): Fix up rendering and
14759         read-only text.
14760         (assistant-render-node): Reset.
14761         (assistant-make-read-only): Not sticky.
14763 2004-05-20  Danny Siu  <dsiu@adobe.com>
14765         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14766         centered even when gnus-auto-center-summary is t
14768 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14770         * dns.el (dns-get-txt-answer): New function.
14771         (dns-read-txt): Ditto.
14772         (query-dns): Use it.
14774 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14776         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14777         active for foreign groups even if the group level is higher than
14778         the specified value.
14780 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14782         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14783         non-active groups.
14785         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14787 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14789         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14791 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14793         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14794         (spam-crm114-header, spam-crm114-spam-switch)
14795         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14796         (spam-crm114-positive-spam-header)
14797         (spam-crm114-database-directory, spam-list-of-processors)
14798         (spam-group-spam-processor-crm114-p)
14799         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14800         (spam-generic-score, spam-list-of-checks)
14801         (spam-list-of-statistical-checks, spam-registration-functions)
14802         (spam-check-crm114-headers, spam-crm114-score)
14803         (spam-check-crm114, spam-crm114-register-with-crm114)
14804         (spam-crm114-register-spam-routine)
14805         (spam-crm114-unregister-spam-routine)
14806         (spam-crm114-register-ham-routine)
14807         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14808         asjo@koldfront.dk (Adam Sjøgren).
14810         * gnus.el: Add spam-use-crm114.
14812         * spam.el (spam-list-of-processors, spam-registration-functions):
14813         Add spam-use-resend.
14814         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14815         (spam-report-articles-gmane): Add doc fix.
14816         (spam-report-articles-resend, spam-report-resend-register-routine):
14817         Add wrappers around spam-report-resend-to.
14819         * spam-report.el (spam-report-resend-to, spam-report-resend):
14820         Add support for resending spam.
14821         (spam-report-gmane): Fix line length >80.
14823         * gnus.el (spam-process): Add spam-use-resend.
14825 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14827         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14828         number of processed spam messages.
14829         (spam-ham-copy-or-move-routine): Return the number of processed
14830         ham messages.
14831         (spam-summary-prepare-exit): Use the above values to decide
14832         whether status messages shouled be displayed.
14834 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14836         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14837         `rfc2047-encoding-function-alist' in order to avoid conflicting
14838         with the old version.
14839         (rfc2047-encode-region): Concatenate words containing non-ASCII
14840         characters in structured fields; don't encode space-delimited
14841         ASCII words even in unstructured fields; don't break words at
14842         char-category boundaries.
14843         (rfc2047-encode-1): New function.
14844         (rfc2047-encode): Use it; encode text so that it occupies the
14845         maximum width within 76-column; work correctly on Q encoding for
14846         iso-2022-* charsets.
14847         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14848         sure not to break a line just after the header name.
14849         (rfc2047-b-encode-region): Removed.
14850         (rfc2047-b-encode-string): New function.
14851         (rfc2047-q-encode-region): Removed.
14852         (rfc2047-q-encode-string): New function.
14854         * mm-util.el (mm-replace-in-string): New function.
14856 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14858         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14859         get it right.
14860         (gnus-inews-make-draft): Really.
14862 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14864         * nnmh.el (nnmh-request-list-1): Don't check the link count
14865         before descending.  (small patch)
14867 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14869         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14870         stuff.
14872         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14873         on real group name.
14875         * gnus-art.el (gnus-signature-limit): Doc fix.
14877         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14879 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14881         * gnus-draft.el (gnus-draft-send): Bind
14882         rfc2047-encode-encoded-words.
14884         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14885         (rfc2047-encodable-p): Say that =? needs encoding.
14886         (rfc2047-encode-encoded-words): New variable.
14888         * gnus-group.el (gnus-group-select-group): Doc fix.
14890         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14892         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14893         to nil.
14895         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14897         * nnheader.el (nnheader-get-lines-and-char): New function.
14899 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14901         * gnus-msg.el (gnus-summary-followup-with-original): Document
14902         yanking of region when active.
14904 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14906         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14907         groups if the group level is higher than the specified value.
14909 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14911         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14912         (gnus-group-jump-to-group): Added prefix argument using
14913         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14914         non-active group.
14916         * compface.el (uncompface): Be verbose when changing
14917         `uncompface-use-external'.
14919         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14920         handle manual section.
14922 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14924         * gnus-art.el (gnus-button-alist): Revert previous change.
14926 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14928         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
14930 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14932         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
14933         whether backend can accept message.
14935         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
14937 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
14939         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
14940         Avoid creating directory when nntp-marks-is-evil is true.
14941         Reported by Reiner Steib.
14943 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14945         * gnus-picon.el (gnus-picon-style): New variable.
14946         (gnus-picon-insert-glyph): Added optional `nostring' argument.
14947         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
14948         Jesper Harder <harder@ifa.au.dk>.
14950 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14952         * message.el (message-fill-field): Return point.
14953         (message-generate-headers): Go to end of field.
14955         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
14956         stuff for non-living groups.
14958 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
14960         * gnus-art.el (gnus-article-followup-with-original)
14961         (gnus-article-reply-with-original): gnus-mark-active-p ->
14962         gnus-region-active-p.
14964 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
14966         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
14967         only when there is spam or ham to be processed.
14969 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14971         * mail-source.el (mail-source-delete-crash-box): Refactor.
14972         (mail-source-fetch): Use it.
14973         (mail-source-fetch-file): Ditto.
14974         (mail-source-fetch-directory): Run postscript in loop.
14975         (mail-source-fetch-pop): Delete.
14976         (mail-source-fetch-maildir): Ditto.
14977         (mail-source-fetch-imap): Ditto.
14979         * imap.el (imap-authenticators): Comment out sasl.
14981         * message.el (message-skip-to-next-address): New function.
14982         (message-fill-header-address): Refactor.
14983         (message-fill-address): Use it.
14984         (message-delete-address): Use it.
14985         (message-fill-header-general): Refactor.
14986         (message-fill-field-address): Rename.
14987         (message-narrow-to-field): Find the start of the header.
14988         (message-header-format-alist): Don't pre-fill.
14989         (message-fill-header): Removed.
14990         (message-insert-header): New function.
14991         (message-shorten-references): Use it.
14993         * rfc2047.el (rfc2047-field-value): Strip props.
14995         * mail-parse.el (mail-header-make-address): New alias.
14997         * ietf-drums.el (ietf-drums-make-address): New function.
14999         * imap.el: Add compiler directives.
15001         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15003         * gnus-art.el (article-decode-idna-rhs): Don't use
15004         message-idna-inside-rhs-p.
15006 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15008         * message.el (message-idna-inside-rhs-p): Removed.
15009         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15011         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15012         false positives.
15014 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15016         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15018 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15020         * nneething.el (nneething-file-name): Don't create spurious
15021         files.
15023         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15024         (gnus-inews-do-gcc): Remove sleep.
15026         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15027         part under point.
15029         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15030         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15032 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15034         * spam.el (spam-summary-prepare-exit): Fixed (length).
15036 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15038         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15039         as expired without moving it" message when there are spam
15040         messages left.
15042 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15044         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15045         header is not nil.
15047 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15049         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15050         nntp-possibly-create-directory, not nntp-possibly-change-group.
15051         (nntp-marks-changed-p): New arg SERVER.
15052         (nntp-request-update-info): Adjust caller.
15054 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15056         * nntp.el (nntp-save-marks): Pass missing arg.
15058 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15060         * nntp.el: Support marks.
15061         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15062         (nntp-marks-modtime, nntp-marks-directory): New variables.
15063         (nntp-request-set-mark, nntp-request-update-info)
15064         (nntp-possibly-create-directory, nntp-marks-changed-p)
15065         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15066         functions.
15068 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15070         * gnus-score.el (gnus-score-insert-help): Use
15071         gnus-select-lowest-window.
15073         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15074         appt-select-lowest-window and rename to gnus-select-lowest-window.
15076         * gnus.el: do.
15078 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15080         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15081         encodings of MIME-encoded words, in order to improve
15082         interoperability with several broken MUAs.
15084 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15086         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15087         tags, only when charsets are not specified in headers.
15088         (mm-inline-text-html-render-with-w3m): Ditto.
15090 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15092         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15093         instead of MIME-decoded from fields when checking
15094         `gnus-article-address-banner-alist'.
15096 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15098         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15099         description rather than subject.
15101 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15103         * gnus.el (gnus-version-number): Bump.
15105 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15107         * gnus.el: No Gnus v0.2 is released.
15109 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15111         * gnus-agent.el (gnus-agent-read-agentview): Inline
15112         gnus-uncompress-range.
15114 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15116         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15117         `exec-installed-p'.
15119 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15121         * gnus.el (spam-process, spam-autodetect-methods): Add
15122         bsfilter and bsfilter-headers.
15124         * spam.el (spam-bsfilter): New customize group.
15125         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15126         (spam-bsfilter-header, spam-bsfilter-probability-header)
15127         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15128         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15129         (spam-bsfilter-database-directory): New options.
15130         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15131         (spam-list-of-statistical-checks, spam-registration-functions):
15132         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15133         (spam-bsfilter-score): New command.
15134         (spam-check-bsfilter-headers, spam-check-bsfilter)
15135         (spam-bsfilter-register-with-bsfilter)
15136         (spam-bsfilter-register-spam-routine)
15137         (spam-bsfilter-unregister-spam-routine)
15138         (spam-bsfilter-register-ham-routine)
15139         (spam-bsfilter-unregister-ham-routine): New functions.
15140         (spam-generic-score): Support bsfilter; Accept an optional argument
15141         to recalcurate spam score even if scoring header has already been
15142         added.
15143         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15144         optional argument to recalcurate spam score even if scoring header
15145         has already been added.
15147 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15149         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15150         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15151         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15152         link is missing.
15154 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15156         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15157         (html2text-get-attr): Rewrite.
15159         * message.el (message-setup-1): Remove redundant put-text-property
15160         on mail-header-separator.
15162 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15164         * gnus-registry.el (gnus-registry-cache-whitespace)
15165         (gnus-registry-action, gnus-registry-spool-action)
15166         (gnus-registry-split-fancy-with-parent): Change message levels
15167         from 5 to 3 or 7, as needed.
15169         * spam.el (spam-summary-prepare-exit)
15170         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15171         (spam-split, spam-find-spam, spam-log-undo-registration)
15172         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15173         level from 5 to 6.
15175 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15177         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15178         2004-03-04 change).
15180 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15182         * sieve-manage.el (sieve-manage-open):
15183         * nnweb.el (nnweb-insert-html):
15184         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15185         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15186         * nnspool.el (nnspool-request-group):
15187         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15188         * nnml.el (nnml-request-update-info):
15189         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15190         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15191         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15192         (nnimap-request-set-mark):
15193         * nnfolder.el (nnfolder-request-update-info):
15194         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15195         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15196         * gnus-uu.el (gnus-uu-find-articles-matching):
15197         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15198         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15199         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15200         * gnus-nocem.el (gnus-nocem-scan-groups):
15201         * gnus-int.el (gnus-start-news-server):
15202         * gnus-group.el (gnus-group-make-kiboze-group)
15203         (gnus-group-browse-foreign-server):
15204         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15205         Use mapc when appropriate.
15207 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15209         FIXME: Make separate entries for each person.
15211         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15212         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15213         <shields@msrl.com>:
15215         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15216         may need for spam sorting and scoring.
15217         (spam-user-format-function-S): Add user format function suitable for
15218         general use.
15219         (spam-article-sort-by-spam-status): Add sorting function for summary
15220         sorting.
15221         (spam-extra-header-to-number): Add function to get a score from a
15222         header.
15223         (spam-summary-score): Add function to  get a numeric score from the
15224         headers.
15225         (spam-generic-score): Fix function doc, was in wrong place.
15226         (spam-initialize): Take symbols when it's run, and install the
15227         extra headers that spam-necessary-extra-headers thinks we need.
15229 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15231         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15232         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15234 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15236         * gnus-sum.el (gnus-set-global-variables)
15237         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15238         (gnus-article-get-xrefs, gnus-summary-best-group)
15239         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15240         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15241         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15242         Use with-current-buffer.
15244 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15246         * spam.el (spam-summary-prepare-exit): Simplify logic.
15247         (spam-fetch-article-header): Read the article header if it's not
15248         available.
15249         (spam-list-articles): Simplify logic.
15250         (spam-filelist-register-routine): Fix bug with unregister-list.
15252         * gnus-registry.el: Fix comments at beginning.
15254 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15256         * message.el (message-cater-to-broken-inn): Remove.
15257         (message-shorten-references): Make sure the total folded length of
15258         References is shorter than 998 characters to cater to a bug in INN
15259         2.3.  Also, don't pretend that references aren't folded -- this
15260         hasn't worked for a while.
15262 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15264         * gnus-agent.el (gnus-agentize):
15265         gnus-agent-send-mail-real-function no longer set to current value
15266         of message-send-mail-function but rather a lambda that calls
15267         message-send-mail-function.  The change makes the agent real-time
15268         responsive to user changes to message-send-mail-function.
15270 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15272         * legacy-gnus-agent.el
15273         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15274         help from Florian Weimer <fw@deneb.enyo.de>
15276 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15278         * nnmail.el (nnmail-cache-insert): Revert last change.
15280 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15282         * nnmail.el (nnmail-cache-insert): Always check whether
15283         nnmail-cache-ignore-groups matches a group name.
15285 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15287         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15288         (spam-find-spam, spam-log-processing-to-registry)
15289         (spam-log-registered-p, spam-log-unregistration-needed-p)
15290         (spam-log-undo-registration): Use gnus-message instead of
15291         gnus-error, none of these errors are fatal.
15293         * gnus-registry.el (gnus-registry-clean-empty-function)
15294         (gnus-registry-clean-empty): Remove only empty entries without
15295         extra data.
15297 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15299         * spam-stat.el (spam-stat-buffer-change-to-spam)
15300         (spam-stat-buffer-change-to-non-spam): Change (error) to
15301         (gnus-message 8) invocation.
15303 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15305         * nntp.el (nntp-via-netcat-command): New variable.
15306         (nntp-via-netcat-switches): New variable.
15307         (nntp-open-via-rlogin-and-netcat): New function.
15308         (nntp-open-connection-function): Doc fix.
15309         (nntp-telnet-command): Doc fix.
15310         (nntp-end-of-line): Doc fix.
15311         (nntp-via-rlogin-command): Doc fix.
15312         (nntp-via-user-name): Doc fix.
15313         (nntp-via-address): Doc fix.
15315 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15317         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15318         error in Emacs 21.1.
15320 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15322         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15324 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15326         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15327         (gnus-agent-with-refreshed-group): New macro.
15328         (gnus-agent-rename-group): New function.
15329         (gnus-agent-delete-group): New function.
15330         (gnus-agent-save-group-info): Use gnus-command-method when
15331         `method' parameter is nil.  Don't write nil entries into the
15332         active file.
15333         (gnus-agent-get-group-info): New function.
15334         (gnus-agent-fetch-articles): Use
15335         gnus-agent-update-files-total-fetched-for to increment disk space
15336         used.
15337         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15338         gnus-agent-update-view-total-fetched-for to increment disk space
15339         used.
15340         (gnus-agent-get-local): Added optional parameters to avoid calling
15341         gnus-group-real-name and gnus-find-method-for-group.
15342         (gnus-agent-set-local): Delete stored entry if either min, or max,
15343         are nil.
15344         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15345         quit, use gnus-agent-regenerate-group to record existence of any
15346         articles fetched to disk before the quit occurred.
15347         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15348         gnus-agent-update-view-total-fetched-for, and
15349         gnus-agent-update-files-total-fetched-for to decrement disk space
15350         used.
15351         (gnus-agent-retrieve-headers): Use
15352         gnus-agent-update-view-total-fetched-for to increment disk space
15353         used.
15354         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15355         with gnus-agent-update-files-total-fetched-for to decrement disk
15356         space and fresh group buffer.
15357         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15358         (gnus-agent-need-update-total-fetched-for): New variable.
15359         (gnus-agent-update-files-total-fetched-for): New function.
15360         (gnus-agent-update-view-total-fetched-for): New function.
15361         (gnus-agent-total-fetched-for): New function.
15363         * gnus-cache.el (gnus-cache-save-buffers): Use
15364         gnus-cache-update-overview-total-fetched-for to change disk space
15365         used by this group.
15366         (gnus-cache-possibly-enter-article): Use
15367         gnus-cache-update-file-total-fetched-for to increment disk space
15368         used by this group.
15369         (gnus-cache-possibly-remove-article): Use
15370         gnus-cache-update-file-total-fetched-for to decrement disk space
15371         used by this group.
15372         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15373         (gnus-cache-rename-group): New function.
15374         (gnus-cache-delete-group): New function.
15375         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15376         (gnus-cache-need-update-total-fetched-for): New variable.
15377         (gnus-cache-with-refreshed-group): New macro.
15378         (gnus-cache-update-file-total-fetched-for): New function.
15379         (gnus-cache-update-overview-total-fetched-for): New function.
15380         (gnus-cache-rename-group-total-fetched-for): New function.
15381         (gnus-cache-delete-group-total-fetched-for): New function.
15382         (gnus-cache-total-fetched-for): New function.
15384         * gnus-group.el: Require gnus-sum and autoload functions to
15385         resolve warnings when gnus-group.el compiled alone.
15386         (gnus-group-line-format): Documented new %F.
15387         (size of Fetched data) group line format; identifies disk space
15388         used by agent and cache.
15389         (gnus-group-line-format-alist): Defined new F format.
15390         (gnus-total-fetched-for): New function.
15391         (gnus-group-delete-group): No longer update
15392         gnus-cache-active-altered as gnus-request-delete-group now keeps
15393         the cache in sync.
15394         (gnus-group-list-active): Let the agent store a server's active
15395         list if currently plugged.
15397         * gnus-int.el (gnus-request-delete-group):
15398         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15399         local disk in sync with the server.
15400         (gnus-request-rename-group):
15401         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15402         local disk in sync with the server.
15404         * gnus-start.el (gnus-get-unread-articles):
15405         Cosmetic simplification to logic.
15407         * gnus-util.el (gnus-rename-file): New function.
15409 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15411         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15413 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15415         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15416         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15418 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15420         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15421         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15423 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15425         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15427 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15429         * spam.el (spam-set-difference): Add function to replace
15430         gnus-set-difference in spam.el.
15431         (spam-summary-prepare-exit): Use spam-set-difference.
15433 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15435         * gnus-registry.el (gnus-registry-cache-file): Update to use
15436         gnus-dribble-directory OR gnus-home-directory OR ~.
15437         (gnus-registry-split-fancy-with-parent): Fix doc.
15439 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15441         * message.el (message-exchange-point-and-mark): Use
15442         message-mark-active-p.  Suggested by Jesper Harder
15443         <harder@ifa.au.dk>.
15445 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15447         * message.el (message-exchange-point-and-mark): Don't activate
15448         region if it was inactive.  Suggested by Hiroshi Fujishima
15449         <pooh@nature.tsukuba.ac.jp>.
15451 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15453         * gnus-art.el (article-display-face): Display Faces in the same
15454         order as X-Faces.
15456 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15458         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15460 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15462         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15463         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15464         (gnus-article-mime-hierarchy): Remove.
15465         (gnus-article-mime-hierarchy-next): Remove.
15466         (gnus-article-mode): Revert 2004-03-19 change.
15467         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15468         (gnus-insert-mime-button): Revert 2004-03-19 change.
15469         (gnus-mime-accumulate-hierarchy): Remove.
15470         (gnus-mime-enter-multipart): Remove.
15471         (gnus-mime-leave-multipart): Remove.
15472         (gnus-mime-display-part): Revert 2004-03-19 change.
15473         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15475         * mml.el (mml-preview): Revert 2004-03-19 change.
15477 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15479         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15481 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15483         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15484         t while entering a file name using the mm-with-multibyte macro.
15485         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15487         * mm-util.el (mm-with-multibyte): New macro.
15489 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15491         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15492         user option.
15493         (gnus-mime-multipart-functions): Doc and customization fix.
15494         (gnus-article-mime-hierarchy): New variable.
15495         (gnus-article-mime-hierarchy-next): New variable.
15496         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15497         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15498         gnus-article-mime-hierarchy-next to nil.
15499         (gnus-insert-mime-button): Show hierarchy numbers.
15500         (gnus-mime-accumulate-hierarchy): New function.
15501         (gnus-mime-enter-multipart): New function.
15502         (gnus-mime-leave-multipart): New function.
15503         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15504         (gnus-mime-display-alternative): Show hierarchy numbers.
15506         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15507         gnus-article-mime-hierarchy-next to nil.
15509 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15511         * dns.el: Don't require gnus-xmas.
15513 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15515         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15516         inline PGP.
15517         (mml-menu): Disable mml-quote-region if mark is inactive.
15519 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15521         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15522         when the group's active is not available.
15524 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15526         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15527         error.
15529 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15531         * imap.el (imap-store-password): New variable.
15532         (imap-interactive-login): Use it.
15533         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15535 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15537         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15538         window-start and hscroll to summary window.
15540 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15542         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15543         conversion message to newsrc-dribble when an actual conversion is
15544         performed.
15546 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15548         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15550 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15552         * mm-decode.el (mm-complicated-handles): New function reviving
15553         former definition of mm-multiple-handles.
15555         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15556         (gnus-mime-delete-part): Use it.
15558 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15560         * gnus-agent.el (gnus-agent-read-local): Bind
15561         nnheader-file-coding-system to gnus-agent-file-coding-system to
15562         avoid the implicit assumption that they will always be equal.
15563         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15564         coding-system-for-write, as the with-temp-file macro first prints
15565         to a buffer then saves the buffer.
15567 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15569         * gnus-art.el (gnus-article-edit-part): New function.
15570         (gnus-mime-save-part-and-strip): Use it; do query instead of
15571         signaling an error; don't use mm-multiple-handles.
15572         (gnus-mime-delete-part): Ditto.
15574 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15576         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15577         old file versions.
15578         (gnus-group-prepare-hook): Removed function that converted list
15579         form of gnus-agent-expire-days to group properties.
15581         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15582         (gnus-request-accept-article): Re-indented.
15584         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15585         converters to handle old agent file formats.  Added logic for a
15586         "backup before upgrading warning".
15587         (gnus-convert-mark-converter-prompt): Developers can mark
15588         functions as needing (default), or not needing,
15589         gnus-convert-old-newsrc's "backup before upgrading warning".
15590         (gnus-convert-converter-needs-prompt): Tests whether the user
15591         should be protected from potentially irreversable changes by the
15592         function.
15594         * legacy-gnus-agent.el: New.  Provides converters that are only
15595         loaded when gnus-convert-old-newsrc needs to call them.
15597 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15599         * mail-source.el (mail-source-touch-pop): Doc fix.
15601         * message.el (message-smtpmail-send-it): Doc fix.
15603 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15605         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15607         * nnmail.el (nnmail-split-fancy): do.
15609         * gnus-kill.el (gnus-kill, gnus-execute): do.
15611 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15613         * gnus-sum.el (gnus-widget-reversible-match)
15614         (gnus-widget-reversible-to-internal)
15615         (gnus-widget-reversible-to-external): New functions.
15616         (gnus-widget-reversible): New widget.
15617         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15619 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15621         * gnus-sum.el (gnus-thread-sort-functions)
15622         (gnus-article-sort-functions): Document `(not F)' items.
15624 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15626         * spam.el (spam-use-gmane-xref): Add new backend.
15627         (spam-gmane-xref-spam-group): Add variable to control the name of the
15628         Gmane spam group.
15629         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15630         (spam-regex-headers-spam, spam-regex-headers-ham)
15631         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15632         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15633         backends and checks.
15634         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15636         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15637         an autodetect method.
15639 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15641         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15642         articles are being added to a group.
15643         (gnus-request-replace-article): Inform the agent that articles
15644         need to be uncached as the cached contents are no longer valid.
15646 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15648         * binhex.el: Don't autoload executable-find.
15650         * canlock.el: Don't autoload mail-fetch-field.
15652         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15654         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15655         rmail-dont-reply-to and rmail-output.
15657         * gnus-score.el: Don't autoload ffap-string-at-point.
15659         * gnus-setup.el: Don't autoload sc-cite-original.
15661         * imap.el: Don't autoload base64-decode-string,
15662         base64-encode-string and md5.
15664         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15665         and rmail-msg-restore-non-pruned-header.
15667         * mm-decode.el: Don't autoload executable-find.
15669         * mm-url.el: Don't autoload executable-find.
15671         * mm-view.el: Don't autoload diff-mode.
15673         * nndb.el: Don't autoload news-reply-mode, news-setup,
15674         cancel-timer and telnet.
15676         * password.el: Don't autoload run-at-time for Emacs.
15678         * sha1-el.el: Don't autoload executable-find.
15680         * sieve-mode.el: Don't autoload c-mode.
15682         * uudecode.el: Don't autoload executable-find.
15684 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15686         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15687         (gnus-agent-possibly-alter-active): Avoid null in numeric
15688         comparison.
15689         (gnus-agent-set-local): Refuse to save null in local object table.
15690         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15691         list of articles that will be marked as unread.
15693 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15695         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15697 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15699         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15700         language tags.
15702 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15704         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15705         Don't bind "obarray".
15707         * gnus-sum.el (gnus-thread-sort-functions): Added
15708         `gnus-thread-sort-by-most-recent-number' and
15709         `gnus-thread-sort-by-most-recent-date'.
15710         Reported by Kai Grossjohann <kai@emptydomain.de>.
15712 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15714         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15716 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15718         * gnus-cus.el (gnus-agent-customize-category): Removed
15719         ignore-errors macro reference that required cl to be loaded at
15720         run-time.
15722         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15723         single-interval range of the form (min . max).  Previously the
15724         range had to look like ((min . max)).  Likewise, return
15725         (min . max) rather than ((min . max)).
15726         (gnus-range-map): Use gnus-range-normalize to accept
15727         single-interval range.
15729         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15730         the cache, but not the agent, now appear with their usual face.
15732 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15734         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15735         w3m-safe-url-regexp variable buffer-local.
15737         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15739 2004-02-27  Simon Josefsson  <jas@extundo.com>
15741         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15742         gnus-group-real-prefix.
15743         (gnus-summary-move-article): Use it, instead of
15744         gnus-group-real-prefix.
15746 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15748         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15749         w3m-safe-url-regexp variable buffer-local and set it as the value
15750         of mm-w3m-safe-url-regexp.
15752         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15754         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15755         parsing gnus-posting-styles when the message is not for replying.
15757         * nnrss.el (nnrss-opml-export): Use
15758         mm-set-buffer-file-coding-system instead of
15759         set-buffer-file-coding-system.
15761 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15763         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15764         of checkdoc.el).
15765         * nnrss.el: do.
15766         * gnus-mlspl.el: do.
15767         * gnus-ml.el: do.
15768         * gnus-srvr.el: do.
15770         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15772 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15774         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15775         Corrections to custom-manual links.
15777         * gnus-art.el (gnus-article): Ditto.
15779         * mm-decode.el (mime-display, mime-security): Ditto.
15781 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15783         * flow-fill.el: Typo.
15785 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15787         * spam-wash.el: New file.
15789 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15791         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15793 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15795         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15796         to be run with new-articles as LIST1, not LIST2.
15797         (spam-registration-functions): Add spam-use-ham-copy as a nil
15798         registration backend.
15800 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15802         * spam-stat.el (spam-stat-washing-hook): New option.
15803         (spam-stat-buffer-words): Use it.
15804         (spam-stat-process-directory, spam-stat-test-directory): Use
15805         insert-file-contents-literally.
15806         (spam-stat-coding-system): New variable.
15807         (spam-stat-load, spam-stat-save): Use it.
15809 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15811         * spam-report.el (spam-report-plug-agent): Quote
15812         spam-report-url-to-file and spam-report-url-ping-plain.
15814 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15816         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15817         / in mailto URLs.
15819 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15821         * spam-report.el (spam-report-process-queue): Fix interactive use.
15822         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15823         (spam-report-unplug-agent): Doc fixes.
15824         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15825         (spam-report-agentize, spam-report-deagentize): Autoload
15827 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15829         * message.el (message-setup-fill-variables): Add mml tags to
15830         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15831         <ajk@iu.edu>.
15832         (message-mode): Don't modify paragraph-separate there.
15834 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15836         * compface.el (uncompface-use-external): Default to undecided.
15837         (uncompface-use-external-threshold): New variable.
15838         (uncompface-float-time): New macro.
15839         (uncompface): Determine whether to use the external decoder if
15840         uncompface-use-external is undecided.
15842 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15844         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15845         after images.
15847         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15849 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15851         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15853         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15855         * gnus-sum.el (gnus-summary-limit-to-age)
15856         (gnus-summary-limit-children): do.
15858         * gnus-int.el (gnus-request-scan): do.
15860         * gnus-group.el (gnus-group-suspend): do.
15862         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15864         * gnus-cite.el (gnus-cite-parse-attributions): do.
15866         * gnus-agent.el (gnus-summary-set-agent-mark)
15867         (gnus-agent-regenerate-group): do.
15869         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15871         * binhex.el (binhex-decode-region-internal): do.
15873 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15875         * gnus-fun.el (gnus-face-properties-alist): New user option.
15876         (gnus-display-x-face-in-from): Use it.
15878         * gnus-art.el (article-display-face): Ditto.
15880         * compface.el (uncompface-use-external): Default to nil.
15882 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15884         * nntp.el (nntp-erase-buffer): New function.
15885         (nntp-retrieve-data, nntp-send-command)
15886         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15887         (nntp-possibly-change-group): Use it.
15889         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15890         with-current-buffer.
15892 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15894         * compface.el: Merge the ELisp-based uncompface program.
15895         (compface): New customization group.
15896         (uncompface-use-external): New user option.
15897         (uncompface): Call uncompface-internal if uncompface-use-external
15898         is nil.
15899         (uncompface-internal): New function.  Note that there are also
15900         some other functions and variables added for this function.
15902 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15904         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15905         if necessary.
15907 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15909         * spam-report.el (spam-report-unplug-agent)
15910         (spam-report-plug-agent, spam-report-deagentize)
15911         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15912         Add support for the Agent in spam-report: when unplugged, report to a
15913         file; when plugged, submit all the requests.
15915         * spam.el (spam-register-routine): Fix message about
15916         registration.
15918 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15920         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15921         dependencies.
15922         (rfc2047-encode): Use it.
15924         * gnus-art.el (gnus-button-marker-list): Move before first
15925         reference.
15927         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15928         (imap-parse-body): Fix format string mismatch.
15930         * gnus-score.el (gnus-summary-increase-score): do.
15932         * nnrss.el (nnrss-close): New function.
15934 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
15936         * nnrss.el (nnrss-make-filename): New function.
15937         (nnrss-request-delete-group, nnrss-read-server-data)
15938         (nnrss-save-server-data, nnrss-read-group-data)
15939         (nnrss-save-group-data): Use it.
15940         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
15941         (nnrss-read-server-data, nnrss-read-group-data): Use load.
15942         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
15944 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
15946         * mml.el (mml-compute-boundary-1): Don't uncompress files.
15948 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
15950         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
15951         files.
15953         * message.el (message-generate-headers-first): Don't quote nil
15954         and t in docstrings.
15956         * imap.el (imap-id): do.
15958         * gnus-agent.el (gnus-agent-consider-all-articles)
15959         (gnus-agent-queue-mail): do.
15961 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
15963         * spam-report.el (spam-report-process-queue): New function.
15964         Process requests from `spam-report-requests-file'.
15965         (spam-report-process-queue): Doc fix.
15967 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
15969         * spam.el (spam-register-routine)
15970         (spam-log-processing-to-registry, spam-log-registered-p)
15971         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15972         Change "check" to "spam-check" for semi-clarity.
15974 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
15976         * pop3.el: Require nnheader.
15978         * mml-smime.el: Require cl.  Autoload message-fetch-field.
15980         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
15982         * gnus-picon.el: Require cl.
15984         * gnus-fun.el: Require gnus-ems and gnus-util.
15986         * gnus.el (gnus-method-to-server): Move defsubst before first use.
15988         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
15990         * gnus-art.el (gnus-article-edit-mode): Define before first
15991         reference.
15993 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
15995         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
15996         (gnus-uu-post-encoded): Use point-at-bol.
15998         * gnus-topic.el (gnus-group-active-topic-p): do.
16000         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16002         * gnus-group.el (gnus-group-kill-region): do.
16004         * gnus-art.el (article-date-ut): do.
16006         * message.el (message-fetch-field): Remove redundant
16007         case-fold-search binding.
16008         (message-narrow-to-field): Simplify.
16010 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16012         * spam.el (spam-directory): Derive from `gnus-directory'.
16014         * spam-report.el (spam-report-url-to-file)
16015         (spam-report-requests-file): New function and variable for offline
16016         reporting.
16017         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16018         and user defined function.
16019         (spam-report-url-ping-mm-url): Remove doubled slash.
16021 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16023         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16025 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16027         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16028         format string mismatch.
16030         * sieve.el (sieve-deactivate-all): do.
16032         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16034         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16036         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16038         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16040 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16042         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16043         the list of checks.
16045 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16047         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16048         padding.
16050 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16052         * mm-view.el (mm-fill-flowed): New variable.
16053         (mm-inline-text): Use it.
16055 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16057         * spam.el (spam-spamassassin-register-ham-routine)
16058         (spam-spamassassin-register-spam-routine): Fix function names.
16060 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16062         * gnus.el (gnus-tmp-grouplens): Remove.
16063         (gnus-summary-line-format): Remove grouplens.
16065         * gnus-group.el (gnus-group-line-format): Ditto.
16067         * gnus-spec.el (gnus-format-specs): Ditto.
16068         (gnus-update-format-specifications): Flush the group format spec
16069         cache if there's the grouplens stuff.
16070         (gnus-parse-simple-format): Replace %l with the empty string.
16072 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16074         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16075         omission.
16077 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16079         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16080         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16082 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16084         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16085         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16086         New macros and functions.
16087         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16088         Handle > NLINK_MAX messages.
16089         * nnmaildir.el (nnmaildir-request-set-mark): Use
16090         nnmaildir--emlink-p and nnmaildir--eexist-p.
16092 2004-01-25  Alex Schroeder  <alex@gnu.org>
16094         * spam-stat.el (spam-stat-process-directory-age): New option.
16095         (spam-stat-process-directory): Use it.
16097 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16099         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16100         (spam-stat-save): Accept prefix argument.
16102 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16104         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16105         links" error.
16107 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16109         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16110         compatibility with old .newsrc.eld files.
16112         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16114         * gnus-start.el (gnus-1): do.
16116         * gnus-group.el (gnus-group-line-format-alist): do.
16118         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16120         * gnus-gl.el: Remove.
16122 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16124         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16125         marks consisting of a single range {for example, (3 . 5)} rather
16126         than a list of a single range { ((3 . 5)) }.
16128 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16130         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16131         with-current-buffer.
16132         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16133         avoid consing a string.
16135         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16136         Remove obsolete entries for big5 and gb2312.
16138 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16140         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16141         uncompressed list.
16143 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16145         * spam-stat.el (spam-stat-strip-xref): New function.
16146         (spam-stat-process-directory): Use it.
16148         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16149         here -- it's done in message-fetch-field.
16151 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16153         * gnus-agent.el (gnus-agent-queue-mail)
16154         (gnus-agent-prompt-send-queue): New variables.
16155         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16156         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16157         "nndraft:queue" along to gnus-draft-send.  Use
16158         gnus-agent-prompt-send-queue.
16159         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16160         is "nndraft:queue".  Suggested by Gaute Strokkenes
16161         <gs234@srcf.ucam.org>
16163         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16164         (agent-enable-undownloaded-faces): Added.
16165         (gnus-agent-cat-groups): Use eval-and-compile, not
16166         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16167         method of gnus-agent-cat-groups even when the buffer has been
16168         evaled.
16169         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16170         delete gnus-agent-save-active-1.
16171         (gnus-agent-save-groups): Deleted.  Identical to
16172         gnus-agent-save-active.
16173         (gnus-agent-write-active): No longer adjust agent's copy of active
16174         file as agent's adjustments are now stored in their own
16175         file.  Removed optional parameter.
16176         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16177         servers.  Add use of min/max range limits from server's local
16178         file.
16179         (gnus-agent-save-alist): Removed unused optional argument.
16180         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16181         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16182         (gnus-agent-set-local): A per-server file that keeps min/max range
16183         limits for articles known to the agent.  Provides a fast mechanism
16184         for altering many active ranges.
16185         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16186         active file (local makes it unnecessary).
16187         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16189         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16190         (agent-enable-undownloaded-faces): Added.
16192         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16193         disable it when sending to "nndraft:queue".
16194         (gnus-group-send-queue): Add safety check to avoid sending queue
16195         when unplugged.
16197         * gnus-group.el (gnus-group-catchup): Use new
16198         gnus-sequence-of-unread-articles, not
16199         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16200         numbers of articles.  Use gnus-range-map to avoid having to
16201         uncompress the unread list.
16202         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16203         Fixed invalid ange-ftp reference.
16205         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16206         (gnus-sorted-range-intersection): Intersection of two ranges
16207         without requiring that they first be uncompressed.
16209         * gnus-start.el (gnus-activate-group): Unless blocked by the
16210         caller, possibly expand the active range to include both cached
16211         and agentized articles.
16212         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16213         multiple version-dependent converters.
16214         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16215         gnus-agent-save-active.
16216         (gnus-save-newsrc-file): Save dirty agent range limits.
16218         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16219         gnus-agent-possibly-alter-active.
16220         (gnus-adjust-marked-articles): Faster handling of simple lists
16222 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16224         * spam-stat.el (spam-stat-test-directory): New optional argument
16225         displays a list of files detected.  Suggested by Andrew Cohen
16226         <cohen@andy.bu.edu>.
16227         (spam-stat-buffer-words-with-scores): Don't narrow and change
16228         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16230 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16232         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16233         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16234         (spam-spamassassin-arguments)
16235         (spam-spamassassin-spam-flag-header)
16236         (spam-spamassassin-positive-spam-flag-header)
16237         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16238         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16239         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16240         (spam-list-of-processors, spam-list-of-checks)
16241         (spam-list-of-statistical-checks, spam-registration-functions)
16242         (spam-check-spamassassin-headers, spam-check-spamassassin)
16243         (spam-spamassassin-score)
16244         (spam-spamassassin-register-with-sa-learn)
16245         (spam-spamassassin-register-spam-routine)
16246         (spam-spamassassin-register-ham-routine)
16247         (spam-assassin-register-spam-routine)
16248         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16249         (spam-bogofilter-score): Fix to show article before scoring.
16251 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16253         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16254         default scoring function.
16255         (spam-generic-score): Call spam-spamassassin-score if
16256         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16257         spam-bogofilter-score otherwise.
16259         * gnus.el (spam-process, spam-autodetect-methods): Add
16260         spamassassin and spamassassin-headers.
16262 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16264         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16265         Suppress unnecessary messages.
16267 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16269         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16270         make-hash-table.
16272 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16274         * canlock.el (base64-encode-string): Don't autoload it.
16276 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16278         * run-at-time.el: Remove useless (require 'itimer),
16279         eval-and-compile and (featurep 'xemacs).
16281 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16283         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16284         GROUP is a virtual group.
16286 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16288         * gnus.el: Autoload `message-y-or-n-p'.
16290 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16292         * pgg-parse.el: Remove unnecessary (require 'custom).
16294         * pgg-def.el: do.
16296         * nnmail.el: do.
16298         * gnus-undo.el: do.
16300         * gnus-picon.el: do.
16302         * gnus-util.el: do.
16304 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16306         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16308 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16310         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16311         handle, as well as a list.
16313         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16314         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16315         (mm-w3m-cid-retrieve): Simplify.
16317 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16319         * message.el (message-kill-to-signature): Allow prefix arg to
16320         specify number of lines to keep before signature.
16322 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16324         * message.el (message-kill-to-signature): Change docstring.
16326 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16328         * canlock.el: Always require sha1-el.
16329         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16331         * message.el: Autoload sha1 only when compiling.
16333 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16335         * message.el (message-canlock-generate): Require sha1-el.
16337 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16339         * message.el (message-expand-name): Silence the byte compiler.
16341 2004-01-13  Simon Josefsson  <jas@extundo.com>
16343         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16344         Invoke gnus-score-mode.  Reported by
16345         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16347         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16348         Jim Blandy <jimb@redhat.com> (tiny change).
16350 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16352         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16354 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16356         * spam.el (spam-get-article-as-string): Update to use
16357         gnus-request-article-this-buffer, much simpler.
16358         (spam-get-article-as-buffer): Remove.
16360 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16362         * message.el (message-expand-name): Use EUDC if the user uses that.
16364 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16366         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16367         character for the encoding to avoid consing a string.
16369         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16370         unnecessarily.
16372         * mm-util.el (mm-replace-chars-in-string): Remove.
16374         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16375         of mm-replace-chars-in-string.
16377 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16379         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16381         * mm-util.el (mm-subst-char-in-string): Support inplace.
16383         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16384         a new string in every iteration.  Use shy groups.
16386 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16388         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16389         * gnus-soup.el (gnus-soup-group-brew):
16390         * gnus-msg.el (gnus-put-message):
16391         * gnus-move.el (gnus-group-move-group-to-server):
16392         * gnus-kill.el (gnus-batch-score):
16393         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16394         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16395         (gnus-group-update-group, gnus-group-read-group)
16396         (gnus-group-make-group, gnus-group-make-help-group)
16397         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16398         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16399         (gnus-group-sort-by-unread, gnus-group-catchup)
16400         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16401         (gnus-group-yank-group, gnus-group-set-info)
16402         (gnus-group-list-groups):
16403         * gnus.el (gnus-generate-new-group-name):
16404         * gnus-delay.el (gnus-delay-send-queue):
16405         * nnvirtual.el (nnvirtual-catchup-group):
16406         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16407         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16408         (gnus-group-prepare-topics, gnus-topic-check-topology):
16409         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16410         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16411         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16412         (gnus-group-make-articles-read):
16413         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16414         (gnus-group-change-level, gnus-kill-newsgroup)
16415         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16416         (gnus-get-unread-articles, gnus-make-articles-unread)
16417         (gnus-make-ascending-articles-unread): Use accessor
16418         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16419         to get group information for improved readability.
16421 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16423         * gnus-art.el (article-decode-mime-words, article-babel)
16424         (gnus-article-highlight-signature, gnus-article-add-buttons)
16425         (gnus-signature-toggle): Use gnus-with-article-buffer.
16427         * gnus-art.el (gnus-article-highlight-headers)
16428         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16430         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16431         (gnus-article-set-globals, gnus-request-article-this-buffer)
16432         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16433         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16434         (gnus-mime-display-alternative): Use with-current-buffer.
16436 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16438         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16439         also under 80 char limit, and call gnus-error if needed.
16440         (spam-fetch-article-header): Fix - it was a
16441         buffer-local variable (gnus-newsgroup-data).
16442         (spam-find-spam): Use spam-generate-fake-headers, forget about
16443         spam-insert-fake-headers.
16444         (spam-insert-fake-headers): Remove.
16446 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16448         * deuglify.el (gnus-article-outlook-unwrap-lines)
16449         (gnus-outlook-rearrange-article)
16450         (gnus-outlook-repair-attribution-outlook)
16451         (gnus-outlook-repair-attribution-block)
16452         (gnus-outlook-repair-attribution-other): Remove redundant
16453         save-excursion.
16455 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16457         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16458         (spam-fetch-field-subject-fast)
16459         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16460         (spam-fetch-article-header): Add functions to deal with Gnus
16461         internals for fast retrieval of article header data.
16462         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16464 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16466         * pop3.el (pop3-md5): Remove.
16467         (pop3-apop): Replace pop3-md5 with md5.
16469         * mm-bodies.el: base64 is always built-in.
16471         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16472         with-current-buffer.
16474 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16476         * canlock.el (canlock-insert-header): Remove excessive grouping in
16477         regexp.
16479         * gnus-sum.el (gnus-summary-read-document): Ditto.
16481         * gnus-uu.el (gnus-uu-part-number): Ditto.
16483         * html2text.el (html2text-remove-tags): Ditto.
16484         (html2text-format-tags): Ditto.
16485         (html2text-format-single-elements): Ditto.
16487         * mml.el (mml-parse-1): Ditto.
16489 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16491         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16493         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16495         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16497         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16499 2003-11-15  Simon Josefsson  <jas@extundo.com>
16501         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16502         (pgg-gpg-lookup-key): Use regexp match instead of
16503         split-string (split-string is different between emacs 21.2 and
16504         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16506 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16508         * gnus-art.el (gnus-mime-view-all-parts)
16509         (gnus-article-part-wrapper, gnus-article-view-part): Use
16510         with-current-buffer.
16512 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16514         * spam.el (spam-disable-spam-split-during-ham-respool)
16515         (spam-spamoracle-database, spam-cache-lookups)
16516         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16517         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16518         (spam-group-ham-marks, spam-group-spam-marks)
16519         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16520         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16521         also add spam-use-blackholes to the statistical checks.
16522         (spam-fetch-field-fast): Add interface to fetching fields, may
16523         become a macro.
16524         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16525         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16526         (spam-insert-fake-headers): Fake an article when needed.
16527         (spam-find-spam): Fake article when possible.
16528         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16529         (spam-check-bogofilter-headers): Use message-fetch-field instead
16530         of nnmail-fetch-field.
16532 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16534         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16536 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16538         * spam.el (spam-split): Do not require spam-use-CHECK to be
16539         enabled if that check is passed to spam-split explicitly; also
16540         fix so 'spam doesn't get converted to spam-split-group when
16541         spam-split-symbolic-return is t.
16542         (spam-find-spam): Find registrations of the article and use those
16543         instead of re-running spam-split to find the spam/ham
16544         classification of the article.
16545         (spam-log-processing-to-registry, spam-log-registered-p)
16546         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16547         Use gnus-error instead of gnus-message.
16548         (spam-log-registration-type): Add function to determine the
16549         classification of a message based on registry entries; will
16550         return nil if both 'spam and 'ham are found.
16551         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16552         a reasonably fast local cache without the loading errors.
16553         (spam-cache-lookups): Set to t by default.
16554         (spam-find-spam): Don't try to guess spam-cache-lookups.
16555         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16556         spam-caches entry.
16557         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16558         caching of whitelist/blacklist entries.
16559         (spam-check-whitelist, spam-check-blacklist): Invoke
16560         spam-from-listed-p with a type, not a cache variable.
16561         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16563 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16565         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16567         * nnmail.el (nnmail-split-fancy): do.
16569         * mml.el (mml-parse): do.
16571         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16572         (gnus-score-adaptive): do.
16574 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16576         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16577         (gnus-mime-button-map): Don't set keymap parent.
16578         (gnus-button-ctan-directory-regexp): Use shy grouping.
16579         (gnus-prev-page-map): Don't set keymap parent.
16580         (gnus-prev-page-map): Remove duplicated one.
16581         (gnus-next-page-map): Don't set keymap parent.
16582         (gnus-mime-security-button-map): Ditto.
16584         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16585         version number.
16587         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16589 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16591         * canlock.el (canlock-sha1-function): Remove.
16592         (canlock-sha1-function-for-verify): Remove.
16593         (canlock-openssl-program): Remove.
16594         (canlock-openssl-args): Remove.
16595         (canlock-ignore-errors): Remove.
16596         (canlock-sha1-with-openssl): Remove.
16597         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16598         (canlock-verify): Don't use canlock-ignore-errors.
16600         * sha1-el.el (sha1-string-external): Make it can return a string
16601         in binary form.
16602         (sha1-region-external): Ditto.
16603         (sha1-string-internal): Ditto.
16604         (sha1-region-internal): Ditto.
16605         (sha1-region): Ditto.
16606         (sha1-string): Ditto.
16607         (sha1): Ditto.
16609 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16611         * spam.el (spam-report-articles-gmane): New command.
16613 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16615         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16617         * run-at-time.el (run-at-time-saved): Remove.
16618         (run-at-time): Doc fix.
16620 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16622         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16623         (gnus-summary-limit-map): Add it.
16624         (gnus-summary-make-menu-bar): do.
16626 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16628         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16629         Make attempt at some caching support (done for BBDB only now).
16630         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16631         addresses to be checked.
16632         (spam-clear-cache-BBDB): Add function, to be invoked by
16633         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16634         (spam-check-BBDB): Check and use the caches, if
16635         spam-cache-lookups is on, remove superfluous (provide).
16637 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16639         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16641 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16643         * run-at-time.el (run-at-time-saved): Move to after the definition
16644         of `run-at-time'.
16646 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16648         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16649         mm-w3m-local-map-property.
16651         * mm-view.el (mm-w3m-mode-map): Remove.
16652         (mm-w3m-local-map-property): Remove.
16653         (mm-inline-text-html-render-with-w3m): Don't use
16654         mm-w3m-local-map-property.
16656 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16658         * run-at-time.el: New file.
16660         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16661         of gnus-set-text-properties.
16663         * gnus-uu.el (gnus-uu-save-article): Ditto.
16665         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16667         * gnus-cite.el (gnus-cite-parse): Ditto.
16669         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16670         of gnus-.
16672         * gnus.el: Changed calls to nnheader-run-at-time and
16673         password-run-at-time throughout to use run-at-time directly.
16675         * password.el: Removed definition of run-at-time.
16677 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16679         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16680         in prompt.
16682 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16684         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16685         XEmacs version.
16687         * dns.el (dns-make-network-process): Use `open-network-stream'
16688         instead of `gnus-xmas-open-network-stream'.
16690         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16692 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16694         * gnus-art.el (gnus-mime-display-alternative)
16695         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16696         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16697         Don't use gnus-local-map-property.
16699         * gnus-util.el (gnus-local-map-property): Remove.
16701         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16702         gnus-completing-read-maybe-default with completing-read.
16704         * gnus-util.el (gnus-completing-read): do.
16705         (gnus-completing-read-maybe-default): Remove.
16707 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16709         * password.el: Only autoload `run-at-time' if not XEmacs.
16710         Only autoload the itimer functions if XEmacs.
16712 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16714         * gnus-art.el (gnus-read-string): Remove.
16715         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16716         read-string.
16718 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16720         * netrc.el: Autoload password-read.
16721         (netrc): Add configuration group.
16722         (netrc-encoding-method, netrc-openssl-path): Add
16723         variables for encoding and decoding of files with symmetric
16724         ciphers.
16725         (netrc-encode): Add assistant function to encode a file with
16726         netrc-encoding-method.
16727         (netrc-parse): Add interactive parameter, added optional
16728         decoding if netrc-encoding-method is non-nil but otherwise
16729         behavior is standard.
16730         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16731         Do s/encode/encrypt/ everywhere.
16733         * spam.el: Remove executable-find autoload.
16735 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16737         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16739         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16741 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16743         * gnus-art.el (gnus-treat-ansi-sequences)
16744         (article-treat-ansi-sequences): New variable and function.
16745         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16747         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16748         Use it.
16750 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16752         * mm-util.el (mm-quote-arg): Remove.
16754         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16755         shell-quote-argument.
16757         * gnus-uu.el (gnus-uu-command): do.
16759         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16761         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16762         with make-char.
16764         * mm-util.el (mm-make-char): Remove.
16766         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16767         add-minor-mode.
16769         * gnus-undo.el (gnus-undo-mode): do.
16771         * gnus-topic.el (gnus-topic-mode): do.
16773         * gnus-sum.el (gnus-dead-summary-mode): do.
16775         * gnus-start.el (gnus-slave-mode): do.
16777         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16779         * gnus-ml.el (gnus-mailing-list-mode): do.
16781         * gnus-gl.el (gnus-grouplens-mode): do.
16783         * gnus-draft.el (gnus-draft-mode): do.
16785         * gnus-dired.el (gnus-dired-mode): do.
16787         * gnus-ems.el (gnus-add-minor-mode): Remove.
16789         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16790         Replace gnus-char-width with char-width.
16792         * gnus-ems.el (gnus-char-width): Remove.
16794         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16795         Replace gnus-char-width with char-width.
16797         * gnus-ems.el (gnus-char-width): Remove.
16799         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16800         definition.
16801         Remove Emacs 20 hash table compatibility code.
16803         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16804         20 compatibility code.
16806         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16808         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16810         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16811         with point-at-{eol,bol}.
16813         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16815         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16817         * flow-fill.el (fill-flowed-point-at-bol)
16818         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16820         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16821         Replace with point-at-{eol,bol} throughout all files.
16823 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16825         * ntlm.el (ntlm-string-as-unibyte): New macro.
16826         (ntlm-build-auth-response): Use it.
16828         Remove Emacs 20 stuff:
16829         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16830         of delq and copy-sequence.
16831         * gnus-art.el (popup-menu): Remove the compiler macro.
16832         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16833         Emacs 20.
16835 2004-01-05  Simon Josefsson  <jas@extundo.com>
16837         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16838         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16839         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16840         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16841         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16842         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16843         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16844         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16845         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16846         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16847         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16848         string-xor into ntlm-string-xor.  Suggested by
16849         Jesper Harder <harder@myrealbox.com>.
16851         * ntlm.el: Don't include poem.
16853         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16854         Jesper Harder <harder@myrealbox.com>.
16856         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16858         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16859         probably breaks emacs with DL patch, but do we care? Is anyone
16860         still using the DL stuff?)
16862         * sieve-manage.el: Use the password package.
16863         (sieve-manage-read-passwd): Remove.
16864         (sieve-manage-interactive-login): Use password.  Re-add
16865         condition-case around loop.
16867         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16868         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16869         the password package.
16871 2003-02-19  Simon Josefsson  <jas@extundo.com>
16873         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16874         token.
16876 2002-08-07  Simon Josefsson  <jas@extundo.com>
16878         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16879         (sieve-manage-authenticators):
16880         (sieve-manage-authenticator-alist): Add some SASL mechs.
16881         (sieve-sasl-auth): New function.
16882         (sieve-manage-cram-md5-auth):
16883         (sieve-manage-plain-auth): Rewrite using SASL library.
16884         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16885         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16886         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16887         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16889 2004-01-05  Simon Josefsson  <jas@extundo.com>
16891         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16892         New files.
16894 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16896         * gnus-group.el (gnus-no-groups-message): Update.
16898         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16900 2003-11-09  Simon Josefsson  <jas@extundo.com>
16902         * imap.el: Support for ID IMAP extension (RFC 2971).
16903         (imap-local-variables): Add imap-id.
16904         (imap-id): New variable.
16905         (imap-id): New function.
16906         (imap-parse-response): Parse untagged ID response.
16907         * nnimap.el (nnimap-id): New variable.
16908         (nnimap-open-connection): Use it.
16910 2003-12-28  Simon Josefsson  <jas@extundo.com>
16912         * gnus-score.el (gnus-score-edit-all-score): New.
16913         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16915 2004-01-04  Simon Josefsson  <jas@extundo.com>
16917         * password.el: Add.
16919 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16921         * dns.el (dns-query-types): Fix typo.
16922         (dns-query-types): New function.
16923         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
16924         PTR and SOA replies, see RFC 1035.
16926 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16928         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
16930         * Moved to Changelog.2.
16932 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16934         * gnus.el (gnus-version-number): Bump version.
16936 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16938         * gnus.el: No Gnus v0.1 is released.
16940 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16942         * gnus.el: No Gnus v0.0 is released.
16944 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16946         * gnus.el (gnus-version-number): Bump.
16947         (gnus-version): No.
16949 See ChangeLog.2 for earlier changes.
16951     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
16953   This file is part of GNU Emacs.
16955   GNU Emacs is free software: you can redistribute it and/or modify
16956   it under the terms of the GNU General Public License as published by
16957   the Free Software Foundation, either version 3 of the License, or
16958   (at your option) any later version.
16960   GNU Emacs is distributed in the hope that it will be useful,
16961   but WITHOUT ANY WARRANTY; without even the implied warranty of
16962   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16963   GNU General Public License for more details.
16965   You should have received a copy of the GNU General Public License
16966   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
16968 ;; Local Variables:
16969 ;; coding: utf-8
16970 ;; fill-column: 79
16971 ;; add-log-time-zone-rule: t
16972 ;; End: