Merge changes made in Gnus trunk.
[emacs.git] / lisp / gnus / ChangeLog
blob2b88592be9d90e32e6a8f09088ae22e87ee38bee
1 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4         for Gnus.
5         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
6         (nnimap-update-qresync-info): Mark \Seen articles as read.
8         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
9         non-variable, too.
11         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
12         available.
13         (nnimap-update-info): Rely more on the current active than the param
14         active to avoid marking articles as read too much.
16         * auth-source.el (auth-source-create): Use (user-login-name) for the
17         user name default.
19         * nnimap.el (nnimap-update-info): If the server doesn't return any
20         useful info, just use the previous info.
21         (nnimap-update-info): Prefer old info over start-article.
22         (nnimap-update-qresync-info): Finish implementing QRESYNC.
24 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
26         * nnir.el (autoload): Clean up autoloads.
27         (nnir-imap-default-search-key): Renamed from
28         nnir-imap-search-field. Use key rather than value.
29         (nnir-imap-search-other): New variable.
30         (nnir-read-parm): Use it.
31         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
32         (gnus-summary-nnir-goto-thread): Modify to work with imap.
34 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
36         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
37         the process, too.
39 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
42         Allbery.
44         * shr.el: Rework the way things are indented by <li> slightly.
46         * gnus.el (gnus-group-set-parameter): Fix typo.
48         * nnimap.el: Start implementing QRESYNC support.
50 2010-10-09  Julien Danjou  <julien@danjou.info>
52         * nnir.el (nnir-engines): Fix too many arguments.
54 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
57         group is the "last", so that the backends like nnfolder actually save
58         their folders.
60         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
61         try to use that for the tls stream.
62         (nnimap-retrieve-group-data-early): Rework the marks code to heed
63         UIDVALIDITY and find out which groups are read-only and not.
64         (nnimap-get-flags): Use the same marks parsing code as the rest of
65         nnimap.
67 2010-10-09  Julien Danjou  <julien@danjou.info>
69         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
71         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
72         retrieving gravatars.
74         * shr.el (shr-table-corner): Add.
75         (shr-table-line): Add.
76         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
78 2010-10-08  Julien Danjou  <julien@danjou.info>
80         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
82 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
84         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
86         * gnus-sum.el (gnus-mark-article-as-unread)
87         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
88         (gnus-summary-set-bookmark): Use it.
90         * gnus-msg.el (gnus-setup-message): Use it.
92         * gnus-demon.el (gnus-demon-remove-handler): Use it.
94         * gnus.el (gnus-group-remove-parameter): Use it.
96         * gnus-group.el (gnus-group-make-web-group): Use it.
98         * gnus-demon.el (gnus-demon-remove-handler): Use it.
100         * nnregistry.el: Update docs to mention manual.
102         * gnus-registry.el: Update docs to mention nnregistry.el.
103         (gnus-registry-initialize): Don't install nnregistry refer method
104         automatically.
105         (gnus-registry-install-nnregistry): Remove it.
107 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109         * shr.el (shr-insert): Don't insert double spaces.
111 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
113         * gnus-gravatar.el (gnus-treat-from-gravatar)
114         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
115         called interactively.
117         * gnus-art.el (gnus-mime-view-part-externally)
118         (gnus-mime-view-part-internally): Make predicate function passed to
119         gnus-mime-view-part-as-type assume argument is a mime type, not a list
120         of a mime type.
122         * shr.el (shr-table-widths): Don't use cl function `reduce'.
124 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126         * shr.el (require): Require cl when compiling.
127         (shr-tag-hr): New function.
129         * nnimap.el (nnimap-update-info): Remove double setting of high.
130         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
131         makes nnimap work properly on Courier again.
133         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
134         the variable for backwards compatability.
136         * mm-decode.el (mm-save-part): If given a non-directory result, expand
137         the file name before using to avoid setting mm-default-directory to
138         nil.
140         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
141         bidning gnus-agent variables.
143         * shr.el (shr-render-td): Use a cache for the table rendering function
144         to avoid getting an exponential rendering behaviour in nested tables.
145         (shr-insert): Rework the line-breaking algorithm.
146         (shr-insert): Don't leave trailing spaces.
147         (shr-insert-table): Also insert empty TDs.
148         (shr-tag-blockquote): Ensure paragraphs after </ul>.
150 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
152         * gnus-sum.el (gnus-number): Rename from `number'.
153         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
154         (gnus-summary-limit-children): Update uses correspondingly.
156 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
158         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
159         (gnus-gravatar-transform-address): Don't show avatars of people of
160         which mail addresses match gnus-gravatar-too-ugly.
162 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164         * shr.el (shr-table-widths): Expand TD elements to fill available
165         space.
167 2010-10-07  Julien Danjou  <julien@danjou.info>
169         * nnimap.el (nnimap-request-rename-group): Add this method.
171 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
173         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
174         name from XEmacs' function-arglist.
176         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
177         gravatar under XEmacs.
179 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
181         * auth-source.el: Update docs with TODO items.
183         * gnus-sync.el: Update docs to explain state and plans.
185         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
186         Hooks for mark updates.
187         (gnus-request-set-mark, gnus-request-update-mark): Use them.
189         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
190         hooks with arguments, which is needed for mark update hooks.
192 2010-10-06  Julien Danjou  <julien@danjou.info>
194         * gnus.el (gnus-expand-group-parameter): Only return and act on what
195         was matched.
197         * sieve-manage.el: Update example in `Commentary'.
199         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
201         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
202         not 2000.
203         (sieve-manage-authenticate): Re-add function.
205 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207         * shr.el (shr-insert): Get 'space transition right.
208         (shr-render-td): Only delete space at the end of the TD.
210         * nnimap.el (nnimap-open-connection): Prepare to support
211         open-gnutls-stream.
213         * shr.el: Rearrange function order to be more logical.
215 2010-10-06  Julien Danjou  <julien@danjou.info>
217         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
218         (nnrss-discover-feed): Remove 404 URL in docstring.
220         * nnir.el: Fix Swish-E URL.
221         Fix Namazu URL.
223         * message.el (message-change-subject): Remove 404 URL in a comment.
225 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
227         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
228         called interactively.
230         * gnus-util.el (gnus-remove-if): Allow hash table.
231         (gnus-remove-if-not): New function.
233         * gnus-art.el (gnus-mime-view-part-as-type)
234         * gnus-score.el (gnus-summary-score-effect)
235         * gnus-sum.el (gnus-read-move-group-name):
236         Replace remove-if-not with gnus-remove-if-not.
238         * gnus-group.el (gnus-group-completing-read):
239         Regard collection as a hash table if it is not a list.
241 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243         * shr.el (shr-render-td): Allow blank/missing <TD>s.
245         * shr.el: Document the table-rendering algorithm.
247         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
248         invalid URLs.
250         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
251         line-broken.
252         (shr-tag-img): Ignore image fetching errors.
253         (shr-overlays-in-region): Compute overlay positions correctly.
255         * mm-decode.el (mm-shr): Require shr.
257         * gnus-art.el (gnus-blocked-images): Move variable here.
259         * shr.el (shr-insert-table): Bind free variable.
261         * mm-decode.el (mm-shr): Bind shr-content-function.
263         * shr.el (shr-content-function): New variable.
265         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
266         added for symmetry.
268         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
270         * gnus-group.el (gnus-group-make-group): Doc fix.
272         * nnimap.el (nnimap-request-newgroups): Return success.
274         * shr.el (shr-find-elements): New function.
275         (shr-tag-table): Put all the images after the table.
276         (shr-tag-table): Really inhibit images inside the table.
277         (shr-collect-overlays): Copy over overlays from the TD elements to the
278         main document.
280         * mm-decode.el (mm-shr): Bind shr-blocked-images to
281         gnus-blocked-images.
283 2010-10-05  Julien Danjou  <julien@danjou.info>
285         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
287         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
288         (gnus-html-maximum-image-size): Add this function.
289         (gnus-html-put-image): Use gnus-html-maximum-image-size.
291         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
292         server-value of the capability is nil.
294 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296         * shr.el (shr-tag-em): Add <EM> tag.
298 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
300         * sieve-manage.el (sieve-manage-default-stream): Make default stream
301         customizable.
303         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
304         handing broken links to browse-url.
306 2010-10-05  Julien Danjou  <julien@danjou.info>
308         * gnus-util.el (gnus-emacs-completing-read)
309         (gnus-iswitchb-completing-read): Use autoload rather than require.
311 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
313         * gnus-util.el (gnus-completing-read-function): Exclude
314         gnus-icompleting-read and gnus-ido-completing-read from candidates for
315         XEmacs since iswitchb.el is very old and ido.el is unavailable in
316         XEmacs.
318         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
319         not to use `delete-dups' that is unavailable in XEmacs 21.4.
321         * gnus-html.el: Don't require help-fns under XEmacs.
322         (gnus-html-schedule-image-fetching): Work for XEmacs.
324         * mm-decode.el (mm-shr): Decode contents by charset.
326 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
329         unknown.
331         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
332         (shr-get-image-data): Ensure against the cache file missing.
334         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
335         for data.
337         * spam-report.el (spam-report-url-ping-plain): Don't query about
338         killing the process.
340         * shr.el (shr-render-td): Protect against too-wide text.
342 2010-10-04  Julien Danjou  <julien@danjou.info>
344         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
345         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
347         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
348         retrieved.
350 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352         * shr.el (browse-url): Required.
353         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
354         lines.
355         (shr-show-alt-text, shr-browse-image): New commands.
356         (shr-browse-url, shr-copy-url): New commands.
358         * gnus-sum.el (gnus-widen-article-window): New variable.
359         (gnus-summary-select-article-buffer): Use it.
361         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
362         without @ signs.
364 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
366         * nnir.el (nnir-run-imap): Remove spurious space in search string.
368 2010-10-04  Julien Danjou  <julien@danjou.info>
370         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
371         for XEmacs.
373 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
377         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
378         (nnimap-close-server): Implement.
380         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
381         (shr-insert): Tweak line breaking.
382         (shr-insert): Handle <pre> better.
383         (shr-tag-li): Get <li> indentation right.
384         (shr-tag-li): Get <li> indentation even righter.
385         (shr-tag-blockquote): Ensure paragraph start.
386         (shr-make-table): Tweak table generation.
387         (shr-make-table): Fix typo.
389         * shr.el: Implement table rendering.
391 2010-10-04  Julien Danjou  <julien@danjou.info>
393         * gnus-html.el (gnus-html-put-image): Fix resize image code.
395 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397         * shr.el (shr-insert): Use string anchors instead of line anchors.
399 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
401         * shr.el: Add headings.
402         (shr-ensure-paragraph): Actually work.
403         (shr-tag-li): Make <ul> prettier.
404         (shr-insert): Get white space at the beginning/end of elements right.
405         (shr-tag-p): Collapse subsequent <p>s.
406         (shr-ensure-paragraph): Don't insert double line feeds after blank
407         lines.
408         (shr-insert): \t is also space.
409         (shr-tag-s): Fix "s" tag name function.
410         (shr-tag-s): Fix face prop name.
412 2010-10-03  Julien Danjou  <julien@danjou.info>
414         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
416         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
417         gnus-window-inside-pixel-edges.
419         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
420         gnus-ems.
422         * mm-view.el (mm-inline-image-emacs): Support image resizing.
424         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
425         function.
427         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
428         resize choice.
430 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
433         beginning of the buffer.
435         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
436         article buffer again.
438         * shr.el (shr-tag-p): Don't insert newlines at the start of the
439         buffer.
441         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
442         when it's at the start of the buffer.
444         * shr.el (shr-tag-blockquote): Convert name.
445         (shr-rescale-image): Use the right image-size variant.
447         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
448         buffer isn't shown, then select the current article first instead of
449         bugging out.
450         (gnus-summary-select-article-buffer): Show both the article and summary
451         buffers again.
453         * shr.el (shr-fontize-cont): Protect against regions with no text.
454         Rename tag functions to shr-tag-* for enhanced security.
455         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
457 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
459         * shr.el (shr-insert):
460         * pop3.el (pop3-movemail):
461         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
462         loaded.
464 2010-10-03  Glenn Morris  <rgm@gnu.org>
466         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
468         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
470         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
472         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
474         * gnus-util.el (gnus-make-local-hook): Simplify.
476 2010-10-02  Julien Danjou  <julien@danjou.info>
478         * gnus-util.el (gnus-iswitchb-completing-read): New function.
479         (gnus-ido-completing-read): New function.
480         (gnus-emacs-completing-read): New function.
481         (gnus-completing-read): Use gnus-completing-read-function.
482         Add gnus-completing-read-function.
484 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
486         * shr.el (shr-insert-document): Autoload.
487         (shr-img): Be silent.
488         (shr-insert): Add a newline after every picture before text.
489         (shr-add-font): Use overlays for combining faces.
490         (shr-insert): Pass upwards the text start point.
492         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
493         possible.
494         (mm-shr): New function.
496 2010-10-02  Julien Danjou  <julien@danjou.info>
498         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
499         should go backward.
501 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
503         * shr.el (shr): Fix typo in provide call.
505 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
507         * shr.el: New file.
509         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
511         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
512         completing read.
514 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
517         we're being queried about.  Suggested by Dan Jacobson.
519         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
520         by Jason Eisner.
522         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
523         table, too.  Suggested by Stefan Wiens.
524         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
525         the table unnecessary.  Suggested by Stefan Wiens.
527         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
528         longer needed, and probably doesn't work either, as pointed out by
529         Stefan Wiens.
530         (gnus-summary-exit): Remove call to the clearing function.
531         (gnus-summary-exit-no-update): Ditto.
533         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
534         instead of gnus-eval-in-buffer-window to avoid popping up frames.
535         Reported by Stefan Monnier.
536         (gnus-summary-save-in-rmail): Ditto.
538         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
539         article buffer, instead of both the article buffer and the summary
540         buffer.  Sort of suggested by Dan Jacobson.
542         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
544         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
545         Suggested by Dan Jacobson.
547         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
548         documentation clearer.
550         * message.el (message-shorten-references): Comment on the number "21".
551         Suggested by Stefan Monnier.
553         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
554         Suggested by Dan Jacobson.
556         * gnus.el (gnus-large-newsgroup): Mention
557         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
559         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
560         externalize attachments.  Bug reported by Steve Wen.
562         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
563         really message anything to the user.
565         * nnmail.el (nnmail-article-group): Allow using the fancy split method
566         directly.
568         * nnimap.el (nnimap-request-group): Low higher than high to signal no
569         messages in empty groups.
571 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
573         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
574         non-UIDNEXT group.
576 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
578         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
579         not the value from the collection.
581         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
582         values.  This sometimes happens on some groups that have no info.
583         (nnimap-request-newgroups): New function.
585 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
587         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
588         check into `gnus-registry-initialize'.
589         (gnus-registry-initialize): Ditto.
590         Fix and extend header docs.
592 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
595         regexp backtrace overflows.
597         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
598         for starttls that tls.el implements; i.e. openssl.
600 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
602         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
603         (gravatar-create-image): New function that's an alias to
604         gnus-xmas-create-image, gnus-create-image, or create-image.
605         (gravatar-data->image): Use it.
607 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
609         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
610         install the nnregistry refer method.
611         (gnus-registry-install-hooks): Use it.
612         (gnus-registry-unfollowed-groups): Add nnmairix to the default
613         unfollowed groups.
615 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
617         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
618         expanding threads.
620 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622         * nnir.el: Use the server names without suffixes (bug #7009).
624         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
625         unencrypted to STARTTLS, if possible.
627 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
629         * message.el (message-ignored-supersedes-headers): Strip Injection-*
630         headers before superseding.
632 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
634         * nnrss.el (nnrss-use-local): Add documentation.
636         * nnimap.el (nnimap-extend-tls-programs): New function.
637         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
638         (nnimap-wait-for-connection): Accept the greeting from the stupid
639         output from openssl s_client -starttls, too.
641         * nnimap.el (nnimap-find-article-by-message-id): Really return the
642         article number.
643         (nnimap-split-fancy): New variable.
644         (nnimap-split-incoming-mail): Use it.
646         * nntp.el (nntp-server-list-active-group): Document.
648         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
649         SELECT to get the message-id.
651         * mail-source.el (mail-sources): Removed webmail support.
652         (defvar): Ditto.
653         (mail-source-fetcher-alist): Ditto.
654         (mail-source-fetch-webmail): Removed.
656         * webmail.el: Removed -- doesn't seem relevant any more.
658         * gnus.el: Fix up make-obsolete-variable declarations throughout.
660         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
661         the \r.
663 2010-09-30  Julien Danjou  <julien@danjou.info>
665         * gnus-agent.el (gnus-agent-add-group): Fix call to
666         gnus-completing-read.
668 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670         * nndoc.el (nndoc-retrieve-groups): New function.
672         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
673         `default', use nnmail-split-methods.
674         (nnimap-request-article): Downcase the NILs so that they are nil.
676         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
677         symbol.
679         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
680         code, since if the user has requested network, that's what they ought
681         to get.
682         (nnimap-request-set-mark): Erase the buffer before issuing commands.
683         (nnimap-split-rule): Mark as obsolete.
685         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
686         variable.
688         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
689         correct slot, too.
691 2010-09-29  Julien Danjou  <julien@danjou.info>
693         * gnus.el (gnus-local-domain): Declare variable obsolete.
695         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
696         computing.
697         (gnus-ido-completing-read): Require ido.
699 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701         * gnus-registry.el: Don't prompt on load, which makes it impossible to
702         build Gnus.
704         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
705         when interpreting the structures.
706         (nnimap-request-accept-article): Add \r\n to the lines to make this
707         work with Cyrus.
709         * nndraft.el (nndraft-request-expire-articles): Use the group name
710         instead if "nndraft".  Fix found by Nils Ackermann.
712 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
714         * nnregistry.el: Added.
716 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * nnmail.el (group, group-art-list, group-art):
719         Remove unneeded directives.
721 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
723         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
724         (mm-mime-charset)
725         * rfc2047.el (rfc2047-syntax-table)
726         * utf7.el (utf7-utf-16-coding-system): Comment fix.
728         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
729         rather than `insert-file-contents' and `eval-region'.
731 2010-09-29  Julien Danjou  <julien@danjou.info>
733         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
734         replacement of `gnus-gravatar-relief' to mimic
735         `gnus-faces-properties-alist'.
736         Add :version property.
738 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
740         * mail-source.el (mail-source-report-new-mail)
741         * message.el (message-default-mail-headers)
742         * mm-decode.el (mm-valid-image-format-p): Comment fix.
744         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
746 2010-09-28  Julien Danjou  <julien@danjou.info>
748         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
749         mail-address contains the same string as real-name.
751         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
752         non-blank in header, otherwise it'll get stripped.
754         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
755         real-name, and then for mail address rather than doing : or , search.
757 2010-09-27  Julien Danjou  <julien@danjou.info>
759         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
760         (gnus-server-goto-server): Use gnus-completing-read.
762         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
764         * mm-util.el (defalias): Use gnus-completing-read.
765         (mm-codepage-setup): Use gnus-completing-read.
767         * smime.el (smime-sign-buffer): Use gnus-completing-read.
768         (smime-decrypt-buffer): Use gnus-completing-read.
770         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
772         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
773         (mml-minibuffer-read-disposition): Use gnus-completing-read.
774         (mml-insert-multipart): Use gnus-completing-read.
776         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
778         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
780         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
782         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
784         * gnus.el (gnus-read-method): Use gnus-completing-read.
786         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
788         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
789         (gnus-mime-action-on-part): Use gnus-completing-read.
790         (gnus-article-encrypt-body): Use gnus-completing-read.
792         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
793         (gnus-topic-move-matching): Use gnus-completing-read.
794         (gnus-topic-copy-matching): Use gnus-completing-read.
795         (gnus-topic-sort-topics): Use gnus-completing-read.
796         (gnus-topic-move): Use gnus-completing-read.
798         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
799         (gnus-agent-add-group): Use gnus-completing-read.
801         * nnmairix.el (nnmairix-create-server-and-default-group): Use
802         gnus-completing-read.
803         (nnmairix-update-groups): Use gnus-completing-read.
804         (nnmairix-get-server): Use gnus-completing-read.
805         (nnmairix-backend-to-server): Use gnus-completing-read.
806         (nnmairix-goto-original-article): Use gnus-completing-read.
807         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
809         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
811         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
812         (gnus-group-make-useful-group): Use gnus-completing-read.
813         (gnus-group-make-web-group): Use gnus-completing-read.
814         (gnus-group-add-to-virtual): Use gnus-completing-read.
815         (gnus-group-browse-foreign-server): Use gnus-completing-read.
817         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
818         (gnus-summary-limit-to-extra): Use gnus-completing-read.
819         (gnus-summary-execute-command): Use gnus-completing-read.
820         (gnus-summary-respool-article): Use gnus-completing-read.
821         (gnus-read-move-group-name): Use gnus-completing-read.
823         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
824         (gnus-summary-score-effect): Use gnus-completing-read.
826         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
828         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
829         right completing-read function.
830         (gnus-use-ido): New variable
831         (gnus-completing-read-with-default): Remove.
833 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
835         * nnimap.el (auth-source-forget-user-or-password)
836         (auth-source-user-or-password): Autoload.
838         * message.el (message-from-style, message-interactive)
839         (message-signature): Remove comment.
840         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
841         always.
842         (message-sendmail-envelope-from): Comment fix.
843         (message-yank-prefix): Default to mail-yank-prefix always.
844         (message-indentation-spaces): Default to mail-indentation-spaces always.
845         (message-signature-file): Default to mail-signature-file always.
847 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
850         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
851         new articles.
853         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
854         parts.
855         (nnimap-request-article): Work with the t setting, too.
857         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
858         that you don't get flashes of other buffers.
859         (gnus-summary-show-complete-article): Intern before setting.
861 2010-09-27  David Engster  <dengste@eml.cc>
863         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
864         well as HEADERS.
865         (nnmairix-retrieve-headers): Provide new argument for the above.
867 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869         * gnus-sum.el (gnus-summary-move-article): Don't alter
870         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
871         group.
873         * nnimap.el (nnimap-update-info): Don't destructively alter active.
875         * message.el (message-cite-prefix-regexp): Revert my last edit.
877         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
878         variable instead of the Gnus variable.
880         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
882         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
883         again.
885         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
886         since some servers don't like it.
887         (nnimap-open-connection): Forget credentials if the server says the
888         password was wrong.
889         (nnimap-parse-line): Protect against invalid data.
891         * gnus-sum.el (gnus-summary-move-article): Add comment.
892         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
893         nothing alters it while scanning for new messages.
895         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
896         which may or may not help.
897         (nnimap-open-connection): If we're doing a stream connection, and then
898         discover we're on a STARTTLS-capable server, then open a STARTTLS
899         connection instead.
901 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
903         * nnimap.el (utf7): Required.
905         * message.el (message-cite-prefix-regexp): Remove "}" from citation
906         prefix.
908 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
910         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
912 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914         * nnimap.el (nnimap-request-accept-article): Message the error on
915         error.
917 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
919         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
921 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923         * nndoc.el (nndoc-request-list): Return success always.
925         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
926         `fetch-old' -- we only want to fetch the articles we've requested.  The
927         rest are in the agent, probably.
928         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
929         disappeared server" to something low.  It's not important.
931         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
932         arrived before the FETCH data.
934         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
935         target here, because we don't know the Gnus name of the group.
937         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
938         for the correct group.
940         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
942         * gnus.el (gnus): Give a final warning after startup.
944         * gnus-util.el (gnus-action-message-log): New variable.
945         (gnus-message): Use it.
946         (gnus-final-warning): New function.
948         * nnimap.el (nnimap-open-connection): Record the greeting.
949         (nnimap): Add greeting.
951 2010-09-26  Julien Danjou  <julien@danjou.info>
953         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
954         arguments.
955         (gnus-html-wash-images): Fix spec computing to include start/end.
957         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
959 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
962         deletion.
963         (nnimap-retrieve-headers): Don't select the group, because that's
964         already done by nnimap-possibly-change-group.
966         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
967         (gnus-picon-transform-address): Use it.
969         * mail-source.el (mail-source-value): Revert previous patch.
971         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
972         on failure.
973         (nnimap-open-connection): Look up both virtual and physical server name
974         credentials.
976         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
978 2009-02-08  Dave Love  <fx@gnu.org>
980         * gnus-win.el (gnus-window-to-buffer-helper,
981         gnus-all-windows-visible-p): Function needn't be a symbol.
983         * mail-source.el (mail-source-value): Function needn't be a symbol.
985 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987         * message.el (message-cite-prefix-regexp): Remove } from the cite
988         prefix.
990         * gnus-art.el (gnus-treatment-function-alist): Do picons before
991         highlight again, so that the highlight is correct.
993         * gnus-picon.el (gnus-picon): Remove again.
994         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
996         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
997         doing the header highlightling, so that the background colour of the
998         picon is correct.
1000         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1001         (gnus-picon): Ditto.
1002         (gnus-picon): Reinstate.  The background colour for picons is white.
1003         (gnus-picon-insert-glyph): Make the background white.
1005         * nnml.el (nnml-open-nov): Don't return dead buffers.
1007         * auth-source.el (auth-source-create): Query the user for whether to
1008         store the credentials.
1010         * auth-source.el (auth-source-user-or-password): Use the existing auth
1011         sources, if any, for creation.
1013         * gnus.el (gnus-group-fast-parameter): Return the last matching
1014         parameter instead of the first matching parameter.
1016 2010-09-26  Julien Danjou  <julien@danjou.info>
1018         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1020 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022         * mml2015.el (mml2015-use): Remove gpg support.
1024         * mml1991.el (mml1991-function-alist): Remove gpg function.
1025         (mml1991-gpg-sign): Removed.
1027 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1029         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1030         (gnus-browse-unsubscribe-current-group): Document it.
1031         (gnus-browse-unsubscribe-group): Use it.
1033 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1036         address to the To list for easier response.
1038         * gnus.el (gnus-play-startup-jingle): Removed.
1039         (gnus-splash): Don't play jingle.
1040         (gnus): Silence gnus-load message.
1042         * gnus-art.el (gnus-treat-play-sounds): Removed.
1044         * gnus.el (gnus-play-jingle): Remove audio support.
1046         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1048         * earcon.el: Removed -- no users.
1050         * gnus-audio.el: Removed -- no users of this package.
1052         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1054         * gnus-start.el (gnus-setup-news): Remove nocem support.
1056         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1058         * gnus.el (gnus-use-nocem): Removed.
1060         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1061         Removed.
1063         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1064         uses NoCeM any more.
1066         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1067         (gnus-button-ctan-handler): Ditto.
1068         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1069         (gnus-button-ctan-directory-regexp): Ditto.
1070         (gnus-button-handle-ctan): Ditto.
1071         (gnus-button-tex-level): Ditto.
1072         (gnus-button-alist): Removed CTAN stuff.
1074 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1077         nnimap-streaming test.
1079         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1080         servers twice.
1082         * nnimap.el (nnimap-open-connection): Add more error reporting when
1083         nnimap fails early.
1085         * nnheader.el (nnheader-get-report-string): New function.
1086         (nnheader-get-report): Use it.
1088         * gnus-int.el (gnus-check-server): Say what the error was when opening
1089         failed.
1091         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1092         using streaming.
1094 2010-09-25  Julien Danjou  <julien@danjou.info>
1096         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1097         gnus-window-inside-pixel-edges.
1099 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1103         * mm-decode.el (mm-save-part): Allow saving to other directories the
1104         normal Emacs way.
1106         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1107         by Jay Berkenbilt.
1109         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1110         there isn't a single byte.
1112         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1113         just do it.  It doesn't really seem to matter what the user responds
1114         here, I think, so it's just a confusing question.
1116         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1117         non-streaming case.
1119         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1120         (gnus-article-encrypt-body): Use it.
1122         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1123         keystroke.
1125         * nnimap.el (nnimap-find-wanted-parts-1): Use
1126         gnus-fetch-partial-articles.
1128         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1130         * nnimap.el (nnimap-insert-partial-structure): New function.
1131         (nnimap-get-partial-article): New function.
1132         (nnimap-request-article): Use it.
1133         (nnimap-wait-for-response): Return whether the wait was successful.
1134         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1135         retrieval wasn't successful.
1136         (nnimap-retrieve-group-data-early): Allow throttling servers.
1137         (nnimap-streaming): New variable.
1138         (nnimap-fetch-partial-articles): Removed.
1140         * mm-decode.el (mm-with-part): Protect against killed buffers.
1142         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1143         for prettier summary display.
1145 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1147         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1148         directly.
1150 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1153         apparently third-party libraries depend on it.
1155         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1156         before starting negotiation.
1158         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1159         privacy reasons.
1160         (gnus-treat-mail-gravatar): Ditto.
1162         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1163         buffer when inserting images.  Inserting text into the headers, for
1164         instance, can make them invalid.
1166 2010-09-25  Julien Danjou  <julien@danjou.info>
1168         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1169         variables.
1171         * nnheader.el: Remove useless variables news-reply-yank-from and
1172         news-reply-yank-message-id.
1174         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1175         variables.
1177         * mml1991.el: Remove useless mml1991-verbose.
1179         * gnus.el: Remove useless variable gnus-use-generic-from.
1180         Remove obsolete variable gnus-topic-indentation.
1182         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1184         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1186         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1188         * gnus-group.el: Remove useless gnus-group-icon-cache.
1189         Remove useless gnus-ephemeral-group-server.
1191         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1193         * mml2015.el: Remove useless mml2015-verbose.
1195         * mml-smime.el: Remove useless mml-smime-verbose.
1197         * gnus.el: Remove useless gnus-local-domain.
1199         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1200         gnus-gravatar-size.
1202         * gnus-art.el: Remove useless gnus-treat-translate.
1204 2010-09-24  Julien Danjou  <julien@danjou.info>
1206         * gnus-sum.el: Add support for Gravatars.
1208         * gnus-art.el: Add support for Gravatars.
1210         * gnus-gravatar.el: Add this file.
1212         * gravatar.el: Add this file.
1214 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1218         * gnus-group.el (gnus-group-fetch-faq): Removed.
1220         * gnus.el (gnus-group-faq-directory): Removed.
1222         * gnus-group.el (gnus-group-fetch-charter): Removed.
1224         * gnus.el (gnus-group-charter-alist): Removed.
1226         * gnus-group.el (gnus-group-archive-directory): Removed.
1227         (gnus-group-recent-archive-directory): Ditto.
1228         (gnus-group-make-archive-group): Removed.
1230         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1232         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1233         use the same article number for all the cached articles.
1235         * nnimap.el (nnimap-command): Register the last command time so
1236         that we can use it for idling NOOPs.
1237         (nnimap-open-connection): Start the keeplive timer.
1238         (nnimap-make-process-buffer): Store all the process buffers.
1239         (nnimap-keepalive): New function.
1241         * starttls.el: (starttls-open-stream): Add autoload cookie.
1243 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1245         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1246         handling.
1248 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1251         its data structures.
1253         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1254         instead of the cl.el copy-list.
1255         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1256         equalp.
1258 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1260         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1261         and tool-bar-local-item-from-menu.
1263         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1264         mode-line-highlight face for Emacs.
1266         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1267         loading gnus-sum.elc; fix comment for canlock-verify.
1268         (gnus-article-jump-to-part): Use read-number.
1269         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1270         Emacs pre-21 compatible code for help-echo.
1271         (gnus-article-next-page-1): No need to adjust the number of lines.
1272         (gnus-article-describe-bindings): Always use help-buffer.
1274         * gnus-audio.el (gnus-audio-inline-sound)
1275         * gnus-cus.el (gnus-custom-mode)
1276         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1278         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1280         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1281         compatible code.
1283 2010-09-24  Glenn Morris  <rgm@gnu.org>
1285         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1286         visiting the fcc file in rmail-mode.
1288 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1290         * nnir.el: Silence the byte compiler.
1292         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1293         alias to browse-url-url-encode-chars if any.
1294         (gnus-html-encode-url): Use it.
1296 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298         * gnus-start.el (gnus-use-backend-marks): New variable.
1299         (gnus-get-unread-articles-in-group): Use it.
1301         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1302         makeover.
1304 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1306         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1308 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1311         Removed.
1312         (gnus-setup-news-hook): Removed
1313         gnus-fixup-nnimap-unread-after-getting-new-news.
1315         * gnus-int.el (gnus-request-update-info): Protect against backends not
1316         having the function.
1318         * nnimap.el (nnimap-stream): Mention starttls.
1319         (nnimap-open-connection): Add starttls support.
1321 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1323         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1325 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1328         BODYSTRUCTUREs.
1329         (nnimap-transform-headers): Unfold quoted {42} headers.
1331         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1332         the info.
1333         (gnus-get-unread-articles): Only call updatep on backends that support
1334         it.
1336         * nnweb.el (nnweb-request-update-info): NOOP.
1338         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1340         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1341         since it only deals with marks.
1343         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1344         gnus-request-marks, and make a new gnus-request-update-info.
1346         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1347         the active instead of the high number, which is usually too low.
1349 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1351         * encrypt.el: Removed.
1353 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1356         server in symbolic form.
1358         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1359         0.9.
1361 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1364         (nnimap-update-info): Fix up code slightly.
1366         * gnus-int.el (gnus-open-server): Add tracing for performance
1367         debugging.
1369         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1370         (gnus-group-insert-group-line): Pass the real group name so that it
1371         gets the right data.
1373         * gnus-start.el (gnus-get-unread-articles): Don't have
1374         `gnus-get-unread-articles-in-group' update info, since that can be
1375         really slow and doesn't seem to be needed?
1377 2010-09-22  Julien Danjou  <julien@danjou.info>
1379         * gnus-group.el (gnus-group-insert-group-line): Call
1380         gnus-group-highlight-line.
1381         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1382         default hook list.
1383         (gnus-group-update-eval-form): Add new function.
1384         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1385         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1387 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1390         immediate, then expire all articles.
1391         (nnimap-update-info): Fix off-by-one errors.
1392         (nnimap-flags-to-marks): Would return no marks lists for group with no
1393         flags.  Instead return the other data.
1395 2010-09-22  Julien Danjou  <julien@danjou.info>
1397         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1398         Only return an icon.
1399         (gnus-group-insert-group-line): Compute icon to return.
1401         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1402         variable.
1403         (gnus-html-image-fetched): Only cache if
1404         gnus-html-image-automatic-caching is set.
1405         (gnus-html-image-fetched): Check for errors.
1407 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1410         once per method on `g'.  This ensures that backends like nnfolder don't
1411         open all their folders.
1413         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1414         (nnimap-request-list): Nix out group in the correct buffer.
1415         (nnimap-parse-flags): Implement by using `read' instead of
1416         hand-parsing.
1417         (nnimap-flags-to-marks): Pass on permanent-flags.
1418         (nnimap-make-process-buffer): Record the server name.
1419         (nnimap-parse-flags): Fix typo.
1420         (nnimap-request-scan): Run split on the server in general, not just a
1421         single group.
1423         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1424         parameter, and propagate this downwards.
1426         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1427         since EXAMINE changes it on the server.
1429         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1430         this command might take a while.
1432 2010-09-22  Julien Danjou  <julien@danjou.info>
1434         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1435         harmful if you have 2 images side-by-side, they can't be properly
1436         update on text deletion.  Using text-property is safer here.
1437         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1438         data.
1440 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442         * nnimap.el (nnimap-expunge-inbox): Removed.
1443         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1444         (nnimap-expunge): Flip default to t.
1446         * gnus.el (gnus-method-to-server): Don't push things to the cache
1447         unless it's unique.
1448         (gnus-server-to-method): Ditto.
1450 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1452         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1454 2010-09-22  Julien Danjou  <julien@danjou.info>
1456         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1457         get the start of data.
1458         (gnus-html-encode-url): Add this function to encode special chars in
1459         URL.
1460         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1461         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1463         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1464         default.
1465         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1467         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1468         images alt-text.
1469         (gnus-html-put-image): Put alt-text as help-echo.
1471 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1473         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1474         * mm-util.el (mm-decompress-buffer)
1475         * nnir.el (nnir-run-find-grep)
1476         * pop3.el (pop3-list): Use 3rd arg of split-string.
1478 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1481         outside the active range.  Suggested by Dan Christensen.
1483         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1484         slightly later to avoid double-getting it.
1486         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1487         previous patch.
1489         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1491 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1493         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1495 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497         * gnus-int.el (gnus-open-server): Give a better error message in the
1498         "go offline" case.
1500         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1501         marks for nnimap, which is seldom the right thing to do.
1503         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1504         (gnus-same-method-different-name): New function.
1506         * nnimap.el (parse-time): Require.
1508         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1509         method in the presence of many similar methods.
1511         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1513         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1514         nnml-inhibit-expiry.
1516         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1517         find out whether methods are equal.
1519         * nnimap.el (nnimap-find-expired-articles): New function.
1520         (nnimap-process-expiry-targets): New function.
1521         (nnimap-request-move-article): Request the article before looking at
1522         what the Message-ID is.  Fix found by Andrew Cohen.
1523         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1525         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1526         for oldness in addition to being a predicate.
1528         * nnimap.el (nnimap-request-group): When we have zero articles, return
1529         the right data to Gnus.
1530         (nnimap-request-expire-articles): Only delete articles immediately if
1531         the target is 'delete.
1533         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1534         method, this would bug out.
1536         * gnus-group.el (gnus-group-expunge-group): Renamed from
1537         gnus-group-nnimap-expunge, and implemented as a normal interface
1538         function.
1540         * gnus-int.el (gnus-request-expunge-group): New function.
1542         * nnimap.el (nnimap-request-create-group): Implement.
1543         (nnimap-request-expunge-group): New function.
1545 2010-09-21  Julien Danjou  <julien@danjou.info>
1547         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1548         (gnus-html-cache-expired): Add new function.
1549         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1550         wethever we should display image for fetch it.
1551         Compute alt-text earlier to pass it to the fetching function too.
1552         (gnus-html-schedule-image-fetching): Change function argument to only
1553         get one image at a time, not a list.
1554         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1555         cache.
1556         (gnus-html-get-image-data): New function to retrieve image data from
1557         cache.
1558         (gnus-html-put-image): Change buffer argument to use image data rather
1559         than file, and place image above region rather than inserting a new
1560         one. Do not take alt-text as argument, since it's useless now: we place
1561         the image above alt-text.
1562         (gnus-html-prune-cache): Remove.
1563         (gnus-html-show-images): Start to fetch image when we find one, do not
1564         push into a temporary list.
1565         (gnus-html-prefetch-images): Only fetch image if they have expired.
1566         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1567         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1569 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1571         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1573 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1576         spec inser "*" if the group isn't active instead of 0.
1578         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1579         opening the server.
1580         (nnimap-request-delete-group): Implement group deletion.
1581         (nnimap-transform-headers): Return the size of the entire message in
1582         the Bytes header, not just the size of the first part.
1583         (nnimap-request-move-article): When moving an article from nnimap,
1584         request the article first so the accepting form has an article to
1585         accept.  Reported by Dan Christensen.
1586         (nnimap-command): Make sure that the error message doesn't error out.
1588 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1590         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1591         we haven't requested anything.
1593 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1596         "".  Fix found by Andrew Cohen.
1598         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1599         instead of -encode-string.
1601 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1603         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1605         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1606         by mm-subst-char-in-string.
1608 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1611         waiting for the connection string.
1613         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1614         arriving.
1616         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1617         bogus characters.  This allows selecting certain Gmail groups.
1619         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1620         (nnimap-fetch-partial-articles): New variable.
1621         (nnimap-open-connection): When looking for credentials, also use the
1622         nnimap-server-port.
1623         (nnimap-request-article): Return the group/article number, so that Gnus
1624         `^' works as expected.
1625         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1626         them.
1628         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1629         comments.
1630         (gnus-methods-sloppily-equal): New function.
1631         (gnus): When using the development version of Gnus, load the gnus-load
1632         file.
1634         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1635         `gnus-open-server' on each method before trying to scan them etc.  This
1636         ensures that all the backend parameters are set correctly.
1638         * nnimap.el (nnimap-authenticator): New variable.
1639         (nnimap-open-connection): Allow anonymous login.
1640         (nnimap-transform-headers): The chars header is called Chars not
1641         Bytes.
1642         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1643         drops.
1645         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1646         patch, found by Knut Anders Hatlen.
1648 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1650         * gnus-agent.el (gnus-agent-batch-confirmation)
1651         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1652         to gnus-message.
1653         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1654         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1655         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1656         * gnus-int.el (gnus-open-server): Likewise.
1657         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1658         (gnus-score-check-syntax): Likewise.
1659         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1660         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1661         Likewise.
1662         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1664 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1667         calling conventions so that prefetch doesn't bug out.
1669 2010-09-19  Julien Danjou  <julien@danjou.info>
1671         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1672         rather than `subst-char-in-region' in order to be able to replace ASCII
1673         char by UTF-8 ones.
1675         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1676         than curl.
1677         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1678         the right URL and ALT text on images.
1679         (gnus-html-wash-tags): Fix tag case.
1680         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1681         (gnus-article-html): Add -o display_ins_del=2 option.
1682         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1684 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1687         the extra mail headers, which sometimes seem to happen for unknown
1688         reasons.
1690         * mail-parse.el (mail-header-encode-parameter): Define as
1691         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1692         (or most, perhaps?) mail readers don't understand the latter, but do
1693         understand the former.
1695         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1696         to nil, so that no methods are automatically agentized.  I think this
1697         is probably what most users want.
1699         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1700         from url-retrieve, for instance about invalid URLs.
1702         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1703         groups that have no articles.
1704         (nnimap-request-article): Check that we really got an article when we
1705         requested one.
1707         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1708         doesn't exist.
1710         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1711         nntp buffer so the agent can save it.
1712         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1713         that CRLF doesn't get translated to \n.
1714         (nnimap-open-connection): Don't make 'shell commands only send \n.
1716 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1718         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1719         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1720         Update var name.
1721         (nnml-generate-nov-file): Use dolist.
1722         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1723         Use with-current-buffer.
1725 2010-09-18  Julien Danjou  <julien@danjou.info>
1727         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1728         parallel.
1730 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1733         the range update right.
1734         (nnimap-request-group): Don't make `M-g' bug out on group with no
1735         marks.
1736         (nnoo): Required, so that other packages can require nnimap.
1737         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1738         command we're looking for.  This helps when the server sends more
1739         responses after we've gotten everything we expected.
1740         (nnimap): Add a `newlinep' field to keep track of end-of-line
1741         conventions.
1742         Don't send CRLF to things that don't want it.
1743         (nnimap-request-accept-article): Ditto.
1745 2010-09-18  Julien Danjou  <julien@danjou.info>
1747         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1748         than curl to retrieve images.
1750 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1753         the marks.
1754         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1755         (nnimap-wait-for-connection): New function.
1756         (nnimap-open-connection): If we have PREAUTH, don't query for login
1757         credentials.
1758         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1759         when doing a partial update.
1761 2010-09-18  Julien Danjou  <julien@danjou.info>
1763         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1764         tags.
1766 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768         * nnimap.el (nnimap-credentials): New function.
1769         (nnimap-open-connection): Use the new function to look for credentials
1770         also on the numeric equivalents of "imap" and "imaps".
1772         * gnus-start.el (gnus-activate-group): Send the info to
1773         gnus-request-group.
1775         * nnimap.el (nnimap-request-group): Have the "check" version of the
1776         function parse flags and update the info, so that a `M-g' get a total
1777         resync of all flags from the group.
1779         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1780         to allow backends to alter the info on group selection.  Also alter all
1781         the backend -request-group functions to take the parameter.
1783         * nnimap.el (nnimap-store-info): New function.
1784         (nnimap-update-info): Store the info for later usage.
1785         (nnimap-request-group): Use the stored info for the dont-check case, so
1786         that we don't retrieve all marks when we enter a group.
1788         * nnimap.el: Use deffoo instead of defun for interface functions.
1790         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1791         update the group info.  This makes the nndraft groups, for instance, go
1792         back to their old behaviour.
1794         * gnus-sum.el (gnus-select-newsgroup): Indent.
1796         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1797         in.
1798         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1799         nothing.
1801         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1802         from methods that are denied.
1804         * gnus-int.el (gnus-method-denied-p): New function.
1806         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1807         store the password instead of netrc.
1808         (nnimap-open-connection): Don't error out when we can't make a
1809         connections.
1811         * auth-source.el (auth-source-create): In the password prompt, say what
1812         we're querying for.  Also prompt for user name if that hasn't been
1813         given.
1815         * nnimap.el (nnimap-with-process-buffer): Removed.
1817 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1820         method when we're reading from the agent.
1822         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1824         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1825         that's probably most useful for users.
1827         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1828         "failed" all the time.
1830         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1831         ...)) with (with-current-buffer ... ).
1833         * nntp.el (nntp-open-server): Return whether the open was successful or
1834         not.
1836         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1837         select an unread unseen article first.
1839         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1840         /etc/services, supply some sensible port defaults.
1842 2010-09-17  Julien Danjou  <julien@danjou.info>
1844         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1846 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1848         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1849         doesn't have any parameters.
1851 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1854         only upcased checks.
1856         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1858         * nnimap.el (nnimap-open-shell-stream): New function.
1859         (nnimap-open-connection): Use it.
1860         (nnimap-transform-headers): Get the number of lines in each message.
1861         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1862         number of lines.
1863         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1864         problem.
1866         * utf7.el (utf7-encode): Autoload.
1868         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1869         to allow the mail splitting to not return a default group.  This is
1870         useful for nnimap, which will leave unmatched mail in the inbox.
1872         * nnimap.el: Rewritten.
1874         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1875         nnimap usage.
1877         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1878         if the move is internal, so that nnimap can do fast internal moves.
1880         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1881         data.
1882         (gnus-read-active-for-groups): Support finishing the early retrieval of
1883         data.
1885         * gnus-range.el (gnus-range-nconcat): New function.
1887         * gnus-int.el (gnus-finish-retrieve-group-infos)
1888         (gnus-retrieve-group-data-early): New functions.
1890 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1892         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1893         (nnrss-retrieve-groups):
1894         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1895         (pop3-quit): Use with-current-buffer.
1897 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1899         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1900         instead of nnheader-accept-process-output.
1902         * gnus-html.el (gnus-html-schedule-image-fetching)
1903         (gnus-html-prefetch-images): Replace process-kill-without-query by
1904         gnus-set-process-query-on-exit-flag.
1906 2010-09-16  Romain Francoise  <romain@orebokech.com>
1908         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1910 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1913         parameter to unintern is mandatory-ish in Emacs 24.
1915         * gnus-html.el (gnus-html-schedule-image-fetching)
1916         (gnus-html-prefetch-images): Check for curl before using it.
1918         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1919         depend on curl, which isn't essential.
1921         * imap.el: Revert back to version
1922         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1923         seem problematic.
1925 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1927         * gnus-registry.el (gnus-registry-install-shortcuts):
1928         Explicitly pass `obarray' to `unintern' to avoid a warning.
1930 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1933         change.
1935         * nnrss.el (nnrss-request-list): Removed this function and related
1936         functions, including the moreover stuff.
1938 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940         * nnrss.el (nnrss-retrieve-groups): New function.
1942 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1944         * .dir-locals.el: Add no-byte-compile cookie.
1946 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1948         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1949         for back end that doesn't support request-scan.
1951 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1954         then do request scans from the backends.
1956         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1957         avoid running a hook per line, since this takes a lot of time,
1958         profiling shows.
1959         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1960         directly if gnus-visual-p is true.
1962 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1964         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1965         groups; replace mapcar with dolist which is a bit faster; pass groups
1966         info to gnus-read-active-file-1.
1967         (gnus-read-active-file-1): Scan only specified groups if the new
1968         optional arg `infos' is given.
1970 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1974         * pop3.el (pop3-movemail): Removed.
1975         (pop3-streaming-movemail): Renamed to pop3-movemail.
1977         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1978         don't restrict end-tag searches to the end of the line.
1980 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1982         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1983         articles of every unchecked group to t, which means unknown since the
1984         server has never been opened.
1986 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988         * gnus-html.el (gnus-html-show-alt-text): New command.
1989         (gnus-html-browse-image): Ditto.
1990         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1991         to browse the image directly.
1992         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1993         better.
1995         * gnus-async.el (gnus-async-article-callback): Call
1996         `gnus-html-prefetch-images' unconditionally.
1998         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1999         before feeding URLs to curl.
2001 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2003         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2004         internal images as deletable by `W D D'.
2006         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2007         (gnus-async-article-callback): Fix typo.
2009 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2012         current line to work around bugs in the output from w3m.
2014         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2015         for groups that want that.
2017         * nntp.el (nntp-wait-for-string): Supply a timeout for
2018         accept-process-output to ensure progress.
2020         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2021         level to get unread articles from, then use that for foreign groups,
2022         too.
2024         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2025         confuses the rest of the function.
2027         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2028         for the methods that support -retrieve-groups, too.
2030         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2032 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2034         * pop3.el: Require cl when compiling.
2035         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2037 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2040         that aren't going to be activated.
2041         (gnus-get-unread-articles): Fix up the last commit.
2043         * gnus-html.el (gnus-article-html): Allow calling without specifying
2044         the handle.  In that case, dissect the buffer first.
2046         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2048         * nnimap.el (nnimap-open-connection): Revert the change that would look
2049         into authinfo for imaps instead of imap.
2051         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2052         say that you don't want to call gnus-request-group with don-check, but
2053         do check the reponse.  This is for virtual groups only.
2054         (gnus-get-unread-articles): Count the archive groups as secondary, so
2055         that they're activated the same way as before.
2057         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2058         case-insensitively.
2059         (nnimap-debug): Removed.
2061         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2062         mail from a file, and the file doesn't exist.
2064         * pop3.el (pop3-streaming-movemail): Return t for success.
2066         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2067         .authinfo if we're using ssl connection.
2069         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2070         already have if we're in a main Gnus `g' run.
2072         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2074 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2076         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2078         * nnmh.el (nnmh-request-list-1): Bind `file'.
2080         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2081         alias to set-process-query-on-exit-flag or process-kill-without-query.
2082         (pop3-open-server): Use it.
2084 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2087         box to the Incoming file.  Fixes mistake in previous checkin.
2089         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2090         request loop (for debugging purposes) removed.
2092         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2093         culprit is more visible.
2094         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2095         (nnml-add-incremental-nov): New functions to do "incremental" nov
2096         updates, where we just append to the end of the existing nov files
2097         without reading/writing them in full.
2099         * mail-source.el (mail-source-delete-crash-box): Really only check the
2100         incoming files once in a while.
2102         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2104         * mail-source.el (mail-source-delete-crash-box): Only check the
2105         incoming files for deletion once per day to save a lot of file
2106         accesses.
2108         * pop3.el (pop3-logon): Fix up unbound variable typo.
2110         * mail-source.el (pop3-streaming-movemail): Autoload.
2112         * pop3.el (pop3-streaming-movemail): Respect
2113         pop3-leave-mail-on-server.
2115         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2116         retrieval.
2118         * pop3.el (pop3-process-filter): Removed unused function.
2119         (pop3-streaming-movemail, pop3-send-streaming-command)
2120         (pop3-wait-for-messages, pop3-write-to-file)
2121         (pop3-number-of-responses): New functions for streaming pop3
2122         retrieval.
2124         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2125         come from no known methods.
2126         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2127         list.
2129         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2130         message sizes.
2131         (pop3-movemail): Use erase-buffer instead of looping and deleting
2132         regions, which seems rather odd.
2134         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2135         file once per `g' run.
2137         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2138         directories.  This makes the draft queue directory work.
2140         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2141         data from the backends, so that we only request the list of groups from
2142         each method once.  This should speed things up considerably.
2144         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2145         detect that it's not implemented.
2147         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2148         we actually do recurse down into the tree, but don't stat all leaf
2149         nodes.
2151         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2152         then say so instead of bugging out.
2154         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2155         files exist before trying to read them.
2157         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2158         around <pre_int>.
2160         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2162         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2164 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166         * mm-util.el (mm-image-load-path): Just return the image directories,
2167         not all directories in the path in addition to the image directories.
2168         (mm-image-load-path): Maintain a cache of the image directories so that
2169         the `g' command in Gnus doesn't have to stat dozens of directories each
2170         time.
2172         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2173         (gnus-html-wash-tags): Add a new `i' command to insert images.
2174         (gnus-html-insert-image): New command and keystroke.
2175         (gnus-html-redisplay-with-images): New command and keystroke.
2176         (gnus-html-show-images): Renamed command.
2177         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2178         spacers.
2179         (gnus-html-wash-tags): Decode entities at the end, so that entities
2180         inside the tags don't mess up the rest of the "parsing".
2182         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2183         so that nnimap methods aren't agentized by default.  There's apparently
2184         many problems related to agent/imap behaviour.
2186         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2188         * gnus-html.el: Doc fix.
2190 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2192         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2193         glyph-width and glyph-height instead of display-graphic-p and
2194         image-size; make avoidance of displaying small images work for XEmacs.
2196         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2197         for XEmacs.
2199         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2200         of symbol that holds plist data.
2201         (gnus-process-plist): Remove plist of process after getting it.
2203 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2205         * message.el (message-generate-hashcash): Change default to
2206         'opportunistic if hashcash is installed.
2208         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2209         (gnus-html-put-image): Only call image-size once, since it's somewhat
2210         time-consuming on remote X servers.
2212 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2214         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2215         decoded contents.
2216         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2218 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2221         group line format, since it isn't very interesting.
2223         * gnus-agent.el (gnus-agent-short-article),
2224         (gnus-agent-long-article): Increase values for these two variables,
2225         since most people are likely to have more network connection and
2226         storage than before.
2228         * gnus.el (gnus-refer-article-method): Change default to 'current.
2229         When referring an article, the common behaviour is to refer it from the
2230         current select method, not the native select method.  The chances of
2231         the native select method having the message in question is rather slim
2232         these days.
2234         * gnus-sum.el (gnus-auto-select-subject): Change default to
2235         `unseen-or-unread'.  I think it's likely that most people want to
2236         select an unseen article over a previously seen, but unread one.
2238         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2239         means that in the article buffer none of the minor mode elements will
2240         be shown, usually, and this is not desirable in most cases.
2242         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2243         that commands like `d' (and the like) go to the next line in the
2244         buffer, instead of the next unread article.  I think this is the
2245         behaviour that is most natural for most users.
2246         (gnus-single-article-buffer): Change default to nil, so that people can
2247         have as many article buffers open as they have summary buffer.  I think
2248         this is the most natural way for the groups to behave.
2250         * message.el (message-generate-new-buffers): Change default to
2251         `unsent', so that all new message buffers start their names with the
2252         string "*unsent", and it's easier to find the buffers if you move from
2253         them.
2255 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2258         small.  They're probably tracking images.
2259         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2260         (gnus-html-rescale-image): Yet another try at getting the image sizing
2261         right.
2263         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2264         nntp-marks-file-name is nil.
2266 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2268         * gnus-html.el (gnus-html-wash-tags)
2269         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2270         Better logging.
2272 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2276         * gnus-html.el (gnus-html-wash-tags): Check the value of
2277         gnus-blocked-images in the summary buffer.
2279 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2281         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2283 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2286         like "a", it seems like.
2287         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2288         since it needs to be picked from the correct buffer.
2290         * nnwfm.el: Removed.
2292         * nnlistserv.el: Removed.
2294 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2296         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2297         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2299 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301         * nnkiboze.el: Removed.
2303         * nndb.el: Removed.
2305         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2306         alt text.
2307         (gnus-html-rescale-image): Try to get the rescaling logic right for
2308         images that are just wide and not tall.
2310         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2311         overshadow variable bindings.
2313 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2315         * gnus-html.el (gnus-html-wash-tags)
2316         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2317         extra logging.
2319 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2321         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2322         (gnus-max-image-proportion): New variable.
2323         (gnus-html-rescale-image): New function.
2324         (gnus-html-put-image): Rescale images.
2326 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2328         Fix up some byte-compiler warnings.
2329         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2330         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2331         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2332         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2333         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2334         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2335         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2337 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2339         * gnus-html.el (gnus-article-html): Decode contents by charset.
2341 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2343         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2344         (gnus-html-frame-width, gnus-blocked-images)
2345         * message.el (message-prune-recipient-rules): Add custom version.
2346         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2348         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2349         functions.
2351         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2352         gnus-process-get.
2354 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2356         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2357         instead of lsub directly.
2359 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361         * nnwarchive.el: Removed.
2363         * gnus-soup.el: Removed.
2365         * nnsoup.el: Removed.
2367         * nnultimate.el: Removed.
2369         * gnus-html.el (gnus-blocked-images): New variable.
2371         * message.el (message-prune-recipients): New function.
2372         (message-prune-recipient-rules): New variable.
2374         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2375         guess whether a long line is natural text or not.
2377         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2378         gnus-process-plist and friends for compatibility.
2380 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2382         * gnus-html.el: Require packages that define macros used in this file.
2383         (gnus-article-mouse-face): Declare to silence byte-compiler.
2384         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2385         process-get.
2386         (gnus-html-put-image): Use plist-get to avoid getf.
2387         (gnus-html-prefetch-images): Use with-current-buffer.
2389 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2391         * gnus-ems.el: Provide compatibility functions for
2392         gnus-set-process-plist.
2394         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2395         * gnus.el (gnus-valid-select-methods)
2396         * message.el (message-send-mail-partially-limit)
2397         * mm-decode.el (mm-text-html-renderer)
2398         * mml.el (mml-insert-mime-headers-always)
2399         * smiley.el (smiley-regexp-alist): Bump custom version.
2401 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403         * gnus-html.el: require mm-url.
2404         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2405         with the url to `url'.
2406         (gnus-html-wash-tags): Support cid: URLs/images.
2408 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2411         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2412         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2414         * gnus-move.el: Removed file, since it doesn't really work.
2416         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2417         UTF-8.  This seems to fix problems with some German web feeds.
2419         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2420         at the top so that the proper colours are applied.
2422         * gnus-art.el (gnus-article-view-part): Doc fix.
2424         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2425         XEmacs-compatible.
2426         (gnus-html-put-image): Don't do images on non-graphic displays.
2428         * nnslashdot.el: Removed this unused backend.
2430         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2431         actions.
2432         (gnus-undo-register-1): Revert last change.
2434         * gnus-group.el (gnus-group-completing-read): Protect against not
2435         having completion-styles bound.
2437         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2438         make broken recipients happier.
2440         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2442         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2443         point parameter.
2445         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2446         completion-styles for group selection.
2448 2009-02-04  Andreas Schwab  <schwab@suse.de>
2450         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2451         headers and regexp-quote the match if necessary.
2453 2009-03-24  Miles Bader  <miles@gnu.org>
2455         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2456         the blinking smiley.
2458 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2460         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2461         blink smiley.
2463 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2466         where the dribbel file lives exists.
2468         * message.el (message-send-mail-partially-limit): Change the default to
2469         nil, since most people don't want this.
2471         * mm-url.el (mm-url-decode-entities): Also decode entities like
2472         &#x3212.
2474 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2476         * gnus-sum.el (gnus-summary-idna-message):
2477         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2478         Hyperlink urls in docstrings with URL `...'.
2480 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2482         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2483         functions.
2485 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2488         say what the mouseover text should be.
2490         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2491         version of the mm-w3m-safe-url-regexp variable to only download images
2492         in the groups where we want that to happen.
2494         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2496         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2497         easier debugging.
2498         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2499         big pictures in the article buffer.
2501         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2502         gnus-article-html.
2503         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2504         w3m.
2506         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2508 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2511         which doesn't exist.
2513         * message.el (message-inhibit-ecomplete): New variable to allow some
2514         function to inhibit ecomplete address storage.
2515         (message-resend): Disable ecomplete message storage when resending
2516         messages.
2518         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2520 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2522         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2523         Save excursion while copying, moving, and deleting articles in order to
2524         prevent the cursor from jumping to unforeseen place.
2526 2010-08-17  Glenn Morris  <rgm@gnu.org>
2528         * gnus-sync.el: Require gnus components whose functions are used.
2530         * gnus-art.el (bookmark-make-record-function):
2531         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2532         Declare for compiler.
2534         * mm-url.el (mml-compute-boundary): Autoload.
2536 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2538         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2540 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2542         Typo fix "hoo4a" -> "hook".
2544         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2546 2010-08-14  Glenn Morris  <rgm@gnu.org>
2548         * gnus-sync.el (gnus-sync): Fix defgroup version.
2550 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2552         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2554         * gnus-sync.el: Fix docs.
2555         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2556         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2558 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2560         Optimizations for gnus-sync.el.
2562         * gnus-sync.el: Add docs about gnus-sync-backend
2563         possibilities.
2564         (gnus-sync-save): Remove unnecessary message.
2565         (gnus-sync-read): Optimize and show what groups were skipped.
2567 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2569         Minor bug fixes for gnus-sync.el.
2571         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2572         read the sync on get-new-news.
2574         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2575         quiet.
2577         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2579 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2581         Make saving and restoring of hidden threads work with overlays.
2582         Patch applied by Ted Zlatanov.
2584         * gnus-sum.el (gnus-hidden-threads-configuration)
2585         (gnus-restore-hidden-threads-configuration): Update to deal with text
2586         properties, rather than searching for a magic character.
2588 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2590         New gnus-sync.el library for synchronization of marks.
2592         * gnus-sync.el: New library for synchronization of marks.
2594         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2595         renamed from `gnus-registry-grep-in-list'.
2597         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2599         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2601 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2603         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2604         determining charset of text fails.
2606 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2608         * nnmail.el (nnmail-get-new-mail-1): Revert.
2610         * nnml.el (nnml-active-number): Make sure names of newly created groups
2611         in nnml-group-alist are encoded.
2613 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2615         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2616         containing non-ASCII characters in active file for nnml back end.
2618 2010-07-24  David Engster  <dengste@eml.cc>
2620         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2621         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2623 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2625         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2626         tag (Bug#6654).
2628 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2630         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2631         the article buffer, not the summary buffer.
2633 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2635         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2636         Emacs 23 as well.
2638 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2640         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2641         Patch applied by Karl Fogel.
2643         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2644         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2646 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2648         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2649         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2650         C-w still not working correctly from Article buffers; Thierry's
2651         patch to fix that will be applied after this.
2653         * gnus-art.el (bookmark-make-record-function): New local variable.
2655         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2656         article buffer.
2657         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2659 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2661         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2662         on changes in bookmark.el.
2664 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2666         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2667         the *other* type of HTML form submission.
2669 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2671         * auth-source.el (auth-source-pick): If choice does not contain a
2672         questioned keyword, set the check to t.
2674 2010-06-12  Romain Francoise  <romain@orebokech.com>
2676         * gnus-util.el (gnus-date-get-time): Move up before first use.
2678 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2680         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2681         (gnus-article-edit-part): Bind it to make last part that is substituted
2682         or deleted visible.
2683         (gnus-mime-display-single): Buttonize part of which id equals to
2684         gnus-mime-buttonized-part-id.
2686 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2688         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2689         (gnus-dd-mmm): Use gnus-date-get-time.
2690         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2691         simplify logic.
2692         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2693         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2695 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2697         * auth-source.el (top): Autoload `secrets-list-collections',
2698         `secrets-create-item', `secrets-delete-item'.
2699         (auth-sources): Fix tag string.
2700         (auth-get-source, auth-source-retrieve, auth-source-create)
2701         (auth-source-delete): New defuns.
2702         (auth-source-pick): Rewrite in order to avoid 2 passes.
2703         (auth-source-forget-user-or-password): New parameter USERNAME.
2704         (auth-source-user-or-password): New parameters CREATE-MISSING and
2705         DELETE-EXISTING.  Retrieve password interactively, if needed.
2707 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2709         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2710         deleting unused directories when gnus-expert-user is t.
2712 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2714         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2715         for each temp file when gnus-article-browse-delete-temp is ask.
2717 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2719         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2721 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2723         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2724         article unless decoding article to be saved.
2726 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2728         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2729         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2730         generated within the mm-with-unibyte-current-buffer macro.
2732 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2734         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2735         to nil when we're in a mml-preview buffer and no group is selected.
2737 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2739         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2740         when catching the `C-g'.  Reported by "Leo".
2742 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2744         * message.el (message-forward-make-body-plain)
2745         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2746         multibyte-string-p.
2748 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2750         * message.el (message-forward-make-body-mml): Assume original message
2751         is multibyte string; error on unibyte.
2752         (message-forward-make-body-plain): Ditto; don't add excessive newline
2753         in body end.
2755 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2757         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2758         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2760 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2762         * mm-extern.el (mm-extern-url): Don't use
2763         mm-with-unibyte-current-buffer.
2764         (mm-extern-cache-contents): Use with-current-buffer instead of
2765         save-excursion + set-buffer.
2767 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2769         * mm-util.el (mm-emacs-mule): Remove.
2771 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2773         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2774         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2775         change.
2777 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2779         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2780         bind the default value of enable-multibyte-characters to nil.
2782 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2784         * message.el (message-forward-make-body-plain)
2785         (message-forward-make-body-mml):
2786         Don't use mm-with-unibyte-current-buffer.
2788 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2790         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2791         (Bug#5592).
2793 2010-05-07  Julien Danjou  <julien@danjou.info>
2795         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2796         it to mm-pipe-part.
2798         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2799         it is given.
2801 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2803         * nnweb.el (nnweb-gmane-search)
2804         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2805         XEmacs.
2807         * gnus-art.el (gnus-article-browse-html-parts)
2808         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2809         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2810         make-temp-file.
2812         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2813         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2814         compiling.
2816         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2817         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2818         XEmacs when compiling.
2820         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2821         gnus-pick-mode-off-hook for XEmacs when compiling.
2822         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2823         gnus-binary-mode-off-hook for XEmacs when compiling.
2825         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2826         nil if char-charset is not available.
2828         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
2829         macro.
2831         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2832         instead of encode-coding-string.
2834         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2835         'xemacs) instead of mm-emacs-mule to switch function definitions.
2836         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2838 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2840         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2842 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2844         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2845         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2847 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2849         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2850         alias `jka-compr-delete-temp-file' no longer exists.
2852 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2854         Use define-minor-mode in Gnus where applicable.
2855         * mml.el (mml-mode): Use define-minor-mode.
2856         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2857         (gnus-undo-mode): Use define-minor-mode.
2858         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2859         (gnus-dead-summary-mode): Use define-minor-mode.
2860         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2861         Initialize in declaration.
2862         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2863         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2864         (gnus-mailing-list-mode): Use define-minor-mode.
2865         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2866         (gnus-draft-mode): Use define-minor-mode.
2867         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2868         (gnus-dired-mode): Use define-minor-mode.
2870 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2872         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2873         handles on recursive mml-to-mime translation and check them for
2874         boundary delimiter collisions.  Reported by Greg Troxel.
2876 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2878         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2880 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2882         * mm-util.el (mm-find-buffer-file-coding-system):
2883         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2885 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2887         * message.el (message-generate-headers): Record insertion of optional
2888         headers as well.  Otherwise the check to prevent repeated insertion of
2889         optional headers is a no-op.
2891 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2893         * smime.el: Don't mention CVS.
2895         * nnrss.el (nnrss-fetch): Don't mention CVS.
2897         * nnir.el: Don't mention CVS.
2899 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2901         * gnus-sum.el (gnus-summary-bookmark-make-record):
2902         Add `location' field.
2904 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2906         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2907         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2908         Use with-current-buffer to silence the byte-compiler.
2909         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2910         bother to require `gnus'.
2911         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2913 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2915         * gnus-sum.el (gnus-summary-bookmark-make-record)
2916         (gnus-summary-bookmark-jump): New functions.
2917         (gnus-summary-mode): Setup bookmark support.
2919 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2921         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2922         if set.
2924 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2926         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2927         gnus-article-browse-html-save-cid-image; make it work recursively for
2928         forwarded messages as well.
2929         (gnus-article-browse-html-parts): Work when prefix arg is given.
2930         (gnus-article-browse-html-article): Doc fix.
2932 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2934         * message.el (message-default-mail-headers):
2935         (message-default-headers): Carry the value mail-default-headers over
2936         into message-default-mail-headers, rather than message-default-headers.
2938 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2940         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
2941         charset.
2943         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2944         charset into the <meta> tag when the article is encoded to utf-8.
2946 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2948         * gnus-art.el (gnus-article-browse-delete-temp-files):
2949         Delete directories as well.
2950         (gnus-article-browse-html-parts): Work for images that do not specify
2951         file names; delete temp directory when quitting; insert header at the
2952         right place; use file: scheme for image files.
2954 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2956         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2957         (gnus-article-browse-html-parts): Use it to make temporary cid image
2958         files in addition to html file so that browser may display them.
2960 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2962         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2964 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2966         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2968 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2970         * auth-source.el (auth-sources): Change default to be simpler.
2971         Explain about Secret Service API sources.  Improve Customize options.
2972         (auth-source-pick): Change to accept any number of search parameters.
2973         Implement fallbacks iteratively, not recursively.  Add scoring on the
2974         second pass and sort by score.  Call Secret Service API when needed.
2975         (auth-source-user-or-password): Use it.  Call Secret Service API
2976         directly when needed to get the user name and the password.
2978 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2980         * message.el (message-interactive): Doc fix.
2981         (message-qmail-inject-args): Reflow.
2982         (message-kill-to-signature): Fix typo in docstring.
2984         * smiley.el (smiley-buffer): Fix typo in docstring.
2986 2010-03-24  Glenn Morris  <rgm@gnu.org>
2988         * mail-source.el (gnus-message): Declare.
2989         (mail-source-delete-old-incoming): Require gnus-util.
2991 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2993         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2995         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2997         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2998         password-cache's default if it is not bound.
2999         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3000         password-cache-expiry's default if it is not bound.
3002         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3003         available in Emacs 21.
3005 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3007         * auth-source.el (auth-sources): Fix up definition so extra parameters
3008         are always inline.
3010 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3012         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3013         wasn't updated after mismatch.  Clear cached mailbox info correctly
3014         when uidvalidity changes.
3015         (nnimap-group-prefixed-name): New function to avoid some code
3016         duplication.
3017         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3018         (nnimap-request-group): Use it.
3019         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3020         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3021         with many imap folders.  This is done by caching the group status from
3022         the imap server persistently in a group parameter `imap-status'.  (This
3023         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3024         but not persistently, so every Gnus startup was still very slow.)
3026 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3028         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3029         secrets.el dependency.
3030         (auth-sources): Add optional user name.  Add secrets.el configuration
3031         choice (unused right now).
3033 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3035         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3036         `gnus-registry-install-shortcuts' fill in the functions.
3038         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3039         warnings.
3040         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3041         (gnus-registry-install-shortcuts): Populate and use it in a
3042         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3044 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3046         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3047         In-place substitutions for the group name encoding/decoding.
3048         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3049         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3050         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3051         (nnimap-update-unseen, nnimap-request-list)
3052         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3053         (nnimap-request-set-mark, nnimap-split-to-groups)
3054         (nnimap-split-articles, nnimap-request-newgroups)
3055         (nnimap-request-create-group, nnimap-request-accept-article)
3056         (nnimap-request-delete-group, nnimap-request-rename-group)
3057         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3058         `encoded-mbx' for consistency.
3059         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3060         variable `imap-current-mailbox'.
3062         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3063         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3065 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3067         * pop3.el (pop3-display-message-size-flag): Display message size byte
3068         counts during POP3 download.
3069         (pop3-movemail): Use it.
3070         (pop3-list): Implement listing of available messages.
3072 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3074         * nnir.el (nnir-get-article-nov-override-function): New function to
3075         override the normal NOV retrieval.
3076         (nnir-retrieve-headers): Use it.
3078 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3080         * auth-source.el (netrc-machine-user-or-password): Autoload.
3082 2010-03-19  Glenn Morris  <rgm@gnu.org>
3084         Stop message.el from loading about 40 libraries it doesn't always need.
3085         The general approach is to autoload rather than require, and to
3086         require in the specific functions rather than the file.  (Bug#5642)
3088         * gmm-utils.el: Don't require wid-edit.
3089         (widget-create-child-value, widget-convert, widget-default-get):
3090         Autoload.
3092         * gnus-util.el: Don't require time-date, netrc.
3093         (message-fetch-field, gnus-group-name-decode): Declare rather than
3094         autoloading.
3095         (gnus-fetch-field): Require message.
3096         (gnus-decode-newsgroups): Require gnus-group.
3098         * ietf-drums.el: Don't require time-date.
3100         * message.el: Don't require hashcash, canlock, ecomplete.
3101         Do require mail-utils.  Require nnheader only when compiling.
3102         (smtpmail-default-smtp-server): Remove declaration.
3103         (message-send-mail-function): Check smtpmail-default-smtp-server
3104         is bound rather than requiring smtpmail.
3105         (message-auto-save-directory, message-insert-signature): Use
3106         expand-file-name rather than nnheader-concat.
3107         (nnheader-insert-file-contents): Autoload.
3108         (hashcash-wait-async): Declare.
3109         (message-send-mail): Only call gnus-setup-posting-charset if
3110         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3111         (message-send-mail-with-sendmail): Require sendmail.
3112         (canlock-password, canlock-password-for-verify): Declare.
3113         (message-canlock-password): Require canlock.
3114         (nnheader-get-report): Autoload.
3115         (gnus-setup-posting-charset): Declare.
3116         (message-send-news): Require gnus-msg.
3117         (message-make-references, message-make-in-reply-to): Use mail-header-id
3118         rather than the alias mail-header-message-id.
3119         (ecomplete-add-item, ecomplete-save): Declare.
3120         (message-put-addresses-in-ecomplete): Require ecomplete.
3121         (ecomplete-display-matches): Autoload.
3123         * mm-decode.el: Don't require mailcap, gnus-util.
3124         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3125         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3126         Autoload.
3127         (mailcap-mime-extensions): Declare.
3129         * mm-encode.el: Don't require mailcap.
3130         (mailcap-extension-to-mime): Autoload.
3132         * mml-sec.el: Don't require password-cache.
3134         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3135         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3136         (mml-minibuffer-read-type): Require mailcap.
3137         (mml-preview): Require gnus-msg.
3139         * mml1991.el: Require password-cache.
3140         (password-cache-expiry): Remove declaration.
3142         * mml2015.el: Require password-cache.
3143         (password-cache-expiry): Remove declaration.
3145         * nneething.el (mailcap): Require mailcap.
3147         * nnheader.el (declare-function): Add compatibility stub.
3148         (message-remove-header): Declare rather than autoload.
3149         (nnheader-replace-header): Require message.
3151         * nnimap.el (declare-function): Add compatibility stub.
3152         (netrc-parse, netrc-machine-user-or-password): Declare.
3153         (nnimap-open-connection): Require netrc.
3155         * nntp.el (declare-function): Add compatibility stub.
3156         (netrc-parse, netrc-machine, netrc-get): Declare.
3157         (nntp-send-authinfo): Require netrc.
3159         * rfc2047.el: Don't require qp.
3160         (quoted-printable-encode-region, quoted-printable-decode-string):
3161         Autoload.
3163         * sieve-mode.el: Don't require easymenu.
3164         (easy-menu-add-item): Autoload it.
3166         * spam-stat.el (time-to-number-of-days): Autoload it.
3168 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3170         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3171         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3172         value if any backslash escapes).
3174 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3176         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3177         if it is available.  (bug#5647)
3179 2010-02-26  Glenn Morris  <rgm@gnu.org>
3181         * message.el (message-send-mail-function): Change the default, so that
3182         it inherits from a customized send-mail-function.  (Bug#5643)
3184 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3186         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3187         shell-command-to-string signals an error (bug#5299).
3189 2010-02-24  Glenn Morris  <rgm@gnu.org>
3191         * message.el (message-smtpmail-send-it)
3192         (message-send-mail-with-mailclient): Doc fixes.
3194 2010-02-16  Glenn Morris  <rgm@gnu.org>
3196         * message.el (message-default-mail-headers): Change the default value
3197         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3199 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3201         * message.el (message-mail): Just pass yank-action on to message-setup.
3202         (message-setup): Handle (FUN . ARGS) form of yank-action.
3203         (message-with-reply-buffer, message-widen-reply)
3204         (message-yank-original): Handle non-buffer values of
3205         message-reply-buffer (Bug#4080).
3206         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3208 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3210         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3211         Fix typo in docstring.
3213 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3215         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3216         response.
3218 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3220         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3222         * message.el (message-check-news-header-syntax): Protect against a
3223         string that `rfc822-addresses' returns when parsing fails.
3225 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3227         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3228         (gnus-previous-char-property-change): New functions.
3230         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3232 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3234         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3235         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3237 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3239         * message.el (message-exchange-point-and-mark): Rework last change to
3240         avoid using optional arg of exchange-point-and-mark, for backward
3241         compatibility.
3243 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3245         * message.el (message-exchange-point-and-mark): Call
3246         exchange-point-and-mark with an argument rather than setting
3247         mark-active by hand (Bug#5175).
3249 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3251         * nntp.el (nntp-service-to-port): Work for service expressed with
3252         numeric string; replace [:digit:] with [0-9] for XEmacs.
3254 2009-12-17  Glenn Morris  <rgm@gnu.org>
3256         * gnus-group.el (gnus-bug-group-download-format-alist):
3257         Change emacs entry to debbugs.gnu.org.  Bump :version.
3259 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3261         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3263 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3265         * message.el (message-info): Explain why we use `Info-goto-node'.
3267 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3269         * message.el (message-completion-in-region): New compatibility function.
3270         (message-expand-group): Use it.
3272 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3274         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3275         with no unread article should be listed if the 2nd arg `predicate' is
3276         given.
3278 2009-11-29  Juri Linkov  <juri@jurta.org>
3280         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3281         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3282         on `gnus-recenter'.  (Bug#4698, Bug#4981)
3284 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3286         * message.el (message-from-style, message-interactive)
3287         (message-signature): Always set default values from the corresponding
3288         mail-* variables.
3289         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3290         (message-yank-prefix, message-indentation-spaces)
3291         (message-signature-file, message-default-headers): Use boundp rather
3292         than (featurep 'xemacs) to check if the corresponding mail-* variables
3293         exist.
3295 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3297         * message.el (message-send-mail-with-sendmail): Revert last change.
3299 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3301         * message.el (message-from-style, message-interactive)
3302         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3303         (message-yank-prefix, message-indentation-spaces, message-signature)
3304         (message-signature-file, message-default-headers): For GNU Emacs, set
3305         default values from the corresponding mail-* variables.
3306         (message-send-mail-with-sendmail): Use envelope-from only if
3307         mail-specify-envelope-from is non-nil.
3309 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3311         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3312         containing tspecial characters if they have been already quoted.
3314 2009-10-24  Glenn Morris  <rgm@gnu.org>
3316         * gnus-art.el (help-xref-stack-item): Define for compiler.
3318 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3320         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3322 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3324         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3325         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3327 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3329         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3330         (gnus-overlays-in): New alias to overlays-in.
3332         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3333         gnus-overlay-get, and gnus-delete-overlay.
3334         (gnus-summary-show-thread): Make it work as well for systems in which
3335         next-single-char-property-change is not available.
3336         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3338 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3340         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3342 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3344         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3345         and XEmacs that don't have `remove-overlays'.
3347 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3349         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3350         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3351         selective display.  Use overlays instead.
3353 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3355         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3357 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3359         * spam-stat.el (spam-stat-load): Fix typo in message.
3361 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3363         * gnus-art.el (gnus-article-encrypt-body):
3364         * message.el (message-check-recipients):
3365         * mm-util.el (mm-codepage-setup):
3366         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3367         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3369 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3371         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3372         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3373         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3374         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3375         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3377 2009-09-18  Glenn Morris  <rgm@gnu.org>
3379         * gnus-diary.el (gnus-diary-check-message):
3380         * message.el (message-insert-formatted-citation-line):
3381         * nnbabyl.el (top-level):
3382         * nndiary.el (nndiary-schedule):
3383         Fix typos in condition-case handlers.
3385 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3387         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3388         configuration that provides the sole article window in a frame;
3389         position point correctly after deleting a part.
3391 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3393         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3394         (spam-resolve-registrations-routine): Use it to unregister articles
3395         that change status.
3397 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3399         * nnrss.el (nnrss-request-article): Remove binding of
3400         default-enable-multibyte-characters that has gotten needless by
3401         the 2007-07-13 change in rfc2047-encode-message-header.
3403         * mml.el (mml-insert-multipart): Error on the message header.
3404         (mml-insert-part): Error on the message header; position point at
3405         the end of a MIME tag.
3407 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3409         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3410         (gnus-float-time): Alias to float-time if it exists.
3412         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3413         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3414         float-time is available; suppress compile warning for time-to-seconds.
3416 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3418         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3419         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3420         Add the optional argument `encoding' that overrides the default.
3422         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3423         mm-encode-buffer.
3425 2009-09-04  Glenn Morris  <rgm@gnu.org>
3427         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3428         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3429         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3430         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3431         * mm-util.el (mm-with-unibyte-current-buffer)
3432         (mm-find-buffer-file-coding-system):
3433         * yenc.el (yenc-decode-region): Use default-value rather than
3434         default-enable-multibyte-characters.
3436 2009-09-03  Glenn Morris  <rgm@gnu.org>
3438         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3439         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3440         than default-enable-multibyte-characters.
3442 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3444         * gnus-art.el (gnus-article-read-summary-keys):
3445         Fix gnus-buffer-configuration's value temporarily used.
3447 2009-09-02  Glenn Morris  <rgm@gnu.org>
3449         * gnus-util.el (gnus-float-time): New function.
3450         * gnus-delay.el (gnus-delay-article):
3451         * gnus-sum.el (gnus-thread-latest-date):
3452         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3453         * nnspool.el (nnspool-request-newgroups):
3454         Use gnus-float-time rather than time-to-seconds.
3455         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3457         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3458         (gnus-header-subject-face, gnus-header-newsgroups-face)
3459         (gnus-header-name-face, gnus-header-content-face):
3460         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3461         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3462         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3463         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3464         (gnus-cite-face-11):
3465         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3466         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3467         (gnus-server-closed-face, gnus-server-denied-face)
3468         (gnus-server-offline-face):
3469         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3470         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3471         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3472         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3473         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3474         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3475         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3476         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3477         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3478         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3479         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3480         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3481         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3482         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3483         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3484         (gnus-summary-high-undownloaded-face)
3485         (gnus-summary-low-undownloaded-face)
3486         (gnus-summary-normal-undownloaded-face)
3487         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3488         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3489         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3490         (gnus-splash-face):
3491         * message.el (message-header-to-face, message-header-cc-face)
3492         (message-header-subject-face, message-header-newsgroups-face)
3493         (message-header-other-face, message-header-name-face)
3494         (message-header-xheader-face, message-separator-face)
3495         (message-cited-text-face, message-mml-face):
3496         * sieve-mode.el (sieve-control-commands-face)
3497         (sieve-action-commands-face, sieve-test-commands-face)
3498         (sieve-tagged-arguments-face):
3499         * spam.el (spam-face):
3500         Mark face aliases with "-face" in the name as obsolete.
3502 2009-09-01  Glenn Morris  <rgm@gnu.org>
3504         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3505         than goto-line.
3507 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3509         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3510         Don't move point if the command is invoked inside the message header.
3512 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3514         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3515         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3516         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3517         * nnir.el (nnir-swish-e-index-file):
3518         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3519         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3520         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3521         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3522         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3523         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3525 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3527         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3528         Don't save excursion.
3530 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3532         * nnheader.el (nnheader-find-file-noselect):
3533         * mm-util.el (mm-insert-file-contents):
3534         Use (default-value 'major-mode) instead of default-major-mode.
3536 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3538         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3540 2009-08-25  Glenn Morris  <rgm@gnu.org>
3542         * nnir.el (top-level): Don't require cl at run-time.
3543         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3544         Replace cl-function substitute with gnus-replace-in-string.
3545         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3546         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3547         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3548         simplified expansions.
3550 2009-08-22  Glenn Morris  <rgm@gnu.org>
3552         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3553         goto-line.
3555 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3557         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3559         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3560         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3561         (gnus-mm-display-part, gnus-mime-display-single)
3562         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3563         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3565         * gnus-sum.el
3566         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3567         (gnus-summary-move-article): Add expirable mark to articles copied or
3568         moved to group that has auto-expire turned on if the option is non-nil.
3570 2009-07-24  Glenn Morris  <rgm@gnu.org>
3572         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3573         Fix typo.  (Bug#3903)
3575 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3577         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3578         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3579         that should not be used for draft articles.
3580         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3581         that has no concern in minor mode keys.
3582         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3583         Abolish.
3585 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3587         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3588         article without making inquiry to a user for unknown encoding.
3590         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3591         (nnmaildir--scan): Assume i-node and device number that file-attributes
3592         returns might be cons-cell.
3594 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3596         * auth-source.el: Remove docs now in auth.texi.  Don't use
3597         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3598         `auth-source-hide-passwords' and use them.
3600 2009-07-15  Glenn Morris  <rgm@gnu.org>
3602         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3604 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3606         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3607         excessive whitespace from the default values of title and description.
3609 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3611         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3612         mail-fetch-field to fetch Content-Description header in order to
3613         exclude newlines.
3615 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3617         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3618         to deleted part.
3620 2009-05-30  David Engster  <dengste@eml.cc>
3622         * nnmairix.el: Remove old documentation in the commentary block.
3623         (nnmairix-request-group): Do not update active file for nnml back ends.
3624         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3625         end so that overview files are ignored.
3626         (nnmairix-update-groups): Make updating the groups more robust by using
3627         marks.
3628         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3629         with dollar characters in message-id.
3631 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3633         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3634         2008-12-25 in dns.el.
3636 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3638         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3639         could happen if the text is only composed of spaces and/or tabs.
3641 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3643         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3644         when sending a queued message to avoid extra mml tags.
3646 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3648         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3650 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3652         * gnus-dired.el: Remove autoload for gnus-setup-message.
3653         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3654         displaying Gnus logo; always use compose-mail.
3656 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3658         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3660 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3662         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3663         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3664         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3665         available.
3666         (gnus-nocem-epg-verify): New function.
3668 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3670         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3672 2009-02-15  Glenn Morris  <rgm@gnu.org>
3674         * gnus-util.el (rmail-insert-rmail-file-header)
3675         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3676         autoloads.
3677         (rmail-default-rmail-file): Remove unnecessary declaration.
3678         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3680 2009-02-14  Glenn Morris  <rgm@gnu.org>
3682         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3683         variable (only used in gnus-util, which declares it anyway).
3684         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3685         which was only needed by gnus-art (changed to not use it any more).
3686         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3687         only used in gnus-util, which autoloads it itself.
3688         (rmail-update-summary): Fix autoload.
3690         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3691         rather than rmail-output-to-rmail-file.
3693 2009-02-07  Glenn Morris  <rgm@gnu.org>
3695         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3696         autoload of function that no longer exists.
3697         (rmail-toggle-header): Declare.
3698         (message-forward-rmail-make-body): Handle mbox Rmail.
3700 2009-01-31  Glenn Morris  <rgm@gnu.org>
3702         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3703         2009-01-09 change.
3705 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
3707         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3708         (auth-source-forget-all-cached): New convenience function.
3709         (auth-source-user-or-password): Accept list of modes or a single mode.
3711         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3712         auth-source modes.
3714         * nnimap.el (nnimap-open-connection): Use list of
3715         auth-source modes.
3717         * nntp.el (nntp-send-authinfo): Use list of
3718         auth-source modes.
3720 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3722         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3723         now.
3725 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3727         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3728         coding system in XEmacs; add a workaround for XEmacs.
3730 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3732         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3733         of current-language-environment.
3735 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3737         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3738         available at runtime.
3740 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3742         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3744 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3746         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3747         the greatest positive fixnum value doesn't work under an XEmacs with
3748         bignum support; use the most-positive-fixnum constant instead,
3749         available since Emacs 21.1 with cl and XEmacs 21.1.
3751 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3753         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3754         XEmacs gets not to work.
3756 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3758         * mm-util.el (mm-coding-system-priorities): Allow the value like
3759         "Japanese (UTF-8)" of current-language-environment.
3761 2009-01-09  Glenn Morris  <rgm@gnu.org>
3763         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3764         with last-command-event.
3766 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3768         * message.el (message-fix-before-sending): Amend comment.
3770 2009-01-07  David Engster  <dengste@eml.cc>
3772         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3773         simplified server definitions by converting it via
3774         gnus-server-to-method.
3776 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3778         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3779         parameter's operands.
3781 2009-01-06  David Engster  <dengste@eml.cc>
3783         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3784         primary select method (for gnus-group-mark-article-as-read).
3786 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3788         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3789         `(gnus)Face', not `(gnus)X-Face'.
3791 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3793         * mm-util.el (mm-ucs-to-char): New function.
3795         * mm-url.el (mm-url-decode-entities): Use it.
3797 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3799         * message.el (message-fix-before-sending): Add `eight-bit' to
3800         illegible-text check.
3802 2009-01-03  Michael Olson  <mwolson@gnu.org>
3804         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3805         `headers' is nil.  This can occur if the IMAP server does not have
3806         permissions to read messages from a folder, but can write new messages
3807         to the folder.
3808         (nnimap-request-article-part): Do not insert `data' if it is nil.
3810 2009-01-01  Dave Love  <fx@gnu.org>
3812         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3814         * nnimap.el: Fix author email.
3815         (nnimap-split-rule): Add FIXME comment.
3816         (nnimap-debug): Fix doc string.
3818 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3820         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3821         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3822         to check if those variables exist (first appeared in Emacs 18.50).
3824 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3826         * mm-util.el (mm-line-number-at-pos): New function.
3828         * spam-report.el (spam-report-process-queue): Use it.
3830 2008-12-24  David Engster  <dengste@eml.cc>
3832         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3833         parameters that haven't existed as variables as buffer-local variables.
3835 2008-12-23  Dave Love  <fx@gnu.org>
3837         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3838         cadar.
3840         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3841         imap-starttls-p.
3842         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3844 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3846         * spam-report.el (spam-report-gmane-max-requests): New constant.
3847         (spam-report-gmane-wait): New variable.
3848         (spam-report-gmane-ham, spam-report-gmane-spam)
3849         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3850         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3851         the server.
3853         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3854         Add explanations.
3856         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3857         nnheader-accept-process-output and nnheader-read-timeout if available.
3858         (pop3-movemail): Use it.
3860         * message.el (message-check-news-body-syntax): Fix signature check if
3861         there's an attachment.
3863 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3865         * mm-util.el: Add comments to the mm- emulating functions.
3867 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3869         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3870         by Stephen Berman <stephen.berman@gmx.net>.
3872 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3874         * mm-util.el (mm-substring-no-properties): New function.
3875         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3876         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3877         (mm-string-to-multibyte): Doc fix.
3879         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3881 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3883         * mml.el (mml-attach-file): Strip text properties from file name.
3884         (Bug#1574)
3886 2008-12-16  Glenn Morris  <rgm@gnu.org>
3888         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3890 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3892         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3893         knows since the charset specified might be a bogus alias that
3894         mm-charset-synonym-alist provides.
3896 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3898         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3899         "ISO_8859-1".
3901         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3903 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3905         * mm-util.el (mm-charset-eval-alist):
3906         Define it before mm-charset-to-coding-system.
3907         (mm-charset-to-coding-system): Add optional argument `silent';
3908         define it before mm-charset-override-alist.
3909         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3910         default value if it can be used in Emacs currently running;
3911         silence mm-charset-to-coding-system.
3913 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3915         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3916         `allow-override' which says whether to use `mm-charset-override-alist'.
3917         (rfc2047-decode-encoded-words): Use it.
3919         * mm-util.el (mm-charset-override-alist): Fix custom type;
3920         add `(gb2312 . gbk)' to choices.
3922 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3924         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3925         fast.
3927         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3929 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3931         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3932         on links.
3934         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3936 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3938         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3939         users' addresses that don't have domain parts.
3940         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3941         rather than message-narrow-to-head since there will be the message
3942         header separator.
3944 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3946         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3947         since the result is inserted in a unibyte buffer anyway.
3948         (nnimap-demule-use-string-to-multibyte): Remove.
3949         (nnimap-demule): Alias it to mm-string-to-multibyte.
3951 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3953         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3954         variable for debugging bug#464 and bug#1174.
3955         (nnimap-demule): Use it.
3957 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3959         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3960         score calculation correctly.
3962 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3964         * message.el (message-send-mail): Just set the buffer to unibyte
3965         rather than use mm-with-unibyte-current-buffer which does a lot more.
3966         (message-send-mail-partially): Don't bother with
3967         mm-with-unibyte-current-buffer since it's already been made unibyte by
3968         message-send-mail.
3970 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3972         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3974 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3976         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3978 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3980         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3981         require itself and to remove `with-no-warnings'.
3983 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3985         * starttls.el (starttls-any-program-available): Get the name of the
3986         available TLS layer program.
3987         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3988         well as the host name in the "opening" message.
3990         * auth-source.el (auth-source-cache, auth-source-do-cache)
3991         (auth-source-user-or-password): Cache passwords and logins by default,
3992         allow override with `auth-source-do-cache'.
3993         (auth-source-forget-user-or-password): Allow users to remove cache
3994         entries if needed.
3996 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3998         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3999         condition-case to only the forward-sexp call.
4001 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4003         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4004         quotes contained.  Make it more robust regardless by an extra
4005         condition-case wrapper.
4007 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4009         * nnml.el (nnml-request-expire-articles): Check if the function set to
4010         `nnmail-expiry-target' returns the symbol `delete'.
4012         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4014         * nnmail.el (nnmail-expiry-target): Fix custom type.
4016 2008-10-02  Glenn Morris  <rgm@gnu.org>
4018         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4019         Silence compiler warning.
4021 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4023         * mml.el (mml-menu): Don't assume mml2015 is bound.
4025 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4027         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4028         exists.
4030 2008-09-27  Glenn Morris  <rgm@gnu.org>
4032         * gnus-util.el (mail-header-remove-comments): Autoload it.
4034 2008-09-27  Andreas Schwab  <schwab@suse.de>
4036         * gnus-util.el (gnus-split-references): Strip comments.
4037         (gnus-parent-id): Likewise.
4039 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4041         * message.el (message-confirm-send): Fix version.
4043 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4045         * message.el (message-idna-to-ascii-rhs-1): Use
4046         mail-extract-address-components rather than mail-header-parse-addresses
4047         that is an alias by default to ietf-drums-parse-addresses that does not
4048         support non-ASCII names in headers' contents.
4050 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4052         * message.el (message-confirm-send): Fixed variable documentation to
4053         avoid the "y/n" wording.
4055 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4057         * message.el (message-set-auto-save-file-name): Save to a different
4058         filename so multiple messages (especially drafts) can be recovered.
4060 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4062         * message.el (message-confirm-send): Add appropriate version.
4064 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4066         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4067         defvar.
4069 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4071         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4072         (mm-pkcs7-enveloped-magic): Ditto.
4074 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4076         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4077         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4079 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4081         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4082         default, it's better.
4084 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4086         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4087         summary line gnus-number property and ignore them (with a warning
4088         message).
4090 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4092         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4093         macro caddr in the interactive form since it won't be expanded.
4095 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4097         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4098         `charset'; fix name of function called recursively.
4099         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4101 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4103         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4104         (gnus-mime-set-charset-parameters): New function.
4105         (gnus-mime-view-part-as-charset): Use it to correctly display part
4106         specifying wrong charset.
4108 2008-09-08  David Engster  <dengste@eml.cc>
4110         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4111         in completing-read for back end server.
4113 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4115         * message.el (message-confirm-send): New variable to confirm sending a
4116         message.
4117         (message-send): Use it.
4119 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4121         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4123 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4125         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4127 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4129         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4130         prevent tracking too many groups.
4131         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4132         Use it.
4134 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4136         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4137         moving point to the bottom of the window in order to avoid recentering.
4139 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4141         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4142         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4143         (gnus-article-beginning-of-window): Fix calculation.
4145 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4147         * gnus-msg.el (gnus-summary-supersede-article)
4148         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4149         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4150         message header.
4152 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4154         * message.el:
4155         * gnus-start.el:
4156         * gnus-registry.el: Remove VMS support.
4158 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4160         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4161         macro.
4162         (rfc2104-hash): Use it.
4164 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4166         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4167         (gnus-summary-sort-by-most-recent-date): New commands.
4168         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4169         and menu entries.
4171 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4173         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4174         don't redisplay article for raw contents; remove plural articles stuff.
4176         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4177         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4178         on gnus-summary-save-article; display results properly.
4180 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4182         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4184 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4186         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4187         gnus-save-all-headers.
4189 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4191         * gnus-util.el (ns-focus-frame): Remove declaration.
4192         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4193         like x.
4195 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4197         * rfc2104.el (rfc2104-zero): Delete defconst.
4198         (rfc2104-hex-alist): Likewise.
4199         (rfc2104-hex-to-int): Delete func.
4200         (rfc2104-hexstring-to-bitstring): Likewise.
4201         (rfc2104-nybbles): New defconst.
4202         (rfc2104-hash): Rewrite for speed.
4204 2008-07-16  Glenn Morris  <rgm@gnu.org>
4206         * gnus-util.el (ns-focus-frame): Declare for compiler.
4208 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4210         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4211         set as a group parameter.
4212         (gnus-summary-save-in-pipe): Work when it is called independently.
4213         (gnus-summary-pipe-to-muttprint): Don't modify
4214         gnus-summary-pipe-output-default-command.
4216 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4218         * message.el (message-send-mail-with-sendmail):
4219         Display the error message.
4221 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4223         * gnus-art.el (gnus-default-article-saver):
4224         Add gnus-summary-save-in-pipe to choices.
4225         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4226         gnus-summary-pipe-output-default-command as the default command.
4227         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4228         instead of gnus-last-shell-command.
4230         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4231         New user option.
4232         (gnus-summary-muttprint-program): Mention the value will be changed.
4233         (gnus-summary-save-article): Force showing of all headers.
4234         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4236 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4238         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4240 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4242         * nnimap.el (nnimap-id):
4243         * sieve-manage.el (sieve-manage-open): Doc fixes.
4245 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4247         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4248         if available.
4250 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4252         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4254         * nnkiboze.el (nnkiboze-generate-group):
4255         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4257         * nnmairix.el: Require CL.
4259 2008-06-15  David Engster  <dengste@eml.cc>
4261         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4263 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4265         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4266         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4267         runtime choice under XEmacs.
4269         * gnus-sum.el (gnus-summary-set-display-table):
4270         Use `gnus-put-display-table', `gnus-get-display-table',
4271         `gnus-set-display-table' for the display table, instead of `aset'.
4273 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4275         * nnmairix.el: Add autoloads.
4277 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4279         * nnmairix.el (nnmairix-delete-recreate-group)
4280         (nnmairix-update-and-clear-marks): Fix error messages.
4282 2008-06-14  David Engster  <dengste@eml.cc>
4284         * nnmairix.el: Upgrade to version 0.6.
4285         (nnmairix-group-toggle-propmarks-this-group)
4286         (nnmairix-group-toggle-readmarks-this-group)
4287         (nnmairix-group-delete-recreate-this-group)
4288         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4289         (nnmairix-remove-tick-mark-original-article): New commands.
4290         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4291         (nnmairix-propagate-marks-to-nnmairix-groups)
4292         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4293         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4294         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4295         functions needed for marks propagation and manipulation of read marks.
4296         (nnmairix-update-groups): New function.
4297         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4298         (nnmairix-determine-original-group-from-registry)
4299         (nnmairix-determine-original-group-from-path)
4300         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4301         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4302         New helper functions.
4303         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4304         keystrokes for new commands.
4305         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4306         (nnmairix-request-group): Check allow-fast group parameter.
4307         (nnmairix-request-create-group): Set allow-fast group parameter if
4308         nnmairix-allowfast-default is set.
4309         (nnmairix-close-group): Propagate marks upon closing if needed.
4310         (nnmairix-group-toggle-threads-this-group): Use new.
4311         nnmairix-group-toggle-parameter helper function.
4312         (nnmairix-search): Better check for empty search result.
4313         (nnmairix-goto-original-article): Use new helper functions for
4314         determining original article.
4315         (nnmairix-show-original-article): Make sure message-id is in brackets.
4316         (nnmairix-call-mairix-binary): Change variable name.
4317         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4318         helper function.
4319         (nnmairix-widget-toggle-activate): Fix doc string.
4321 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4323         * nnir.el: Require edmacro when compiling with XEmacs.
4324         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4325         available in Emacs 21.
4327 2008-06-11  Glenn Morris  <rgm@gnu.org>
4329         * gnus-util.el (x-focus-frame):
4330         * gnus.el (image-size):
4331         * mm-decode.el (image-size): Declare.
4333         * gnus-picon.el (declare-function): Add compat definition.
4334         (image-size): Declare.
4336         * gnus-group.el (tool-bar-map):
4337         * gnus-sum.el (tool-bar-map): Define for compiler.
4339         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4341         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4343         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4344         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4345         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4346         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4347         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4348         * sieve-manage.el, spam-report.el, spam.el:
4349         Remove unnecessary eval-and-compile of autoloads.
4351 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4353         * auth-source.el: Precise Tramp doc.
4355 2008-06-07  Glenn Morris  <rgm@gnu.org>
4357         * nnmairix.el: Remove unnecessary eval-when-compile.
4359 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
4361         * nnir.el: New file.
4363 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4365         * gnus-util.el (gnus-read-shell-command): New function.
4366         * mm-decode.el (mm-pipe-part):
4367         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4369 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4371         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4373 2008-06-03  Glenn Morris  <rgm@gnu.org>
4375         * pop3.el (nnheader-accept-process-output): Autoload it.
4377 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4379         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4380         are not 2-digit hexadecimal characters that follow `%'s.
4382 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4384         * message.el (message-bogus-recipient-p): Fix type in doc string.
4385         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4386         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4387         Improve custom options.
4388         (message-bogus-recipient-p): Adjust accordingly.
4390 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4392         * nnmairix.el: Require edmacro when compiling with XEmacs.
4394 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4396         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4397         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4399 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4401         * auth-source.el: Add more docs.
4403 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4406         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4407         retrieval faster in some cases, but might make CPU usage larger.  If
4408         this has any bad side effects, we might revert this change.
4410         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4411         seems to make mail retrieval much, much faster.
4412         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4413         unconditionally.
4415         * gnus-draft.el (gnus-group-send-queue): Bind
4416         message-send-mail-partially-limit to nil to avoid being prompted.
4418 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4420         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4422         * message.el (message-bogus-address-regexp): Fix and improve custom
4423         type.
4424         (message-setup-hook): Add message-check-recipients as custom option.
4426 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4428         * message.el (message-cite-function): Remove bogus autoload which crept
4429         in during merge from v5-10.
4431 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4433         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4435         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4437         * auth-source.el: Preliminary Tramp docs.
4438         (auth-sources): Change the default auth-sources to use
4439         EPA .gpg files.
4441 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4443         * nntp.el: Autoload `auth-source-user-or-password'.
4444         (nntp-send-authinfo): Use it.
4446         * nnimap.el: Autoload `auth-source-user-or-password'.
4447         (nnimap-open-connection): Use it.
4449         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4450         for the gnus-message function.
4451         (auth-source-user-or-password): Use it.
4453 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4455         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4456         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4457         (rfc2104-hash): Use it.
4459 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4461         * gnus-art.el (gnus-article-toggle-truncate-lines):
4462         Don't use `iff' in docstring.
4464 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4466         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4468         * gnus-util.el (gnus-extract-address-component-name)
4469         (gnus-extract-address-component-email): Convenience functions around
4470         `gnus-extract-address-components'.
4472         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4473         Use `gnus-extract-address-component-email' to fix bug of comparing full
4474         sender name to `user-mail-address'.
4476 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4478         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4479         catch/throw to optimize.
4480         (gnus-registry-find-keywords): Just use member to find a keyword.
4482 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4484         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4485         is current before calling gnus-server-prepare.
4486         (gnus-server-setup-buffer, gnus-server-update-server)
4487         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4489 2008-05-04  Juri Linkov  <juri@jurta.org>
4491         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4492         (mailcap-file-default-commands): Use mailcap-replace-in-string
4493         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4494         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4496 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4498         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4500 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4503         hooks.
4504         (gnus-update-read-articles): Speed up non-marks-using users.
4505         (gnus-use-marks): Define gnus-use-marks.
4506         (gnus-propagate-marks): Rename variable to something more sensible.
4508 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4510         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4511         (gmm-image-load-path-for-library): Fix typos in docstrings.
4512         (gmm-message): Reflow docstring.
4514 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4516         * mail-source.el (mail-source-set-1, mail-source-bind):
4517         Move auth-source code out of the macro to clean it up and fix bugs.
4519 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4521         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4522         by sender if it's equal to user-mail-address, it's likely to be
4523         useless.
4525         * mail-source.el (mail-source-bind): Don't use user or password if they
4526         are not bound.  Unintern them if they are nil.  Don't use server unless
4527         it's bound, and default it to empty string otherwise.
4529 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4531         * mail-source.el: Load auth-source.el.
4532         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4533         get user name or password, if auth-sources is set up.
4535         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4536         strategy of splitting with parent.
4537         (gnus-registry-split-fancy-with-parent)
4538         (gnus-registry-post-process-groups): Use it and fix prior
4539         bug (returning a list as the split result).
4541         * auth-source.el (auth-sources): Remove server parameter.
4542         (auth-source-pick, auth-source-user-or-password)
4543         (auth-source-user-or-password-imap)
4544         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4545         (auth-source-user-or-password-sftp)
4546         (auth-source-user-or-password-smtp): Remove server parameter.
4548 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4550         * smime.el (smime-sign-region, smime-encrypt-region)
4551         (smime-decrypt-region):
4552         Remove redundant calls to `generate-new-buffer-name'.
4554 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4556         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4557         Don't use QP for message/rfc822.
4558         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4560 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4562         * sieve-manage.el (sieve-string-bytes): Remove.
4563         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4564         correct byte-length only if the process's coding-system is the same as
4565         the one used internally by Emacs to represent strings.
4567 2008-04-22  Juri Linkov  <juri@jurta.org>
4569         * mailcap.el (mailcap-file-default-commands): New function.
4571 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4573         * message.el (message-signature-separator, message-cite-function):
4574         Change custom version.
4576 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4578         * mm-decode.el (mm-display-external): Make temp file read-only.
4580 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4582         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4583         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4584         `C-c C-f d'.
4586 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4588         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4590 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4592         * auth-source.el: Added docs.
4593         (auth-sources): Modify format to support server.
4594         (auth-source-pick, auth-source-user-or-password)
4595         (auth-source-user-or-password-imap)
4596         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4597         (auth-source-user-or-password-sftp)
4598         (auth-source-user-or-password-smtp): Add server parameter.
4600 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4602         * gnus-registry.el: Initialize the registry when gnus-registry-install
4603         is t.
4605 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4607         * compface.el (uncompface): Make buffer unibyte.
4609 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4611         * mail-source.el (mail-source-value):
4612         Prefer fboundp to functionp so it works with macros as well.
4614 2008-04-05  Glenn Morris  <rgm@gnu.org>
4616         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4618 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
4621         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4623         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4624         multibyteness after rather than before erasing it.
4626         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4627         mm-with-multibyte.
4628         (gnus-request-article-this-buffer): Make sure the proper decoding is
4629         used if gnus-original-article-buffer happens to be unibyte.
4631         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4632         default-enable-multibyte-characters.
4634         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4635         default-enable-multibyte-characters.
4637         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4639         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4641 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4643         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4644         Fix last change in case the element is not even a symbol.
4646 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4648         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4649         imap-enable-exchange-bug-workaround.
4650         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4652 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4654         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4655         a 100 byte status-checks into a 2-3MB transfer for each group.
4656         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4657         to enable bug workaround or not.
4658         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4660 2008-03-31  Glenn Morris  <rgm@gnu.org>
4662         * message.el (mml2015-use): Declare for compiler.
4663         (message-info): Require mml2015 when appropriate.
4665 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4667         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4668         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4669         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4670         (nntp-service-to-port): New function.
4671         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4672         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4673         (nntp-open-netcat-stream): New function.
4674         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4676 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4678         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4680 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4682         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4684 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4686         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4688 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4690         * message.el (message-signature-separator): Change default.
4691         Improve custom type.
4692         (message-cite-function): Change default to
4693         message-cite-original-without-signature.
4695         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4696         toggle.
4698         * message.el (message-check-news-body-syntax): Fix signature check.
4699         (message-setup-1): Mark buffer as unmodified _after_ running
4700         message-setup-hook and handling message-alternative-emails.
4701         (message-shorten-references): Be more strict when building list of
4702         valid references to comply with GNKSA.
4704         * gnus-group.el (gnus-read-ephemeral-bug-group)
4705         (gnus-read-ephemeral-debian-bug-group)
4706         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4708         * message.el (message-info): Don't use booleanp which isn't supported
4709         in Emacs 21 and XEmacs.
4711 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4713         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4714         gnus-group-gmane-group-download-format.
4715         (gnus-group-read-ephemeral-gmane-group): Rename from
4716         gnus-group-read-ephemeral-gmane-group.
4717         (gnus-read-ephemeral-gmane-group-url): Rename from
4718         gnus-group-read-ephemeral-gmane-group-url.
4719         (gnus-bug-group-download-format-alist): New variable.
4720         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4721         (gnus-read-ephemeral-emacs-bug-group): New commands.
4723 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4725         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4726         (gnus-visible-headers): Improve custom type.
4728 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4730         * mml.el (mml-menu): Add workarounds for XEmacs.
4732         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4733         X-Boundary header.
4735         * message.el (message-simplify-recipients): Fix previous commit.
4737 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4739         * mm-util.el (mm-set-buffer-multibyte): New function.
4740         * mm-decode.el (mm-copy-to-buffer): Use it.
4742         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4743         Prefer fboundp to functionp so it works with macros as well.
4745 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4747         * message.el (message-alter-recipients-discard-bogus-full-name):
4748         New function.
4749         (message-alter-recipients-function): New variable.
4750         (message-get-reply-headers): Use it.
4751         (message-replace-header): New helper function.
4752         (message-recipients-without-full-name): New variable.
4753         (message-simplify-recipients): New command.
4755         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4757         * message.el (message-info): Handle EasyPG manual.
4759         * mml.el (mml-menu): Add entry for EasyPG.
4761 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4763         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4764         parameter.
4766         * message.el (message-disassociate-draft): Specify drafts group name
4767         fully.
4769 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4771         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4772         unnecessary duplicates from the match list.
4774 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4776         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4777         args of `how-many' of which the XEmacs version doesn't take; declare
4778         Info-index-next as function.
4780 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4782         * gnus-score.el (gnus-score-headers): Fix handling of
4783         gnus-inhibit-slow-scoring.
4785         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4786         string.
4787         (gnus-button-url-regexp): Improve handling of parenthesis.
4788         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4789         (gnus-button-handle-info-keystrokes): Handle index entries.
4791 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4793         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4794         Incoming* files.
4796 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4798         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4799         (auth-source-pick): Use it.
4801 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4803         * auth-source.el (auth-source-protocols)
4804         (auth-source-protocols-customize, auth-source-choices): Added and
4805         modified variable customizations and defaults.
4806         (auth-source-pick, auth-source-user-or-password)
4807         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4808         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4809         (auth-source-user-or-password-sftp)
4810         (auth-source-user-or-password-smtp): Use new variables and provide an
4811         interface to netrc.el.
4813 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4815         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4816         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4817         Make sure the nntp port to specify is a string.
4819 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4821         * nntp.el: Use with-current-buffer.
4822         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4823         dubious mm-with-unibyte-current-buffer.
4824         (nntp-with-open-group-function): New function extracted from
4825         nntp-with-open-group macro.
4826         (nntp-with-open-group): Use the function, so it's easier to debug.
4827         Add indentation and debugging info.
4828         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4829         the use of the netcat alternatives.
4831         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4832         Avoid mm-string-as-multibyte as well.
4834         * nnweb.el (nnweb-insert-html):
4835         Remove use of nnheader-string-as-multibyte.
4837         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4838         (nnheader-string-as-multibyte): Remove.
4840         * mm-view.el: Use inhibit-read-only.
4841         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4842         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4843         or unibyte-string.
4845         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4846         (mm-uu-yenc-extract): Use with-current-buffer.
4848         * gnus-soup.el (gnus-soup-send-packet): Don't use
4849         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4851         * nnmh.el: Use with-current-buffer.
4852         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4853         mm-string-as-multibyte on the output of mm-encode-coding-string.
4855         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4856         (nnimap-request-move-article): Use with-current-buffer.
4858         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4859         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4860         conversion uses string-make-unibyte rather than string-as-unibyte.
4862         * gnus-msg.el: Use with-current-buffer.
4864         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4866 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4868         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4869         string for caching if it is 'PIN.
4871 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4873         * mail-source.el (mail-source-delete-old-incoming-confirm):
4874         Change default to nil.
4875         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4877 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4879         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4880         (gnus-article-goto-prev-page): Work for articles having ^L's.
4882         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4884         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4886 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4888         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4889         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4890         (gnus-bookmark-jump): Adjust some variable names.
4892 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4894         * auth-source.el: New package.
4895         (auth-source-choices): Add customization entry point variable.
4897         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4898         bug.
4900 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4902         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4903         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4904         (gnus-registry-install-shortcuts): Rename from
4905         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4906         the `gnus-registry-mark-map' keymap dynamically from
4907         `gnus-registry-marks'.  The generated functions update the summary line
4908         when a registry mark is added or deleted, and will call
4909         `gnus-registry-install-p' (see the comments in the code).
4910         (gnus-registry-user-format-function-M): Use concat intelligently.
4912         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4913         the registry mark functions.
4915 2008-03-05  Glenn Morris  <rgm@gnu.org>
4917         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4918         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4919         gnus-art.
4920         (top-level): No need to load own source when compiling.
4922 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4924         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4925         Suggested by <chris.anderton@zetnet.co.uk>.
4927 2008-03-04  Glenn Morris  <rgm@gnu.org>
4929         * gnus-sum.el (top-level): No need to require gnus when compiling,
4930         since unconditionally required near start of file.
4931         (gnus-summary-display-while-building): Move definition before use.
4933 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4935         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4936         formatting function.
4938 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4940         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4941         with plists.
4942         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4943         Use new format.
4945 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4947         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4948         `where-is-internal' that returns a range of key sequences.
4950 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4952         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4954         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4955         (gnus-summary-jump-to-group): Consider windows on other displayed
4956         frames as well.  Similar changes might be needed elsewhere, but that's
4957         the one I've bumped into during my use.
4959         * nndoc.el (nndoc-oe-dbx-type-p):
4960         * gnus-msg.el (gnus-debug):
4961         * gnus-group.el (gnus-update-group-mark-positions):
4962         Use mm-string-to-multibyte.
4964 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4966         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4967         doesn't handle NotDashEscaped.
4969         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4970         (mml-dnd-attach-options): Fix typo in custom choice.
4972         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4973         nndoc-article-type to mbox.
4974         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4976         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4977         to nil, instead of html2text.
4979         * imap.el (imap-debug): Add `imap-ping-server'.
4981         * gnus-bookmark.el: Add FIXMEs.
4983         * message.el (message-form-letter-separator)
4984         (message-send-form-letter-delay): New variables.
4985         (message-send-form-letter): Use them.  New command to send form
4986         letters.  Requested by Uwe Siart.
4987         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4989 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4991         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4992         empty author.
4994 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4996         * gnus-registry.el (gnus-registry-marks): Add variable for
4997         customization of marks and their appearance.
4998         (gnus-registry-read-mark): Use it.
4999         (gnus-registry-do-marks): Add utility function to loop through
5000         `gnus-registry-marks'.
5001         (gnus-registry-install-shortcuts-and-menus): Add function to install
5002         shortcuts and menus.
5003         (gnus-registry-initialize): Use it.
5004         (gnus-registry-default-mark): Clarify documentation.
5006 2008-02-29  Glenn Morris  <rgm@gnu.org>
5008         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5009         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5010         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5011         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5012         Change defcustom :version from 23.0 to 23.1.
5014 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5016         * gnus-registry.el (gnus-registry-follow-group-p)
5017         (gnus-registry-post-process-groups): Add functions to aid registry
5018         splitting and improve logging.  Clarify behavior in function
5019         documentation.
5020         (gnus-registry-split-fancy-with-parent): Use them.
5022 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5024         * gnus-art.el: Use with-current-buffer.
5026 2008-02-27  David Engster  <dengste@eml.cc>
5028         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5029         Express real group name in the response.
5031 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5033         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5034         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5035         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5036         autoload gnus-registry-fetch-group when compiling.
5037         (nnmairix-request-group-with-article-number-correction): Remove
5038         unreferenced argument passed to nnmairix-call-backend.
5040 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5042         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5043         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5044         Wilde.
5046 2008-02-27  Glenn Morris  <rgm@gnu.org>
5048         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5049         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5050         variables to defconsts.  Convert comments to doc-strings.
5051         (nnmairix-last-server, nnmairix-current-server): Convert from free
5052         variables to defvars.  Convert comments to doc-strings.
5053         (gnus-registry-fetch-group): Autoload.
5054         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5055         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5056         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5057         caddr.
5058         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5059         nnmairix-request-group-with-article-number-correction call.
5060         (nnmairix-fast, nnmairix-group): New, less general names, for free
5061         variables passed from nnmairix-request-group to
5062         nnmairix-request-group-with-article-number-correction.  Declare.
5063         (nnmairix-request-group-with-article-number-correction):
5064         Use nnmairix-fast, nnmairix-group rather than fast, group.
5066 2008-02-26  David Engster  <dengste@eml.cc>
5068         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5069         version 0.5.
5071 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5073         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5074         instead of making an extra function call.  Don't add the current group
5075         to articles only when they have the group.  Use
5076         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5077         Reported by David <de_bb@arcor.de>.
5079 2008-02-24  Miles Bader  <miles@gnu.org>
5081         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5082         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
5083         (mm-find-mime-charset-region):
5084         * mm-bodies.el (mm-encode-body):
5085         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
5087 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5089         * mail-source.el (mail-source-delete-incoming): Change default.
5090         Supplement doc string.
5092         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5094 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5096         * nnmail.el (nnmail-message-id-cache-file): Derive from
5097         `gnus-home-directory'.
5099 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5101         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5102         Document negative prefix.
5104         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5106 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5108         * message.el (message-unsent-separator): Add the Exim bounce
5109         separator.
5111 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5113         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5114         list.
5115         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5116         recipient/signer list.
5118 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5120         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5121         fbound (Emacs 23 unicode), signal an error.
5123 2008-02-08  Glenn Morris  <rgm@gnu.org>
5125         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5127 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5129         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5130         ports to the calls to `netrc-machine-user-or-password' in addition to
5131         "imap" and "imaps".
5133 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5135         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5136         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5137         <hanche@math.ntnu.no>.
5139 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5141         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5143 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5145         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5147         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5149 2008-02-01  Miles Bader  <miles@gnu.org>
5151         * mml.el (mml-parse-1): Remove apparently vestigial use of
5152         `mm-hack-charsets'.
5153         * mm-bodies.el (mm-encode-body): Likewise.
5155 2008-02-01  Kenichi Handa  <handa@m17n.org>
5157         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5158         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5159         (rfc2104-hash): Convert the result of concat to unibyte string.
5161 2008-02-01  Dave Love  <fx@gnu.org>
5163         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5164         coding-system-for-read.
5165         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5167         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
5168         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
5169         (mm-find-mime-charset-region): Remove hack-charsets stuff.
5171 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5173         * mail-source.el (mail-sources): Add `group' choice.
5175         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5176         parameter `in-group' to control into which group the articles go.
5177         Add treatment of `group' mail-source.
5179 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
5181         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5182         * message.el (message-beginning-of-line): Use featurep instead of bound
5183         tests in order to resolve conditionals at compile time.
5185 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5187         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5189         * mm-decode.el (mm-dissect-buffer): Decode description.
5191         * mml.el (mml-to-mime): Encode message header first.
5193 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5195         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5196         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5198 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5200         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5202 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5204         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5205         prefix keys.
5206         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5207         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5208         gnus-xmas.el.
5210 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5212         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5213         Add new variables for article mark management.
5214         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5215         list of extra data entries which, when present, will indicate that the
5216         article ID should not be trimmed from the registry.
5217         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5218         functions.
5219         (gnus-registry-read-mark): New function to read a mark name from the
5220         user.
5221         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5222         (gnus-registry-set-article-mark-internal): New functions to add and
5223         remove marks.
5224         (gnus-registry-get-article-marks): New function to show the marks for
5225         an article, or retrieve them for further use.
5227 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5229         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5230         keys when no argument is given.
5232 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5234         * gnus-sum.el (gnus-article-sort-by-random)
5235         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5236         jidanni@jidanni.org.
5238 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5240         * gnus-art.el (gnus-article-describe-bindings): New function.
5241         (gnus-article-read-summary-keys): Use it.
5242         (gnus-article-mode-map): Bind `C-h b' to it.
5244 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5246         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5247         XEmacs.
5248         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5249         against non-character events.
5251 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5253         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5254         command.
5255         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5256         instead of END.  Change name of the temp file.
5257         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5258         customizable.
5260 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5262         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5263         bind `S W' to gnus-article-wide-reply-with-original; set default
5264         binding to gnus-article-read-summary-send-keys.
5265         (gnus-article-read-summary-keys): Fix the order of keys; display
5266         continuation keys correctly in the echo area; describe bindings
5267         correctly when keys end with `C-h'.
5268         (gnus-article-read-summary-send-keys): New function.
5269         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5270         for gnus-article-read-summary-send-keys; display continuation keys
5271         correctly in the echo area.
5272         (gnus-article-reply-with-original): Ignore prefix argument.
5273         (gnus-article-wide-reply-with-original): New function.
5275 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5277         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5278         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5280 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5282         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5283         (gnus-group-read-ephemeral-gmane-group): New command.
5285 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5287         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5289 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5291         * message.el (message-send-mail-function): Increase custom version.
5293         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5294         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5296 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5298         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5299         html parts correctly; support forwarded messages.
5300         (gnus-article-browse-html-article): Remove work buffers.
5302         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5303         compiling.
5304         (netrc-bound-and-true-p): New macro.
5305         (netrc-parse): Use it instead of bound-and-true-p that is not available
5306         in XEmacs 21.4.
5308 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5310         * gnus-registry.el (gnus-registry-mark-article)
5311         (gnus-registry-article-marks): Add functionality to mark articles
5312         through the Gnus registry.
5314         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5315         (netrc-parse): Use encrypt-file-alist to determine if
5316         encrypt-find-model or encrypt-insert-file-contents should be used.
5318 2007-12-19  Glenn Morris  <rgm@gnu.org>
5320         * mml.el (message-options-set, message-narrow-to-head)
5321         (message-in-body-p, message-mail-p, message-encode-message-body):
5322         Autoload.
5323         (message-remove-header, message-narrow-to-headers-or-head)
5324         (message-subscribed-p, message-make-mail-followup-to)
5325         (message-position-on-field, message-news-p)
5326         (message-options-set-recipient, message-generate-headers)
5327         (message-sort-headers): Declare as functions.
5329 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5331         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5332         convention in doc string.
5334 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5336         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5337         title to html parts.
5338         (gnus-article-browse-html-article): Pass message header to it.
5340         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5342 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5344         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5345         or password compatible with XEmacs.
5347 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5349         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5350         format document.
5351         (gnus-mime-delete-part): Don't write description line if empty.
5352         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5354 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5356         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5357         (gnus-summary-mark-read-and-unread-as-read)
5358         (gnus-summary-mark-current-read-and-unread-as-read)
5359         (gnus-summary-mark-unread-as-ticked): Doc fix.
5360         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5362 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5364         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5365         Christoph Conrad <christoph.conrad@gmx.de>.
5367 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5369         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5370         yes-or-no-p.
5372 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5374         * mm-decode.el (mm-add-meta-html-tag): New function.
5375         (mm-save-part-to-file, mm-pipe-part): Use it.
5377         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5378         gnus-y-or-n-p instead of y-or-n-p.
5379         (gnus-article-browse-html-parts): Work with message/external-body; use
5380         mm-add-meta-html-tag.
5382 2007-12-11  Glenn Morris  <rgm@gnu.org>
5384         * gnus-cache.el: Require gnus-sum not just when compiling.
5386         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5388         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5389         definitions before use.
5391         * mm-decode.el: Require gnus-util.
5392         (mm-remove-part): Only call delete-annotation on XEmacs.
5394         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5396         * nnmail.el: Require gnus-int.
5398         * spam.el: Move `require's before `eval-when-compile's.
5400         * gnus-ems.el (gnus-alive-p):
5401         * gnus-fun.el (message-goto-eoh):
5402         * gnus-util.el (gnus-group-name-decode):
5403         * mail-source.el (gnus-compress-sequence):
5404         * message.el (Info-goto-node, format-spec):
5405         * mm-bodies.el (message-options-get):
5406         * mm-decode.el (mm-view-pkcs7):
5407         * mm-util.el (gmm-write-region):
5408         * mml-smime.el (mml-compute-boundary)
5409         (gnus-completing-read-with-default):
5410         * mml.el (widget-button-press, gnus-make-hashtable):
5411         * mml1991.el (mm-decode-content-transfer-encoding)
5412         (mm-encode-content-transfer-encoding)
5413         (message-options-get, message-options-set):
5414         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5415         * nnfolder.el (gnus-request-group):
5416         * nnheader.el (ietf-drums-unfold-fws):
5417         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5418         * smime.el (gnus-run-mode-hooks):
5419         * spam-stat.el (gnus-message): Autoload.
5421         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5422         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5423         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5424         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5425         Add declare-function compatibility definition.
5427         * gnus-cache.el (nnvirtual-find-group-art):
5428         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5429         (gnus-add-image, gnus-add-wash-type):
5430         * gnus-group.el (nnkiboze-score-file):
5431         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5432         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5433         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5434         (message-tokenize-header, gnus-get-buffer-create)
5435         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5436         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5437         * gnus.el (gnus-group-decoded-name):
5438         * mail-source.el (imap-capability):
5439         * mm-bodies.el (message-options-set):
5440         * mm-decode.el (gnus-configure-windows):
5441         * mm-extern.el (message-goto-body):
5442         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5443         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5444         (epg-sub-key-validity, message-options-set):
5445         * mml.el (widget-event-point, gnus-configure-windows):
5446         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5447         * mml2015.el (epg-check-configuration, epg-configuration)
5448         (message-options-set):
5449         * nndb.el (nndb-request-article):
5450         * nnfolder.el (gnus-request-create-group):
5451         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5452         * nnmaildir.el (gnus-group-mark-article-read):
5453         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5454         * rfc1843.el (message-fetch-field):
5455         * spam.el (gnus-extract-address-components):
5456         Declare as functions.
5458 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5460         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5462 2007-12-09  Glenn Morris  <rgm@gnu.org>
5464         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5466         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5467         * message.el, mm-view.el, sieve-manage.el, smime.el:
5468         Add declare-function compatibility definition.
5470         * gnus-art.el (w3-region, w3m-region, Info-menu):
5471         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5472         * gnus-sum.el (gnus-get-predicate):
5473         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5474         * message.el (mail-abbrev-in-expansion-header-p):
5475         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5476         (w3m-detect-meta-charset, w3m-region):
5477         * sieve-manage.el (password-read, password-cache-add)
5478         (password-cache-remove):
5479         * smime.el (password-read-and-add): Declare as functions.
5481 2007-12-08  David Kastrup  <dak@gnu.org>
5483         * gnus-sum.el (gnus-summary-simplify-subject-query):
5484         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5485         `message'.
5487 2007-12-07  Glenn Morris  <rgm@gnu.org>
5489         * gnus-art.el (article-make-date-line): Revert previous change.
5491 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5493         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5495 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5497         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5498         Call gnus-add-to-range ranges only once with a prepared article-list.
5500 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5502         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5503         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5504         group names with backslashes.  Reported by Tassilo Horn
5505         <tassilo@member.fsf.org>.
5507 2007-12-06  Deepak Goel  <deego3@gmail.com>
5509         * gnus-art.el (article-make-date-line):
5510         * gnus-start.el (gnus-load):
5511         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5513 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5515         * gnus-art.el (gnus-use-idna)
5516         * gnus-start.el (gnus-site-init-file)
5517         * message.el (message-use-idna)
5518         * mm-uu.el (mm-uu-hide-markers)
5519         * smiley.el (smiley-style): Revert changes that suppress warnings.
5521 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5523         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5524         specify charset to html source.  Reported by Christoph Conrad
5525         <christoph.conrad@gmx.de>.
5527 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5529         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5530         idna-program in order to suppress byte compile warning issued by XEmacs
5531         that came to byte compile the default value section of defcustom forms
5532         recently.
5534         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5535         value of installation-directory.
5537         * message.el (message-use-idna): Don't directly refer to the value of
5538         idna-program.
5540         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5542         * smiley.el (smiley-style): Don't directly call face-attribute.
5544 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5546         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5548         * gnus-dired.el: Reduce Gnus dependencies.
5549         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5550         require.  Use autoloads instead.
5551         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5552         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5553         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5554         (gnus-dired-mode): Adjust doc string.
5555         (gnus-dired-mail-mode): New variable.
5556         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5557         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5558         (gnus-dired-mail-buffers): New function.  Return mail or message
5559         composition buffers.
5560         (gnus-dired-attach): Use it.
5561         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5562         NO-DECODE.
5563         (gnus-dired-print): Use `gnus-print-buffer' depending on
5564         `gnus-dired-mail-mode'.
5566 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5568         * rfc2047.el (rfc2047-encoded-word-regexp)
5569         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5570         explaining what regexp patterns are for.
5572 2007-12-04  Glenn Morris  <rgm@gnu.org>
5574         * password.el: Move to ../password-cache.el.
5576         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5577         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5578         * mml-smime.el (password-read, password-cache-add)
5579         (password-cache-remove):
5580         No need to autoload, since mml-sec requires password.
5582         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5583         * message.el (gnus-extract-address-components):
5584         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5586         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5587         password.
5589 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5591         * mailcap.el: Reduce dependencies.
5592         (mail-header-parse-content-type): Autoload.
5593         (mailcap-delete-duplicates): New alias.
5594         (mailcap-mime-info): Add optional argument NO-DECODE.
5595         (mailcap-mime-types): Use mailcap-delete-duplicates.
5597         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5599 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5601         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5602         function.
5604         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5605         (gnus-uu-yenc-article): New function.
5607         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5609         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5610         buffer.
5612 2007-12-02  Glenn Morris  <rgm@gnu.org>
5614         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
5615         Move to ../net.
5617         * binhex.el, uudecode.el: Move to ../mail.
5619         * encrypt.el: Remove file.
5621 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5623         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5624         matches on patches.
5626         * gnus-art.el (gnus-article-browse-html-article): Mention
5627         `mm-text-html-renderer' in the doc string.
5629         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5630         string.  Add comments.
5632         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5633         if rhs is ASCII.
5635 2007-12-01  Glenn Morris  <rgm@gnu.org>
5637         * dig.el, dns.el: Move to ../net.
5638         * format-spec.el, hex-util.el, sha1.el: Move to ../.
5640         * mail-source.el (top-level): Require format-spec before
5641         eval-when-compile.
5643 2007-11-30  Glenn Morris  <rgm@gnu.org>
5645         * encrypt.el: Require password, rather than autoloading password-read.
5647 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5649         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5650         caller can indicate whether the cache should be disregarded for this
5651         call.  This way the result of the call is reproducible at all times and
5652         can be considered a canonical server name for the supplied method.
5653         (gnus-agent-method-p): Canonicalize server names by pushing their
5654         method through `gnus-method-to-server' using the no-cache argument.
5656         * gnus-srvr.el (gnus-server-insert-server-line): Call
5657         `gnus-method-to-server' with `no-cache' argument.
5659         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5660         gnus-agent-possibly-synchronize-flags as this should be called when the
5661         server is actually being opened.
5662         (gnus-agent-possibly-synchronize-flags)
5663         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5664         flags file of an agentized server to the latter function.
5666         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5667         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5668         after a connection has been established successfully.
5670 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5672         * gnus-art.el (article-display-face): Force to display face if called
5673         interactively; check if gnus-article-x-face-too-ugly matches author.
5674         (article-display-x-face): Display face even if From header is missing
5675         as article-display-face does.
5677 2007-11-28  Richard Stallman  <rms@gnu.org>
5679         * md4.el: Move to ../.
5680         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
5682 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5684         * mail-source.el (mail-sources): Default to fetch from file for
5685         compatibility with default of nnmail-spool-file.
5687 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5689         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5690         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5691         to look for encoded word that should be encoded again.
5692         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5693         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5694         encoding pattern.
5695         (rfc2047-decode-region): Switch strict regexp and loose one according
5696         to rfc2047-allow-irregular-q-encoded-words.
5698 2007-11-26  Simon Josefsson  <simon@josefsson.org>
5700         * imap.el: Move to ../net directory.
5702 2007-11-25  Romain Francoise  <romain@orebokech.com>
5704         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5706 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5708         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5709         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5711         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5712         `nnmail-spool-file'.
5714         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5715         `nnmail-spool-file'.
5717         * gnus-move.el (gnus-change-server): Ditto.
5719         * gnus-kill.el (gnus-batch-score): Ditto.
5721         * gnus-cache.el (gnus-jog-cache): Ditto.
5723         * gnus-msg.el (gnus-summary-reply):
5724         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5726 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5728         * gnus-cache.el (gnus-cache-generate-nov-databases):
5729         Use nnml-generate-nov-databases-directory instead of
5730         nnml-generate-nov-databases-1.
5732 2007-11-24  Glenn Morris  <rgm@gnu.org>
5734         * message.el (message-tool-bar-retro): Update for rename
5735         mail_send.xpm->mail-send.xpm.
5737 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5739         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5740         `smime-ldap-search' for Emacs 22 and up.
5742 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5744         * hashcash.el: Move to ../mail directory.
5746         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
5748         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5749         `smime-ldap-search' for Emacs 22 and up.
5751 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5753         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5755         * message.el (message-send-mail-function): Fix error convention.
5756         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5757         (message-widen-reply, message-send-mail, message-talkative-question)
5758         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5759         (message-clone-locals, message-send-news): Use with-current-buffer.
5760         (message-insert-or-toggle-importance): Remove unused var `valid'.
5761         (message-make-references): Remove unused var `new-references'.
5762         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5764 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5766         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5767         (spam-split-symbolic-return-positive): Reflow docstring.
5768         (spam-backends, spam-summary-exit-behavior)
5769         (spam-mark-ham-unread-before-move-from-spam-group)
5770         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5771         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5772         (spam-clear-cache, spam-backend-check, spam-install-backend)
5773         (spam-install-statistical-backend, spam-list-of-processors)
5774         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5775         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5776         (spam-check-crm114, spam-initialize, spam-unload-hook):
5777         Fix typos in docstrings.
5779 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5781         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5782         been checked if they have never been read and those group levels are
5783         higher than the one that a user specified.
5785 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5787         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5788         foreign groups unless a group level is specified by a user.
5789         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5791 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5793         * message.el (message-send-mail-function): Require sendmail.
5795 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5797         * message.el (message-send-mail-function): Check for smtpmail too.
5799         * utf7.el (utf7-encode, utf7-decode): Use coding system
5800         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5802         * message.el (message-send-mail-function): New function.
5803         (message-send-mail-function): Set default using
5804         message-send-mail-function.  Adjust doc string.
5805         (message-send-mail-with-mailclient): New function.
5807 2007-11-17  Richard Stallman  <rms@gnu.org>
5809         * assistant.el: Remove file.
5811 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5813         * smime.el (from):
5814         * rfc2047.el (message-posting-charset):
5815         * qp.el (mm-use-ultra-safe-encoding):
5816         * pop3.el (parse-time-months):
5817         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5818         * nnml.el (files):
5819         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5820         (jka-compr-compression-info-list, ange-ftp-path-format)
5821         (efs-path-regexp):
5822         * nndiary.el (files):
5823         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5824         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5825         (epg-digest-algorithm-alist, inhibit-redisplay)
5826         (password-cache-expiry):
5827         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5828         (pgg-output-buffer, password-cache-expiry):
5829         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5830         (efs-path-regexp):
5831         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5832         (inhibit-redisplay):
5833         * mm-uu.el (file-name, start-point, end-point, entry)
5834         (gnus-newsgroup-name, gnus-newsgroup-charset):
5835         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5836         (latin-unity-ucs-list):
5837         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5838         (mm-uu-binhex-decode-function):
5839         * message.el (gnus-message-group-art, gnus-list-identifiers)
5840         (rmail-enable-mime-composing, gnus-local-organization)
5841         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5842         (gnus-read-active-file, facemenu-add-face-function)
5843         (facemenu-remove-face-function, gnus-article-decoded-p)
5844         (tool-bar-mode):
5845         * mail-source.el (display-time-mail-function):
5846         * gnus-util.el (nnmail-pathname-coding-system)
5847         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5848         (gnus-original-article-buffer, gnus-user-agent)
5849         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5850         (xemacs-codename, sxemacs-codename, emacs-program-version):
5851         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5852         * gnus-start.el (gnus-agent-covered-methods)
5853         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5854         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5855         (gnus-newsgroup-headers, gnus-group-list-mode)
5856         (gnus-group-mark-positions, gnus-newsgroup-data)
5857         (gnus-newsgroup-unreads, nnoo-state-alist)
5858         (gnus-current-select-method, mail-sources)
5859         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5860         (nnmail-spool-file, gnus-cache-active-hashtb):
5861         * gnus-mh.el (mh-lib-progs):
5862         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5863         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5864         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5865         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5866         (gnus-group-buffer):
5867         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5868         (font-lock-set-defaults):
5869         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5870         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5871         (gnus-summary-post-menu, total-parts, type, condition, length):
5872         * gnus-agent.el (gnus-agent-read-agentview):
5873         * flow-fill.el (show-trailing-whitespace):
5874         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5875         eval-and-compile wrappers for byte compiler pacifiers.
5877         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5878         (mm-display-inline-fontify): Check for featurep 'xemacs not
5879         extent-list.
5881         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5882         itimer-list.
5883         (mm-create-image-xemacs): Only do something for XEmacs.
5884         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5886         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5888         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5889         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5891 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5893         * nnimap.el (nnimap-split-download-body):
5894         * gnus-demon.el (gnus-demon):
5895         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5897 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5899         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5900         macros.
5901         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5902         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5903         copy data from unibyte buffer to multibyte current buffer.
5904         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5905         to copy data from unibyte current buffer to multibyte buffer.
5906         (nntp-make-process-buffer): Make process buffer unibyte.
5908         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5910 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5912         * pop3.el (pop3-open-server): Accept and process data more robustly at
5913         connexion start to avoid spurious "POP SSL connexion failed" errors.
5915 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5917         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5918         read group names.
5920 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5922         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5924 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5926         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5927         (nnmail-save-active): Use a unibyte buffer when saving active file,
5928         which may contain non-ASCII group names.
5930         * nnml.el (nnml-request-group): Decode group names in messages.
5932 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5934         * message.el (message-citation-line-function)
5935         (message-insert-formatted-citation-line): Fix spelling of
5936         `message-insert-formated-citation-line'.
5938 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5940         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5942 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5944         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5945         nnmail-pathname-coding-system.
5947         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5948         that a user enters; decode group names in messages.
5950         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5952 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5954         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5956         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5958         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5959         risky local variable.
5961         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5963 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5965         * encrypt.el: Improve documentation to fix function name typo.
5966         Reported by Daiki Ueno <ueno@unixuser.org>.
5968 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5970         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5971         even if the point is not in the last page of an article.
5972         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5973         back to the previous page.
5975 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5977         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5979 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5981         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5983 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5985         * message.el (message-check-news-body-syntax): Avoid
5986         mm-string-as-multibyte.
5987         (message-hide-headers): Don't assume (point-min)==1.
5989 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5991         * message.el (message-remove-blank-cited-lines): Fix if remove is
5992         given.
5993         (message-bogus-address-regexp): New variable.
5994         (message-bogus-recipient-p): New function.
5995         (message-check-recipients): New command.
5996         (message-syntax-checks): Add `bogus-recipient'.
5997         (message-fix-before-sending): Add `bogus-recipient'.
5999         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6000         (gnus-treat-body-boundary): Don't test window-system.
6002 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6004         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6006 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6008         * gnus.el: Bump version to Gnus v5.13.
6010 2007-10-28  Miles Bader  <miles@gnu.org>
6012         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6013         at compile-time too.
6015 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6017         * gnus-msg.el (gnus-message-setup-hook): Add
6018         `message-remove-blank-cited-lines' to options.
6020 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6022         * message.el (message-remove-blank-cited-lines): New function.
6023         Suggested by Karl Plästerer.
6025 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6027         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6028         mapc.
6030         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6031         (top-level): Use mapc to set functions to be traced for debugging.
6033         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6034         called for effect with while loop.
6036         * message.el (message-talkative-question): Replace mapcar called for
6037         effect with mapc.
6039         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6040         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6041         called for effect with dolist.
6043         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6045         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6046         gnus-extra-headers and nnmail-extra-headers.
6048         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6049         called for effect with dolist.
6050         (top-level): Use mapc to set functions to be traced for debugging.
6052         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6053         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6054         dolist.
6056         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6057         Replace mapcar called for effect with mapc.
6058         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6059         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6060         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6061         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6063         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6064         remove-if that's a cl function.
6066         * webmail.el (webmail-debug): Replace mapcar called for effect with
6067         dolist.
6069 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6071         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6072         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6073         with while loop.
6075         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6076         functions from article-* functions.
6077         (gnus-multi-decode-header): Replace mapcar called for effect with
6078         dolist.
6080         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6081         (gnus-bookmark-show-details): Replace mapcar called for effect with
6082         while loop.
6084         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6085         called for effect with while loop.
6087         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6088         with dolist.
6090         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6091         mapcar called for effect with dolist.
6093         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6095         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6096         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6097         Replace mapcar called for effect with dolist.
6098         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6099         mapc.
6101         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6102         Replace mapcar called for effect with dolist.
6103         (gnus-topic-list): Replace mapcar called for effect with mapc.
6105         * gnus.el: Use mapc instead of mapcar to add autoloads.
6107 2007-10-23  Richard Stallman  <rms@gnu.org>
6109         * gnus-group.el (gnus-group-highlight): Mark as risky.
6111 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6113         * gnus.el (gnus-server-to-method): Return method found first in
6114         gnus-newsrc-alist.
6116         * gnus-art.el (gnus-article-highlight-signature)
6117         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6118         button overlay without the front stickiness.
6120 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6122         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6123         overview buffer needed a catch to receive its throw.
6124         (gnus-agent-flush-cache): Declared as interactive to make this function
6125         easier to use.
6127 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6129         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6130         `next-line'.
6132 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6134         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6135         exclude address matching message-dont-reply-to-names.
6137 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6139         * gnus-util.el (gnus-string<): New function.
6141         * gnus-sum.el (gnus-article-sort-by-author)
6142         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6144 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6146         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6147         the frame-focus tag is set in gnus-buffer-configuration.
6149 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6151         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6152         the front stickiness.
6154 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6156         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6157         url pattern; remove duplicate one.
6158         (gnus-article-extend-url-button): New function.
6159         (gnus-article-add-buttons): Use it.
6160         (gnus-button-push): Use concatenated url that it makes.
6162 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6164         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6165         (sieve-manage-open): Use `mapc' instead of `mapcar'.
6167 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6169         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6170         Don't hardcode point-min==1.
6172 2007-09-30  David Kastrup  <dak@gnu.org>
6174         * gnus-art.el (gnus-article-reply-with-original)
6175         (gnus-article-followup-with-original): When `transient-mark-mode' is
6176         off, refrain from active-region behavior for followups.
6178 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6180         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6181         Fix comment about "iso8859-1".
6183 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6185         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6186         ones returned from the verify-function.
6188         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6189         mml2015-extract-cleartext-signature if extraction failed.
6191 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6193         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6194         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6195         failed.
6197 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6199         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6201 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6203         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6204         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6205         thread for both the null and zero (kill/expire thread) universal prefix
6206         cases.
6207         (gnus-summary-expire-thread): Add new function to expire a thread,
6208         using gnus-summary-kill-thread.
6209         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6210         shortcuts for gnus-summary-expire-thread.
6211         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6212         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6214 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6216         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6217         extras value, so an extras entry can be deleted.
6218         (gnus-registry-delete-extra-entry): Use it.
6219         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6220         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6221         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6222         storage through the gnus-registry, and provide an appropriate API for
6223         it.
6225 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6227         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6228         Suggested by Leo <sdl.web@gmail.com>.
6230         * gnus.el: Do.
6232 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6234         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6235         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6237         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6239         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6240         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6242 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6244         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6245         newline.
6246         (nnmbox-request-accept-article): Don't change article in source buffer;
6247         narrow to header to use message-fetch-field rather than
6248         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6249         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6250         as delimiters; make sure article ends with newline.
6251         (nnmbox-delete-mail): Correct last position of article to be deleted;
6252         ignore X-Gnus-Newsgroup header in article body.
6253         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6254         positions; make sure article ends with newline.
6256         * message.el (message-display-abbrev): Don't infloop when a user
6257         inserts SPC in the beginning of header.
6259 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6261         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6262         list of groups not followed by default.  Fix type to be regexp.
6263         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6265 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6267         * hmac-def.el (define-hmac-function): Switch from old-style to
6268         new-style backquotes.
6270         * md4.el (md4-make-step): Likewise.
6272 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6274         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6275         raw-text coding system when saving .newsrc file, which may contain
6276         non-ASCII group names.
6278 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6280         * gnus-cus.el (gnus-score-extra): New widget.
6281         (gnus-score-extra-convert): New function.
6282         (gnus-score-customize): Use it for Extra.
6284 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6286         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6287         (mml2015-mailcrypt-clear-verify): Use it.
6288         (mml2015-gpg-clear-verify): Use it.
6289         (mml2015-pgg-clear-verify): Use it.
6290         (mml2015-epg-clear-verify): Replace the current part with the output
6291         from GnuPG; don't extract the plaintext by itself.
6293         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6294         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6295         mml2015-clear-verify-function; don't touch the armor headers or
6296         dash-escaped text here.
6298 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6300         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6301         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6302         parts, or application/octet-stream as a last resort.
6303         (gnus-mime-view-part-as-type): Don't toggle display.
6304         (gnus-mime-view-part-as-charset): Don't turn off display before
6305         querying charset.
6307         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6308         stuff to undisplayer function in Emacs.
6309         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6311         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6312         text/calendar parts.
6314 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6316         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6317         decoding text/calendar parts.
6319         * message.el (message-forward-make-body-mime): Always mark body as
6320         having no illegible text; remove signed-or-encrypted argument.
6321         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6323         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6324         (mml-generate-mime-1): Don't encode body if it is specified to be in
6325         raw form; don't make buffer be unibyte when inserting multibyte string.
6327 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6329         * sha1.el: Fix up comment style.
6330         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6331         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6333         * hex-util.el: Fix up comment style.
6334         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6336         * gnus-salt.el: Use with-current-buffer.
6337         (gnus-pick-setup-message): Fix long-standing typo.
6339 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6341         * imap.el (imap-logout-timeout): New variable.
6342         (imap-logout, imap-logout-wait): New functions.
6343         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6345         * nnimap.el (nnimap-logout-timeout): New server variable.
6346         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6347         nnimap-logout-timeout.
6349         * gnus-art.el (gnus-article-summary-command-nosave)
6350         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6352 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6354         * gnus.el (gnus-maximum-newsgroup): New variable.
6356         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6357         according to gnus-maximum-newsgroup.
6359         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6360         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6361         Limit the range of articles according to gnus-maximum-newsgroup.
6363 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6365         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6366         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6367         Don't perform gnus-configure-windows here; reuse existing sticky
6368         article buffer.
6370         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6371         it doesn't exist in gnus-article-mode.
6373 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6375         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6376         (gnus-agent-decoded-group-name): New function.
6377         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6378         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6380 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6382         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6383         Add binding for gnus-sticky-article.
6384         (gnus-summary-exit): Don't kill sticky article buffers.
6386         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6387         article buffer.
6388         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6389         (gnus-kill-sticky-article-buffers): New commands.
6391 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6393         * nntp.el (nntp-xref-number-is-evil): New server variable.
6394         (nntp-find-group-and-number): If it is non-nil, don't trust article
6395         numbers in the Xref header.
6397 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6399         * gnus-agent.el (gnus-agent-read-group): New function.
6400         (gnus-agent-flush-group, gnus-agent-expire-group)
6401         (gnus-agent-regenerate-group): Use it.
6402         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6403         nnmail-pathname-coding-system.
6405 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6407         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6409         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6410         that are unread as unread, and also as selected so that information of
6411         marks having been changed by a user may be updated when exiting group.
6413 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
6415         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
6417 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6419         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6420         calculated ignoring signature parts to gnus-treat-article.
6422 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6424         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6425         a point here in order to keep the window start.
6426         (gnus-insert-mime-security-button): Make a button overlay without the
6427         front stickiness.
6428         (gnus-mime-display-security): Goto the end of a button.
6430         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6432 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6434         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6435         group-name-at-point.
6436         (gnus-group-completing-read): New function that offers decoded
6437         non-ASCII group names for completion.
6438         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6439         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6440         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6441         (gnus-group-fetch-control): Use it.
6442         (gnus-fetch-group): Use group-name-at-point for the initial value
6443         rather than the default value; use gnus-alive-p.
6445         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6446         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6447         (gnus-summary-post-news): Use gnus-group-completing-read.
6449         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6450         (gnus-read-move-group-name): Decode group name for completion.
6452 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6454         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6455         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6456         Yamaoka slightly modified the code).
6458 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6460         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6461         (nnmail-split-incoming): Bind it.
6463         * nnml.el (nnml-group-name-charset): New function.
6464         (nnml-decoded-group-name): Use it; don't decode group name if
6465         nnmail-group-names-not-encoded-p is non-nil.
6466         (nnml-encoded-group-name): New function.
6467         (nnml-group-pathname): Inline nnml-decoded-group-name.
6468         (nnml-request-expire-articles): Decode group name in message.
6469         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6470         nnmail-pathname-coding-system.
6471         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6472         not decoded ones according to nnmail-group-names-not-encoded-p.
6473         (nnml-generate-active-info): Use nnml-encoded-group-name.
6475 2007-08-08  Glenn Morris  <rgm@gnu.org>
6477         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6478         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6479         doc-strings and comments.
6481 2007-07-25  Glenn Morris  <rgm@gnu.org>
6483         * Relicense all FSF files to GPLv3 or later.
6485 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6487         * gnus-sum.el (gnus-summary-move-article): Make
6488         gnus-summary-respool-article work.
6490 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6492         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6493         string.
6495 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6497         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6498         that should be ignored when comparing distant RSS articles with local
6499         ones.
6500         (nnrss-make-hash-index): New function.  Create a hash index according
6501         to the ignored fields.
6502         (nnrss-check-group): Use it.
6504 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6506         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6508         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6510         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6511         the new optional argument ENCODED is non-nil.
6512         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6513         coding system for encoding group name.
6514         (gnus-group-make-rss-group): Pass un-encoded group name to
6515         gnus-group-make-group.
6516         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6517         encoded.
6519         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6520         Encode group name to which articles are moved or copied.
6521         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6522         coding system for encoding Newsgroup, Followup-To and Xref headers.
6524         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6525         marks; use nnheader-file-coding-system to write a file.
6526         (nnagent-retrieve-headers): Bind file-name-coding-system to
6527         nnmail-pathname-coding-system.
6529         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6531         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6532         (nnml-request-article, nnml-request-create-group)
6533         (nnml-request-rename-group, nnml-find-id)
6534         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6535         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6536         (nnml-save-marks): Use nnml-group-pathname instead of
6537         nnmail-group-pathname.
6539         (nnml-request-create-group, nnml-request-expire-articles)
6540         (nnml-request-move-article, nnml-request-delete-group)
6541         (nnml-deletable-article-p, nnml-possibly-create-directory)
6542         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6543         (nnml-open-marks): Bind file-name-coding-system to
6544         nnmail-pathname-coding-system.
6546         (nnml-request-article): Pass server argument to nnml-find-group-number.
6547         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6548         server argument to nnml-possibly-create-directory.
6549         (nnml-request-accept-article): Pass server argument to
6550         nnml-active-number and nnml-save-mail.
6551         (nnml-find-group-number): Pass server argument to nnml-find-id.
6552         (nnml-request-update-info): Pass server argument to
6553         nnml-marks-changed-p.
6555         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6556         (nnml-save-mail, nnml-active-number): Add server argument.
6558         (nnml-request-delete-group): Warn if group is missing.
6559         (nnml-get-nov-buffer): Decode group name.
6560         (nnml-generate-active-info): Encode group name.
6561         (nnml-open-marks): Decode group name in messages.
6563 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6565         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6566         if it is not specified.
6567         (gnus-article-pipe-part, gnus-article-save-part)
6568         (gnus-article-interactively-view-part, gnus-article-copy-part)
6569         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6570         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6571         (gnus-article-replace-part, gnus-article-delete-part)
6572         (gnus-article-view-part-as-type): Pass raw prefix argument to
6573         gnus-article-part-wrapper.
6575 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6577         * gnus-agent.el (gnus-agent-save-active): Bind
6578         nnheader-file-coding-system to gnus-agent-file-coding-system.
6580         * gnus-cache.el (gnus-cache-save-buffers)
6581         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6582         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6583         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6584         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6585         (gnus-cache-generate-active, gnus-cache-rename-group)
6586         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6587         (gnus-cache-update-overview-total-fetched-for): Bind
6588         file-name-coding-system to nnmail-pathname-coding-system.
6589         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6590         variables.
6591         (gnus-cache-decoded-group-name): New function.
6592         (gnus-cache-file-name): Use it.
6593         (gnus-cache-generate-active): Use non-decoded group name for active.
6595         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6596         right place.
6597         (gnus-write-active-file): Don't break non-ASCII group names.
6599         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6600         nnmail-pathname-coding-system.
6602         * gnus-uu.el (gnus-uu-decode-save): Typo.
6604 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6606         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6608 2007-07-14  David Kastrup  <dak@gnu.org>
6610         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
6611         finishing actions if we did not edit the article.
6613 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6615         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6616         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6617         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6618         (gnus-agent-flush-group, gnus-agent-flush-cache)
6619         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6620         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6621         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6622         (gnus-agent-regenerate-group)
6623         (gnus-agent-update-files-total-fetched-for)
6624         (gnus-agent-update-view-total-fetched-for): Bind
6625         file-name-coding-system to nnmail-pathname-coding-system.
6626         (gnus-agent-group-pathname): Don't encode file names by
6627         nnmail-pathname-coding-system.
6628         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6629         coding-system-for-write instead of buffer-file-coding-system to
6630         gnus-agent-file-coding-system.
6632         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6633         Decode group name.
6635         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6637         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6638         (gnus-read-newsrc-el-file): Make group names unibyte.
6640         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6641         nnmail-pathname-coding-system.
6643         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6644         (nnrss-request-delete-group): Bind file-name-coding-system to
6645         nnmail-pathname-coding-system.
6646         (nnrss-read-server-data, nnrss-read-group-data): Bind
6647         file-name-coding-system correctly.
6648         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6650         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6651         (nntp-server-to-method-cache): New variable.
6652         (nntp-group-pathname): New function that decodes non-ASCII group names.
6653         (nntp-possibly-create-directory, nntp-marks-changed-p)
6654         (nntp-save-marks, nntp-open-marks): Use it.
6655         (nntp-possibly-create-directory, nntp-open-marks):
6656         Bind file-name-coding-system to nnmail-pathname-coding-system.
6657         (nntp-open-marks): Decode group names when bootstrapping marks.
6659         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6660         Newsgroups and Folowup-To headers.
6662 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6664         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6665         (gnus-server-closed-face, gnus-server-denied-face)
6666         (gnus-server-offline-face): Remove variable.
6667         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6669         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6670         of modifying message-stack directly for XEmacs.
6672         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6673         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6674         if the coding-system argument is nil for XEmacs.
6676         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6677         mm-charset-override-alist.
6679         * rfc2047.el: Don't require base64; require rfc2045 for the function
6680         rfc2045-encode-string.
6681         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6682         to quote the parameter value.
6684 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6686         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6687         form in gnus-group-name-charset-method-alist.
6689         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6690         overrides the default layout edit-form.
6692         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6694         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6696 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6698         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6699         as unfetched articles.
6701 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6703         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6705 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6707         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6708         original back end that keeps marks in the local system.
6710 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6712         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6713         arg of pop-to-buffer for XEmacs.
6714         (gnus-article-read-summary-keys): Ditto; don't restore window
6715         configuration if summary command ends up with neither article buffer
6716         nor summary buffer; describe bindings if summary keys end with C-h.
6718 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6720         * message.el (message-fix-before-sending): Skip raw message part to be
6721         forwarded while checking illegible text.
6722         (message-forward-make-body-mime, message-forward-make-body): Mark
6723         signed or encrypted raw message as having no illegible text.
6725 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6727         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6728         (gnus-message-with-timestamp-1): New macro.
6729         (gnus-message-with-timestamp): New function.
6730         (gnus-message): Use them.
6732         * nnheader.el (nnheader-message): Use them.
6734 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6736         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6737         .newsrc.eld file.
6739 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6741         * gnus-agent.el (gnus-agent-fetch-headers)
6742         (gnus-agent-retrieve-headers): Bind
6743         gnus-decode-encoded-address-function to identity.
6745         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6746         available also when the server returns simply a dot.
6748         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6750 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6752         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6754 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6756         * gnus-ems.el (gnus-x-splash): Make it work.
6758         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6759         from being used.
6761 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6763         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6764         the front stickiness.
6765         (gnus-article-summary-command-nosave): Correct the order of the
6766         arguments passed to pop-to-buffer.
6767         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6768         summary command ends up with the article buffer.
6770         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6771         the same faces.
6773 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6775         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6777 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6779         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6780         * gnus-sum.el (gnus-summary-highlight):
6781         * mail-source.el (mail-source-delete-old-incoming-confirm):
6782         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6784 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6786         * gnus-art.el (gnus-mime-view-part-externally)
6787         (gnus-mime-view-part-internally): Fix predicate function passed to
6788         completing-read.
6790         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6792         * gnus.el (gnus-update-message-archive-method): Add :version.
6794 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6796         * gnus.el (gnus-update-message-archive-method): New variable.
6798         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6799         according to gnus-message-archive-method if
6800         gnus-update-message-archive-method is non-nil.
6802 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6804         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6805         by Loic Dachary <loic@dachary.org>.
6806         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6808 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6810         * message.el (message-pop-to-buffer): Add switch-function argument.
6811         (message-mail): Pass switch-function argument to it.
6813 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6815         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6816         Improve doc string.
6818 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6820         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6821         (gnus-header-content)
6822         * gnus-cite.el (gnus-cite-10)
6823         * gnus-srvr.el (gnus-server-closed)
6824         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6825         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6826         (gnus-group-mail-3-empty, gnus-group-mail-low)
6827         (gnus-group-mail-low-empty, gnus-splash)
6828         * message.el (message-header-to, message-header-cc)
6829         (message-header-subject, message-header-other, message-header-name)
6830         (message-header-xheader, message-separator, message-cited-text)
6831         (message-mml): Lighten colors of faces used for dark background.
6833 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6835         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6836         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6838 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6840         * message.el (message-narrow-to-headers-or-head):
6841         Ignore mail-header-separator in the body.
6843 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6845         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6846         same as window size.
6848 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6850         * message.el (message-font-lock-keywords): Use message-header-xheader
6851         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6852         ahead of the anything pattern, to get it recognised.
6854 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6856         * gnus-sum.el (gnus-articles-to-read)
6857         (gnus-summary-insert-old-articles): Don't truncate group name for
6858         `read-string'.
6860         * gnus-util.el (gnus-limit-string): Delete this function.
6862         * gnus-sum.el (gnus-simplify-subject-fully): Use
6863         `truncate-string-to-width' instead.
6865 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6867         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6868         if, on summary exit, the next group has to be selected.
6869         (gnus-summary-exit): Use it.
6871 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6873         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6874         non-break space.
6876 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6878         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6879         Check if group is not a directory.
6880         (nnfolder-request-expire-articles): Don't delete articles if the target
6881         group is not available.
6883         * nnml.el (nnml-request-create-group): Properly check if group is not a
6884         file.
6885         (nnml-request-expire-articles): Don't delete articles if the target
6886         group is not available.
6888         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6889         Don't quote characters that are within parentheses.
6891 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6893         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6894         (gnus-handle-ephemeral-exit): Select article according to it.
6896 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6898         * message.el (message-insert-formated-citation-line): Remove newline.
6899         (message-citation-line-format): Add final \n here so that the user can
6900         avoid a blank line.
6902 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6904         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6905         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6906         Update lanl/arXiv support.
6908 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6910         * gnus.el: Bump version number.
6912 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6914         * gnus.el (gnus-version-number): Bump version.
6916 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6918         * gnus.el: No Gnus v0.6 is released.
6920 2007-04-27  Didier Verna  <didier@xemacs.org>
6922         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6923         * gmm-utils.el (gmm-regexp-concat): here.
6924         * message.el: Don't require 'gnus-util.
6925         (message-dont-reply-to-names): Handle name change above.
6926         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6928 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6930         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6931         since the initial value varies according to the system.
6933 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6935         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6937 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6939         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6941 2007-04-24  Didier Verna  <didier@xemacs.org>
6943         Improve the type of gnus-ignored-from-addresses.
6944         * gnus-util.el (gnus-orify-regexp): New function.
6945         * message.el (gnus-util): Require it.
6946         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6947         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6948         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6950 2007-04-24  Didier Verna  <didier@xemacs.org>
6952         * gnus-sum.el:
6953         * gnus-utils.el: Fix some trailing whitespaces.
6955 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6957         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6958         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6959         article's Message-ID; refer parent article in summary buffer.
6961         * message.el (message-bounce): Call mime-to-mml.
6963 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6965         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6967 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6969         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6970         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6971         displayed of multipart/alternative part if it is invoked from summary
6972         buffer.
6974         * mm-view.el (mm-inline-text-html-render-with-w3m)
6975         (mm-inline-text-html-render-with-w3m-standalone)
6976         (mm-inline-render-with-function): Use mail-parse-charset by default.
6978 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6980         * parse-time.el (parse-time-string-chars): Check if CHAR
6981         is less than the length of parse-time-syntax.
6983 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6985         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6986         from gnus-newsgroup-processable.
6988 2007-04-16  Didier Verna  <didier@xemacs.org>
6990         * gnus-msg.el (gnus-configure-posting-styles): Handle
6991         message-signature-directory properly with :file syntax.  Reported by
6992         "Leo".
6994 2007-04-11  Didier Verna  <didier@xemacs.org>
6996         New user option: message-signature-directory.
6997         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6998         * message.el (message-insert-signature): Ditto.
6999         * message.el (message-signature-file): Doc update.
7000         * message.el (message-signature-directory): New.
7002 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7004         * gnus-msg.el (gnus-inews-yank-articles): Use
7005         message-exchange-point-and-mark instead of exchange-point-and-mark.
7007 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7009         * message.el (message-yank-original): Make sure cited text ends with
7010         newline; don't exchange point and mark.
7012 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7014         * tls.el (open-tls-stream): Properly handle case where there
7015         is no associated buffer.
7017 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7019         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7020         message-yank-original, make sure (< mark TEXT point).
7022 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7024         * message.el (message-fill-column): New variable.
7025         (message-mode): Use it.  Add comment on a possible new hook.
7027         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7028         (nnmail-get-new-mail): Reformat.
7030         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7032         * gmm-utils.el: Fix Commentary.
7033         (gmm-tool-bar-from-list): Fix typo in doc string.
7035 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7037         * message.el (message-yank-original): Don't switch point and mark
7038         unnecessarily to put point and mark as documented.
7040 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7042         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7043         from the message heads.
7045 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7047         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7048         article buffer does not have a window.  This may not be the best
7049         solution but is certainly better than setting the start of the null,
7050         that is the current, window.
7052 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7054         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7055         (gnus-draft-setup): Run it.
7057         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7058         gnus-score-fast-scoring.  Allow regexp.
7059         (gnus-score-headers): Use it.
7061         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7062         XEmacs.
7064         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7065         string.
7066         (gnus-button-alist): Also catch `<f1> k ...'.
7067         (gnus-treat-display-x-face): Fix doc string.
7069 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7071         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7072         evaluation of gnus-extended-version to ensure correct generation of the
7073         User-Agent header when message-generate-headers-first is used.
7075 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7077         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7078         hashcash-path is nil.  Don't call callback with incorrect number of
7079         parameters if val is 0.
7081 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7083         * message.el (message-required-news-headers):
7084         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7086 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7088         * message.el (message-generate-new-buffers): Change the meaning of the
7089         nil value; add `standard' to the choices; treat t as `unique'; improve
7090         doc string.
7091         (gnus-select-frame-set-input-focus): Autoload.
7092         (message-buffer-name): Search for the existing message buffer if
7093         message-generate-new-buffers is nil or `standard'; treat the value t of
7094         message-generate-new-buffers as `unique'.
7095         (message-pop-to-buffer): Raise the frame already displaying the message
7096         buffer; clear the echo area after querying.
7097         (message-setup): Pass the `continue' argument to compose-mail.
7098         (message-mail): Prefer `switch-function' if it is given; search for the
7099         existing message buffer if the `continue' argument is non-nil; pass
7100         continue and switch-function arguments to compose-mail by way of
7101         message-setup.
7102         (message-mail-other-window): Adjust argument of message-setup.
7103         (message-mail-other-frame): Ditto.
7105 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7107         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7108         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7109         to turn font-lock on when turning gnus-message-citation-mode on.
7111 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7113         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7114         (mml-smime-function-alist): New variable; add epg as the backend.
7115         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7116         mml-smime- functions instead.
7117         * mm-view.el: Require smime.
7119 2007-03-05  Didier Verna  <didier@xemacs.org>
7121         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7122         instead of just inheritance for posting styles.
7123         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7125 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7127         * tls.el (tls-certtool-program): Fix custom type.
7129 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7131         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7132         and point-at-eol instead of line-(beginning|end)-position.
7134         * assistant.el (assistant-parse-buffer): Ditto.
7136 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7138         * mml2015.el (mml2015-epg-find-usable-key): New function.
7139         (mml2015-epg-sign): Use it.
7140         (mml2015-epg-encrypt): Use it.
7142 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7144         * message.el (message-make-in-reply-to): Quote name containing
7145         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7146         if there are special characters.  Reported by NAKAJI Hiroyuki
7147         <nakaji@jp.freebsd.org>.
7149 2007-02-27  Didier Verna  <didier@xemacs.org>
7151         Include the group parameters as well as the topic ones in the
7152         inheritance filter process.
7153         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7154         argument GROUP-PARAMS-LIST.
7155         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7157 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7159         * nntp.el (nntp-never-echoes-commands)
7160         (nntp-open-connection-functions-never-echo-commands): New variables.
7161         (nntp-send-command): Use them.
7163 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7165         * mml2015.el (mml2015-epg-verify): Simplified.
7167 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7169         * mml.el (mml-content-disposition-alist): New user option.
7170         (mml-content-disposition): New function.
7171         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7172         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7174 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7176         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7177         verification.
7179 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7181         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7182         articles posted in the last 24 hours.
7184 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7186         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7188 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7190         * nntp.el (nntp-send-command): Don't wait for echoes when
7191         nntp-open-ssl-stream is used.
7193 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7195         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7196         (gnus-message-add-citation-keywords)
7197         (gnus-message-remove-citation-keywords): Remove.
7198         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7199         directly, make the variables in font-lock-defaults buffer-local, add
7200         gnus-message-citation-keywords to them and then update the value of
7201         font-lock-keywords.
7203 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7205         * message.el (message-cite-original-1): Don't call
7206         gnus-article-highlight-citation.
7208         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7209         citations; fix line count.
7211 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7213         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7214         (gnus-message-add-citation-keywords)
7215         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7216         versions of font-lock-add-keywords and font-lock-remove-keywords to
7217         work with XEmacs correctly.
7219 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7221         * gnus-cite.el (gnus-cite-face-list): Set the values of
7222         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7223         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7224         (gnus-message-cite-prefix-regexp): New variable.
7225         (gnus-message-search-citation-line): Use it; protect against long
7226         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7227         the 0th match data for Emacs.
7228         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7229         (gnus-message-add-citation-keywords): Append keywords rather than
7230         prepending; emulate font-lock-add-keywords if it is not available.
7231         (gnus-message-remove-citation-keywords): Emulate
7232         font-lock-remove-keywords if it is not available.
7234         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7236         * message.el (message-cite-prefix-regexp): Set the value of
7237         gnus-message-cite-prefix-regexp.
7239 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7241         * nnweb.el (nnweb-google-parse-1): Update parser.
7243 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7245         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7247 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7249         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7250         regexp.
7252 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7254         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7255         string-to-multibyte.
7256         (uudecode-decode-region-internal): Use it.
7258 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7260         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7261         custom choice.
7263         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7265 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7267         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7269         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7270         `write-region' to respect `mm-inhibit-file-name-handlers'.
7272 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7274         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7275         Use gnus-home-directory instead of "~/" or "$HOME".
7277 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7279         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7280         to mention filename.
7281         Add comments at beginning regarding usage.
7282         (encrypt-write-file-contents): Change interactive so a string is
7283         acceptable.  If the file has no associated model, show an error instead
7284         of a nonsense prompt.
7286 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7288         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7289         Thanks to Yoshihiko Yamada for kind notification of this typo.
7291 2007-01-12  Kenichi Handa  <handa@m17n.org>
7293         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7294         multibyte buffer.
7296 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7298         * gnus-score.el (gnus-score-fast-scoring): New variable.
7299         (gnus-score-headers): Use it.
7301         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7303         * message.el (message-cite-original-1): Call
7304         gnus-article-highlight-citation if requested.
7305         (message-make-from): Allow name and address as optional arguments.
7307         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7309         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7310         bugs to doc string.
7311         (gnus-button-alist): Add mid\\|message-id.
7312         (gnus-button-fetch-group): Extend for use in
7313         `browse-url-browser-function'.
7314         (gnus-button-url-regexp): Try to catch paired parentheses like in
7315         Wikipedia URLs.
7317         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7318         Suggested by Simon Krahnke <overlord@gmx.li>.
7320 2007-01-13  Romain Francoise  <romain@orebokech.com>
7322         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7323         Update copyright.
7325 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7327         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7329 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7331         * gnus-registry.el (gnus-registry-unfollowed-groups)
7332         (gnus-registry-split-fancy-with-parent): Fix documentation.
7334 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7336         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7337         from nnweb groups.
7339 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7341         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7342         Xref urls.  Erase buffer before requesting head.
7344         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7346 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7348         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7349         customizable.
7351 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7353         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7354         no signing key is found.
7355         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7356         no encrypting and/or signing key is found.
7358 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7360         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7362 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7364         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7365         headers read from disk with the ones newly found in the current search.
7366         This should no longer cause problems, because the article numbers in
7367         Gmane's `nov.php' output are ignored since the previous change.
7369 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7371         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7373 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7375         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7377 2007-01-01  Romain Francoise  <romain@orebokech.com>
7379         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7381 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7383         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7384         `define-minor-mode' macro definition expanded properly.
7385         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7386         exclude it there.
7388         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7389         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7390         `fboundp' test.
7391         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7392         This is OK to autoload in (S)XEmacs now.
7394 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7397         keystroke.
7398         (gnus-summary-limit-to-singletons): Fix typo.
7400         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7401         else fails.
7403 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7405         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7406         docstring.
7408         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7409         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7410         (gnus-summary-insert-dormant-articles): Fix typo in message.
7412 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7414         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7415         nil for XEmacs.
7416         (gnus-message-citation-mode): Don't autoload in XEmacs.
7418         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7420 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7422         * nnimap.el (nnimap-expunge-search-string): Mention
7423         nnimap-search-uids-not-since-is-evil in docstring.
7425 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7427         * spam.el: Revert to make-obsolete-variable because
7428         define-obsolete-variable-alias is not supported in Emacs 21.
7430         * spam.el (spam-ifile-path, spam-ifile-database-path)
7431         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7432         make-obsolete-variable.
7433         (spam-bsfilter-path, spam-bsfilter-program)
7434         (spam-spamassassin-path, spam-spamassassin-program)
7435         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7436         use "path" inappropriately.
7437         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7438         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7439         variable names.
7441 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7443         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7444         summary buffer.
7446         * password.el (password-cache-remove): Use clear-string to burn
7447         password, if available.
7449 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7451         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7453         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7455         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7456         (gnus-message-highlight-citation): Move defcustom here from
7457         gnus-cite.el.
7458         (gnus-message-citation-mode): Autoload.
7460         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7461         checks to make it compile with XEmacs.
7462         (gnus-message-citation-mode): New minor mode.
7463         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7464         (gnus-message-highlight-citation): New variables.
7465         (gnus-message-search-citation-line)
7466         (gnus-message-add-citation-keywords)
7467         (gnus-message-remove-citation-keywords)
7468         (turn-on-gnus-message-citation-mode)
7469         (turn-off-gnus-message-citation-mode): New functions.
7471 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7473         * gnus-cite.el: Enable highlighting of different citation levels in
7474         message-mode.
7476 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7478         * message.el (message-make-fqdn): Fix comment.
7479         (message-bogus-system-names): Add ".local".
7481         * spam.el (spam-ifile-path, spam-ifile-program)
7482         (spam-ifile-database-path, spam-ifile-database)
7483         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7484         Don't use "path" inappropriately.
7485         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7486         strings.
7487         (spam-check-ifile, spam-ifile-register-with-ifile)
7488         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7489         new variable names.
7491         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7492         (gnus-treat-display-smileys): Simplify using
7493         gnus-image-type-available-p.
7495         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7496         available.
7498 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7500         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7501         one after turning on the buffer's multibyteness instead of decoding
7502         them directly in the unibyte buffer that causes unexpected conversion
7503         in Emacs 23 (unicode).
7505 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7507         * message.el (message-generate-hashcash): Fix custom type.
7509 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7511         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7513 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7515         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7516         disconnect icons.  Add help text.
7518 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7520         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7521         negated to be consistent with the others we handle.
7523 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7526         version of gnus-summary-buffer to something, so that we can use two
7527         article buffers at the same time.
7529 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7531         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7532         trigger all the extra headers.
7533         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7534         sorting.
7536 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7538         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7539         solid groups.
7541 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7543         * legacy-gnus-agent.el: Add Copyright notice.
7545 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7547         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7549 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7551         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7553         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7554         to make it work reliably in CVS Emacs.
7555         (gnus-summary-limit-strange-charsets-predicate)
7556         (gnus-summary-limit-to-predicate): New functions.
7558 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7560         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7561         specifying array size.
7562         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7563         array if it is too small.
7564         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7565         (gnus-sort-threads-loop): New function.
7567 2006-12-06  Chris Moore  <dooglus@gmail.com>
7569         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7570         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7572 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7574         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7575         options.
7577 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7580         DOS-ing the recipient.
7582         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7583         the headers when creating the mapping to avoid mismappings.
7584         (nnweb-gmane-create-mapping): Always nix out old mapping.
7586 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7588         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7589         and mm-verify-option to never.
7591 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7593         * message.el (message-signed-or-encrypted-p): New function.
7594         (message-forward-make-body): Use it.
7596         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7597         Replace encode-coding-string with mm-encode-coding-string.
7599 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7601         * nneething.el (nneething-decode-file-name): Replace
7602         decode-coding-string with mm-decode-coding-string.
7604         * gnus-int.el (gnus-open-server): Say failed server's name.
7606 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7608         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7609         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7611         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7612         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7613         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7614         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7615         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7616         (gnus-subscribe-newsgroup, gnus-1):
7617         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7618         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7619         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7620         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7622 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7624         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7625         keystroke.
7626         (gnus-summary-limit-to-bodies): Implement headersp.
7628 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7632 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7634         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7636 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7638         * message.el (message-generate-hashcash): Expand range of values to
7639         include `opportunistic'.
7640         (message-send-mail): Use it.
7642 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7644         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7645         and comment it.
7647         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7649 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7651         * gnus-util.el (gnus-extract-address-components): Improve comment.
7653 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7655         * gnus-util.el (gnus-extract-address-components): Work with address in
7656         which the name portion contains @.
7658 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7660         * gnus.el (gnus-start): Move custom group up.
7661         (gnus-select-method): Don't autoload, but make it available for
7662         `customize-variable'.
7663         (gnus-getenv-nntpserver): Don't autoload.
7665 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7667         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7669 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7671         * message.el (message-sendmail-extra-arguments): New variable.
7672         (message-send-mail-with-sendmail): Use it.
7674 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7676         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7677         mm-with-unibyte-current-buffer to make string unibyte.
7679         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7680         mm-string-as-multibyte.
7682 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7684         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7685         Reported by Werner Koch <wk@gnupg.org>.
7687 2006-11-14  Daiki Ueno  <ueno@p360>
7689         * mml2015.el: Autoload epa-select-keys when compiling.
7691 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7693         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7694         message-options.
7695         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7697 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7699         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7700         EasyPG (< 0.0.6).
7701         (mml2015-always-trust): New user option.
7702         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7703         prompt.
7705 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7707         * nntp.el (nntp-authinfo-force): New variable.
7708         (nntp-send-authinfo): Use it.
7710 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7712         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7713         decode encoded words.  Improve prompt.  Add comment about forwarding.
7714         (message-replacement-char): Move up.
7716 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7718         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7719         instead of gnus-intersection because arguments of gnus-sorted-nunion
7720         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7722 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7724         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7725         (message-simplify-subject-functions): Enable
7726         message-strip-subject-encoded-words by default.
7728 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7730         * message.el (message-strip-subject-encoded-words): New function.
7731         (message-simplify-subject-functions): New variable.
7732         (message-simplify-subject): Use it.  Fix typo in doc string.
7733         Support message-strip-subject-encoded-words.
7735 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7737         * gnus-diary.el (gnus-diary-delay-format-function):
7738         * nndiary.el (nndiary-reminders):
7739         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7741 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7743         * gnus-art.el (article-hide-boring-headers): Fetch date from
7744         gnus-original-article-buffer to avoid problems with localized date
7745         strings.
7747 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7749         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7751 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7753         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7754         New variables.
7755         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7756         (mm-charset-synonym-alist): Move some entries to
7757         mm-codepage-iso-8859-list.
7758         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7759         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7761 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7763         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7765 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7767         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7768         with Emacs 21 and XEmacs.
7770 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7772         * spam.el (spam-parse-address): New function for better parsing,
7773         catching errors, etc.
7774         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7776 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7778         * mm-view.el: Add interactive arg to html2text autoload.
7780 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7782         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7784 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7786         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7787         variables.
7788         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7789         (mm-charset-synonym-alist): Move some entries to
7790         mm-codepage-iso-8859-list.
7792         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7794 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7796         * message.el (message-citation-line-format)
7797         (message-insert-formated-citation-line): Fix implementation of %E, %N
7798         and %n according to the doc string.
7800 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7802         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7803         car-safe to avoid bad parses.
7805 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7807         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7808         names.
7810         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7812 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7814         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7815         header.
7817         * message.el (message-draft-headers): Add Date.
7818         (message-headers-to-generate): Fix typo in docstring.
7820         * nndraft.el (nndraft-required-headers): New variable.
7821         (nndraft-generate-headers): Use it.
7823         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7825 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7827         * gnus-registry.el (gnus-registry-wash-for-keywords)
7828         (gnus-registry-find-keywords): New functions to allow easy searching of
7829         articles that are in the registry.
7831 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7833         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7834         ietf-drums-parse-address instead of gnus-extract-address-components.
7835         Reported by Damien Elmes <damien@repose.cx>.
7837 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7839         * gnus.el (gnus-mime): Remove unused custom group.
7841 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7843         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7844         "blank line" when searching for end of armor headers.
7846 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7848         * gmm-utils.el (gmm-write-region): Fix variable name.
7850 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7852         * gmm-utils.el (gmm-write-region): New function based on compatibility
7853         code from `mm-make-temp-file'.
7855         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7857         * nnmaildir.el (nnmaildir--update-nov)
7858         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7859         Use `gmm-write-region'.
7861 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7863         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7864         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7866         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7868         * message.el (message-replacement-char): New variable.
7869         (message-fix-before-sending): Use it.
7870         (message-simplify-subject): New function to remove duplicate code.
7871         (message-reply, message-followup): Use it.
7873         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7874         gnus-summary-limit-to-articles.
7876 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7878         * gnus-util.el (gnus-with-local-quit): New macro.
7880         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7882 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7884         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7885         ignore non-string data.
7887 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7889         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7890         non-string data (needs to be done in the registry too).
7892 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7894         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7895         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7896         (gnus-registry-split-fancy-with-parent)
7897         (gnus-registry-fetch-simplified-message-subject-fast)
7898         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7899         Remove text properties on ingress into the registry and when it's saved.
7900         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7901         registry from entries with no groups.
7903 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7905         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7906         function to remove string properties.
7908 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7910         * gmm-utils.el (gmm): Adjust custom version.
7912         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7913         custom version.
7915         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7917 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7919         * gnus-art.el (gnus-insert-prev-page-button)
7920         (gnus-insert-next-page-button): Simplify.  Reformat.
7922 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7924         * gnus-art.el (gnus-insert-prev-page-button)
7925         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7927 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7929         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7931 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7933         * gnus-art.el (gnus-insert-mime-button)
7934         (gnus-insert-mime-security-button):
7935         Apply gnus-article-button-face to MIME and security buttons.
7937 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7939         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7940         readable.
7942 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7944         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7945         `browse-url-of-file' instead of `browse-url'.
7947 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7949         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7950         regexp.  Articles containing quotation were cut prematurely.
7952 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7954         * message.el (message-cite-original-1): Use nobody by default for the
7955         value of From header.
7956         (message-reply): Ditto.
7958 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7960         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7961         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7962         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7964 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7966         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7967         mails in the doc string.  Add some URLs in comment.
7968         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7970 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7972         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7973         backslashes handling and the way to find boundaries of quoted strings.
7975 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7977         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7978         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7979         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7980         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7982 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7984         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7985         doc string.
7986         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7988 2006-09-06  Simon Josefsson  <jas@extundo.com>
7990         * mml2015.el (mml2015-use): Doc fix, mention epg.
7992 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7994         * mml2015.el (mml2015-use): Default to epg, if available.
7996 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7998         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
7999         message-sender.
8000         (mml1991-epg-encrypt): Ditto.
8001         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8002         message-sender.
8003         (mml2015-epg-encrypt): Ditto.
8005 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8007         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8008         several common directories.
8010 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8012         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8013         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8015 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8017         * gnus-art.el (article-decode-encoded-words): Make it fast.
8019 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8021         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8023         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8024         in quoted string into `\'.
8026 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8028         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8029         Use standard-syntax-table.
8031 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8033         * gnus-art.el (gnus-decode-address-function): New variable.
8034         (article-decode-encoded-words): Use it to decode headers which are
8035         assumed to contain addresses.
8036         (gnus-mime-delete-part): Remove useless `or'.
8038         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8039         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8040         (gnus-nov-parse-line): Use it to decode From header.
8041         (gnus-get-newsgroup-headers): Ditto.
8042         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8044         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8045         (mail-decode-encoded-address-string): New alias.
8047         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8048         New function.
8049         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8050         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8051         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8052         (rfc2047-decode-string): Ditto.
8053         (rfc2047-decode-address-region): New function.
8054         (rfc2047-decode-address-string): New function.
8056 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8058         * message.el (message-caesar-buffer-body): Allow rotating headers.
8060         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8062         * message.el (message-insert-formated-citation-line): Fix %f.
8063         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8065 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8067         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8068         (gnus-bookmark-mouse-available-p): New macro.
8069         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8070         (gnus-bookmark-bmenu-show-infos): Use it.
8071         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8072         (gnus-bookmark-bmenu-hide-infos): Ditto.
8073         (gnus-bookmark-remove-properties): New function.
8074         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8075         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8076         (gnus-bookmark-write-file): Bind coding-system-for-write.
8077         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8078         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8079         group before selecting it.
8080         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8081         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8082         quit-window if it is not available; use gnus-mouse-2 and bind it to
8083         gnus-bookmark-bmenu-select-by-mouse.
8084         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8085         (gnus-bookmark-bmenu-select-by-mouse): New function.
8087 2006-08-13  Romain Francoise  <romain@orebokech.com>
8089         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8090         space.
8092 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8094         * compface.el (uncompface): Use binary rather than raw-text-unix.
8096 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8098         * compface.el (uncompface): Make sure the eol conversion doesn't take
8099         place when communicating with the external programs.  Reported by
8100         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8102 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8104         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8106 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8108         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8109         Make it more robust by parsing author and date independently.
8111 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8113         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8115 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8117         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8118         first matching secret key.
8119         (mml2015-epg-encrypt): Ditto.
8121         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8122         first matching secret key.
8123         (mml1991-epg-encrypt): Ditto.
8125         * mml2015.el (mml2015-encrypt-to-self): New user option.
8126         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8127         mml2015-epg-encrypt-to-self is set.
8129         * mml1991.el (mml1991-encrypt-to-self): New variable.
8130         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8131         mml1991-epg-encrypt-to-self is set.
8133         * mml2015.el (mml2015-signers): New user option.
8134         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8135         (mml2015-epg-encrypt): Allow to select signing keys.
8137         * mml1991.el (mml1991-signers): New variable.
8138         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8139         (mml1991-epg-encrypt): Allow to select signing keys.
8141 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8143         * nnheader.el (nnheader-insert-head): Make it work even if the file
8144         uses CRLF for the line-break code.
8146 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8148         * mml2015.el: Require mml-sec instead of password.
8149         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8150         (mml2015-cache-passphrase): Inherit the default value from
8151         mml-secure-cache-passphrase.
8152         (mml2015-passphrase-cache-expiry): Inherit the default value from
8153         mml-secure-passphrase-cache-expiry.
8155         * mml1991.el: Require mml-sec instead of password.
8156         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8157         (mml1991-cache-passphrase): Inherit the default value from
8158         mml-secure-cache-passphrase.
8159         (mml1991-passphrase-cache-expiry): Inherit the default value from
8160         mml-secure-passphrase-cache-expiry.
8162         * mml-sec.el: Require password.
8163         (mml-secure-verbose): New user option.
8164         (mml-secure-cache-passphrase): New user option.
8165         (mml-secure-passphrase-cache-expiry): New user option.
8167 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8169         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8170         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8171         andreas@altroot.de (Andreas Vögele).
8173         FIXME: Use `tiny change'?
8175 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8177         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8178         workaround for the url package included with Emacs.
8180         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8182 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8184         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8185         correctly.  This fixes a bug caused by the 2006-05-12 change.
8187 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8189         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8190         some information about the error when saying that the `bogus' mail
8191         group will be used.
8193 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8195         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8196         string.
8198 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8200         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8202 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8204         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8206 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8208         * mml1991.el (mml1991-function-alist): Add epg.
8209         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8210         (mml1991-epg-encrypt): New functions.
8212 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8214         * mml2015.el (mml2015-verbose): New variable.
8215         (mml2015-cache-passphrase): Ditto.
8216         (mml2015-passphrase-cache-expiry): Ditto.
8217         (mml2015-function-alist): Add epg.
8218         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8219         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8220         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8221         functions.
8223 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8225         * message.el (message-cite-original-1): Preserve region when removing
8226         quoted text due to X-No-Archive in order to avoid bogus attribution
8227         when citing multiple messages.
8229 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8231         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8232         Kenneth Jacker <khj@be.cs.appstate.edu>.
8234 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8236         * gnus-diary.el (gnus-user-format-function-d)
8237         (gnus-user-format-function-D): Autoload.
8239         * imap.el (Commentary): Fix typo.
8241         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8242         2006-04-22 contribution.
8244 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8246         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8247         It didn't really fix the bogosity I'm seeing with solid web groups.
8249 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8251         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8252         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8253         created using server names.  If we use the feature without declaring
8254         it, Gnus does not properly manage server and group state.
8256         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8257         bound.
8259 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8261         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8262         looking up the method using GROUP's prefix before inventing a new one.
8263         It is used on killed/unknown groups in various places where returning
8264         an all-new method isn't expected by the caller.
8266         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8267         and match semantics of gnus-group-real-prefix.
8269 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8271         * nnmail.el (nnmail-broken-references-mailers): New variable.
8272         (nnmail-ignore-broken-references): New function generalizing
8273         nnmail-fix-eudora-headers.
8274         (nnmail-fix-eudora-headers): Now obsolete.
8276         * gnus-art.el (gnus-button-handle-custom): Support
8277         `customize-apropos*'.
8279 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8283         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8284         articles.
8286 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8288         * message.el (message-cite-reply-above): New variable.
8289         (message-yank-original): Use it.
8291 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8293         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8295 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8297         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8298         as read.
8300         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8302 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8304         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8305         (gnus-bookmark-default-file): Use gnus-directory.
8306         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8307         Remove "*" in doc string.
8308         (gnus-bookmark-write-file): Simplify.
8309         (gnus-bookmark-maybe-sort-alist): Use `when'.
8310         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8311         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8312         FIXME about Emacs 21 and XEmacs compatibility.
8313         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8314         compatibility.
8315         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8316         compatibility.
8317         (gnus-bookmark-menu-heading): Fix version.
8319 2006-06-19  Bastien Guerry  <bzg@altern.org>
8321         * gnus-bookmark.el: New file.
8323 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8325         * message.el (message-syntax-checks): Doc fix.
8327 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8329         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8330         unsubscribed groups as if they were killed ones.  It causes duplicate
8331         entries in gnus-newsrc-alist.
8333 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8335         * message.el (message-syntax-checks): Doc fix.
8336         (message-send-mail): Add check for continuation headers.
8337         (message-check-news-header-syntax): Fix regexp used to check for
8338         continuation headers.
8340 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8342         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8344 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8346         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8348 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8350         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8351         default-truncate-lines.
8353 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8355         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8356         to fill the utf-8 entry.
8358 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8360         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8362 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8364         * gnus-agent.el (directory-files-and-attributes): Move all the way
8365         forward (the third and final move).
8366         (gnus-agent-read-agentview): Trap reconstruction errors due to
8367         nonexistent directory.  Handle by returning nil.
8369 2006-05-30  Didier Verna  <didier@xemacs.org>
8371         * message.el (message-dont-reply-to-names): Update the custom type.
8372         * message.el (message-dont-reply-to-names): New defsubst: potentially
8373         convert a list of regexps into a single one.
8374         * message.el (message-get-reply-headers): Use it.
8375         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8377 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8379         * gnus-agent.el (directory-files-and-attributes): Move forward.
8381 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8383         * gnus-ml.el (gnus-mailing-list-subscribe)
8384         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8385         (gnus-mailing-list-message): Fix doc strings.
8387 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8389         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8390         of doing it manually.
8392 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8394         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8395         comment.
8397 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8399         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8400         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8401         (gnus-agent-read-local): All symbols allocated in my-obarray.
8402         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8403         (gnus-agent-regenerate-group): Check numeric names to see if they are
8404         messages or groups.
8405         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8406         better way of do this...)
8408         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8409         'dummy.group' (there should be a better way of do this...)
8411 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8413         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8414         (gnus-saved-headers): Ditto.
8415         (gnus-default-article-saver): Mention functions may have properties.
8416         (gnus-article-save): Override gnus-save-all-headers and
8417         gnus-saved-headers by :headers property which saver function may have.
8418         (gnus-summary-save-in-file): Add :headers property.
8419         (gnus-summary-write-to-file): Ditto.
8421         * gnus-sum.el (gnus-summary-save-article): Bind
8422         gnus-prompt-before-saving to t when saving many articles in a file;
8423         always show all headers.
8425 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8427         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8428         marks.
8430         * message.el (message-indent-citation): Add optional arguments to allow
8431         using it outside of message buffers.
8433         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8434         (gnus-article-treat-unfold-headers): Use it.
8435         (gnus-article-truncate-lines): New variable.
8436         (gnus-article-mode): Use it.
8437         (gnus-article-toggle-truncate-lines): New function.
8439         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8440         gnus-article-toggle-truncate-lines.
8442         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8443         coding system in XEmacs, use binary.
8445 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8447         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8448         after-load-alist.
8450         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8451         this function should save decoded articles.
8452         (gnus-summary-write-to-file): Use property to specify this function
8453         should save decoded articles and specify gnus-summary-save-in-file
8454         should be used to save articles other than the first one when saving
8455         many articles.
8456         (gnus-summary-save-body-in-file): Use property to specify this
8457         function should save decoded articles.
8458         (gnus-summary-write-body-to-file): Use property to specify this
8459         function should save decoded articles and specify
8460         gnus-summary-save-body-in-file should be used to save articles other
8461         than the first one when saving many articles.
8463         * gnus-sum.el (gnus-summary-save-article): Simplify.
8465 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8467         * gnus-art.el (gnus-default-article-saver): Add
8468         gnus-summary-write-body-to-file.
8469         (gnus-article-save-coding-system): Don't use coding system object
8470         in XEmacs.
8471         (gnus-read-save-file-name): Add optional `dir-var' argument which
8472         specifies directory in which files are saved; work even if optional
8473         `variable' argument is not specified.
8474         (gnus-summary-write-to-file): Read file name.
8475         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8476         (gnus-summary-write-body-to-file): New function.
8478         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8479         (gnus-summary-local-variables): Add it.
8480         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8481         (gnus-summary-save-article): Remove optional `decode' argument;
8482         determine whether to decode articles by the value of
8483         gnus-default-article-saver; when saving many files using
8484         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8485         it first and use gnus-summary-save-in-file or
8486         gnus-summary-save-body-in-file thereafter unless
8487         gnus-prompt-before-saving is always; move point to article which
8488         will be saved.
8489         (gnus-summary-save-article-file): Revert.
8490         (gnus-summary-write-article-file): Revert.
8491         (gnus-summary-save-article-body-file): Revert.
8492         (gnus-summary-write-article-body-file): New function.
8494 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8496         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8498 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8500         * gnus-art.el (gnus-default-article-saver): Doc fix.
8501         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8502         from gnus-summary-save-article-coding-system, and default to a
8503         certain coding system.
8504         (gnus-output-to-file): Add coding cookie and encode text according
8505         to gnus-article-save-coding-system; don't use mm-append-to-file.
8507         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8508         gnus-art.el and rename to gnus-article-save-coding-system.
8509         (gnus-summary-save-article): Require gnus-art; don't show all
8510         headers if it decodes articles; don't add coding cookie here;
8511         don't bind mm-text-coding-system-for-write.
8512         (gnus-summary-save-article-file): Save decoded articles.
8513         (gnus-summary-write-article-file): When saving many files, use
8514         gnus-summary-write-to-file first and gnus-summary-save-in-file
8515         thereafter unless gnus-prompt-before-saving is always.
8516         (gnus-summary-save-article-body-file): Save decoded articles.
8518 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8520         * nnrss.el (nnrss-check-group): Bind hash-index.
8522 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8524         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8525         its hash index.  Store this hash in `nnrss-group-data'.
8526         (nnrss-read-group-data): Update accordingly.
8528 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8530         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8531         entry.
8533         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8534         gnus-article-browse-html-article.
8536 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8538         * gnus-sum.el (gnus-summary-mime-map): Add
8539         gnus-article-browse-html-article.
8540 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8542         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8543         suitable coding systems in customize.
8545 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8547         * mail-source.el (mail-sources): Fix custom type.
8549 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8551         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8552         (gnus-summary-expire-articles-now): Shorten prompt.
8554         * gmm-utils.el (wid-edit): Require.
8555         (defun-gmm): Renamed from `gmm-defun-compat'.
8556         (gmm-image-search-load-path): Use it.
8557         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8559 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8561         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8562         variable.
8563         (gnus-summary-save-article): Add optional `decode' argument.  If
8564         it is set and gnus-summary-save-article-coding-system is non-nil,
8565         save decoded article.
8566         (gnus-summary-write-article-file): Save decoded article if
8567         gnus-summary-save-article-coding-system is non-nil.
8569         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8570         type.
8572 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8574         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8576 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8578         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8579         first to test gnus-single-article-buffer which may be buffer-local.
8581         * gnus-sum.el (gnus-summary-setup-buffer): Make
8582         gnus-single-article-buffer buffer-local and nil in ephemeral
8583         group; make gnus-article-buffer, gnus-article-current, and
8584         gnus-original-article-buffer always buffer-local.
8585         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8586         group.
8587         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8589 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8591         * nnml.el (nnml-request-compact-group): Compressed files might not
8592         have .gz extension.
8594 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8596         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8597         (mm-copy-to-buffer): Use with-current-buffer.
8598         (mm-display-part): Simplify.
8599         (mm-inlinable-p): Add optional arg `type'.
8601 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8603         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8604         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8605         Try harder to show the attachment internally or externally using
8606         gnus-mime-view-part-as-type.
8608 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8610         * message.el (message-from-style, message-signature-separator)
8611         (message-user-organization-file, message-send-mail-function)
8612         (message-citation-line-function, message-yank-prefix)
8613         (message-indent-citation-function, message-signature)
8614         (message-signature-file, message-signature-insert-empty-line):
8615         Remove autoloads.
8617         * gnus-art.el (gnus-buttonized-mime-types): Remove
8618         "multipart/signed".  Revert 2006-04-26 change.
8620 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622         * gnus.el (gnus-version-number): Bump version.
8624 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8626         * gnus.el: No Gnus v0.5 is released.
8628 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8630         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8631         fetching articles by message-id.
8633 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8635         * message.el (hashcash): Require hashcash as normal.
8637         * ecomplete.el (ecomplete-highlight-match-line): Use
8638         point-at-eol.
8639         (ecomplete-highlight-match-line): Use `highlight', because that
8640         face exists in both Emacs and XEmacs.
8642         * message.el (message-display-abbrev): Use point-at-bol.
8644         * mail-source.el: Don't require timer/timer-funcs.
8646         * gnus-async.el: Ditto.
8648         * password.el: Ditto.
8650         * mm-url.el: Ditto.
8652         * mm-util.el: Require timer/timer-funcs.
8654 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8656         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8657         Close.
8659 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8661         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8662         unibyte after clear-decrypt function runs.
8664         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8665         returns as a unibyte string.
8667 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8669         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8670         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8671         (mml1991-pgg-encrypt): Ditto.
8673 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8675         * message.el (message-user-organization-file): Check several
8676         locations of the organization file.
8678         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8679         Add gnus-article-view-part-as-type.
8681         * gnus-art.el (gnus-article-view-part-as-type): New function.
8683         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8684         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8686         * mml.el: Simplify autoload.
8687         (mml-mode): defvar dnd-protocol-alist instead of using
8688         symbol-value.
8689         (mml-default-directory): New variable.
8690         (mml-minibuffer-read-file): Use it.
8691         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8693         * message.el (message-citation-line-format): New variable.
8694         (message-insert-formated-citation-line): New function.
8695         (message-citation-line-function): Add
8696         `message-insert-formated-citation-line' to custom type.
8698         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8699         to doc string.
8701         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8702         depending on mm-verify-option.
8704 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8706         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8707         binding pgg-* variables; reimplement the section which prevents
8708         MIME header from being signed.
8709         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8710         pgg-text-mode; remove a blank line at the top of body.
8712         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8713         lines at the top of body; use gnus-newsgroup-charset if there's no
8714         Charset header.
8716 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8718         * message.el (message-self-insert-commands): Doc fix.
8720         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8721         (mm-uu-pgp-encrypted-test): Ditto.
8722         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8723         between header and body; return application/pgp-encrypted handle
8724         if decryption failed; decode decrypted body by charset.
8726         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8727         element match to application/pgp-*.
8729 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8731         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8732         HTML.
8734 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8736         * mail-source.el (mail-source-call-script): Message the error
8737         string.
8739 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8741         * gnus-util.el (gnus-byte-compile): Use it.
8743 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8745         * gnus-util.el (kill-empty-logs): New function.
8747 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8749         * message.el (message-mail-alias-type): Doc fix.
8750         (message-mail-alias-type-p): New function.
8751         (message-send): Use it.
8752         (message-mode): Ditto.
8753         (message-strip-forbidden-properties): Ditto.
8755         * ecomplete.el (ecomplete-database-file-coding-system): New
8756         variable.
8757         (ecomplete-save): Use it.
8758         (ecomplete-setup): Use it.
8760 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8762         * message.el (message-self-insert-commands): New variable.
8763         (message-strip-forbidden-properties): Use it.
8765 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8767         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8768         that doesn't make XEmacs choke.
8770 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8772         * gnus-util.el (gnus-replace-in-string):
8773         Prefer replace-regexp-in-string over of replace-in-string.
8775 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8777         * gnus-util.el (gnus-select-frame-set-input-focus):
8778         Use select-frame-set-input-focus if it is available in XEmacs; use
8779         definition defined in Emacs 22 for old Emacsen.
8781 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8783         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8785 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8787         * gnus-registry.el (gnus-registry-cache-save): Remove text
8788         properties when saving via the temp buffer.
8790 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8792         * message.el (message-generate-hashcash): Honor custom type.
8794 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8796         * message.el (message-generate-hashcash): Default to non-nil when
8797         hashcash is found.
8799         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8800         (gnus-refer-thread-limit): Increase default to 500.
8802         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8804         * flow-fill.el (fill-flowed): Allow delete-space.
8806 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8808         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8809         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8810         Remove autoloads.
8812 2006-04-18  Simon Josefsson  <jas@extundo.com>
8814         * message.el (message-generate-hashcash): Default to.
8816 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8818         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8819         concatenating segments rather than before concatenating them.
8821 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8823         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8825         * imap.el (imap-quote-specials): New function.
8826         (imap-login-auth): Quote specials.
8828 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8830         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8832         * message.el (message-forward-make-body-plain): Allow
8833         message-forward-ignored-headers to be a list.
8834         (message-remove-ignored-headers): Factor out into function.
8835         (message-forward-make-body-mml): Use it.
8836         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8837         (rfc2231-parse-string): Allow concatanation of parameters that
8838         aren't contiguous.  The test case is
8839           (mail-header-parse-content-type "message/external-body;
8840             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8841             access-type=LOCAL-FILE;
8842             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8844 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8846         * nntp.el (nntp-accept-process-output): Return the value of
8847         `nnheader-accept-process-output'.
8849 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8851         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8852         (gnus-button-alist): Recognize more diff formats.
8853         (gnus-button-patch): Strip directory.
8855 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8857         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8858         Emacs 22 when setting focus.
8860 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8862         * gnus-art.el (gnus-article-treat-types): Do treatment of
8863         text/x-verbatim parts.
8864         (gnus-button-patch): New command.
8866         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8867         addresses that contain invalid characters.
8869 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871         * message.el (message-put-addresses-in-ecomplete): Use
8872         gnus-replace-in-string.
8873         (message-is-yours-p): Use the more correct
8874         mail-header-parse-address instead of
8875         mail-extract-address-components.
8876         (message-put-addresses-in-ecomplete): Fix typo.
8878         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8879         keystroke.
8881         * gnus-art.el (gnus-treatment-function-alist): Change order of
8882         newsgroups/generic header folding to avoid double-folding.
8884         * message.el (message-hidden-headers): Add X-Draft-From.
8886         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8887         command.
8888         (gnus-summary-repeat-search-article-backward): New command.
8890         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8891         groups in the parent topic.
8893 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8895         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8896         (spam-extra-header-to-number): Return the CRM114 number as a
8897         number instead of a string.
8899 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8901         * gnus-art.el (gnus-face-properties-alist): Moved here from
8902         gnus-fun.
8904         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8906 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8908         * message.el (message-strip-forbidden-properties): Only display on
8909         self-insert-command.
8911         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8912         reindent.
8913         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8915 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8917         * smiley.el (smiley-style): Fix typo.
8919 2006-03-23  Kenichi Handa  <handa@m17n.org>
8921         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
8922         instead of set-buffer-multibyte.
8924 2006-03-23  Kenichi Handa  <handa@m17n.org>
8926         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
8927         buffer and then decode the buffer text if necessary.
8928         (rfc2231-encode-string): Be sure to work on multibyte buffer at
8929         first, and after mm-encode-body, change the buffer to unibyte.
8931 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8933         * hashcash.el (hashcash-insert-payment-async-2): Use
8934         message-goto-eoh instead of doing it manually.
8935         (mail-add-payment): Use message-narrow-to-header instead of trying
8936         to do the same itself.
8938         * message.el (message-hidden-headers): Add Face.
8940         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8941         reparenting code.
8942         (gnus-summary-reparent-children): Refactored out code.
8943         (gnus-summary-thread-map): New keystroke.
8944         (gnus-summary-reparent-children): Make into command.
8946         * smiley.el (smiley-style): Default to `medium' if using a large
8947         font.
8949         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8950         does it itself.
8952         * message.el (message-point-in-header-p): Simplify definition.
8954 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956         * nnagent.el (nnagent-request-set-mark): Silence log file
8957         writing.
8958         (nnagent-request-set-mark): Use write-region instead of
8959         append-to-file.
8961         * gnus-sum.el (gnus-read-header): Fudge article number if using a
8962         strange select method.
8964         * ecomplete.el (ecomplete-display-matches): Get highlightling
8965         right.
8966         (ecomplete-display-matches): Use literals.
8967         (ecomplete-display-matches): Disable message logging.
8969         * message.el (message-display-abbrev): Small optimization.
8971         * ecomplete.el (ecomplete-display-matches): Allow automatic
8972         display.
8974         * message.el (message-strip-forbidden-properties): Display
8975         abbrevs.
8976         (message-display-abbrev): Get automatic display right.
8978         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
8979         keystrokes.
8981 2006-04-13  Romain Francoise  <romain@orebokech.com>
8983         TODO: Backport to v5-10!
8985         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
8986         Moved here (and renamed) from gnus-registry.el.
8988         * gnus-registry.el: Require gnus-util.
8989         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
8991 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993         * gnus-group.el (gnus-group-catchup-current): Change
8994         if-then-else-if-then-else into cond.
8995         (gnus-group-catchup): Indent.
8996         (group-name-at-point): New function.
8997         (gnus-fetch-group): Provide default from thing at point.
8999 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001         * message.el (message-display-abbrev): Fix regexp.
9003         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9004         choosing.
9005         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9006         dead variables.
9008         * message.el (message-newline-and-indent): Remove debugging.
9009         (message-display-abbrev): Use new implementation.
9011 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9013         * gnus-art.el (gnus-article-mode): Set
9014         cursor-in-non-selected-windows to nil.
9016         * smiley.el: Revert previous change.
9017         (smiley-data-directory): defvar it before using it in the
9018         defcustom of `smiley-style'.
9020 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9022         * message.el (message-newline-and-indent): New function.
9024         * ecomplete.el: Implement more bits.
9026         * message.el (message-put-addresses-in-ecomplete): Clean up the
9027         string.
9029         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9031         * gnus-sum.el (gnus-summary-save-parts): Bind
9032         gnus-summary-save-parts-counter and use it to make unique file
9033         names.
9035         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9037         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9038         parameter to say whether to actually parse the individual
9039         addresses.
9041         * message.el (message-put-addresses-in-ecomplete): New function.
9042         (ecomplete): Require.
9043         (message-mail-alias-type): Add ecomplete as an option.
9045 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9047         * flow-fill.el (fill-flowed): Remove trailing space from blank
9048         quoted lines.
9050 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052         * smiley.el (smiley-style): Move definition later to avoid a
9053         compilation warning.
9055 2006-04-12  Kenichi Handa  <handa@m17n.org>
9057         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9058         buffer and then decode the buffer text if necessary.
9059         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9060         first, and after mm-encode-body, change the buffer to unibyte.
9061         Use mm-disable-multibyte instead of set-buffer-multibyte.
9063 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9065         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9066         Content-Type header instead of Content-Disposition header.
9067         (gnus-mime-inline-part): Ditto.
9068         (gnus-mime-view-part-as-charset): Ignore charset that the part
9069         specifies.
9071         * mm-decode.el (mm-display-part): Work with external parts and
9072         usual parts similarly.
9074         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9075         instead of gnus-display-mime.
9077         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9078         instead of with-temp-buffer.
9080         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9081         tag to summarized topics part in order to encode non-ASCII text.
9083 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9085         * smiley.el (smiley-style): New variable.
9086         (smiley-directory): New function.
9087         (smiley-data-directory): Derive from `smiley-style' using
9088         `smiley-directory'.
9089         (smiley-regexp-alist): Add new entries.
9091         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9092         (gnus-article-browse-delete-temp): Add :version.
9094 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9096         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9097         the sieve region.
9099 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9101         * gnus.el (gnus-version-number): Bump version.
9103 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9105         * gnus.el: No Gnus v0.4 is released.
9107 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9110         layout.
9112         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9113         unknown charset.
9115         * message.el (message-header-synonyms): Add Original-To to the
9116         default.
9118         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9119         optional parameter.
9121 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9123         * gnus-fun.el (gnus): Require it for gnus-directory.
9125 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9127         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9129 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9131         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9133 2006-04-05  Simon Josefsson  <jas@extundo.com>
9135         * password.el (password-reset): New function.
9137 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9139         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9140         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9142 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9144         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9145         Some whitespace was matched into the url, which broke browsing hits
9146         > 100 when mm-url-use-external was nil.
9148 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9150         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9151         gnus-extra-headers for 'Newsgroups.
9153         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9154         bound.
9156 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9158         * pgg-gpg.el: Clean up process buffers every time gpg processes
9159         complete.
9161 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9163         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9164         doc string.
9166 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9168         * pgg-gpg.el (pgg-gpg-process-filter)
9169         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9171         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9172         lines, temporary fix.
9174 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9176         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9178 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9180         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9181         default-enable-multibyte-characters.  This reverts the change from
9182         revision 6.17 which is no longer necessary because the passphrase
9183         is sent separately now.  GnuPG messages are unreadable under
9184         multibyte locales with default-enable-multibyte-characters set to
9185         nil.
9187 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9189         * message.el (message-tool-bar-gnome): Move "spell".
9191 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9193         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9194         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9195         instead.
9197 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9199         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9200         newsgroups handling for NNTP overviews which don't include
9201         Newsgroups.
9203 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9205         * message.el (message-resend): Bind message-generate-hashcash to nil.
9207 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9209         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9210         when searching for already-paid recipients.
9212 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9214         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9215         passphrases when it is not needed.
9216         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9217         passphrase stuff from gpg, should only be necessary when you use
9218         gpg with a smartcard.
9220 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9222         * mml.el (mml-insert-mime): Ignore cached contents of
9223         message/external-body part.
9225         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9226         (mm-insert-part): Ditto.
9228 2006-03-23  Simon Josefsson  <jas@extundo.com>
9230         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9231         Reiner.
9232         (pgg-gpg-use-agent-p): Use it again.
9234 2006-03-23  Simon Josefsson  <jas@extundo.com>
9236         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9237         older emacsen.
9238         (pgg-gpg-use-agent-p): Don't use it.
9240 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9242         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9243         if we can.
9245 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9247         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9248         (pgg-gpg-update-agent): New function.
9249         (pgg-gpg-use-agent-p): New function.
9250         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9251         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9252         (pgg-gpg-sign-region): Use it.
9254 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9256         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9257         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9259 2006-03-21  Simon Josefsson  <jas@extundo.com>
9261         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9262         <wilde@sha-bang.de>.
9263         (pgg-gpg-use-agent): New variable.
9264         (pgg-gpg-process-region): Use it.
9265         (pgg-gpg-encrypt-region): Likewise.
9266         (pgg-gpg-encrypt-symmetric-region): Likewise.
9267         (pgg-gpg-decrypt-region): Likewise.
9268         (pgg-gpg-sign-region): Likewise.
9269         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9271 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9273         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9275         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9276         Add comment on version.
9278 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9280         * smiley.el: Add missing test smiley.
9282 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9284         * mm-decode.el (mm-with-part): New macro.
9285         (mm-get-part): Use it; work with message/external-body as well.
9286         (mm-save-part): Treat name and filename equally.
9288         * mm-extern.el (mm-extern-cache-contents): New function.
9289         (mm-inline-external-body): Use it; force the part to be displayed;
9290         move undisplayer added to the cached handle to the parent.
9292         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9293         (gnus-mime-view-part-as-type): Work with message/external-body.
9295         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9297 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9299         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9300         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
9301         Emacs.]
9303 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9305         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9306         path rather than symbol.  Always return list of directories.
9307         Guarantee that image directory comes first.  [Sync with image.el,
9308         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
9310         * message.el (message-make-tool-bar): Adjust to new API of
9311         `gmm-image-load-path-for-library'.
9313         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9315         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9317 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9319         * gnus-art.el (gnus-article-only-boring-p):
9320         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9321         intangible text.
9322         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9324 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9326         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9327         `defun' instead of `gmm-defun-compat'.
9329 2006-03-14  Simon Josefsson  <jas@extundo.com>
9331         * message.el (message-unique-id): Don't use message-number-base36
9332         if (user-uid) is a float.
9333         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9335 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9337         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9339         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9340         empty line between a part and a message part.
9342 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9344         * smiley.el: Add more test smileys.
9345         (smiley-data-directory, smiley-regexp-alist)
9346         (gnus-smiley-file-types): Fix doc strings.
9347         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9348         adding new elements.
9349         (smiley-mouse-map): Unused code.  Make it a comment.
9351 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9353         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9354         scan latest NoCeM messages instead of old ones.
9355         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9356         delimiters that are recently used.
9357         (gnus-nocem-load-cache): Add autoload cookie.
9359         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9361         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9362         level which is larger than gnus-use-nocem is specified.
9364         * gnus-group.el (gnus-group-get-new-news): Ditto.
9366 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9368         * gnus-util.el (gnus-tool-bar-update): New function.
9370         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9371         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9373         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9375         * gnus-group.el (gnus-group-redraw-when-idle)
9376         (gnus-group-redraw-check): Remove.
9377         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9379 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9381         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9382         if optional last element is specified in splits (FIELD VALUE...).
9384 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9386         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9387         to gmm-image-load-path-for-library.  Call with no-error argument.
9388         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9390         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9392         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9394         * gmm-utils.el (gmm-image-load-path): Remove alias.
9396 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9398         * gmm-utils.el (gmm-image-load-path): Add alias.
9400         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9401         nnml-generate-nov-databases-1.
9402         (nnml-generate-nov-databases): Use it.
9403         (nnml-generate-nov-databases-directory): Document no-active
9404         argument.
9406         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9407         directory if path is t.  Add no-error.
9409         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9410         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9412         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9413         resetting gnus-article-browse-html-temp-list.
9415         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9416         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
9417         Add example to docstring.  Rename local variables.  Move error
9418         checks to default case in cond and simplify.
9420 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9422         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9423         handle is multipart when calling it recursively.
9424         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9426 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9428         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9429         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9431 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9433         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9434         is loaded.
9436         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9437         loaded.
9439 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9441         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9442         to "Emacs 23 (unicode)" in doc string.
9444         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9445         "Emacs 23 (unicode)" in comment.
9447 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9449         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9451         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9452         characters 160 through 255 in Emacs 23.
9454 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9456         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9457         gnus-article-browse-html-temp.
9458         (gnus-article-browse-delete-temp): Make it customizable.  Add
9459         `file'.  Adjust doc string.
9460         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9461         query for each file.  Adjust doc string.
9462         (gnus-article-browse-html-parts): Add
9463         `gnus-article-browse-delete-temp-files' to
9464         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9466 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9468         * gnus-art.el (gnus-article-browse-html-temp)
9469         (gnus-article-browse-delete-temp): New variables.
9470         (gnus-article-browse-delete-temp-files): New function.
9471         (gnus-article-browse-html-parts): Use it.
9473 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9475         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9477         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9478         string.
9480         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9481         gnus-summary-insert-new-articles when unplugged.  Remove
9482         gnus-summary-search-article-forward.
9484         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9485         display-visual-class instead of display-color-cells.
9487 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9489         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9490         message/* containing non-ASCII text properly.
9492 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9494         * message.el: Require gmm-utils, remove autoloads.
9495         (message-tool-bar): Set default based on
9496         gmm-tool-bar-style.
9497         (message-tool-bar-gnome): Add gmm-customize-mode.
9499         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9500         gmm-tool-bar-style.
9501         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9503         * gnus-group.el (gnus-group-tool-bar): Set default based on
9504         gmm-tool-bar-style.
9505         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9507         * gmm-utils.el (gmm-image-directory): Rename variable from
9508         gmm-image-load-path.
9509         (gmm-image-load-path): Use gmm-image-directory.
9510         (gmm-customize-mode): New function.
9511         (gmm-tool-bar-style): New variable.
9513         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9514         gnus-group-redraw-line-number.
9515         (gnus-group-redraw-check): Simplify.
9516         (gnus-group-tool-bar-update): Remove redraw check.
9517         (gnus-group-make-tool-bar): Add redraw check.
9519 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9521         * gnus-art.el (gnus-button): Add missing parentheses.
9523 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9525         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9527 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9529         * gnus-art.el (gnus-button): New face.
9530         (gnus-article-button-face): Use it.
9532         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9533         gnus-summary-next-page.  Re-order.
9535         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9536         next-node are now included.
9537         (gnus-group-redraw-line-number): New internal variable.
9538         (gnus-group-redraw-check): Helper function for updating the tool
9539         bar.
9540         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9542         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9544         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9545         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9546         Use it to match format of Spamassassin 3.0 and later.  Reported by
9547         IRIE Tetsuya <irie@t.email.ne.jp>.
9548         (spam-check-bogofilter)
9549         (spam-bogofilter-register-with-bogofilter): Fix args of
9550         `gnus-error' calls.
9552 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9554         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9555         unnecessary interaction when sending queued mails.  Reported by
9556         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9558 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9560         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9561         first or last are nil.
9563 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9565         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9567 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9571 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573         * dns.el (query-dns): Protect more against buggy tcp output.
9575 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9577         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9578         nov.php.
9580 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9582         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9583         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9584         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9585         output on the server side.
9586         (nnweb-google-create-mapping): Update regexps and add some
9587         progress indication.
9589 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9591         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9592         gnus-agent-toggle-plugged.  Re-order icons.
9593         (gnus-group-tool-bar-gnome): Add
9594         gnus-group-{prev,next}-unread-group.
9595         (gnus-group-tool-bar-gnome): Re-order icons.
9597         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9598         gnus-summary-insert-new-articles.
9600         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9601         comments.
9603         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9604         also available in Emacs 21.3.
9606         * message.el (message-fix-before-sending): Change "Emacs 22" to
9607         "Emacs 23 (unicode)" in comment.
9609         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9610         "Emacs 23 (unicode)" in comment.
9612         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9613         comment.
9614         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9616         * mm-view.el (mm-fill-flowed): Add :version.
9618 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9620         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9621         and load-path.
9623 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9625         * message.el: Autoload gmm-image-load-path.
9626         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9627         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9628         consitency.
9630         * gmm-utils.el (gmm-image-load-path): Also search in
9631         "../etc/images".  Don't set gmm-image-load-path if we don't find
9632         the image.
9634 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9636         * gmm-utils.el (gmm-image-load-path): Don't make
9637         `gmm-image-load-path' include subdirectories which the second arg
9638         `image' might specify.
9640         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9641         subdirectory to icon file names.
9643         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9645 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9647         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9648         gmm-image-load-path calls.
9650         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9652         * message.el (message-make-tool-bar): Ditto.
9654         * mml.el (mml-preview): Added comment concerning tool bar icons.
9656         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9657         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9659         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9660         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9662         * message.el (message-tool-bar-gnome): Use new icon names.
9663         (message-make-tool-bar): Use `gmm-image-load-path'.
9665         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9666         functions from MH-E.
9667         (gmm-image-load-path): New variable from MH-E.
9668         (gmm-image-load-path): New function from MH-E.  Added arguments
9669         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9670         *-image-load-path-called-flag.
9672 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9674         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9676 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9678         * nnimap.el (nnimap-request-move-article): Change folder back to
9679         source group before deleting.
9681 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9683         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9685         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9686         mm-url.
9688         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9690 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9692         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9693         coding system which mm-charset-to-coding-system returns for a
9694         given charset is valid.
9696 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9698         * html2text.el (html2text-remove-tag-list):
9699         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9701 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9703         * gnus-cus.el: Revert 2005-10-17 change.
9705 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9707         * gnus-art.el (article-strip-banner): Call
9708         article-really-strip-banner only when the regexp match is made.
9710 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9712         * gnus-art.el (article-strip-banner): Use
9713         gnus-extract-address-components instead of
9714         mail-header-parse-addresses to make it work with non-ASCII text;
9715         remove mail-encode-encoded-word-string.
9717         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9718         values which are surrounded with \"...\"; make it never cause a
9719         Lisp error; give up parsing of parameters if it failed in
9720         extracting type.
9722 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9724         * smime.el (smime-cert-by-ldap-1): Fix bug where
9725         `smime-ldap-search' returns results without userCertificates.
9727 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9729         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9731 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9733         * spam.el (spam-check-spamassassin-headers): Adapt format for
9734         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9735         <ari@mbf.ocn.ne.jp>.
9736         (spam-list-of-processors): Add spam-use-gmane.
9738 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9740         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9741         make-temp-file; make it work with XEmacs as well.
9743         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9744         mm-make-temp-file.
9746         * mm-decode.el (mm-display-external): Use the 3rd arg of
9747         mm-make-temp-file.
9748         (mm-create-image-xemacs): Ditto.
9750 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9752         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9753         with message-narrow-to-headers.
9754         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9755         (gnus-draft-check-draft-articles): New function.
9756         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9758 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9760         * gnus-art.el (gnus-article-browse-html-parts):
9761         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9762         Don't use suffix argument for mm-make-temp-file for Emacs 21
9763         compatibility.  Remove useless `format'.
9765 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9767         * nnweb.el (nnweb-google-wash-article): Update regexps.
9768         (nnweb-group-alist): Use defvoo instead of defvar.
9770 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9772         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9773         re-loading nn* modules.
9775 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9777         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9778         for `tool-bar-mode' and don't check it's default-value.
9780         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9782         * message.el (message-make-tool-bar): Ditto.
9784         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9785         `substring'.  Shorten tmp-file name.
9787         * gnus.el: Remove bogus comment.
9789 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9791         * gnus-art.el (gnus-article-browse-html-parts): New function.
9792         (gnus-article-browse-html-article): New function for viewing html
9793         articles with a browser.
9795 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9797         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9798         (mml2015-pgg-encrypt): Ditto.
9800         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9801         (mml1991-pgg-encrypt): Ditto.
9803 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9805         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9806         message-make-date instead of current-time-string.
9808         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9809         to gnus-decoded which mm-uu might set.
9811 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9813         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9814         don't decode quoted parameters; remove misimported Emacs code.
9815         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9816         (rfc2231-decode-encoded-string): Don't use split-string which
9817         behaves differently according to Emacs version; use
9818         mm-decode-coding-region to convert charset to coding-system.
9819         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9820         (rfc2231-encode-string): Remove misimported Emacs code.
9822 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9824         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9825         when calling mail-header-parse-content-type.
9826         (article-de-quoted-unreadable): Ditto.
9827         (article-de-base64-unreadable): Ditto.
9828         (article-wash-html): Ditto.
9830         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9831         calling mail-header-parse-content-type and
9832         mail-header-parse-content-disposition.
9833         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9834         mail-header-parse-content-type.
9836         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9837         insert charset and format parameters; encode description after
9838         inserting it to buffer.
9839         (mml-insert-parameter): Fold lines properly even if a parameter is
9840         segmented into two or more lines; change the max column to 76.
9842         * rfc1843.el (rfc1843-decode-article-body): Don't use
9843         ignore-errors when calling mail-header-parse-content-type.
9845         * rfc2231.el (rfc2231-parse-string): Return at least type if
9846         possible; don't cause an error even if it fails in parsing of
9847         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9848         (rfc2231-encode-string): Don't break lines at the beginning, leave
9849         it to mml-insert-parameter.
9851         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9852         calling mail-header-parse-content-type.
9854 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9856         * spam-report.el (spam-report-gmane-use-article-number):
9857         Improve doc string.
9858         (spam-report-gmane-internal): Check if a suitable header was found
9859         in the article.
9861 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9863         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9864         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9866 2006-02-05  Romain Francoise  <romain@orebokech.com>
9868         Update copyright notices of all files in the gnus directory.
9870 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9872         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9874 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9876         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9877         segmented lines of parameter value to cope with Thunderbird 1.5
9878         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9879         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9880         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9882 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9884         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9885         parts.
9887 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9889         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9890         there's only one active file for all servers.
9891         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9892         solid groups.  Gnus might have used a FAST request to select the group.
9893         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9894         and nnweb-search redundantly in the active file.
9895         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9896         (nnweb-request-create-group): Don't use ARGS.
9897         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9898         initialisations.  Let nnoo do the work.
9900 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9902         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9903         Say the part has been decoded.
9905         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9907 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9909         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9910         mailcap-viewer-test-cache when there's no 'test clause, since that
9911         will invert the meaning of a "nil" test previously determined by
9912         mailcap-mailcap-entry-passes-test.
9914 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9916         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9917         compiling.
9919         * gnus-sum.el: Ditto.
9921         * message.el: Don't bind tool-bar-map when compiling.
9923 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9925         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9927 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9929         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9930         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9931         current Google Groups.
9933 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9935         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9936         and tool-bar-mode.
9938         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9939         and tool-bar-mode.
9941         * message.el (message-tool-bar-update): Simplify.
9942         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9944         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
9945         gnus-summary-buffer.
9946         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
9947         gnus-summary-reply.
9949         * gmm-utils.el (gmm): Add :version.
9951 2006-01-26  Steve Youngs  <steve@sxemacs.org>
9953         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
9954         autoload.
9956 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9958         * gmm-utils.el (gmm-verbose): Add :group.
9960 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
9962         * message.el: Change some comments WRT tool-bars.
9964         * gnus-sum.el (gnus-summary-tool-bar)
9965         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
9966         (gnus-summary-tool-bar-zap-list): New variables.
9967         (gnus-summary-make-tool-bar): Complete rewrite using
9968         `gmm-tool-bar-from-list'.
9970         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
9971         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
9972         variables.
9973         (gnus-group-make-tool-bar): Complete rewrite using
9974         `gmm-tool-bar-from-list'.
9975         (gnus-group-tool-bar-update): New function.
9977         * message.el (message-mode-field-menu): Add "Show hidden Headers".
9979 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9981         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
9982         is dissected into a single part of which the type is the same as
9983         the given one; decode charset.
9985 2006-01-21  Kevin Ryde  <user42@zip.com.au>
9987         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
9988         into alists as symbol not string, since that's what
9989         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
9990         look for.
9992 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
9994         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
9995         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
9997         * message.el (message-tool-bar-gnome): Use gmm-ignore.
9999 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10001         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10002         (gnus-mime-security-button-menu): New definition.
10003         (gnus-mime-security-button-map): Use them.
10004         (gnus-mime-security-button-menu): New function.
10005         (gnus-insert-mime-security-button): Addition to help echo.
10006         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10007         (gnus-mime-security-pipe-part): New functions.
10009         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10010         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10012         * mm-decode.el (mm-handle-set-disposition): Remove.
10013         (mm-handle-set-description): Remove.
10015 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10017         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10018         (mm-w3m-standalone-supports-m17n-p): New function.
10019         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10020         w3m usage.
10022         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10023         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10025 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10027         * message.el (message-tool-bar-zap-list): Use
10028         gmm-tool-bar-zap-list as custom type.
10029         (message-tool-bar-update): New function.
10030         (message-tool-bar, message-tool-bar-gnome)
10031         (message-tool-bar-retro): Add message-tool-bar-update.
10032         (message-tool-bar-gnome): Add flyspell-buffer.
10034         * gnus-util.el (gnus-error): Describe `args'.
10036         * gmm-utils.el (gmm-error): Describe `args'.
10037         (gmm-tool-bar-zap-list): New widget.
10038         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10040 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10042         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10043         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10044         the number of recursive calls.
10046         * mm-decode.el (mm-handle-set-disposition): New macro.
10047         (mm-handle-set-description): New macro.
10049 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10051         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10052         encoding.
10054 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10056         * message.el (message-tool-bar-zap-list, message-tool-bar)
10057         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10058         (message-tool-bar-local-item-from-menu): Remove.
10059         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10060         (message-make-tool-bar): New function.
10061         (message-mode): Use `message-make-tool-bar'.
10063         * gmm-utils.el: New file.
10064         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10065         (gmm-lazy): New widget copied from `nnmail.el'.
10066         (gmm-tool-bar-from-list): New function for creating customizable
10067         tool bars.
10068         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10069         output.
10070         (gmm): Add :prefix to defgroup.
10072 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10074         * gmm-utils.el (gmm-widget-p): New function.
10076 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10078         * mml.el (mml-attach-file): Describe `description' in doc string.
10079         (mml-menu): Add Emacs MIME manual and PGG manual.
10081 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10083         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10085 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10087         * nntp.el (nntp-end-of-line): Doc fix.
10089 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10091         * imap.el (imap-open): Handle case where buffer is a buffer
10092         object.
10094 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10096         * gnus-delay.el (gnus-delay): Don't autoload.
10097         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10098         to be re-loaded when customizing the `gnus-delay' group.
10100 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10102         * message.el (message-insert-citation-line): Use newlines.
10104 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10106         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10108         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10110 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10112         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10114 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10116         * mm-decode.el (mm-inlined-types): Add application/pgp.
10117         (mm-automatic-display): Ditto.
10119         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10120         part as text.
10122 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10124         * nnrss.el: Update copyright.
10125         (nnrss-opml-import): Query whether to subscribe to each entry.
10127         * gnus-art.el:
10128         * gnus-sum.el:
10129         * mm-uu.el:
10130         * mm-view.el: Update copyright.
10132 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10134         * message.el (message-info): New function.
10135         (message-mode-menu): Add it.
10136         Update copyright.
10138         * ChangeLog: Fix and update copyright.
10140 2006-01-13  Romain Francoise  <romain@orebokech.com>
10142         * message.el (message-forward-subject-name-subject): Prefer the
10143         address to 'nowhere' if the sender has no name.
10144         Fix typo.  Update copyright year.
10146 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10148         * gnus-art.el (article-wash-html): Use
10149         gnus-summary-show-article-charset-alist if a numeric arg is given.
10150         (gnus-article-wash-html-with-w3m-standalone): New function.
10152         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10153         mm-inline-text-html-render-with-w3m-standalone.
10154         (mm-text-html-washer-alist): Map w3m-standalone to
10155         gnus-article-wash-html-with-w3m-standalone.
10156         (mm-inline-text-html-render-with-w3m-standalone): New function.
10158 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10160         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10161         Improve LaTeX.
10163 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10165         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10166         (nnrss-request-article): Render text/plain parts as HTML.
10168         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10169         the buffer.
10171 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10173         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10174         custom definition of `gnus-posting-styles'.
10176         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10177         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10179 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10181         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10182         Use nntp for bug archive.
10184 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10186         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10187         parts.
10188         (nnrss-normalize-date): New function converts ISO 8601 date into
10189         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10190         (nnrss-check-group): Use it.
10192 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10194         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10196         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10197         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10198         (nnrss-insert-w3): Ditto.
10200 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10202         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10203         the articles to be forwarded including the case where neither a
10204         number of articles nor a region is specified.
10206 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10208         * nnrss.el (nnrss-request-article): Fix last change; fill
10209         text/plain parts.
10211 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10213         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10214         in text/plain part.
10215         (nnrss-check-group): Don't add excessive newline to dc:subject.
10217 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10219         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10220         article.
10222 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10224         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10225         (nnml-use-compressed-files, nnml-save-mail): Support other
10226         comression programs such as bzip2.
10228 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10230         * dns.el (query-dns): Make sure we check the buffer size before
10231         removing tcp headers.
10233 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10235         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10236         remove MIME buttons associated with multipart/alternative parts.
10237         (gnus-mime-display-alternative): Tag buttons using `article-type'
10238         text property.
10240         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10241         associated with multipart/alternative parts.
10243         * gnus-art.el (gnus-signature-separator): Fix custom type.
10245         * mm-decode.el (mm-inlined-types): Fix custom type.
10246         (mm-keep-viewer-alive-types): Ditto.
10247         (mm-automatic-display): Ditto.
10248         (mm-attachment-override-types): Ditto.
10249         (mm-inline-override-types): Ditto.
10250         (mm-automatic-external-display): Ditto.
10252 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10254         * spam-report.el (spam-report-user-mail-address)
10255         (spam-report-user-agent): New variables.
10256         (spam-report-url-ping-plain): Use spam-report-user-agent.
10258 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10260         * gnus-art.el (gnus-button-handle-custom): Do not just use
10261         `customize-apropos' for any "M-x customize-*" button but the
10262         function called for.  Accept both the function name and its
10263         argument in order to achieve this.
10264         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10265         function name to `gnus-button-handle-custom' in case of "M-x
10266         customize-*" buttons.
10268 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10270         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10271         multipart/alternative and add xref to mm-discouraged-alternatives
10272         in doc string.
10274         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10275         gnus-buttonized-mime-types in doc string.
10277 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10279         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10280         Suggest image/.* in the doc string.
10282 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10284         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10285         message-marks (Debian bug #342521).
10287 2005-12-12  Simon Josefsson  <jas@extundo.com>
10289         * password.el (password-read-from-cache): Add.
10290         (password-read): Use it.
10292 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10294         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10295         us-ascii as a MIME charset.
10297         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10298         against the case where the 2nd arg TYPE is nil.
10300 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10302         * pop3.el (pop3-stream-type): Fix custom version.
10304         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10306 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10308         * mm-decode.el (mm-display-external): Add missing cdr.
10310 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10312         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10313         RFC1524) if it is in mailcap or add a suffix according to
10314         mailcap-mime-extensions when generating a temp filename; postpone
10315         deleting a temp file for 2 seconds for some wrappers, shell
10316         scripts, and so on, which might exit right after having started a
10317         viewer command as a background job.
10319 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10321         * nntp.el (nntp-marks-directory): Fix custom group.
10323         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10324         steps when < 10.
10326         * gnus-start.el (gnus-no-server-1): Mention
10327         `gnus-level-default-subscribed' in doc string.
10329 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10331         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10332         parens.
10334 2005-11-26  Dave Love  <fx@gnu.org>
10336         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10337         (tls-program, tls-success): Provide openssl alternative.
10339         * starttls.el: Doc fixes.
10340         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10341         SERVICE to PORT.
10343         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10344         port null or service name.
10345         (starttls-negotiate): Autoload.
10347 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10349         * message.el (message-kill-to-signature): Fix interactive spec.
10351 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10353         * pop3.el (pop3-open-server): Recognize a string as a service name.
10355 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10357         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10359 2005-11-23  Dave Love  <fx@gnu.org>
10361         Add pop3s, pop3/starttls.
10363         * pop3.el (pop3-authentication-scheme): Clarify doc.
10364         (open-tls-stream, starttls-open-stream): Autoload.
10365         (pop3-stream-type): New.
10366         (pop3-open-server): Use it.
10368         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10369         for POP.
10370         (mail-source-keyword-map): Add :stream for POP.
10371         (mail-source-fetch-pop): Use pop3-stream-type.
10373 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10375         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10376         of current-time-string.
10378 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10380         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10381         date header.
10383 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10385         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10386         it can seriously impact performance as it bypasses the agent's
10387         local caches.
10389 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10391         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10392         must be explicitly online rather than "not explicitly offline" for
10393         its flags to be synchronized.
10395         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10396         that gnus-uu-unmark-thread will function correctly.
10398         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10399         1024K is instead displayed as 1M.
10401 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10403         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10405 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10407         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10409 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10411         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10412         error message to display actual error condition.
10413         (gnus-agent-save-local): Avoid saving symbols that are bound to
10414         nil as they simply result in a warning message in
10415         gnus-agent-read-local.
10417 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10419         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10420         rather than make-variable-buffer-local for file-precious-flag.
10422 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10424         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10425         for duplicates which are removed.  The invalid sort check then
10426         triggers a rescan after the sort as sorting may have moved
10427         duplicate entries such that they can be cheaply detected.
10429 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10431         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10433 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10435         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10436         internal variable to a custom variable.  Changed default value
10437         from compressed(2) to uncompressed(1).
10438         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10439         support for uncompressed agentview files.  Taken together, reading
10440         the agentview file should now be 6-7 times faster.
10442 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10444         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10445         as a buffer-local variable.  This avoids creating truncated
10446         dribble files as a result of a hang up, eg.
10448 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10450         * gnus-start.el (gnus-start-draft-setup): Enforce
10451         `gnus-draft-mode' for nndraft:drafts at startup.
10453         * gnus.el (gnus-splash): Change custom group.
10454         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10455         allow-list argument.
10457         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10458         string.
10460 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10462         * gnus-art.el (gnus-default-article-saver): Add user-defined
10463         `function' to custom type.
10465 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10467         * imap.el (imap-open): Handle case where buffer is a buffer
10468         object.
10470 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10472         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10473         long lines.
10474         (gnus-cache-delete-group): Wrap doc strings.
10476         * gnus-agent.el (gnus-agent-rename-group)
10477         (gnus-agent-delete-group): Wrap doc strings.
10479 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10481         * gnus-start.el (gnus-1): Add "native" to
10482         gnus-predefined-server-alist.
10484         * gnus.el (gnus-method-to-server): Don't add "native" to the
10485         lists here, because that leads to problems when
10486         gnus-select-method is bound.
10488 2005-11-09  Simon Josefsson  <jas@extundo.com>
10490         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10491         use (not sort-by-date) instead.
10493 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10495         * gnus-delay.el (gnus-delay-group): Don't autoload.
10496         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10497         to be re-loaded when customizing the `gnus-delay' group.
10499 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10501         * message.el: Revert last changes.
10502         (message-insert-citation-line): Use newlines.
10504 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10506         * message.el (message-courtesy-message)
10507         (message-mark-insert-begin, message-mark-insert-end)
10508         (message-elide-ellipsis, message-cancel-message)
10509         (message-add-header, message-change-subject)
10510         (message-cross-post-followup-to-header)
10511         (message-cross-post-insert-note, message-reduce-to-to-cc)
10512         (message-widen-reply, message-delete-not-region)
10513         (message-kill-to-signature, message-insert-signature)
10514         (message-insert-importance-high, message-insert-importance-low)
10515         (message-insert-or-toggle-importance)
10516         (message-insert-disposition-notification-to)
10517         (message-indent-citation, message-yank-original)
10518         (message-cite-original-without-signature, message-cite-original)
10519         (message-insert-citation-line, message-position-on-field)
10520         (message-fix-before-sending, message-send-mail-partially)
10521         (message-send-mail, message-send-mail-with-sendmail)
10522         (message-send-mail-with-qmail, message-send-news)
10523         (message-check-news-header-syntax, message-generate-headers)
10524         (message-insert-courtesy-copy, message-fill-address)
10525         (message-fill-header, message-shorten-references)
10526         (message-setup-1, message-cancel-news)
10527         (message-forward-make-body-plain, message-forward-make-body-mime)
10528         (message-forward-make-body-mml, message-encode-message-body)
10529         (message-forward-make-body-digest-plain)
10530         (message-forward-make-body-digest-mime)
10531         (message-use-alternative-email-as-from): Insert `hard-newline'
10532         instead of ordinary newlines.
10534 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10536         * message.el (message-generate-headers): Downcase the argument
10537         given to message-check-element.
10539 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10541         * nntp.el (nntp-authinfo-rejected): New error condition.
10542         (nntp-wait-for): Use new error condition to signal authentication
10543         error.
10544         (nntp-retrieve-data): Rethrow new error condition to break out of
10545         recursive call to nntp-send-authinfo.
10547 2005-11-08  Romain Francoise  <romain@orebokech.com>
10549         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10550         (gnus-summary-exit-map): Bind to `Z p'.
10551         (gnus-summary-make-menu-bar): Add menu item.
10553 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10555         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10556         (gnus-treat-*): Add `first' in all doc strings.
10558         * gnus-group.el (gnus-group-compact-group): Fix typo.
10560 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10562         * gnus.el (gnus-parameters-case-fold-search): New variable.
10563         (gnus-parameters-get-parameter): Use it.
10565         * gnus-score.el (gnus-home-score-file): Doc fix.
10567 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10569         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10571 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10573         * mm-util.el (mm-special-display-p): New function.
10575         * mml.el (mml-preview): Use it; doc fix.
10577 2005-10-29  Romain Francoise  <romain@orebokech.com>
10579         * message.el (message-fix-before-sending): Fix comment.
10581 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10583         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10585 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10587         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10588         Used in gnus-score.el.
10590 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10592         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10594 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10596         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10597         whitespace removed in revision 7.8.  Use concatenated string to
10598         protect trailing whitespace.
10600 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10602         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10603         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10604         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10605         Courier IMAP ("some version from 2004").  Mostly based on similar
10606         code in the same function.
10608 2005-10-26  Didier Verna  <didier@xemacs.org>
10610         * gnus-group.el (gnus-group-compact-group): Invalidate original
10611         article buffer.
10612         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10613         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10614         NOV database and in article itself.
10615         Invalidate article backlog.
10617 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10619         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10621 2005-10-26  Simon Josefsson  <jas@extundo.com>
10623         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10624         part of 2004-07-25 change.
10626 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10628         * message.el (message-display-completion-list): New function.
10629         (message-expand-group): Use it; make sure the Completions buffer
10630         is modifiable.
10632 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10634         * imap.el (imap-open): Handle case where buffer is a buffer object.
10636 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
10638         * pgg-def.el:
10639         * pgg-gpg.el:
10640         * pgg-parse.el:
10641         * pgg-pgp.el:
10642         * pgg-pgp5.el:
10643         * pgg.el: Move to the parent lisp directory.
10645 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10647         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10648         user-mail-name is an empty string.
10650 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10652         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10653         depending on gnus-score-decay-constant.
10655         * encrypt.el (encrypt-insert-file-contents)
10656         (encrypt-write-file-contents): Don't use `gnus-message'.
10658         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10659         arguments.
10660         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10661         arguments to mm-uu-verbatim-marks-extract.
10662         (mm-uu-hide-markers): New variable.
10663         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10665         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10666         (gnus-convert-image-to-face-command): Use "convert" by default to
10667         allow other input image formats.
10668         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10669         accordingly.
10671 2005-10-23  Simon Josefsson  <jas@extundo.com>
10673         * imap.el (imap-gssapi-program): Align command line parameters
10674         with latest GNU SASL.
10675         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10677 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10680         HTML.
10681         (nnslashdot-request-article): Ditto.
10683 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10685         * mail-source.el (mail-source-fetch-pop): Require pop3.
10686         (mail-source-check-pop): Ditto.
10688 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10690         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10691         errors.
10693 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10695         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10696         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10698         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10700         * mm-bodies.el (mm-decode-string): Call
10701         `mm-charset-to-coding-system' with allow-override argument.
10703 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10705         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10706         (rfc2047-charset-to-coding-system): New function.
10707         (rfc2047-decode-encoded-words): New function.
10708         (rfc2047-decode-region): Use them.
10709         (rfc2047-decode-cte): Remove.
10710         (rfc2047-parse-and-decode): Remove.
10711         (rfc2047-decode): Remove.
10713 2005-10-15  Kenichi Handa  <handa@m17n.org>
10715         * rfc2047.el (rfc2047-decode-cte): New function.
10716         (rfc2047-decode-region): Change the way to decode successive
10717         encoded-words: decode B- or Q-encoding in each encoded-word,
10718         concatenate them, and decode it as charset.
10720 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10722         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10723         widget-move-and-invoke.
10724         (gnus-custom-mode): Use gnus-custom-map.
10726 2005-10-15  Bill Wohler  <wohler@newt.com>
10728         * message.el (message-tool-bar-map): Renamed image file from
10729         mail_send to mail/send.
10731 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10733         * message.el (message-expand-group): Pass the common
10734         prefix substring of completion to `display-completion-list'.
10736 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10738         * mml-sec.el (mml-secure-method): New internal variable.
10739         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10740         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10741         functions using mml-secure-method.
10743         * mml.el (mml-mode-map): Add key bindings for those functions.
10744         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10745         Harder <harder@myrealbox.com>.
10746         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10747         end of message if point is the headers of the message.
10749         * message.el (message-in-body-p): New function.
10751         * assistant.el: Autoload gnus-util and netrc.
10753         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10754         Use `mm-charset-override-alist' only when decoding.
10756         * mm-bodies.el (mm-decode-body): Call
10757         `mm-charset-to-coding-system' with allow-override argument.
10759         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10760         `filename' from Content-Disposition if Content-Type doesn't
10761         provide `name'.
10762         (gnus-mime-view-part-as-type): Set default instead of
10763         initial-input.
10765 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10767         * format-spec.el (format-spec): Propagate text properties of % spec.
10769 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10771         * gnus-art.el (gnus-treat-predicate): Add `first'.
10773 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10775         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10776         (mm-charset-override-alist): New variable.
10777         (mm-charset-to-coding-system): Use it.
10778         (mm-codepage-setup): New helper function.
10779         (mm-charset-eval-alist): New variable.
10780         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10781         about unknown charsets.
10783 2005-10-04  David Hansen  <david.hansen@gmx.net>
10785         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10786         (nnrss-check-group): Ditto.
10788 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10790         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10791         Rename x-gnus-verbatim to x-verbatim.
10792         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10794         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10795         x-verbatim.
10797         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10799         * gnus-util.el (gnus-remove-duplicates): Remove.
10801         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10802         instead of gnus-remove-duplicates.
10804         * message.el (message-remove-duplicates): Remove.
10805         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10806         message-remove-duplicates.
10808         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10809         available, else use implementation from `delete-dups'.
10811         * message.el (message-insert-expires): New function.
10812         (message-mode-map): Add key binding.
10813         (message-mode-field-menu): Add menu entry.
10814         (message-mode): Document it.
10815         (message-make-expires-date): Use `message-make-date'.
10817 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10819         * message.el (message-make-expires-date): New function.
10821 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10823         * time-date.el: Autoload parse-time-string, XEmacs needs it.
10825 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10827         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
10828         function rather than the diff-mode.el package.
10829         (mm-display-external): Use with-current-buffer.
10830         (mm-viewer-completion-map, mm-viewer-completion-map):
10831         Move initialization inside declaration.
10833 2005-09-29  Simon Josefsson  <jas@extundo.com>
10835         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
10836         autoload mail-check-payment.
10837         (spam-check-hashcash): Define unconditionally, since hashcash.el
10838         is part of Gnus now.  Ignore errors from payment checking.
10840 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10842         * message.el (message-bold-region, message-unbold-region): Rename
10843         from `bold-region' and `unbold-region'.
10845         * message.el: Remove useless autoloads.
10847 2005-09-28  Simon Josefsson  <jas@extundo.com>
10849         * message.el (message-use-idna): Default to t.
10850         (message-use-idna): Test whether encoding works too.  Doc fix.
10852 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10854         * nntp.el (nntp-warn-about-losing-connection): Remove.
10856 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10858         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
10859         customizable.  Change default value.
10860         (mm-uu-diff-groups-regexp): Change default value.
10861         (mm-uu-type-alist): Add doc string.
10862         (mm-uu-configure): Add doc string.  Make it interactive.
10863         (mm-uu-tex-groups-regexp): New variable.
10864         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
10865         (mm-uu-type-alist): Add LaTeX documents.
10866         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
10867         of "text/verbatim".
10868         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
10870         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
10871         instead of "text/verbatim".
10873         * message.el (message-mark-inserted-region)
10874         (message-mark-insert-file): Use slrn style marks when called with
10875         prefix argument.
10877 2005-09-27  Simon Josefsson  <jas@extundo.com>
10879         * message.el (message-idna-to-ascii-rhs-1): Reformat.
10881 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
10883         * message.el (message-remove-duplicates): New function.
10884         Implementation borrowed from `gnus-remove-duplicates'.
10885         (message-idna-to-ascii-rhs): Also encode idna addresses in
10886         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10887         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
10888         only ask about the same idna domain once per header and also tell
10889         in what header to replace the idna domain.
10891         * gnus-art.el (article-decode-idna-rhs): Also decode idna
10892         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
10893         (article-decode-idna-rhs): Fix regexp so that all idna-address in
10894         a header is decoded and not just the last one.
10896 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10898         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
10899         has been decoded.
10901         * mm-decode.el (mm-automatic-display): Add text/verbatim.
10902         (mm-insert-part): Don't modify text if it has been decoded.
10904         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
10905         decoded.
10907         * mm-view.el (mm-inline-text): Don't strip text props unless
10908         decoding enriched or richtext parts.
10910 2005-09-25  Romain Francoise  <romain@orebokech.com>
10912         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
10913         * gnus-start.el (gnus-subscribe-interactively):
10914         * gnus-uu.el (gnus-uu-grab-articles):
10915         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
10916         space.
10918 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10920         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
10921         * mm-view.el (mm-view-pkcs7-decrypt):
10922         * gnus-sum.el (gnus-summary-limit-to-extra)
10923         (gnus-summary-respool-article, gnus-read-move-group-name):
10924         * gnus-score.el (gnus-summary-increase-score):
10925         * gnus-util.el (gnus-completing-read-with-default):
10926         * gnus-art.el (gnus-read-save-file-name)
10927         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
10928         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
10929         * message.el (message-check-news-header-syntax):
10930         Follow convention for reading with the minibuffer.
10932 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
10934         * spam-report.el (spam-report-url-ping-plain):
10935         Use gnus-extended-version as User-Agent.
10937         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
10938         default value is nil.
10940         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
10941         (mm-uu-verbatim-marks-extract): New function.
10942         (mm-uu-extract): New face.
10943         (mm-uu-copy-to-buffer): Use it.
10945         * spam-report.el (spam-report-gmane-ham): Renamed from
10946         `spam-report-gmane-unspam'.
10947         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
10948         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
10950         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
10951         Autoload.
10952         (spam-report-gmane-unregister-routine): Renamed
10953         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
10955 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
10957         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
10958         (spam-report-gmane-unregister-routine): Add support for gmane
10959         unregistration.
10961         * spam-report.el (spam-report-gmane-unspam)
10962         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
10963         (spam-report-gmane): Change to take a single article and do unspam
10964         registration.
10966 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10968         * mm-url.el (mm-url-decode-entities): Fix regexp.
10970 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10972         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
10973         default to nil, to be able to use Gnus at all.  If the default
10974         switches to something else, then the function should be fixed not
10975         be exceedingly slow.
10977 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
10979         * gnus-start.el (gnus-activate-group): If the server is nil, don't
10980         fail hard.
10982         * spam-report.el: Add better Keywords line.
10984         * spam.el: Add Maintainer and better Keywords line.
10986 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10988         * gnus-art.el (gnus-article-replace-part)
10989         (gnus-mime-replace-part): New functions.
10990         (gnus-mime-action-alist, gnus-mime-button-commands)
10991         (gnus-mime-save-part-and-strip): Added file argument.
10992         (gnus-article-part-wrapper): Added interactive argument.
10994         * gnus-sum.el (gnus-summary-mime-map): Add
10995         `gnus-article-replace-part'.
10997 2005-09-19  Didier Verna  <didier@xemacs.org>
10999         The nnml compaction feature:
11000         * nnml.el (nnml-request-compact-group): New function.
11001         * nnml.el (nnml-request-compact): New function.
11002         * gnus-int.el (gnus-request-compact-group): New function.
11003         * gnus-int.el (gnus-request-compact): New function.
11004         * gnus-group.el (gnus-group-compact-group): New function.
11005         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11006         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11007         * gnus-srvr.el (gnus-server-compact-server): New function.
11008         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11009         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11011 2005-09-18  Deepak Goel  <deego@gnufans.org>
11013         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11014         format spec.
11016 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11018         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11020 2005-09-15  Romain Francoise  <romain@orebokech.com>
11022         * message.el (message-fill-paragraph): Clarify docstring.
11024 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11026         * gnus-art.el (gnus-mime-display-part): Protect against broken
11027         MIME messages.
11029 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11031         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11032         before parsing header.
11034 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11036         * html2text.el (html2text-replace-list): Add new entities.
11038 2005-09-11  Romain Francoise  <romain@orebokech.com>
11040         * message.el (message-alternative-emails): Improve docstring.
11041         (message-setup-1): Call `message-use-alternative-email-as-from'
11042         after `message-setup-hook' to give it precedence over posting
11043         styles, etc.
11044         (message-use-alternative-email-as-from): Add docstring.  Remove
11045         the original From header if present.
11047         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11048         (nnml-save-mail): Use it.
11050         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11051         articles.  Add new argument `silent'.
11052         (gnus-uu-mark-all): Report the total number of marked articles.
11054 2005-09-10  Romain Francoise  <romain@orebokech.com>
11056         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11057         (gnus-uu-mark-series): Likewise.
11059 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11061         * spam-report.el (spam-report-gmane): Fix generation of spam
11062         report URL.
11064 2005-09-10  Simon Josefsson  <jas@extundo.com>
11066         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11067         t, based on discussion on the ding list with Robert Epprecht
11068         <epprecht@solnet.ch>.
11070 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11072         * spam-report.el (spam-report-gmane): Make it work without
11073         X-Report-Spam header.  Gmane now only provides Archived-At.
11074         This is only used if `spam-report-gmane-use-article-number' is nil.
11075         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11077         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11078         make `gnus-summary-sort-by-recipient' work with threading.
11080         * nnweb.el (nnweb-google-wash-article): Print a message if article
11081         is not available.
11083 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11085         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11086         change.  Decode text/* parts content before displaying.
11088 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11090         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11092 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11094         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11096 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11098         * message.el (message-tab-body-function): Fix mismatched custom type.
11100         * gnus.el (gnus-group-change-level-function): Ditto.
11102         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11104         * gnus-art.el (gnus-signature-limit)
11105         (gnus-article-mime-part-function): Ditto.
11107 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11109         * mml.el (mml-mode): Silence the byte compiler.
11111         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11112         using `(sit-for 0)' before moving the point to the specified part;
11113         skip unbuttonized parts.
11114         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11115         return to the summary window if gnus-auto-select-part is non-nil.
11117 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11119         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11120         variables.
11121         (mml-dnd-attach-file, mml-mode): Use them.
11123         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11124         Make fetching article by MID work again for Google Groups.  Added
11125         FIXME concerning gnus-group-make-web-group.
11127         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11128         Don't depend on Gnus by using mail-extract-address-components if
11129         gnus-extract-address-components is not bound.
11131 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133         * gnus-art.el (gnus-mime-display-security): Don't display the
11134         signature, but only the signed part.
11136 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11138         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11140         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11141         list, not listp.
11143 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11145         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11146         when encoding.
11148         * mm-bodies.el (mm-decode-content-transfer-encoding):
11149         De-canonicalize CRLF for all text content types, not just
11150         text/plain.
11152 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11154         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11155         valid article; point arrow and cursor at the MIME button.
11157 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11159         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11160         Suggested by Dan Christensen <jdc@uwo.ca>.
11162         * mm-decode.el (mm-save-part): Enable change of prompt.
11164 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11166         * gnus-msg.el (gnus-inews-add-send-actions): Made
11167         `message-post-method' lambda parameter ARG `&optional'.
11169 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11171         * gnus-sum.el (gnus-summary-mime-map): Added
11172         gnus-article-save-part-and-strip, gnus-article-delete-part and
11173         gnus-article-jump-to-part.
11175         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11176         (gnus-article-edit-part): Use it.
11177         (gnus-article-part-wrapper): Added no-handle argument.
11178         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11179         functions.
11181 2005-08-29  Romain Francoise  <romain@orebokech.com>
11183         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11184         docstring.
11185         (gnus-face-from-file): Likewise.
11187 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11189         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11190         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11191         non-nil.
11192         (gnus-auto-select-part): New variable.
11193         (gnus-article-jump-to-part): New function.
11194         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11195         (gnus-mime-delete-part): Allow selecting specified part after
11196         deleting or stripping parts.
11197         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11198         part if argument is bogus.
11200 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11202         * gnus-art.el (w3m-minor-mode-map):
11203         * gnus-spec.el (gnus-newsrc-file-version):
11204         * gnus-util.el (nnmail-active-file-coding-system)
11205         (gnus-original-article-buffer, gnus-user-agent):
11206         * gnus.el (gnus-ham-process-destinations)
11207         (gnus-parameter-ham-marks-alist)
11208         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11209         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11210         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11211         * mm-decode.el (gnus-current-window-configuration):
11212         * mm-extern.el (gnus-article-mime-handles):
11213         * mm-url.el (url-current-object, url-package-name)
11214         (url-package-version):
11215         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11216         (smime-keys, w3m-cid-retrieve-function-alist)
11217         (w3m-current-buffer, w3m-display-inline-images)
11218         (w3m-minor-mode-map):
11219         * mml-smime.el (gnus-extract-address-components):
11220         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11221         (gnus-newsrc-hashtb, message-default-charset)
11222         (message-deletable-headers, message-options)
11223         (message-posting-charset, message-required-mail-headers)
11224         (message-required-news-headers):
11225         * mml1991.el (mc-pgp-always-sign):
11226         * mml2015.el (mc-pgp-always-sign):
11227         * nnheader.el (nnmail-extra-headers):
11228         * rfc1843.el (gnus-decode-encoded-word-function)
11229         (gnus-decode-header-function, gnus-newsgroup-name):
11230         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11232 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11234         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11235         the end of the date treatments.
11237 2005-08-15  Simon Josefsson  <jas@extundo.com>
11239         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11240         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11241         Capello and Romain Francoise.
11242         (pgg-fetch-key-function): Removed, not used?
11243         (pgg-insert-url-with-w3): Require url, to get
11244         url-insert-file-contents regardless of where it is defined.
11246 2005-08-13  Romain Francoise  <romain@orebokech.com>
11248         * message.el (message-cite-original-1): New function.
11249         (message-cite-original): Use it.
11250         (message-cite-original-without-signature): Ditto.
11252 2005-08-08  Romain Francoise  <romain@orebokech.com>
11254         * message.el (message-yank-empty-prefix): New variable.
11255         (message-indent-citation): Use it.
11256         (message-cite-original-without-signature): Respect X-No-Archive.
11258 2005-08-08  Simon Josefsson  <jas@extundo.com>
11260         * pgg.el: Autoload url-insert-file-contents instead of loading
11261         w3/url.
11262         (pgg-insert-url-with-w3): Don't load url here.
11264 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11266         * message.el (message-kill-to-signature): Don't insert newline at
11267         bol.
11268         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11270 2005-08-06  Romain Francoise  <romain@orebokech.com>
11272         * message.el (message-user-fqdn): Fix typo in docstring.
11274 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11276         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11278         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11280 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11282         * mm-bodies.el (mm-encode-body): Use coding system rather than
11283         charset to encode text.
11285         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11286         number of charsets if utf-8 is available (XEmacs).
11288 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11290         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11291         taken from `gnus-button-mid-or-mail-regexp'.
11292         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11293         (gnus-button-alist): Improve regexp for domain part of the MIDs
11294         for news:localpart@domain buttons.
11295         (gnus-button-ctan-directory-regexp): Update.
11297 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11299         * sieve-manage.el (sieve-manage-interactive-login): Use
11300         make-local-variable rather than make-variable-buffer-local.
11301         (sieve-manage-open): Ditto.
11302         (sieve-manage-authenticate): Ditto.
11304         * mml.el (mml-generate-mime-1): Make the content type default to
11305         text/plain if the filename is not specified.
11307 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11309         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11310         instead of insert-buffer.
11312         * message.el (message-yank-original): Ditto; set the mark at the
11313         end of the yanked message.
11315 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11317         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11318         lines to scroll rather than to stop it.
11320         * mml.el (mml-generate-default-type): Add doc string.
11321         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11322         default to application/octet-stream when determining the content
11323         type if it is not specified for the part or the mml contents; add
11324         a comment about mml-generate-default-type.
11326 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11328         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11329         make it default to application/octet-stream when determining the
11330         content type if it is not specified for the external contents.
11332 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11334         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11335         segmented parameter but also other parameters might be there.
11337 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11339         * mm-decode.el (mm-display-external): Delete temp file, directory
11340         and buffer immediately if the external process is exited.
11342 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11344         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11345         fewer lines than that of scroll-margin.
11346         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11348 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11350         * gnus-art.el (gnus-article-next-page): Revert.
11351         (gnus-article-beginning-of-window): New macro.
11352         (gnus-article-next-page-1): Use it.
11353         (gnus-article-prev-page): Ditto.
11354         (gnus-article-edit-part): Use insert-buffer-substring instead of
11355         insert-buffer.
11356         (gnus-article-edit-exit): Ditto.
11358         * gnus-util.el (gnus-beginning-of-window): Remove.
11359         (gnus-end-of-window): Remove.
11361 2005-07-25  Simon Josefsson  <jas@extundo.com>
11363         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11364         to have the url package without w3.  Reported by Daiki Ueno
11365         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11367 2005-07-20  Didier Verna  <didier@xemacs.org>
11369         * gnus-diary.el: Remove the description comment (nndiary is now
11370         properly documented in the Gnus manual).
11371         Fix the spelling of "Back End".
11372         * nndiary.el: Ditto.
11373         Fix the copyright notice.
11375 2005-07-18  Romain Francoise  <romain@orebokech.com>
11377         * gnus-sum.el (gnus-summary-to-prefix)
11378         (gnus-summary-newsgroup-prefix): New variables.
11379         (gnus-summary-from-or-to-or-newsgroups): Use them.
11381 2005-07-17  Romain Francoise  <romain@orebokech.com>
11383         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11384         space as it's generally not especially interesting to the user.
11386 2005-07-16  Romain Francoise  <romain@orebokech.com>
11388         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11389         nil to avoid prompting and file modification if one of the
11390         messages at the top of the nnfolder file contains a copyright
11391         notice.
11392         Update copyright notice.
11394         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11395         instead of `current-time-string' as the latter creates a time
11396         string that is not RFC 2822 compliant (it lacks the zone).
11397         Update copyright notice.
11399 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11401         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11402         for text/rtf.  Display default in prompt.  Pass default for M-n.
11404         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11406 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11408         * gnus-msg.el (gnus-button-mailto): Remove
11409         save-selected-window-window hackery because it relies on
11410         save-selected-window internals.
11412 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11414         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11415         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11416         (gnus-article-prev-page): Ditto.
11418         * gnus-util.el (gnus-beginning-of-window): New function.
11419         (gnus-end-of-window): New function.
11421 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11423         * gnus-score.el (gnus-score-edit-all-score): Set
11424         gnus-score-edit-exit-function to gnus-score-edit-done and call
11425         gnus-message.
11427 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11429         * gnus-msg.el (gnus-button-mailto): Remove
11430         save-selected-window-window hackery because it relies on
11431         save-selected-window internals.
11433 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11435         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11436         add-minor-mode.
11437         (gnus-binary-mode): Ditto.
11439         * gnus-topic.el (gnus-topic-mode): Ditto.
11441 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11443         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11444         (gnus-article-prev-page): Take scroll-margin into consideration.
11446 2005-07-04  Lute Kamstra  <lute@gnu.org>
11448         Update FSF's address in GPL notices.
11450 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11452         * gnus.el (gnus-exit):
11453         * gnus-group.el (gnus-group-icons):
11454         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11456         * gnus-nocem.el (gnus-nocem):
11457         * message.el (message-various, message-buffers, message-sending)
11458         (message-interface, message-forwarding, message-insertion)
11459         (message-headers, message-news, message-mail):
11460         * pgg-gpg.el (pgg-gpg):
11461         * pgg-parse.el (pgg-parse):
11462         * pgg-pgp.el (pgg-pgp):
11463         * pgg-pgp5.el (pgg-pgp5):
11464         * pop3.el (pop3): Finish `defgroup' description with period.
11466 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11468         * gnus-art.el (article-display-face): Improve the efficiency.
11469         (article-display-x-face): Ditto; remove grey x-face stuff.
11471 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11473         * gnus-art.el (article-display-face): Correct the position in
11474         which Faces are inserted.
11476 2005-06-29  Didier Verna  <didier@xemacs.org>
11478         * gnus-art.el (article-display-face): Display faces in correct
11479         order.
11481 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11483         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11484         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11485         (gnus-nocem-check-article): Fetch the Type header.
11486         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11487         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11488         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11489         make sure gnus-nocem-hashtb is initialized.
11490         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11491         (gnus-nocem-unwanted-article-p): Ditto.
11493         * pgg.el (pgg-verify): Return the verification result.
11495 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11497         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11498         is ascii.
11500 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11502         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11503         `show-nonbreak-escape'.
11505 2005-06-23  Lute Kamstra  <lute@gnu.org>
11507         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11509         * dig.el (dig-mode):
11510         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11512 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11514         * nnimap.el (nnimap-split-download-body): Fix spellings.
11516 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11518         * gnus-art.el (gnus-article-encrypt-body):
11519         * gnus-cus.el (gnus-score-customize):
11520         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11521         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11523 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11525         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11526         header by looking for magic "MII" at the beginnig.
11528 2005-06-16  Miles Bader  <miles@gnu.org>
11530         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11531         (assistant-field-face): New backward-compatibility alias for renamed
11532         face.
11533         (assistant-render-text): Use renamed assistant-field face.
11535         * spam.el (spam): Remove "-face" suffix from face name.
11536         (spam-face): New backward-compatibility alias for renamed face.
11537         (spam-face, spam-initialize): Use renamed spam face.
11539         * message.el (message-header-to, message-header-cc)
11540         (message-header-subject, message-header-newsgroups)
11541         (message-header-other, message-header-name)
11542         (message-header-xheader, message-separator, message-cited-text)
11543         (message-mml): Remove "-face" suffix from face names.
11544         (message-header-to-face, message-header-cc-face)
11545         (message-header-subject-face, message-header-newsgroups-face)
11546         (message-header-other-face, message-header-name-face)
11547         (message-header-xheader-face, message-separator-face)
11548         (message-cited-text-face, message-mml-face):
11549         New backward-compatibility aliases for renamed faces.
11550         (message-font-lock-keywords): Use renamed message faces.
11552         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11553         (sieve-test-commands, sieve-tagged-arguments):
11554         Remove "-face" suffix from face names.
11555         (sieve-control-commands-face, sieve-action-commands-face)
11556         (sieve-test-commands-face, sieve-tagged-arguments-face):
11557         New backward-compatibility aliases for renamed faces.
11558         (sieve-control-commands-face, sieve-action-commands-face)
11559         (sieve-test-commands-face, sieve-tagged-arguments-face):
11560         Use renamed sieve faces.
11562         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11563         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11564         (gnus-group-news-3-empty, gnus-group-news-4)
11565         (gnus-group-news-4-empty, gnus-group-news-5)
11566         (gnus-group-news-5-empty, gnus-group-news-6)
11567         (gnus-group-news-6-empty, gnus-group-news-low)
11568         (gnus-group-news-low-empty, gnus-group-mail-1)
11569         (gnus-group-mail-1-empty, gnus-group-mail-2)
11570         (gnus-group-mail-2-empty, gnus-group-mail-3)
11571         (gnus-group-mail-3-empty, gnus-group-mail-low)
11572         (gnus-group-mail-low-empty, gnus-summary-selected)
11573         (gnus-summary-cancelled, gnus-summary-high-ticked)
11574         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11575         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11576         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11577         (gnus-summary-low-undownloaded)
11578         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11579         (gnus-summary-low-unread, gnus-summary-normal-unread)
11580         (gnus-summary-high-read, gnus-summary-low-read)
11581         (gnus-summary-normal-read, gnus-splash):
11582         Remove "-face" suffix from face names.
11583         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11584         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11585         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11586         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11587         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11588         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11589         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11590         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11591         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11592         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11593         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11594         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11595         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11596         (gnus-summary-normal-ticked-face)
11597         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11598         (gnus-summary-normal-ancient-face)
11599         (gnus-summary-high-undownloaded-face)
11600         (gnus-summary-low-undownloaded-face)
11601         (gnus-summary-normal-undownloaded-face)
11602         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11603         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11604         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11605         (gnus-splash-face):
11606         New backward-compatibility aliases for renamed faces.
11607         (gnus-group-startup-message): Use renamed gnus faces.
11609         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11610         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11611         (gnus-server-agent): Remove "-face" suffix from face names.
11612         (gnus-server-agent-face, gnus-server-opened-face)
11613         (gnus-server-closed-face, gnus-server-denied-face)
11614         (gnus-server-offline-face):
11615         New backward-compatibility aliases for renamed faces.
11616         (gnus-server-agent-face, gnus-server-opened-face)
11617         (gnus-server-closed-face, gnus-server-denied-face)
11618         (gnus-server-offline-face): Use renamed gnus faces.
11620         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11621         Remove "-face" suffix from face names.
11622         (gnus-picon-xbm-face, gnus-picon-face):
11623         New backward-compatibility aliases for renamed faces.
11625         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11626         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11627         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11628         (gnus-cite-11): Remove "-face" suffix from face names.
11629         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11630         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11631         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11632         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11633         New backward-compatibility aliases for renamed faces.
11634         (gnus-cite-attribution-face, gnus-cite-face-list)
11635         (gnus-article-boring-faces): Use renamed gnus faces.
11637         * gnus-art.el (gnus-signature, gnus-header-from)
11638         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11639         (gnus-header-content): Remove "-face" suffix from face names.
11640         (gnus-signature-face, gnus-header-from-face)
11641         (gnus-header-subject-face, gnus-header-newsgroups-face)
11642         (gnus-header-name-face, gnus-header-content-face):
11643         New backward-compatibility aliases for renamed faces.
11644         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11646         * gnus-sum.el (gnus-summary-selected-face)
11647         (gnus-summary-highlight): Use renamed gnus faces.
11648         * gnus-group.el (gnus-group-highlight): Likewise.
11650 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11652         * gnus-sieve.el (gnus-sieve-article-add-rule):
11653         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11654         * spam-stat.el (spam-stat-buffer-change-to-spam)
11655         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11657         * message.el (message-is-yours-p):
11658         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11660 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11662         * mm-view.el (mm-inline-text): Withdraw the last change.
11664 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11666         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11667         executing enriched-decode.
11669 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11671         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11672         charset of tar files.
11674 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11676         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11678 2005-06-04  Lute Kamstra  <lute@gnu.org>
11680         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11681         information is never recorded.
11683 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11685         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11687 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11689         * pop3.el (pop3-apop): Run md5 in the binary mode.
11691         * starttls.el (starttls-set-process-query-on-exit-flag):
11692         Use eval-and-compile.
11694 2005-05-31  Simon Josefsson  <jas@extundo.com>
11696         * smime.el (smime-replace-in-string): Define.
11697         (smime-cert-by-ldap-1): Use it.
11699 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11701         * gnus-art.el (article-display-x-face): Replace
11702         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11704         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11705         set-process-query-on-exit-flag or process-kill-without-query.
11707         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11708         loop instead of replace-regexp.
11710         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11711         instead of process-kill-without-query if it is available.
11713         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11714         instead of find-file-hooks if it is available.
11716         * mml1991.el: Bind pgg-default-user-id when compiling.
11718         * mml2015.el: Bind pgg-default-user-id when compiling.
11720         * nndraft.el (nndraft-request-associate-buffer):
11721         Use write-contents-functions instead of write-contents-hooks if it is
11722         available.
11724         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11725         instead of find-file-hooks if it is available.
11727         * nntp.el (nntp-open-connection): Replace
11728         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11729         (nntp-open-ssl-stream): Ditto.
11730         (nntp-open-tls-stream): Ditto.
11732         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11733         set-process-query-on-exit-flag or process-kill-without-query.
11734         (starttls-open-stream-gnutls): Use it instead of
11735         process-kill-without-query.
11736         (starttls-open-stream): Ditto.
11738 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11740         * smime.el (smime-cert-by-ldap-1): Don't use
11741         replace-regexp-in-string.
11743 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11745         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11747         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11748         in PEM format.  Adjust to the XEmacs compability.
11750 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11752         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11753         by `string-to-number'.
11754         * gnus-agent.el (gnus-agent-regenerate-group)
11755         (gnus-agent-fetch-articles): Ditto.
11756         * gnus-art.el (gnus-button-fetch-group): Ditto.
11757         * gnus-cache.el (gnus-cache-generate-active)
11758         (gnus-cache-articles-in-group): Ditto.
11759         * gnus-group.el (gnus-group-set-current-level)
11760         (gnus-group-insert-group-line): Ditto.
11761         * gnus-score.el (gnus-score-set-expunge-below)
11762         (gnus-score-set-mark-below, gnus-summary-score-effect)
11763         (gnus-summary-score-entry): Ditto.
11764         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11765         (gnus-soup-pack): Ditto.
11766         * gnus-spec.el (gnus-xmas-format): Ditto.
11767         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11768         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11769         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11770         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11771         * nndb.el (nndb-get-remote-expire-response): Ditto.
11772         * nndiary.el (nndiary-parse-schedule-value)
11773         (nndiary-string-to-number, nndiary-request-replace-article)
11774         (nndiary-request-article): Ditto.
11775         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11776         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11777         * nneething.el (nneething-make-head): Ditto.
11778         * nnfolder.el (nnfolder-request-article)
11779         (nnfolder-retrieve-headers): Ditto.
11780         * nnheader.el (nnheader-file-to-number): Ditto.
11781         * nnkiboze.el (nnkiboze-request-article): Ditto.
11782         * nnmail.el (nnmail-process-unix-mail-format)
11783         (nnmail-process-babyl-mail-format): Ditto.
11784         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11785         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11786         (nnmh-request-create-group, nnmh-request-list-1)
11787         (nnmh-request-group, nnmh-request-article): Ditto.
11788         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11789         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
11790         * nnsoup.el (nnsoup-make-active): Ditto.
11791         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
11792         * nntp.el (nntp-find-group-and-number)
11793         (nntp-retrieve-headers-with-xover): Ditto.
11794         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
11795         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
11796         (pgg-format-key-identifier): Ditto.
11797         * pop3.el (pop3-last, pop3-stat): Ditto.
11798         * qp.el (quoted-printable-decode-region): Ditto.
11800         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
11801         of concat.
11803 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11805         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
11807         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
11809         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
11811         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
11813         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
11815         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
11817         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
11818         (gnus-carpal-mode): Ditto.
11820         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
11821         (gnus-browse-mode): Ditto.
11823         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
11825         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
11827 2005-05-29  Richard M. Stallman  <rms@gnu.org>
11829         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
11831 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11833         * gnus-util.el (gnus-run-mode-hooks): New function.
11835         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
11837 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
11839         * gnus-agent.el (gnus-agent-make-mode-line-string):
11840         Use mode-line-highlight as mouse-face.
11842 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11844         * canlock.el (canlock): Change the parent group to news.
11846         * deuglify.el (gnus-outlook-deuglify): Add :group.
11848         * dig.el (dig): Add :group.
11850         * dns-mode.el (dns-mode): Add :group.
11852         * encrypt.el (encrypt): Add :group.
11854         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
11855         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
11856         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
11857         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
11858         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
11860         * gnus-diary.el (gnus-diary): Add :group.
11862         * gnus.el (gnus-group-news-1-face): Add :group.
11863         (gnus-group-news-1-empty-face): Ditto.
11864         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
11865         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
11866         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
11867         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
11868         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
11869         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
11870         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
11871         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
11872         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
11873         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
11874         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
11875         (gnus-summary-high-ticked-face): Ditto.
11876         (gnus-summary-low-ticked-face): Ditto.
11877         (gnus-summary-normal-ticked-face): Ditto.
11878         (gnus-summary-high-ancient-face): Ditto.
11879         (gnus-summary-low-ancient-face): Ditto.
11880         (gnus-summary-normal-ancient-face): Ditto.
11881         (gnus-summary-high-undownloaded-face): Ditto.
11882         (gnus-summary-low-undownloaded-face): Ditto.
11883         (gnus-summary-normal-undownloaded-face): Ditto.
11884         (gnus-summary-high-unread-face): Ditto.
11885         (gnus-summary-low-unread-face): Ditto.
11886         (gnus-summary-normal-unread-face): Ditto.
11887         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
11888         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
11890         * hashcash.el (hashcash): New custom group.
11891         (hashcash-default-payment): Add :group.
11892         (hashcash-payment-alist): Ditto.
11893         (hashcash-default-accept-payment): Ditto.
11894         (hashcash-accept-resources): Ditto.
11895         (hashcash-path): Ditto.
11896         (hashcash-extra-generate-parameters): Ditto.
11897         (hashcash-double-spend-database): Ditto.
11898         (hashcash-in-news): Ditto.
11900         * message.el (message-minibuffer-local-map): Add :group.
11902         * netrc.el (netrc): Add :group.
11904         * sieve-manage.el (sieve-manage-log): Add :group.
11905         (sieve-manage-default-user): Diito.
11906         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
11907         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
11908         (sieve-manage-authenticators): Ditto.
11909         (sieve-manage-authenticator-alist): Ditto.
11910         (sieve-manage-default-port): Ditto.
11912         * sieve-mode.el (sieve-control-commands-face): Add :group.
11913         (sieve-action-commands-face): Ditto.
11914         (sieve-test-commands-face): Ditto.
11915         (sieve-tagged-arguments-face): Ditto.
11917         * smime.el (smime): Add :group.
11919         * spam-report.el (spam-report): Add :group.
11921         * spam.el (spam, spam-face): Add :group.
11923 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11925         * nntp.el (nntp-next-result-arrived-p): Some news servers may
11926         return \n.\n.\n at the end of articles.  Protect against that.
11927         (nntp-with-open-group): Allow debugging.
11929         * nnheader.el (mail-header-set-extra): Make into a function
11930         because I just could't understand how to quote the list properly.
11932         * dns.el (query-dns-cached): New function.
11934 2005-05-26  Lute Kamstra  <lute@gnu.org>
11936         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
11938 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11940         * gnus-art.el: Don't autoload mail-extract-address-components.
11942         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
11943         eval-and-compile to evaluate it.
11945         * hashcash.el: Don't autoload executable-find.
11947         * nndb.el: Don't declare the nndb back end two or more times; don't
11948         autoload news-reply-mode, news-setup, cancel-timer and telnet.
11950         * nntp.el: Autoload format-spec instead of format; use
11951         eval-and-compile to evaluate autoload forms.
11953 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
11955         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
11957 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11959         * gnus.el (gnus-version-number): Bump version.
11961 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11963         * gnus.el: No Gnus v0.3 is released.
11965 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11967         * gnus-art.el (gnus-article-edit-part): Disable undo.
11969 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11971         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
11972         gnus-article-date-lapsed-new-header is t if date timer is active;
11973         skip headers in which the original date value is empty.
11974         (gnus-article-save-original-date): Redefine it as a macro.
11975         (gnus-display-mime): Use it.
11977 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11979         * gnus-art.el (article-date-ut): Support converting date in
11980         forwarded parts as well.
11981         (gnus-article-save-original-date): New function.
11982         (gnus-display-mime): Use it.
11984 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
11986         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
11987         enclosure element of <item>.
11989 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
11991         * message.el (message-kill-buffer-query): Renamed from
11992         `message-kill-buffer-query-if-modified'.  Added :version.
11994 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11996         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
11997         window layout.
11999 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12001         * mml.el: Autoload dnd when compiling.
12003 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12005         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12006         x-dnd-*.
12008 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12010         * qp.el (quoted-printable-encode-region): Save excursion.
12012 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12014         * message.el (message-kill-buffer-query-if-modified): Add new variable
12015         so the user can kill a modified message buffer quickly.
12016         (message-kill-buffer): Use it.
12018 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12020         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
12021         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12023 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12025         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12026         contained in text because xml.el decodes entities) with LFs.
12028 2005-04-11  Lute Kamstra  <lute@gnu.org>
12030         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12031         differently.
12033 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12035         * mm-util.el (mm-detect-coding-region): Typo.
12037 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12039         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12041 2005-04-06  Deepak Goel  <deego@gnufans.org>
12043         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12044         user-function allow user modifications of the scores.
12045         (spam-stat-score-buffer-user): New function, to allow
12046         user-computed modifications to the score.
12047         (spam-stat-score-buffer-user-functions): List of additional
12048         scoring functions.
12049         (spam-stat-error-holder): Global temporary error holder.
12050         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12051         variable.
12053 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12055         * gnus-registry.el (gnus-registry-clean-empty-function)
12056         (gnus-registry-trim, gnus-registry-fetch-groups)
12057         (gnus-registry-delete-group): Groups that match
12058         `gnus-registry-ignored-groups' are removed from the registry
12059         entries, not just ignored for splitting.  This helps clean up the
12060         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12061         to get all the groups a message ID is in.
12063         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12064         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12065         (spam-stat-score-buffer-user-functions): Add :number custom type.
12067 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12069         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12070         argument in XEmacs.
12072         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12073         (nnrss-request-group): Decode group name first.
12074         (nnrss-request-article): Make a text/plain article if mml-to-mime
12075         failed.
12076         (nnrss-get-encoding): Return a compatible encoding according to
12077         nnrss-compatible-encoding-alist.
12078         (nnrss-find-el): Use consp instead of listp.
12079         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12081 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12083         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12084         which Emacs 20 doesn't support.
12085         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12087 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12089         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12090         silence the byte compiler inside the defun.
12092         * gnus-demon.el (parse-time-string): Add autoload.
12094         * gnus-delay.el (parse-time-string): Add autoload.
12096         * gnus-art.el (parse-time-string): Add autoload.
12098         * nnultimate.el (parse-time): Require for `parse-time-string'.
12100 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12102         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12104         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12106         * smime.el (smime-ldap-host-list): Add :version.
12108 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12110         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12111         pass it to `gnus-browse-read-group'.
12112         (gnus-browse-read-group): Add NUMBER argument and pass it to
12113         `gnus-group-read-ephemeral-group'.
12115         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12116         argument and pass it to `gnus-group-read-group'.
12118 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12120         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12121         mm-xemacs-find-mime-charset-1 if we have the mule feature
12122         available at runtime.
12124 2005-03-25  Werner Lemberg  <wl@gnu.org>
12126         * nnmaildir.el: Replace `illegal' with `invalid'.
12128 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12130         * gnus-start.el (gnus-display-time-event-handler):
12131         Check display-time-timer at runtime rather than only at load time
12132         in case display-time-mode is turned off in the mean time.
12134 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12136         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12137         used.
12139         * nneething.el (nneething-map-file-directory): Derive from
12140         `gnus-directory'.
12142         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12143         the To/Cc button.
12145 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12147         * nnmaildir.el (nnmaildir-request-accept-article):
12148         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12150 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12152         * gnus-async.el: Require timer-funcs at compile time when in
12153         XEmacs for `run-with-idle-timer'.
12155 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12157         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12158         autoloaded function.
12160 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12162         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12164 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12166         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12168 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12170         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12171         gnus-expert-user to default.
12173 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12175         * nnimap.el (nnimap-open-server): Ditto.
12177         * imap.el (imap-authenticate): Fix typo.
12179 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12181         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12182         buffer (since IMAP server might return FETCH response out of
12183         order, and the nntp buffer must be sorted).
12185 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12187         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12188         comparison on string.
12190         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12191         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12192         (gnus-agent-summary-fetch-series): Modified to protect against
12193         gnus-agent-summary-fetch-group clearing processable flags.
12194         (gnus-agent-synchronize-group-flags): Update live group buffer as
12195         synchronization may occur due to the user toggle the plugged
12196         status.
12197         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12198         successfully downloaded.
12199         (gnus-agent-expire-group-1): Avoid using markers when the overview
12200         is in ascending order; greatly improves performance.
12201         (gnus-agent-regenerate-group): Use
12202         gnus-agent-synchronize-group-flags to reset read status in both
12203         gnus and server.
12204         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12206 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12208         * message.el: Don't autoload former message-utils variables.
12209         (message-strip-subject-trailing-was): Change doc string.
12211         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12212         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12213         (nnweb-google-search): Add "hl=en" here.
12214         (nnweb-google-parse-1, nnweb-google-create-mapping):
12215         Don't hardcode URL.
12217 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12219         * message.el (message-get-reply-headers, message-followup):
12220         Mention related variables `message-use-followup-to' and
12221         `message-use-mail-followup-to', in the information buffer.
12223         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12224         of broken groups(-beta).google.com.
12226 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12228         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12229         parameter to invoked gnus-request-move-article; remove the
12230         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12231         all at once instead of once per article.
12232         (gnus-summary-remove-process-mark): Accept a list of articles as
12233         well as a single article for processing.
12235         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12236         parameter.
12238         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12240         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12242         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12243         parameter.
12245         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12246         parameter.
12248         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12249         parameter and remove the gnus-sum-hint-move-is-internal variable.
12251         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12252         parameter.
12254         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12255         parameter.
12257         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12258         parameter.
12260         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12262         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12263         parameter.
12265         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12266         parameter.
12268 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12270         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12271         a more conservative way.
12273 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12275         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12276         buffer, so it moves the window's cursor.
12278 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12280         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12281         `mm-dissect-multipart' and receive the from field as an (optional)
12282         argument from `mm-dissect-multipart'.
12283         (mm-dissect-multipart): Receive the from field as an argument and
12284         pass it on when we call `mm-dissect-buffer' on MIME parts.
12285         Fixes verification/decryption of signed/encrypted MIME parts.
12287 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12289         * gnus-sum.el (gnus-summary-move-article): Set
12290         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12291         whatever it calls (right now, only nnimap-request-move article
12292         respects it).
12294         * nnimap.el (nnimap-request-move-article): When
12295         gnus-sum-hint-move-is-internal is set, don't do the extra
12296         nnimap-request-article.
12298 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12300         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12302         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12303         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12305         * gnus-sum.el (gnus-summary-caesar-message):
12306         Apply `gnus-treat-article' after rotation.
12308         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12309         doc string.
12311 2005-02-22  Simon Josefsson  <jas@extundo.com>
12313         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12314         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12315         <arne@arnested.dk>.
12316         (encrypt): Add password-cache and password-cache-expiry as group
12317         members.
12319 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12321         * smime.el (smime-ldap-host-list): Doc fix.
12322         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12323         cache) password.
12324         (smime-sign-region): Use it.
12325         (smime-decrypt-region): Use it.
12326         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12327         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12328         fails.
12329         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12330         certificate from DER to PEM format rather than calling openssl.
12332         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12334         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12335         for signing/encryption.
12337         * mml.el (mml-parse-1): Use them.
12339 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12341         * nnrss.el (nnrss-verbose): Removed.
12342         (nnrss-request-group): Use `nnheader-message' instead.
12344 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12346         * nnrss.el (nnrss-verbose): New variable.
12347         (nnrss-request-group): Make it say nnrss is requesting a group.
12349 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12351         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12352         Handle news URL with given port correctly.
12354 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12356         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12357         containing special characters.
12359         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12361         * mml.el (mime-to-mml): Ditto.
12363         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12364         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12365         (rfc2047-decode-region): Quote decoded words containing special
12366         characters when rfc2047-quote-decoded-words-containing-tspecials
12367         is non-nil.
12369 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12371         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12373         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12375 2005-02-15  Simon Josefsson  <jas@extundo.com>
12377         * nnimap.el (nnimap-debug): Doc fix.
12379         * imap.el (imap-debug): Doc fix.
12381 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12383         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12385 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12387         * gnus.el (spam-contents): Improve docs for spam-contents
12388         parameter in its variable incarnation.
12390 2005-02-14  Simon Josefsson  <jas@extundo.com>
12392         * smime-ldap.el: Use require instead of load-library for ldap.
12393         (smime-ldap-search): Indent.
12394         (smime-ldap-search-internal): Shorten line.
12396         * smime.el (smime-cert-by-dns): Add doc-string.
12397         (smime-cert-by-ldap-1): Indent.
12399         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12400         mml-smime-get-dns-ldap.
12401         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12403 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12405         * smime.el: Require smime-ldap.
12406         (smime-ldap-host-list): New variable.
12407         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12409         * mml-smime.el (mml-smime-encrypt-query): New function.
12410         (mml-smime-encrypt-query): Use it.
12412         * smime-ldap.el: New file.
12414 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12416         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12418 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12420         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12421         argument in doc string.  Make query for type more clear.
12423 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12425         * gnus.el (gnus-group-startup-message): Search for gnus images in
12426         etc/images/gnus.
12427         * mm-util.el (mm-image-load-path): Likewise.
12428         * smiley.el (smiley-data-directory): Search for smilies in
12429         etc/images/smilies.
12431 2005-02-09  Kim F. Storm  <storm@cua.dk>
12433         Change Emacs release version from 21.4 to 22.1 throughout.
12434         Change Emacs development version from 21.3.50 to 22.0.50.
12436 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12438         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12440         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12441         non-Mule XEmacs as well.
12442         (mm-decompress-buffer): Signal an error intentionally if it does
12443         not decompress compressed data because auto-compression-mode is
12444         disabled.
12446 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12448         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12449         an ID in the registry even if it has no groups.
12451 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12453         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12454         merge it into mm-decompress-buffer.
12455         (gnus-mime-copy-part): Use the MIME part charset, the value which
12456         a user specified or gnus-newsgroup-charset for decoding, like
12457         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12458         save-buffer what was used.  Suggested by Kevin Ryde
12459         <user42@zip.com.au>.
12460         (gnus-mime-inline-part): Allow the name parameter as well as the
12461         filename parameter; force decompressing of compressed data; always
12462         display contents being not decoded as unibyte.
12464         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12465         as well as the filename parameter.
12467         * mm-util.el (mm-decompress-buffer): Merge
12468         gnus-mime-jka-compr-maybe-uncompress.
12469         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12470         of compressed data.
12472 2005-02-08  Simon Josefsson  <jas@extundo.com>
12474         * imap.el (imap-log): Doc fix.
12476 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12478         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12479         the coding cookies; decompress compressed parts.
12481         * mml.el (mml-generate-mime-1): Add the charset parameter according
12482         to the value which a user specified manually or the coding cookie.
12484         * mm-util.el (mm-string-to-multibyte): New function.
12485         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12486         (mm-coding-system-to-mime-charset): New function.
12487         (mm-decompress-buffer): New function.
12488         (mm-find-buffer-file-coding-system): New function.
12490         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12491         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12492         parts.
12494 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12496         * mm-view.el (mm-display-inline-fontify): Decode a part according
12497         to the charset parameter.
12499 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12501         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12502         prefix arg is neither nil nor a number, as info specifies.
12504 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12506         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12507         timestamps.
12509 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12511         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12512         groups error checking and notify user.
12514 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12516         * message.el (message-send-mail-function): Check existence of
12517         sendmail-program first before using default value
12518         `message-send-mail-with-sendmail'.  Otherwise use more generic
12519         `smtpmail-send-it'.
12521 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12523         * nntp.el (nntp-request-update-info): Always return nil.
12525 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12527         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12529 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12531         * message.el (message-beginning-of-line): Change the behavior when
12532         invoked between BOL and : so that it first moves backward.
12534 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12536         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12537         article buffer when editing of the article is discarded.
12538         (gnus-article-prepare): Revert.
12540 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12542         * gnus-art.el (gnus-article-prepare):
12543         Remove message-strip-forbidden-properties from the local hook.
12545 2005-01-27  Simon Josefsson  <jas@extundo.com>
12547         * password.el (password-cache-add): Only start one timer per key.
12548         Reported by Derek Atkins <warlord@MIT.EDU>.
12550 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12552         * run-at-time.el: Removed.  It is no longer needed as
12553         timer-funcs.el in the xemacs-base package has a working version of
12554         `run-at-time'.
12556         * password.el: Require timer-funcs instead of run-at-time in
12557         XEmacs.
12558         Remove `password-run-at-time' macro.
12559         (password-cache-add): Use `run-at-time' instead of
12560         `password-run-at-time'.
12562         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12563         for `run-with-idle-timer'.
12565         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12566         for `run-at-time'.
12568         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12569         for `with-timeout'.
12571 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12573         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12574         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12576 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12578         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12579         sensitively.
12581 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12583         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12585 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12587         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12588         which will be inserted according to the multibyteness of a buffer
12589         rather than the type of contents.  Suggested by ARISAWA Akihiro
12590         <ari@mbf.ocn.ne.jp>.
12592         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12593         of string which old xml.el may return rather than a string.
12595 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12597         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12599 2005-01-16  Simon Josefsson  <jas@extundo.com>
12601         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12602         idn/idna.el isn't available.
12603         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12604         <michael@waxrat.com>.
12606         * hashcash.el: Remove non-FSF copyright header.
12608         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12609         (hashcash-generate-payment): Use it.
12610         (hashcash-generate-payment-async): Use it.
12612 2005-01-15  Simon Josefsson  <jas@extundo.com>
12614         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12615         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12617         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12618         gnus-summary-idna-message.
12619         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12620         (gnus-summary-idna-message): New function.
12622 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12624         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12625         gnus-novice-user.
12627 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12629         * nnrss.el (nnrss-request-delete-group): Delete entries in
12630         nnrss-group-alist as well.
12631         (nnrss-save-server-data): Insert newline.
12633 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12635         * gnus.el (gnus-user-agent): Use list of symbols instead of
12636         symbols.  Display full version number for (S)XEmacs.  Optionally
12637         display (S)XEmacs codename.
12639         * gnus-util.el (gnus-emacs-version): Update for new
12640         `gnus-user-agent'.
12642         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12643         Gnus version.
12645 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12647         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12648         which is unreadable in some setups.
12650 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12652         * gnus-spec.el (gnus-update-format-specifications): Flush the
12653         group format spec cache if it doesn't support decoded group names.
12655 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12657         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12658         Allow to apply decay on score files matching a regexp.
12660 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12662         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12663         compatibility in %g and %c.
12665 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12667         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12668         name for only %g and %c.
12669         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12670         of gnus-tmp-group to decoded group name.
12671         (gnus-group-make-rss-group): Exclude `/'s from group names.
12673 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12675         * nnrss.el (nnrss-get-encoding): Fix regexp.
12677 2004-12-27  Simon Josefsson  <jas@extundo.com>
12679         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12680         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12681         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12683 2004-12-17  Kim F. Storm  <storm@cua.dk>
12685         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12687         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12689 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12691         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12693 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12695         * nnrss.el: Require rfc2047 and mml.
12696         (nnrss-file-coding-system): New variable.
12697         (nnrss-format-string): Redefine it as an inline function.
12698         (nnrss-decode-group-name): New function.
12699         (nnrss-string-as-multibyte): Remove.
12700         (nnrss-retrieve-headers): Decode group name; don't use
12701         nnrss-format-string.
12702         (nnrss-request-group): Decode group name.
12703         (nnrss-request-article): Decode group name; allow a Message-ID as
12704         well as an article number; don't use nnrss-format-string; encode a
12705         Message-ID string which may contain non-ASCII characters; use
12706         mml-to-mime to compose a MIME article.
12707         (nnrss-request-expire-articles): Decode group name.
12708         (nnrss-request-delete-group): Decode group name.
12709         (nnrss-fetch): Clarify error message.
12710         (nnrss-read-server-data): Use insert-file-contents instead of load;
12711         bind file-name-coding-system; use multibyte buffer.
12712         (nnrss-save-server-data): Bind coding-system-for-write to the
12713         value of nnrss-file-coding-system; bind file-name-coding-system;
12714         add coding cookie.
12715         (nnrss-read-group-data): Use insert-file-contents instead of load;
12716         bind file-name-coding-system; use multibyte buffer.
12717         (nnrss-save-group-data): Bind coding-system-for-write to the
12718         value of nnrss-file-coding-system; bind file-name-coding-system.
12719         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12720         make it work with non-ASCII text.
12721         (nnrss-find-el): Make it work with old xml.el as well.
12723 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12725         * nnrss.el (nnrss-get-encoding): New function.
12726         (nnrss-fetch): Use unibyte buffer initially; bind
12727         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12728         decode contents according to the encoding attribute.
12729         (nnrss-save-group-data): Add coding cookie.
12730         (nnrss-mime-encode-string): New function.
12731         (nnrss-check-group): Use it to encode subject and author.
12733 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12735         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12736         imaginary variable.
12738 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12740         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12741         correctly even if there are wide characters.
12743 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12745         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12746         downcased symbol names; make a new cache instead of reusing
12747         bbdb-hashtable.
12749 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12751         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12752         concatenating segments rather than before concatenating them.
12753         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12755         * message.el (message-get-reply-headers): Bind `extra'.
12757 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12759         * message.el (message-extra-wide-headers): New variable.
12760         (message-get-reply-headers): Use it.
12762 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12764         * gnus-agent.el (gnus-agent-group-path): Decode group name.
12765         (gnus-agent-group-pathname): Ditto.
12767         * gnus-cache.el (gnus-cache-file-name): Decode group name.
12769         * gnus-group.el (gnus-group-make-group): Decode group name.
12770         (gnus-group-make-rss-group): Register the group data after opening
12771         the nnrss group.
12773 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
12775         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
12776         by expiry now get marked as read.
12778 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12780         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
12782 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
12784         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
12785         unify Latin characters in XEmacs.
12786         (mm-find-mime-charset-region): Use it.
12788 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12790         * gnus-util.el (gnus-delete-directory): New function.
12792         * gnus-agent.el (gnus-agent-delete-group): Use it.
12794         * gnus-cache.el (gnus-cache-delete-group): Use it.
12796 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12798         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
12799         names.
12801 2004-12-16  Simon Josefsson  <jas@extundo.com>
12803         * hashcash.el (hashcash-payment-alist): Fix custom :type.
12805 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12807         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
12809         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
12810         (gnus-group-set-current-level): Decode group name.
12812 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
12814         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
12815         failed.
12817 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12819         * gnus-group.el (gnus-group-delete-group): Decode group name.
12820         (gnus-group-make-rss-group): Encode group name.
12821         (gnus-group-catchup-current): Decode group name.
12822         (gnus-group-kill-group): Decode group name.
12824 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12826         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
12828 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12830         * gnus-group.el (gnus-group-make-rss-group):
12831         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
12833         * gnus-start.el (gnus-setup-news): Honor user's setting to
12834         gnus-message-archive-method.  Suggested by Lute Kamstra
12835         <lute@gnu.org>.
12837 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
12839         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
12840         global counterparts of the buffer-local variables.
12842 2004-11-16  Romain Francoise  <romain@orebokech.com>
12844         * gnus-sum.el (gnus-summary-exit): Don't clear the global
12845         counterparts of the buffer-local variables.
12847 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12849         * message.el (message-forbidden-properties): Fixed typo in doc
12850         string.
12852 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
12854         * gnus-util.el (gnus-replace-in-string): Added doc string.
12856         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
12857         to avoid problems when splitting mails with many recipients.
12859 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12861         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
12862         pop-to-buffer, covered by the subsequent gnus-configure-windows.
12864 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
12866         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
12867         if there is no hashtable in memory or file modification time is
12868         newer than cached timestamp.
12870 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12872         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
12873         not-matching option.
12875 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
12877         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
12878         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
12879         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12880         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
12881         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
12882         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
12884 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12886         * message.el (message-forward-make-body-mml): Remove headers
12887         according to message-forward-ignored-headers if a message is decoded.
12889 2004-12-02  Romain Francoise  <romain@orebokech.com>
12891         * message.el (message-forward-make-body-plain): Always remove
12892         headers according to message-forward-ignored-headers.
12894 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
12896         * spam.el (spam-summary-prepare-exit): Remove the
12897         gnus-summary-limit pop for now, it has problems with ham marks for
12898         me.
12900 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
12902         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
12903         correctly.
12905 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
12907         * format-spec.el (format-spec): Message the char.
12909 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
12911         * gnus-art.el (gnus-split-methods): Reformat comments.
12913         * spam.el (spam-summary-prepare-exit): Remove article limits
12914         before exiting the summary buffer.
12916 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12918         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
12919         order to silence the byte compiler.
12921         * spam.el: Fix the way to silence the byte compiler, which
12922         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
12923         bbdb-search-simple, spam-BBDB-register-routine,
12924         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
12925         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
12926         spam-stat-buffer-is-spam, spam-stat-load,
12927         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
12928         spam-stat-save and spam-stat-split-fancy.
12930 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12932         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
12933         which may confuse users.
12934         (canlock-password-for-verify): Ditto.
12936         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
12938         * gnus-art.el (gnus-emphasis-alist): Ditto.
12940         * gnus-registry.el (gnus-registry-max-entries): Ditto.
12942         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
12944         * gnus-start.el (gnus-save-killed-list): Ditto.
12946         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
12947         (gnus-sum-thread-tree-root): Ditto.
12948         (gnus-sum-thread-tree-false-root): Ditto.
12949         (gnus-sum-thread-tree-single-indent): Ditto.
12951         * message.el (message-courtesy-message): Ditto.
12952         (message-archive-note): Ditto.
12953         (message-subscribed-address-file): Ditto.
12954         (message-user-fqdn): Ditto.
12956         * spam-report.el (spam-report-gmane-regex): Ditto.
12958         * spam.el (spam-blackhole-good-server-regex): Ditto.
12960 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12962         * mml.el (mml-preview): Widen the message buffer before copying
12963         the contents to the preview buffer; sort headers before previewing.
12965         * message.el (message-hidden-headers): Fix the way to avoid a bug
12966         in the `repeat' widget in Emacs 21.3 or earlier.
12968 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12970         * message.el (message-hidden-headers): Default to "^References:".
12971         Improve customization type.  Suggested by Reiner Steib
12972         <Reiner.Steib@gmx.de>.
12974 2004-11-25  Romain Francoise  <romain@orebokech.com>
12976         * message.el (message-strip-forbidden-properties): Remove check for
12977         obsolete `message-hidden' text property, hidden headers are not
12978         accessible in the buffer anymore.
12980 2004-11-22  Romain Francoise  <romain@orebokech.com>
12982         * message.el (message-header-format-alist): Add `From' in list
12983         so that it can be sorted.
12984         (message-fix-before-sending): Widen and sort headers before
12985         sending.
12986         (message-hide-headers): Use narrowing to hide headers by moving
12987         them to the top of the buffer and narrowing to the region
12988         underneath.
12990 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12992         * message.el (message-strip-forbidden-properties): Bind
12993         buffer-read-only (etc) to nil.
12995 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12997         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
12998         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13000 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13002         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13004 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13006         * dns.el (query-dns): Use sit-for to time instead of
13007         accept-process-output, since that doesn't seem to work on udp
13008         sockets.
13010 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13012         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13014 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13016         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13017         doc string.  Improve doc string.
13019 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13021         * nntp.el (nntp-request-update-info): Return nil if
13022         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13023         may not call gnus-activate-group which uselessly issues the GROUP
13024         commands for all nntp groups and wastes time.  Reported by Romain
13025         Francoise <romain@orebokech.com>.
13027         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13029 2004-11-15  Simon Josefsson  <jas@extundo.com>
13031         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13032         headers separately.
13033         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13034         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13036 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13038         * gnus-start.el (gnus-convert-old-newsrc):
13039         Assign legacy-gnus-agent to 5.10.7.
13041 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13043         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13044         start of the lines.
13046 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13048         * hashcash.el (hashcash-default-payment): Change default to 20.
13049         (hashcash-default-accept-payment): Change default to 20.
13050         (hashcash-process-alist): New variable.
13051         (hashcash-generate-payment-async): Add.
13052         (hashcash-already-paid-p): Add.
13053         (hashcash-insert-payment): Don't generate payments twice.
13054         (hashcash-insert-payment-async): Add.
13055         (hashcash-insert-payment-async-2): Add.
13056         (hashcash-cancel-async): Add.
13057         (hashcash-wait-async): Add.
13058         (hashcash-processes-running-p): Add.
13059         (hashcash-wait-or-cancel): Add.
13060         (mail-add-payment): New optional argument.  Conditionally start
13061         asynchronous calculation.
13062         (mail-add-payment-async): Add.
13064         * message.el (message-send-mail): Wait for asynchronous hashcash
13065         results.  Don't clobber existing X-Hashcash headers.
13066         (message-setup-1): Call mail-add-payment-async when
13067         message-generate-hashcash is non-nil.
13069 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13071         * message.el (message-use-alternative-email-as-from): Examine the
13072         From header as well; use message-make-from in order to include a
13073         user's full name.
13075 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13077         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13078         default; improve customization type.
13079         (gnus-emphasis-custom-with-format): New macro.
13080         (gnus-emphasis-custom-value-to-external): New function.
13081         (gnus-emphasis-custom-value-to-internal): New function.
13083 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13085         * dns.el (query-dns): Resolve reverse addresses.
13087 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13089         * gnus-group.el (gnus-group-get-new-news): Use it.
13091         * gnus-start.el (gnus-check-reasonable-setup): New function.
13093 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13095         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13096         "Args out of range" error.  Reported by Arnaud Giersch
13097         <arnaud.giersch@free.fr>.
13099 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13101         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13103 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13105         * spam.el (spam group): Add :version.
13107         * pgg-def.el (pgg group): Add :version.
13109 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13111         * gnus-art.el (gnus-article-edit-article): Don't associate the
13112         article buffer with a draft file.  This is a temporary measure
13113         against the 2004-08-22 change to gnus-article-edit-mode.
13115 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13117         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13118         (html2text-format-tags): Remove unused variable `attr'.
13120 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13122         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13124         * spam-stat.el (spam-stat): Add :version.
13126         * sieve.el (sieve): Add :version.
13128         * sha1.el (sha1): Add :version.
13129         (sha1-use-external): Remove redundant version.
13131         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13132         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13133         (nnmail-split-fancy-match-partial-words)
13134         (nnmail-split-lowercase-expanded): Add :version.
13136         * nndiary.el (nndiary): Add :version.
13138         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13140         * mml-sec.el (mml-default-sign-method)
13141         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13142         Add :version.
13144         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13146         * mm-url.el (mm-url-use-external, mm-url-program)
13147         (mm-url-arguments): Add :version.
13149         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13150         (mm-attachment-file-modes, mm-decrypt-option)
13151         (mm-w3m-safe-url-regexp): Add :version.
13153         * message.el (message-cite-prefix-regexp)
13154         (message-sendmail-envelope-from, message-minibuffer-local-map)
13155         (message-user-fqdn, message-completion-alist): Add :version.
13157         * gnus-win.el (gnus-configure-windows-hook)
13158         (gnus-use-frames-on-any-display): Add :version.
13160         * gnus-art.el (gnus-article-address-banner-alist)
13161         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13162         (gnus-treat-from-picon, gnus-treat-mail-picon)
13163         (gnus-treat-x-pgp-sig): Add :version.
13165         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13166         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13167         (gnus-summary-article-delete-hook)
13168         (gnus-summary-display-while-building): Add :version.
13170         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13171         (gnus-get-top-new-news-hook): Add :version.
13173         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13174         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13176         * gnus-registry.el (gnus-registry): Add :version.
13178         * gnus-spec.el (gnus-use-correct-string-widths)
13179         (gnus-make-format-preserve-properties): Add :version.
13181         * gnus.el (gnus-group-charter-alist)
13182         (gnus-group-fetch-control-use-browse-url)
13183         (gnus-install-group-spam-parameters): Add :version.
13185         * gnus-diary.el (gnus-diary): Add :version.
13187         * gnus-delay.el (gnus-delay): Add :version.
13189         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13190         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13191         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13192         Add :version.
13194         * gnus-agent.el (gnus-agent-max-fetch-size)
13195         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13196         (gnus-agent-prompt-send-queue): Add :version.
13198         * deuglify.el (gnus-outlook-deuglify): Add :version.
13200         * html2text.el: Beautify code.  Improve doc strings.  Some
13201         checkdoc cleanup.
13202         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13204 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13206         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13208 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13210         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13211         when package is loaded.
13213         * spam.el (spam-summary-score-preferred-header): Add global preference
13214         for people who want to override the default SpamAssassin over
13215         Bogofilter preference (when both are set).
13216         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13217         (spam-user-format-function-S): Check
13218         spam-summary-score-preferred-header.
13219         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13220         (spam-user-format-function-S): Format the score correctly.
13222 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13224         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13225         signature file.  Suggested by Manoj Srivastava
13226         <srivasta@golden-gryphon.com>.
13228         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13229         iso-2022-jp even in the Japanese language environment.
13230         Suggested by Jason Rumney <jasonr@gnu.org>.
13232 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13234         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13235         use the same characters as the dummy marks; make it free from
13236         getting affected by the language environment.
13237         (gnus-summary-read-group-1): Update mark positions only when the
13238         format spec is updated.
13240         * gnus-spec.el (gnus-update-format-specifications): Return a list
13241         of updated types.
13243 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13245         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13246         of boundp to check if display-warning is available.
13248 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13250         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13252 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13254         * nnspool.el (nnspool-spool-directory): Use news-path if the
13255         news-directory variable is not bound.
13257         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13258         function instead of display-warning if it is not available.
13260 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13262         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13263         v5-10: Use `point-at-bol'.
13265 2004-10-26  Simon Josefsson  <jas@extundo.com>
13267         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13268         <chenggao@gmail.com>.
13270 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13272         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13273         instead.
13275 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13277         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13278         to remove a server from the nnimap-server-buffer-alist.
13279         (nnimap-open-connection, nnimap-close-server): Use it.
13281         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13283 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13285         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13286         running the major-mode function.
13288 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13290         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13291         dummy marks in the right way.
13293 2004-10-18  David Edmondson  <dme@dme.org>
13295         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13296         excessively.
13298 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13300         * gnus-util.el (gnus-split-references): Accept a nil references
13301         string and go on blissfully.
13303         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13304         cases where the references string is non-nil but has no references.
13306         * encrypt.el: Add autoload tags.
13308         * spam.el (spam-resolve-registrations-routine): Remove article
13309         from unregistration list too.  Reported by David Hanak
13310         <dhanak@isis.vanderbilt.edu>
13312 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13314         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13315         nil.  Changed custom type.
13317 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13319         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13321         * gnus-sum.el (gnus-summary-move-article): Use it.
13323 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13325         * encrypt.el: Add autoload cookies.
13327         * spam.el (spam-backend-article-list-property)
13328         (spam-backend-get-article-todo-list)
13329         (spam-backend-put-article-todo-list)
13330         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13331         Resolve registrations separately.
13332         (spam-register-routine): Format comments.
13333         (spam-unregister-routine, spam-register-routine): Always call with
13334         specific-articles, no default list.
13335         (spam-summary-prepare-exit): Use the spam-classifications function.
13337         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13338         gnus-encrypt.el.
13340         * encrypt.el: Copied from gnus-encrypt.el.
13342         * gnus-encrypt.el: Commented that it's obsolete.
13344 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13346         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13347         (gnus-score-save): Use it.
13349         * message.el (message-bury): Use `window-dedicated-p'.
13351 2004-10-15  Simon Josefsson  <jas@extundo.com>
13353         * pop3.el (top-level): Don't require nnheader.
13354         (pop3-read-timeout): Add.
13355         (pop3-accept-process-output): Add.
13356         (pop3-read-response, pop3-retr): Use it.
13358 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13360         * spam.el (spam-register-routine): Move comment.
13361         (spam-verify-bogofilter): Use 'unknown for the initial
13362         spam-bogofilter-valid state, not 'never.
13364         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13365         for netrc-machine.
13367         * nnimap.el (nnimap-open-connection): Use
13368         netrc-machine-user-or-password.
13370 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13372         * gnus-registry.el (gnus-registry-unload-hook):
13373         Set as a variable with add-hook.
13375         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13376         of news-path.
13378         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13380         * spam.el: Delete duplicate `provide'.
13381         (spam-unload-hook): Set as a variable with add-hook.
13383 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13385         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13386         in the doc string.
13388         * message.el (message-ignored-news-headers)
13389         (message-ignored-supersedes-headers)
13390         (message-ignored-resent-headers)
13391         (message-forward-ignored-headers): Improve custom type.
13393 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13395         * message.el (message-tokenize-header): Fix 2004-09-06 change
13396         which used point-min in the wrong place.
13398 2004-10-12  Simon Josefsson  <jas@extundo.com>
13400         * tls.el (tls-certtool-program): New variable.
13401         (tls-certificate-information): New function, based on
13402         ssl-certificate-information.
13404 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13406         * compface.el: Move the version of ELisp-based uncompface program
13407         to the contrib directory because of the copyright problem.
13409 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13411         * message.el (message-kill-buffer): Raise the current frame.
13413 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13415         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13417         * gnus.el (message-y-or-n-p): Autoload.
13419         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13420         (pop3-password-required, pop3-authentication-scheme)
13421         (pop3-leave-mail-on-server): Made customizable.
13422         (pop3): New custom group.
13423         (pop3-retr): Remove `sleep-for' statements.
13424         Suggested by Dave Love <fx@gnu.org>.
13426         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13427         Windows/DOS.
13429         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13430         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13431         Dave Love <fx@gnu.org>.
13433         * mml.el (mml-minibuffer-read-disposition): Require match.
13434         Suggested by Dave Love <fx@gnu.org>.
13436 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13438         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13439         doc string.
13441 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13443         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13445 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13447         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13448         instead of calling `mm-insert-inline', to decode text/* parts
13449         before displaying them.
13451 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13453         * mm-uu.el (mm-uu-text-plain-type): New variable.
13454         (mm-uu-pgp-signed-extract-1): Use it.
13455         (mm-uu-pgp-encrypted-extract-1): Use it.
13456         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13457         bind mm-uu-text-plain-type with that value.
13458         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13459         mm-uu-dissect.
13461 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13463         * gnus-group.el (gnus-update-group-mark-positions):
13464         * gnus-sum.el (gnus-update-summary-mark-positions):
13465         * message.el (message-check-news-body-syntax):
13466         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13467         of string-as-multibyte.
13469 2004-10-05  Juri Linkov  <juri@jurta.org>
13471         * gnus-group.el (gnus-update-group-mark-positions):
13472         * gnus-sum.el (gnus-update-summary-mark-positions):
13473         * message.el (message-check-news-body-syntax):
13474         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13475         8-bit unibyte values to a multibyte string for search functions.
13477 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13479         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13480         (mm-uu-dissect-text-parts): New function.
13482         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13483         dissect text parts.
13485         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13486         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13488         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13490         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13491         gnus-current-topics instead of gnus-current-topic.
13493 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13495         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13497 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13499         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13500         where approriate.
13502         * nnml.el (nnml-generate-active-info): do.
13504         * nndiary.el (nndiary-generate-active-info): do.
13506         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13507         (gnus-topic-move): do.
13509         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13510         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13512         * gnus-srvr.el (gnus-server-prepare)
13513         (gnus-server-open-all-servers): do.
13515         * gnus-msg.el (gnus-summary-cancel-article)
13516         (gnus-summary-resend-message)
13517         (gnus-summary-mail-crosspost-complaint): do.
13519         * gnus-move.el (gnus-change-server): do.
13521         * gnus-group.el (gnus-group-unmark-all-groups)
13522         (gnus-group-set-current-level): do.
13524 2004-10-04  Simon Josefsson  <jas@extundo.com>
13526         * message.el (message-generate-hashcash): Doc fix.
13528 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13530         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13531         avoid infinite recursion via gnus-get-function.
13533 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13535         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13537         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13539         * nnmail.el (nnmail-split-history): do.
13541         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13542         (nnml-request-delete-group): do.
13544         * nnslashdot.el (nnslashdot-read-groups): do.
13546         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13547         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13549         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13550         (nnspool-sift-nov-with-sed): Use last.
13551         (nnspool-retrieve-headers-with-nov): Use mapc.
13552         (nnspool-request-newgroups): Use dolist.
13553         (nnspool-request-group): Use last.
13555         * nntp.el (nntp-read-server-type): Use dolist.
13557         * nnvirtual.el (nnvirtual-create-mapping)
13558         (nnvirtual-update-read-and-marked): Use dolist.
13559         (nnvirtual-convert-headers): Simplify.
13561 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13563         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13564         support for sync'ing tick marks.
13566 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13568         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13569         there's no visible header.
13571 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13573         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13574         necessary, pass full group name to gnus-request-set-marks.
13576 2004-10-01  Simon Josefsson  <jas@extundo.com>
13578         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13579         acroread.
13581 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13583         * spam-report.el (spam-report-gmane): Fix interactive.
13585         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13587         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13588         when writing file.
13589         (gnus-agent-synchronize-flags): Don't default to being
13590         interactive.
13592 2004-09-30  Simon Josefsson  <jas@extundo.com>
13594         * message.el (message-generate-hashcash): Add.
13595         (message-send-mail): Use it, call mail-add-payment.
13597 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13599         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13601 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13603         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13604         gnus-requst-update-info with explicit code to sync the in-memory
13605         info read flags with the marks being sync'd to the backend.
13607         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13609 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13611         * spam.el (spam-verify-bogofilter): Add new function.
13612         (spam-check-bogofilter)
13613         (spam-bogofilter-register-with-bogofilter): Use it.
13614         (spam-verify-bogofilter): Add small fixes.
13616 2004-09-28  Simon Josefsson  <jas@extundo.com>
13618         * hashcash.el (hashcash-generate-payment): Revert.
13620 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13622         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13623         gnus-extract-references instead of gnus-split-references.
13625         * gnus-util.el (gnus-extract-references): Add new function, analogous
13626         to gnus-split-references but extracts only the message-ID without
13627         anything extra.
13629         * hashcash.el (hashcash-generate-payment)
13630         (hashcash-check-payment): Do the right thing if hashcash-path is
13631         nil (because the hashcash program could not be found).
13633         * spam.el (spam-use-hashcash): Remove comment.
13635 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13637         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13638         (gnus-cache-enter-article, gnus-cache-remove-article)
13639         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13641         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13643         * gnus-art.el (article-hide-boring-headers)
13644         (article-translate-strings, article-display-face)
13645         (gnus-article-mime-match-handle-first)
13646         (gnus-article-highlight-headers)
13647         (gnus-article-add-buttons-to-head): do.
13649 2004-09-27  Simon Josefsson  <jas@extundo.com>
13651         * hashcash.el: New version, from
13652         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13653         ../contrib/.
13655 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13657         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13659 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13661         * gnus-dup.el (gnus-dup-open): Use mapc.
13662         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13664         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13665         Reported by Stefan Wiens <s.wi@gmx.net>.
13667         * gnus.el (gnus-shutdown): Use dolist.
13669         * gnus-undo.el (gnus-undo): Use mapc.
13671         * nnrss.el (nnrss-generate-active): do.
13673         * message.el (message-cite-original-without-signature)
13674         (message-cite-original): Use mapc.
13675         (message-do-actions, message-make-forward-subject): Use dolist.
13677 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13679         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13680         deletion to remove entire duplicate line.  Fixes merged article
13681         number bug.
13683 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13685         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13686         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13687         first ask if you want to open a server and then, even when you
13688         responded with no, asking if you want to synchronize the server's
13689         flags.
13690         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13691         multi-line expressions.
13692         (gnus-agent-synchronize-group-flags): New internal function.
13693         Updates marks in memory (in the info structure) AND in the
13694         backend.
13696         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13698         * nnagent.el (nnagent-request-set-mark): Use
13699         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13700         method, to ensure that synchronization updates marks in the
13701         backend and in the info (in memory) structure.
13703 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13705         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13706         convention fully; don't miss the root article of a thread; make
13707         the X-Draft-From header with correct article numbers.
13709 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13711         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13712         unless plugged.  Disable the agent so that an open failure causes
13713         an error.
13715         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13716         Reverted 2004-09-21 change.  The backend must be opened while
13717         synchronizing flags even when the backend stores the flags
13718         locally.
13720 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13722         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13723         in `header' match.  Reported by Svend Tollak Munkejord.
13725         * message.el (message-cite-original): Fix use of
13726         `message-cite-articles-with-x-no-archive'.
13728 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13730         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13731         (gnus-window-to-buffer): Ditto.
13733         * mml.el (mml-preview-buffer): New variable.
13734         (mml-preview): Manage window layout with gnus-buffer-configuration.
13736         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13737         X-Draft-From header even if those articles aren't quoted.
13739 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
13741         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
13742         (gnus-request-set-mark, gnus-request-update-mark): Use new
13743         g-s-t-u-l-m to decide to use backend even when unplugged.
13745 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13747         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
13748         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
13750 2004-09-20  Simon Josefsson  <jas@extundo.com>
13752         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
13753         "utf-16-le".
13755 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13757         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
13759 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13761         * uudecode.el (uudecode-use-external): Add :version.
13763         * smime.el (smime-CA-file, smime-encrypt-cipher)
13764         (smime-dns-server): Add :version.
13766         * smiley.el (gnus-smiley-file-types): Add :version.
13768         * sha1.el (sha1-use-external): Add :version.
13770         * pgg-def.el (pgg-query-keyserver): Add :version.
13772         * nnmail.el (nnmail-fancy-expiry-targets)
13773         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
13774         Add :version.
13776         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
13777         (nnimap-retrieve-groups-asynchronous): Add :version.
13778         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
13780         * mml.el (mml-content-disposition-parameters)
13781         (mml-insert-mime-headers-always): Add :version.
13783         * mm-util.el (mm-coding-system-priorities): Add :version.
13785         * mm-decode.el (mm-inline-text-html-with-images)
13786         (mm-keep-viewer-alive-types, mm-external-terminal-program)
13787         (mm-verify-option): Add :version.
13788         (mm-text-html-renderer): Change :version.
13790         * message.el (message-fcc-externalize-attachments)
13791         (message-required-headers, message-draft-headers)
13792         (message-subject-trailing-was-query)
13793         (message-subject-trailing-was-ask-regexp)
13794         (message-subject-trailing-was-regexp, message-mark-insert-begin)
13795         (message-mark-insert-end, message-archive-header)
13796         (message-archive-note, message-cross-post-default)
13797         (message-cross-post-note, message-followup-to-note)
13798         (message-cross-post-note-function, message-use-mail-followup-to)
13799         (message-subscribed-address-functions)
13800         (message-subscribed-address-file, message-subscribed-addresses)
13801         (message-subscribed-regexps, message-allow-no-recipients)
13802         (message-yank-cited-prefix, message-signature-insert-empty-line)
13803         (message-hidden-headers, message-hierarchical-addresses)
13804         (message-mail-user-agent, message-use-idna)
13805         (message-valid-fqdn-regexp)
13806         (message-strip-special-text-properties, message-header-synonyms)
13807         (message-beginning-of-line, message-tab-body-function): Add :version.
13808         (message-insert-canlock, message-wide-reply-confirm-recipients):
13809         Change :version.
13811         * mail-source.el (mail-source-ignore-errors): Add :group, :type
13812         and :version.
13813         (mail-source-delete-old-incoming-confirm)
13814         (mail-source-movemail-program): Add :version.
13816         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
13817         (gnus-agent-cache, gnus-agent): Change :version.
13819         * gnus-util.el (gnus-use-byte-compile): Change :version.
13821         * gnus-sum.el (gnus-summary-make-false-root-always)
13822         (gnus-summary-default-high-score)
13823         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
13824         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
13825         (gnus-read-all-available-headers, gnus-article-emulate-mime)
13826         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
13827         (gnus-sum-thread-tree-single-indent)
13828         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13829         (gnus-sum-thread-tree-leaf-with-other)
13830         (gnus-sum-thread-tree-single-leaf): Add :version.
13831         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
13832         (gnus-article-loose-mime): Change :version.
13834         * gnus-start.el (gnus-backup-startup-file)
13835         (gnus-save-startup-file-via-temp-buffer): Add :version.
13837         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
13838         (gnus-server-offline-face): Add :version.
13840         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
13842         * gnus-msg.el (gnus-gcc-externalize-attachments)
13843         (gnus-debug-files, gnus-debug-exclude-variables)
13844         (gnus-discouraged-post-methods): Change :version.
13845         (gnus-confirm-mail-reply-to-news)
13846         (gnus-confirm-treat-mail-like-news): Add :version.
13848         * gnus-int.el (gnus-server-unopen-status): Add :version.
13850         * gnus-group.el (gnus-group-jump-to-group-prompt)
13851         (gnus-large-ephemeral-newsgroup)
13852         (gnus-fetch-old-ephemeral-headers): Add :version.
13854         * gnus-fun.el (gnus-x-face-directory)
13855         (gnus-convert-pbm-to-x-face-command)
13856         (gnus-convert-image-to-x-face-command)
13857         (gnus-convert-image-to-face-command): Add :version.
13859         * gnus-delay.el (gnus-delay-default-hour): Add :version.
13861         * gnus-cite.el (gnus-cite-blank-line-after-header)
13862         (gnus-article-boring-faces): Add :version.
13864         * gnus-art.el (gnus-buttonized-mime-types)
13865         (gnus-inhibit-mime-unbuttonizing)
13866         (gnus-treat-display-face)
13867         (gnus-treat-body-boundary): Change :version.
13868         (gnus-body-boundary-delimiter, gnus-picon-databases)
13869         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
13870         (gnus-treat-date-english, gnus-treat-fold-headers)
13871         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
13872         (gnus-treat-mail-picon, gnus-treat-wash-html)
13873         (gnus-article-encrypt-protocol)
13874         (gnus-use-idna, gnus-article-over-scroll)
13875         (gnus-mime-display-multipart-alternative-as-mixed)
13876         (gnus-mime-display-multipart-related-as-mixed)
13877         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
13878         (gnus-ctan-url, gnus-button-ctan-handler)
13879         (gnus-button-handle-ctan-bogus-regexp)
13880         (gnus-button-ctan-directory-regexp)
13881         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
13882         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
13883         (gnus-button-man-level, gnus-button-emacs-level)
13884         (gnus-button-message-level, gnus-button-browse-level): Add :version.
13886         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
13887         (gnus-agent-go-online): Change :version.
13888         (gnus-agent-expire-unagentized-dirs)
13889         (gnus-agent-auto-agentize-methods): Add :version.
13891         * flow-fill.el (fill-flowed-display-column)
13892         (fill-flowed-encode-column): Add :version.
13894         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13895         (gnus-outlook-deuglify-unwrap-max)
13896         (gnus-outlook-deuglify-cite-marks)
13897         (gnus-outlook-deuglify-unwrap-stop-chars)
13898         (gnus-outlook-deuglify-no-wrap-chars)
13899         (gnus-outlook-deuglify-attrib-cut-regexp)
13900         (gnus-outlook-deuglify-attrib-verb-regexp)
13901         (gnus-outlook-deuglify-attrib-end-regexp)
13902         (gnus-outlook-display-hook): Add :version.
13904         * binhex.el (binhex-use-external): Add :version.
13906 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
13908         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
13909         and `invisible'.
13911 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
13913         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
13914         in gnus-registry-trim.
13916 2004-09-13  Simon Josefsson  <jas@extundo.com>
13918         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
13920         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
13922         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
13923         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13924         <yamaoka@jpl.org>.
13925         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
13926         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
13927         <yamaoka@jpl.org>.
13929         * sieve.el (sieve-manage-mode): Ditto.
13931 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
13933         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
13935 2004-09-11  Simon Josefsson  <jas@extundo.com>
13937         * dns-mode.el: Add.
13939         * mm-view.el (mm-display-dns-inline): Add.
13941         * mm-decode.el (mm-inline-media-tests): Add text/dns.
13942         (mm-automatic-display): Ditto.
13944         * mailcap.el (mailcap-mime-data): Add text/dns.
13945         (mailcap-mime-extensions): Map .soa to text/dns.
13947 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
13949         * gnus-art.el (article-decode-mime-words, article-babel)
13950         (gnus-article-highlight-signature, gnus-article-add-buttons)
13951         (gnus-signature-toggle): Remove unnecessary bindings of
13952         `inhibit-read-only' inherited from v5.10 merge.
13954 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
13956         * nntp.el (nntp): New customization group.
13957         (nntp-authinfo-file): Add customization group.
13959         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
13961         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
13963         * gnus.el (to-address, to-list, subscribed)
13964         (large-newsgroup-initial): Ditto.
13966         * flow-fill.el (fill-flowed-display-column)
13967         (fill-flowed-encode-column): Ditto.
13969 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13971         * message.el (message-tokenize-header, message-send-mail-with-qmail):
13972         Use point-min rather than 1.
13973         (message-send-mail): Use buffer-size rather than point-max.
13975         * gnus-sum.el (gnus-summary-search-article-forward):
13976         Signal a specific `search-failed' rather than a generic `error'.
13978         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
13979         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
13980         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
13982 2004-09-10  Simon Josefsson  <jas@extundo.com>
13984         * nndb.el (require): Remove tcp and duplicate cl.
13986 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13988         * gnus-agent.el (directory-files-and-attributes): Move forward.
13990 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13992         * gnus-agent.el (directory-files-and-attributes): Optionally
13993         defined to support XEmacs.
13995 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
13997         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
13998         to avoid run-time CL dependencies.
13999         (gnus-agent-unfetch-articles): New function.
14000         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14001         article numbers even when local .overview file is missing.
14002         (gnus-agent-read-article-number): New function.  Only accepts
14003         27-bit article numbers.
14004         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14005         gnus-agent-read-article-number.
14006         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14007         from backend while recognizing that article numbers in .overview
14008         must be valid.
14009         (gnus-agent-update-files-total-fetched-for): Use
14010         directory-files-and-attributes to improve performance.
14011         * gnus-int.el (gnus-request-move-article): Use
14012         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14013         improve performance.
14015         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14016         some users confused by references to .newsrc when they only have a
14017         .newsrc.eld file.
14018         (gnus-convert-mark-converter-prompt)
14019         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14020         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14021         New function.  Used internally to only display 'gnus converting
14022         files' message when actually necessary.
14024         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14025         methods now autoloaded.
14027 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14029         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14030         identifiers.
14032 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14034         * gnus-picon.el: Fix indentation and closing parenthesis.
14036 2004-09-01  Simon Josefsson  <jas@extundo.com>
14038         * message.el (message-canlock-generate): Require sha1, not
14039         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14040         to require within a function.  Sadly, if sha1.el isn't loaded, the
14041         let binding in m-c-g will hide the defcustom definition, which is
14042         bad.)
14044         * canlock.el: Require sha1, not sha1-el.
14046         * message.el: Don't autoload sha1 (there is a autoload cookie in
14047         sha1.el).
14049         * sha1-el.el: Renamed to sha1.el.
14051 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14053         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14055 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14057         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14059 2004-08-30  Kim F. Storm  <storm@cua.dk>
14061         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14063         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14064         Add :group 'nnimap.
14066 2004-08-30  Andreas Schwab  <schwab@suse.de>
14068         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14069         ?* and ?\;.
14071         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14072         and ?\' to symbol instead of whitespace.
14074 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14076         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14078         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14079         instead of re-search-forward.
14081         * gnus-uu.el (gnus-uu-save-article): Ditto.
14082         (gnus-uu-post-encode-uuencode): Ditto.
14084         * html2text.el (html2text-clean-list-items): Ditto.
14085         (html2text-clean-dtdd): Ditto.
14086         (html2text-format-tags): Ditto.
14088         * message.el (message-send-mail-with-sendmail): Fix regexp.
14089         (message-fill-field-general): Use search-forward instead of
14090         re-search-forward.
14091         (unbold-region): Ditto.
14093         * nnrss.el (nnrss-request-article): Ditto.
14095         * nnslashdot.el (nnslashdot-request-article): Ditto.
14097         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14099         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14100         "Unrecognized menu descriptor" error in XEmacs.
14102 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14104         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14105         parent article of a sparse article in the thread hashtb.
14107 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14109         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14110         (nnmail-expand-newtext): Lowercase expanded entries if
14111         nnmail-split-lowercase-expanded is non-nil.
14113 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14115         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14117         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14118         of gnus-tmp-news-method into string under XEmacs.  It will be
14119         passed to gnus-correct-length which takes only a string argument.
14121 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14123         * gnus-util.el (gnus-bind-print-variables): New macro.
14124         (gnus-prin1): Use it.
14125         (gnus-prin1-to-string): Use it.
14126         (gnus-pp): New function.
14127         (gnus-pp-to-string): New function.
14129         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14130         Replace pp-to-string with gnus-pp-to-string.
14131         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14132         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14133         * gnus-msg.el (gnus-debug): Ditto.
14134         * gnus-score.el (gnus-score-save): Ditto.
14135         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14136         gnus-pp-to-string.
14137         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14138         with gnus-pp.
14139         * score-mode.el (gnus-score-pretty-print): Ditto.
14140         * webmail.el (webmail-debug): Ditto.
14142 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14144         * gnus-art.el (article-display-face, article-display-x-face):
14145         Use buffer-read-only.
14147 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14149         * gnus-art.el (article-hide-list-identifiers):
14150         Bind inhibit-read-only as t.
14152 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14154         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14156 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14158         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14159         (gnus-narrow-to-page): Don't assume point-min == 1.
14160         (gnus-article-edit-mode): Derive from message-mode.
14162         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14163         point-min == 1.
14165         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14166         Disable incorrect use of `assert'.
14168         * message.el (message-mode): Set comment-start-skip.
14170 2004-08-22  Sam Steingold  <sds@gnu.org>
14172         * pop3.el (pop3-leave-mail-on-server): New user variable.
14173         (pop3-movemail): Delete mail only when it is nil.
14175 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14177         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14179         * mml.el (mml-preview): Use `pop-to-buffer'.
14181         * message.el (message-goto-mail-followup-to): Insert after "To".
14182         (message-carefully-insert-headers): Add comment.
14184         * gnus.el: Remove unused variable `gnus-article-check-size'.
14186         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14188         * gnus-art.el (gnus-button-alist): Improve
14189         `gnus-button-handle-library' entry.
14191 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14193         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14194         downcase, since XEmacs capitalizes error messages differently.
14196 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14198         * nntp.el: Add (require 'gnus) due to reference to
14199         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14201 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14203         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14204         `mm-fill-flowed'.
14206         * mm-decode.el (mm-dissect-singlepart): Check it.
14208 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14210         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14211         'imap' for netrc parsing.
14213 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14215         * mailcap.el (mailcap-mime-data): Mark as risky.
14217 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14219         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14220         may be included in the encoded word.
14221         (rfc2047-encode): Don't append a space if the encoded word
14222         includes close parenthesis.
14224 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14226         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14227         of text within parentheses.
14229 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14231         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14232         (gnus-encrypt-write-file-contents): Make the password key the file
14233         name PLUS the cipher, not just the cipher.  Also remove failed
14234         passwords from the cache.
14236 2004-08-06  Simon Josefsson  <jas@extundo.com>
14238         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14239         fix.
14241 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14243         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14244         LWSP.
14246 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14248         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14249         to append in-reply-to: data to the references: header.
14251         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14252         (netrc-parse): Use gnus-encrypt.el functions.
14254         * gnus-encrypt.el: Add new file for encryption support; currently
14255         does only a few GPG ciphers and an internal XOR cipher.
14257         * password.el: Add comments on using password-read-and-add.
14258         (password-read-and-add): Add function to read and add the
14259         password to the cache at once.
14261 2004-07-28  Simon Josefsson  <jas@extundo.com>
14263         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14264         parameter (but don't use it, for now).
14266         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14267         instead of hard coding to nil.
14269 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14271         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14272         as mm-inline-image-xemacs does.
14274 2004-07-26  Simon Josefsson  <jas@extundo.com>
14276         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14277         Revert part of 2004-07-17 change below.
14279 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14281         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14282         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14284 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14286         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14287         quotes that actually start with ">" at the beginning of the
14288         lines.
14290 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14292         * rfc2047.el (rfc2047-encode-region): Fix last change.
14293         (rfc2047-encode-parameter): Remove useless concat.
14295 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14297         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14298         encode special characters; fix some kind of misconfigured headers;
14299         signal a real error if debug-on-quit or debug-on-error is non-nil.
14300         (rfc2047-encode-max-chars): New variable.
14301         (rfc2047-encode-1): Use it.
14302         (rfc2047-encode-parameter): New function.
14304         * mml.el (mml-insert-parameter): Remove an excessive space.
14306 2004-07-17  Simon Josefsson  <jas@extundo.com>
14308         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14309         Kai Grossjohann <kai@emptydomain.de>.
14310         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14311         (gnus-group-make-menu-bar): Ditto.
14313         * gnus-util.el (gnus-group-server): Add.
14315 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14317         * message.el (message-clone-locals): Clone sendmail and smtp
14318         variables.
14320 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14322         * rfc2047.el (rfc2047-encode-region): Fix last change.
14324 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14326         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14327         characters as non-special.
14329 2004-07-09  Simon Josefsson  <jas@extundo.com>
14331         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14332         Users will lose all flag changes made while unplugged with
14333         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14334         good default.  See numerous reports on ding mailing list.
14336 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14338         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14339         add generate-head-function and generate-article-function to the
14340         rfc822-forward entry.
14341         (nndoc-rfc822-forward-generate-article): New function.
14342         (nndoc-rfc822-forward-generate-head): New function.
14344         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14346 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14348         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14349         respect display group parameter and gnus-summary-expunge-below.
14350         (gnus-articles-to-read): Remove unused reference to display group
14351         parameter.
14353 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14355         * nnheader.el (nnheader-uniquify-message-id): New experimental
14356         variable.
14357         (nnheader-nov-read-message-id): Use it.
14359         * spam-report.el (spam-report-gmane): Add interactive.
14361 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14363         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14364         qp-or-base64 for the application/* types.
14366 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14368         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14370 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14372         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14373         trim value.
14375 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14377         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14378         New macro and function.
14379         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14381 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14383         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14384         after-load-alist.
14386 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14388         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14389         update info that isn't there.
14391 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
14393         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14394         entry.
14396 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14398         * mm-view.el (mm-inline-render-with-function): Use multibyte
14399         buffer; decode html source by charset.
14401         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14403         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14404         Mule-UCS is loaded under XEmacs.
14405         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14407 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14409         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14411 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14413         * mm-util.el (mm-coding-system-p): Return a coding-system.
14414         (mm-mime-mule-charset-alist): Use shift_jis instead of
14415         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14416         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14417         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14418         instead of japanese-shift-jis and iso-latin-1 respectively in
14419         order to share the default value with both Emacs and XEmacs-mule.
14420         (mm-mule-charset-to-mime-charset): Make
14421         mm-coding-system-priorities effective.
14422         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14423         while predicating of candidates upon the priorities.
14425 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14427         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14428         gnus-uu-invert-processable.
14430         * gnus.el: Autoload gnus-uu-invert-processable.
14432 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14434         * mm-util.el (mm-with-multibyte-buffer): New macro.
14436         * rfc2047.el (rfc2047-encode-string): Use it.
14437         (rfc2047-encode-region): Move point to the end of the region after
14438         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14440 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14442         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14443         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14445 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14447         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14448         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14449         Karl Chen <quarl@nospam.quarl.org>.
14451 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14453         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14454         invalid addresses.
14456 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14458         * spam.el: Change section markers, revise TODO list.
14459         (spam-backends): Make new master list of all installed backends.
14460         (spam-summary-exit-behavior): Add new variable to determine how
14461         messages moves are done at summary exit.
14462         (spam-move-spam-nonspam-groups-only)
14463         (spam-process-ham-in-nonham-groups)
14464         (spam-process-ham-in-spam-groups): Remove variables, the
14465         spam-summary-exit-behavior variable should be used to manage this
14466         behavior.
14467         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14468         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14469         and spam-old-spam-articles.
14470         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14471         Add empty variables, placeholders for the backends they represent.
14472         (spam-set-difference): Move, unchanged.
14473         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14474         unless the user has a processor variable.
14475         (spam-classifications, spam-classification-valid-p)
14476         (spam-backend-properties, spam-backend-property-valid-p)
14477         (spam-backend-function-type-valid-p)
14478         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14479         (spam-report-articles-gmane, spam-report-articles-resend):
14480         Remove functions, they are not needed.
14481         (spam-install-backend-super, spam-backend-list)
14482         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14483         (spam-backend-function, spam-backend-ham-registration-function)
14484         (spam-backend-spam-registration-function)
14485         (spam-backend-ham-unregistration-function)
14486         (spam-backend-spam-unregistration-function)
14487         (spam-backend-statistical-p, spam-backend-mover-p)
14488         (spam-install-backend-alias, spam-install-checkonly-backend)
14489         (spam-install-mover-backend, spam-install-nocheck-backend)
14490         (spam-install-backend, spam-install-statistical-backend)
14491         (spam-install-statistical-checkonly-backend): Add backend installation
14492         support.
14493         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14494         (spam-group-processor-p): Use the new backend code and respect the
14495         summary exit behavior.
14496         (spam-mark-spam-as-expired-and-move-routine): Remove.
14497         (spam-summary-prepare): Change to use the new spam-old-articles
14498         variable.
14499         (spam-copy-or-move-routine, spam-copy-spam-routine)
14500         (spam-move-spam-routine, spam-copy-ham-routine)
14501         (spam-move-ham-routine): Add code to copy/move ham or spam.
14502         (spam-fetch-field-fast): Improve doc and code, plus allow the
14503         'number request.
14504         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14505         variables.
14506         (spam-split, spam-find-spam): Use the new backend code.
14507         (spam-registration-functions): Remove variable.
14508         (spam-unregister-routine): Add convenience wrapper.
14509         (spam-log-undo-registration, spam-register-routine)
14510         (spam-log-processing-to-registry)
14511         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14512         where possible.
14513         (spam-check-gmane-xref, spam-check-regex-headers)
14514         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14515         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14516         (spam-check-bogofilter-headers, spam-check-spamoracle)
14517         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14518         (spam-check-crm114-headers): Use the spam-split-group that
14519         spam-split prepares, no need to determine it every time.
14521         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14522         to the nnheader-parse-naked-head call.
14524         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14526         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14527         the nnheader-nov-read-message-id call.
14529 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14531         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14532         gnus-activate-group twice.  Suggested by Markus Peter
14533         <warp@spin.de>.
14535 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14537         * gnus-art.el (gnus-article-time-format): Exchange the order of
14538         day and month in the default value; fix customization type.
14539         (article-date-ut): Use add-text-properties.
14540         (article-make-date-line): Use message-make-date instead of
14541         current-time-string.
14543         * message.el (message-fetch-field): Don't use set-text-properties.
14544         (message-make-date): Simplify.
14546 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14548         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14549         (rfc2047-encode-region): Treat text within parentheses as special;
14550         show the original text when error has occurred.
14552         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14553         already-computed method to gnus-activate-group.
14555         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14556         same select-methods identical Lisp objects.
14558         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14559         object when modifying the info.
14561 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14563         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14564         gnus-opened-servers since it has never been opened with the new
14565         configuration yet.
14567 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14569         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14570         arg to nnheader-generate-fake-message-id.
14572 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14574         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14575         number and build a fake message ID localized to a group and
14576         article number (so it's repeatable from that point on).
14577         (nnheader-fake-message-id-p): Change regex to accommodate new fake
14578         ID format.
14580         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14581         nnheader-generate-fake-message-id with the article number.
14583 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14585         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14586         end-of-buffer.
14588 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14590         * message.el (message-ignored-supersedes-headers): Add Approved.
14592 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14594         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14595         goto-char.
14596         (rfc2047-encode): Fold the line before encoding.
14598 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14600         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14601         folding -- not all headers can be folded, and this should be done
14602         by the message composition mode.  Probably.  I think.
14604 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14606         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14607         fast.
14609         * gnus-ems.el (gnus-remove-image): Don't use
14610         message-text-with-property; remove only the image found first.
14612 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14614         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14616 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14618         * message.el (message-text-with-property): Make it fast and accept
14619         optional arguments.
14620         (message-strip-forbidden-properties): Use it.
14621         (message-fix-before-sending): Follow the m-t-w-p change.
14623         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14625 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14627         * gnus-art.el (article-hide-headers): Don't change the buffer
14628         mistakenly when performing mml-preview even if
14629         gnus-single-article-buffer is nil.
14631 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14633         * message.el (message-expand-name-databases): New user option.
14634         (message-expand-name): Use it.
14636 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14638         * spam.el (spam-report-articles-resend)
14639         (spam-report-resend-register-routine): Allow ham reporting.
14640         (spam-report-resend-register-ham-routine): Add wrapper.
14641         (spam-registration-functions): Add ham resending functions.
14642         (spam-list-of-processors): Add ham resend processor.
14644         * gnus.el (ham-resend-to): Add new group parameter.
14645         (spam-process): Add ham resend option.
14647         * spam-report.el (spam-report-resend): Allow reporting ham.
14648         (spam-report-resend-ham): Add wrapper.
14650 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14652         * message.el (message-cite-articles-with-x-no-archive): New
14653         variable.
14654         (message-cite-original): Use it.
14656 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14658         * message.el (message-cite-original): Respect X-No-Archive.
14660 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14662         * gnus-art.el (article-hide-headers): Refer to the values for
14663         gnus-ignored-headers and gnus-visible-headers in the summary
14664         buffer since a user may have set them as group parameters.
14666 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14668         * assistant.el (assistant-node-name): Add convenience function.
14669         (assistant-render-text, assistant-render-node): Add error handling,
14670         plus handle multiple next nodes.
14671         (assistant-find-next-node): Comment out for now.
14672         (assistant-find-next-nodes): Add function, returns list of next
14673         nodes.
14675 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14677         * mail-source.el (mail-source-directory): Fix doc-string.
14679 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14681         * assistant.el (assistant-render-text, assistant-eval): Add :set
14682         widget type, which is different because it takes and returns a
14683         list.  Much hilarity ensues.
14685 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14687         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14689         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14690         doc-string.
14692         * gnus-start.el (gnus-activate-group): Added doc-string.
14694 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14696         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14698 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14700         * assistant.el (assistant-render-text): Try to add a :set
14701         widget, more to come.
14703         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14704         strings.
14705         (spam-report-articles-resend)
14706         (spam-register-routine): Do registration iff any articles warrant
14707         it.
14708         (spam-summary-prepare-exit): Change log message for nil group
14709         destinations.
14711 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14713         * spam.el (spam-report-resend-register-routine): Allow
14714         spam-report-resend-to to be a group parameter or a global value.
14716 2004-05-26  Simon Josefsson  <jas@extundo.com>
14718         * starttls.el: Merge with my GNUTLS based starttls.el.
14719         (starttls-gnutls-program, starttls-use-gnutls)
14720         (starttls-extra-arguments, starttls-process-connection-type)
14721         (starttls-connect, starttls-failure, starttls-success): New
14722         variables.
14723         (starttls-program, starttls-extra-args): Doc fix.
14724         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14725         functions.
14726         (starttls-negotiate, starttls-open-stream): Check
14727         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14728         function if it is set.
14730 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14732         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
14733         structured fields.
14735 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14737         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
14739 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
14741         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
14742         variable.
14743         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
14744         assigning the spam-mark to new messages.
14746 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
14748         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
14750 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14752         * rfc2047.el (rfc2047-encodable-p): Don't move point.
14753         (rfc2047-decode): Treat the ascii coding-system as raw-text by
14754         default.
14756 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
14758         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
14759         correct data.
14761 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
14763         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
14764         (spam-group-processor-p): Fix function.
14765         (spam-group-processor-multiple-p)
14766         (spam-group-spam-processor-report-gmane-p)
14767         (spam-group-spam-processor-report-resend-p)
14768         (spam-group-spam-processor-bogofilter-p)
14769         (spam-group-spam-processor-blacklist-p)
14770         (spam-group-spam-processor-ifile-p)
14771         (spam-group-ham-processor-ifile-p)
14772         (spam-group-spam-processor-spamoracle-p)
14773         (spam-group-spam-processor-crm114-p)
14774         (spam-group-ham-processor-bogofilter-p)
14775         (spam-group-spam-processor-stat-p)
14776         (spam-group-ham-processor-stat-p)
14777         (spam-group-ham-processor-whitelist-p)
14778         (spam-group-ham-processor-BBDB-p)
14779         (spam-group-ham-processor-spamoracle-p)
14780         (spam-group-ham-processor-copy-p): Remove functions with some
14781         prejudice against unneeded code.
14782         (spam-report-articles-resend)
14783         (spam-report-resend-register-routine): Allow the group/topic
14784         spam-resend-to value to override spam-report-resend-to.
14785         (spam-summary-prepare-exit): Invoke spam-group-processor-p
14786         properly now.
14788         * gnus.el (spam-resend-to): Add group/topic parameter.
14789         (spam-process): Move the OBSOLETE processors to the end of the
14790         choices.
14792 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
14794         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
14795         with resend-to set to nil, and then ask the user if necessary.
14796         (spam-report-resend): spam-report-resend takes a list of articles, not
14797         separate article numbers.
14799 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14801         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
14802         addition to emacs-w3m.
14804 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14806         * assistant.el (assistant-authinfo-data): New function.
14807         (assistant-eval): Eval for entire assistant.
14809         * netrc.el (netrc-services-file): New variable.
14810         (netrc-parse-services): New function.
14811         (netrc-find-service-name): New function.
14812         (netrc-find-service-number): New function.
14813         (netrc-port-equal): New function.
14814         (netrc-machine): Use it.
14816         * nnimap.el (nnimap-open-connection): Use netrc.
14818         * gnus-util.el (gnus-netrc-get): Remove aliases.
14820         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
14822         * assistant.el (wid-edit): Fix compilation.
14824         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
14826 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
14828         * gnus-util.el (gnus-set-file-modes): New function.  (small
14829         patch).
14831 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14833         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
14835         * assistant.el (assistant-render-node): Fix up rendering and
14836         read-only text.
14837         (assistant-render-node): Reset.
14838         (assistant-make-read-only): Not sticky.
14840 2004-05-20  Danny Siu  <dsiu@adobe.com>
14842         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
14843         centered even when gnus-auto-center-summary is t
14845 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14847         * dns.el (dns-get-txt-answer): New function.
14848         (dns-read-txt): Ditto.
14849         (query-dns): Use it.
14851 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14853         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
14854         active for foreign groups even if the group level is higher than
14855         the specified value.
14857 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14859         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
14860         non-active groups.
14862         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
14864 2004-05-20  Magnus Henoch  <mange@freemail.hu>
14866         * dns.el (dns-read-type): Add support for SVR.  (small patch)
14868 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
14870         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
14871         (spam-crm114-header, spam-crm114-spam-switch)
14872         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
14873         (spam-crm114-positive-spam-header)
14874         (spam-crm114-database-directory, spam-list-of-processors)
14875         (spam-group-spam-processor-crm114-p)
14876         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
14877         (spam-generic-score, spam-list-of-checks)
14878         (spam-list-of-statistical-checks, spam-registration-functions)
14879         (spam-check-crm114-headers, spam-crm114-score)
14880         (spam-check-crm114, spam-crm114-register-with-crm114)
14881         (spam-crm114-register-spam-routine)
14882         (spam-crm114-unregister-spam-routine)
14883         (spam-crm114-register-ham-routine)
14884         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
14885         asjo@koldfront.dk (Adam Sjøgren).
14887         * gnus.el: Add spam-use-crm114.
14889         * spam.el (spam-list-of-processors, spam-registration-functions):
14890         Add spam-use-resend.
14891         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
14892         (spam-report-articles-gmane): Add doc fix.
14893         (spam-report-articles-resend, spam-report-resend-register-routine):
14894         Add wrappers around spam-report-resend-to.
14896         * spam-report.el (spam-report-resend-to, spam-report-resend):
14897         Add support for resending spam.
14898         (spam-report-gmane): Fix line length >80.
14900         * gnus.el (spam-process): Add spam-use-resend.
14902 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14904         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
14905         number of processed spam messages.
14906         (spam-ham-copy-or-move-routine): Return the number of processed
14907         ham messages.
14908         (spam-summary-prepare-exit): Use the above values to decide
14909         whether status messages shouled be displayed.
14911 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14913         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
14914         `rfc2047-encoding-function-alist' in order to avoid conflicting
14915         with the old version.
14916         (rfc2047-encode-region): Concatenate words containing non-ASCII
14917         characters in structured fields; don't encode space-delimited
14918         ASCII words even in unstructured fields; don't break words at
14919         char-category boundaries.
14920         (rfc2047-encode-1): New function.
14921         (rfc2047-encode): Use it; encode text so that it occupies the
14922         maximum width within 76-column; work correctly on Q encoding for
14923         iso-2022-* charsets.
14924         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
14925         sure not to break a line just after the header name.
14926         (rfc2047-b-encode-region): Removed.
14927         (rfc2047-b-encode-string): New function.
14928         (rfc2047-q-encode-region): Removed.
14929         (rfc2047-q-encode-string): New function.
14931         * mm-util.el (mm-replace-in-string): New function.
14933 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14935         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
14936         get it right.
14937         (gnus-inews-make-draft): Really.
14939 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
14941         * nnmh.el (nnmh-request-list-1): Don't check the link count
14942         before descending.  (small patch)
14944 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14946         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
14947         stuff.
14949         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
14950         on real group name.
14952         * gnus-art.el (gnus-signature-limit): Doc fix.
14954         * gnus-msg.el (gnus-inews-make-draft): Quote list.
14956 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14958         * gnus-draft.el (gnus-draft-send): Bind
14959         rfc2047-encode-encoded-words.
14961         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
14962         (rfc2047-encodable-p): Say that =? needs encoding.
14963         (rfc2047-encode-encoded-words): New variable.
14965         * gnus-group.el (gnus-group-select-group): Doc fix.
14967         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
14969         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
14970         to nil.
14972         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
14974         * nnheader.el (nnheader-get-lines-and-char): New function.
14976 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
14978         * gnus-msg.el (gnus-summary-followup-with-original): Document
14979         yanking of region when active.
14981 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14983         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
14984         groups if the group level is higher than the specified value.
14986 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14988         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
14989         (gnus-group-jump-to-group): Added prefix argument using
14990         `gnus-group-jump-to-group-prompt'.  Query before jumping to
14991         non-active group.
14993         * compface.el (uncompface): Be verbose when changing
14994         `uncompface-use-external'.
14996         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
14997         handle manual section.
14999 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15001         * gnus-art.el (gnus-button-alist): Revert previous change.
15003 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15005         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15007 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15009         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15010         whether backend can accept message.
15012         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15014 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15016         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15017         Avoid creating directory when nntp-marks-is-evil is true.
15018         Reported by Reiner Steib.
15020 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15022         * gnus-picon.el (gnus-picon-style): New variable.
15023         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15024         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15025         Jesper Harder <harder@ifa.au.dk>.
15027 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15029         * message.el (message-fill-field): Return point.
15030         (message-generate-headers): Go to end of field.
15032         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15033         stuff for non-living groups.
15035 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15037         * gnus-art.el (gnus-article-followup-with-original)
15038         (gnus-article-reply-with-original): gnus-mark-active-p ->
15039         gnus-region-active-p.
15041 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15043         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15044         only when there is spam or ham to be processed.
15046 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15048         * mail-source.el (mail-source-delete-crash-box): Refactor.
15049         (mail-source-fetch): Use it.
15050         (mail-source-fetch-file): Ditto.
15051         (mail-source-fetch-directory): Run postscript in loop.
15052         (mail-source-fetch-pop): Delete.
15053         (mail-source-fetch-maildir): Ditto.
15054         (mail-source-fetch-imap): Ditto.
15056         * imap.el (imap-authenticators): Comment out sasl.
15058         * message.el (message-skip-to-next-address): New function.
15059         (message-fill-header-address): Refactor.
15060         (message-fill-address): Use it.
15061         (message-delete-address): Use it.
15062         (message-fill-header-general): Refactor.
15063         (message-fill-field-address): Rename.
15064         (message-narrow-to-field): Find the start of the header.
15065         (message-header-format-alist): Don't pre-fill.
15066         (message-fill-header): Removed.
15067         (message-insert-header): New function.
15068         (message-shorten-references): Use it.
15070         * rfc2047.el (rfc2047-field-value): Strip props.
15072         * mail-parse.el (mail-header-make-address): New alias.
15074         * ietf-drums.el (ietf-drums-make-address): New function.
15076         * imap.el: Add compiler directives.
15078         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15080         * gnus-art.el (article-decode-idna-rhs): Don't use
15081         message-idna-inside-rhs-p.
15083 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15085         * message.el (message-idna-inside-rhs-p): Removed.
15086         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15088         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15089         false positives.
15091 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15093         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15095 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15097         * nneething.el (nneething-file-name): Don't create spurious
15098         files.
15100         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15101         (gnus-inews-do-gcc): Remove sleep.
15103         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15104         part under point.
15106         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15107         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15109 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15111         * spam.el (spam-summary-prepare-exit): Fixed (length).
15113 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15115         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15116         as expired without moving it" message when there are spam
15117         messages left.
15119 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15121         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15122         header is not nil.
15124 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15126         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15127         nntp-possibly-create-directory, not nntp-possibly-change-group.
15128         (nntp-marks-changed-p): New arg SERVER.
15129         (nntp-request-update-info): Adjust caller.
15131 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15133         * nntp.el (nntp-save-marks): Pass missing arg.
15135 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15137         * nntp.el: Support marks.
15138         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15139         (nntp-marks-modtime, nntp-marks-directory): New variables.
15140         (nntp-request-set-mark, nntp-request-update-info)
15141         (nntp-possibly-create-directory, nntp-marks-changed-p)
15142         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15143         functions.
15145 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15147         * gnus-score.el (gnus-score-insert-help): Use
15148         gnus-select-lowest-window.
15150         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15151         appt-select-lowest-window and rename to gnus-select-lowest-window.
15153         * gnus.el: do.
15155 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15157         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15158         encodings of MIME-encoded words, in order to improve
15159         interoperability with several broken MUAs.
15161 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15163         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15164         tags, only when charsets are not specified in headers.
15165         (mm-inline-text-html-render-with-w3m): Ditto.
15167 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15169         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15170         instead of MIME-decoded from fields when checking
15171         `gnus-article-address-banner-alist'.
15173 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15175         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15176         description rather than subject.
15178 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15180         * gnus.el (gnus-version-number): Bump.
15182 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15184         * gnus.el: No Gnus v0.2 is released.
15186 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15188         * gnus-agent.el (gnus-agent-read-agentview): Inline
15189         gnus-uncompress-range.
15191 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15193         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15194         `exec-installed-p'.
15196 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15198         * gnus.el (spam-process, spam-autodetect-methods): Add
15199         bsfilter and bsfilter-headers.
15201         * spam.el (spam-bsfilter): New customize group.
15202         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15203         (spam-bsfilter-header, spam-bsfilter-probability-header)
15204         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15205         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15206         (spam-bsfilter-database-directory): New options.
15207         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15208         (spam-list-of-statistical-checks, spam-registration-functions):
15209         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15210         (spam-bsfilter-score): New command.
15211         (spam-check-bsfilter-headers, spam-check-bsfilter)
15212         (spam-bsfilter-register-with-bsfilter)
15213         (spam-bsfilter-register-spam-routine)
15214         (spam-bsfilter-unregister-spam-routine)
15215         (spam-bsfilter-register-ham-routine)
15216         (spam-bsfilter-unregister-ham-routine): New functions.
15217         (spam-generic-score): Support bsfilter; Accept an optional argument
15218         to recalcurate spam score even if scoring header has already been
15219         added.
15220         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15221         optional argument to recalcurate spam score even if scoring header
15222         has already been added.
15224 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15226         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15227         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15228         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15229         link is missing.
15231 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15233         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15234         (html2text-get-attr): Rewrite.
15236         * message.el (message-setup-1): Remove redundant put-text-property
15237         on mail-header-separator.
15239 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15241         * gnus-registry.el (gnus-registry-cache-whitespace)
15242         (gnus-registry-action, gnus-registry-spool-action)
15243         (gnus-registry-split-fancy-with-parent): Change message levels
15244         from 5 to 3 or 7, as needed.
15246         * spam.el (spam-summary-prepare-exit)
15247         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15248         (spam-split, spam-find-spam, spam-log-undo-registration)
15249         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15250         level from 5 to 6.
15252 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15254         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15255         2004-03-04 change).
15257 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15259         * sieve-manage.el (sieve-manage-open):
15260         * nnweb.el (nnweb-insert-html):
15261         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15262         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15263         * nnspool.el (nnspool-request-group):
15264         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15265         * nnml.el (nnml-request-update-info):
15266         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15267         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15268         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15269         (nnimap-request-set-mark):
15270         * nnfolder.el (nnfolder-request-update-info):
15271         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15272         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15273         * gnus-uu.el (gnus-uu-find-articles-matching):
15274         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15275         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15276         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15277         * gnus-nocem.el (gnus-nocem-scan-groups):
15278         * gnus-int.el (gnus-start-news-server):
15279         * gnus-group.el (gnus-group-make-kiboze-group)
15280         (gnus-group-browse-foreign-server):
15281         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15282         Use mapc when appropriate.
15284 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15286         FIXME: Make separate entries for each person.
15288         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15289         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15290         <shields@msrl.com>:
15292         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15293         may need for spam sorting and scoring.
15294         (spam-user-format-function-S): Add user format function suitable for
15295         general use.
15296         (spam-article-sort-by-spam-status): Add sorting function for summary
15297         sorting.
15298         (spam-extra-header-to-number): Add function to get a score from a
15299         header.
15300         (spam-summary-score): Add function to  get a numeric score from the
15301         headers.
15302         (spam-generic-score): Fix function doc, was in wrong place.
15303         (spam-initialize): Take symbols when it's run, and install the
15304         extra headers that spam-necessary-extra-headers thinks we need.
15306 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15308         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15309         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15311 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15313         * gnus-sum.el (gnus-set-global-variables)
15314         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15315         (gnus-article-get-xrefs, gnus-summary-best-group)
15316         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15317         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15318         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15319         Use with-current-buffer.
15321 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15323         * spam.el (spam-summary-prepare-exit): Simplify logic.
15324         (spam-fetch-article-header): Read the article header if it's not
15325         available.
15326         (spam-list-articles): Simplify logic.
15327         (spam-filelist-register-routine): Fix bug with unregister-list.
15329         * gnus-registry.el: Fix comments at beginning.
15331 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15333         * message.el (message-cater-to-broken-inn): Remove.
15334         (message-shorten-references): Make sure the total folded length of
15335         References is shorter than 998 characters to cater to a bug in INN
15336         2.3.  Also, don't pretend that references aren't folded -- this
15337         hasn't worked for a while.
15339 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15341         * gnus-agent.el (gnus-agentize):
15342         gnus-agent-send-mail-real-function no longer set to current value
15343         of message-send-mail-function but rather a lambda that calls
15344         message-send-mail-function.  The change makes the agent real-time
15345         responsive to user changes to message-send-mail-function.
15347 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15349         * legacy-gnus-agent.el
15350         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15351         help from Florian Weimer <fw@deneb.enyo.de>
15353 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15355         * nnmail.el (nnmail-cache-insert): Revert last change.
15357 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15359         * nnmail.el (nnmail-cache-insert): Always check whether
15360         nnmail-cache-ignore-groups matches a group name.
15362 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15364         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15365         (spam-find-spam, spam-log-processing-to-registry)
15366         (spam-log-registered-p, spam-log-unregistration-needed-p)
15367         (spam-log-undo-registration): Use gnus-message instead of
15368         gnus-error, none of these errors are fatal.
15370         * gnus-registry.el (gnus-registry-clean-empty-function)
15371         (gnus-registry-clean-empty): Remove only empty entries without
15372         extra data.
15374 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15376         * spam-stat.el (spam-stat-buffer-change-to-spam)
15377         (spam-stat-buffer-change-to-non-spam): Change (error) to
15378         (gnus-message 8) invocation.
15380 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15382         * nntp.el (nntp-via-netcat-command): New variable.
15383         (nntp-via-netcat-switches): New variable.
15384         (nntp-open-via-rlogin-and-netcat): New function.
15385         (nntp-open-connection-function): Doc fix.
15386         (nntp-telnet-command): Doc fix.
15387         (nntp-end-of-line): Doc fix.
15388         (nntp-via-rlogin-command): Doc fix.
15389         (nntp-via-user-name): Doc fix.
15390         (nntp-via-address): Doc fix.
15392 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15394         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15395         error in Emacs 21.1.
15397 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15399         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15401 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15403         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15404         (gnus-agent-with-refreshed-group): New macro.
15405         (gnus-agent-rename-group): New function.
15406         (gnus-agent-delete-group): New function.
15407         (gnus-agent-save-group-info): Use gnus-command-method when
15408         `method' parameter is nil.  Don't write nil entries into the
15409         active file.
15410         (gnus-agent-get-group-info): New function.
15411         (gnus-agent-fetch-articles): Use
15412         gnus-agent-update-files-total-fetched-for to increment disk space
15413         used.
15414         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15415         gnus-agent-update-view-total-fetched-for to increment disk space
15416         used.
15417         (gnus-agent-get-local): Added optional parameters to avoid calling
15418         gnus-group-real-name and gnus-find-method-for-group.
15419         (gnus-agent-set-local): Delete stored entry if either min, or max,
15420         are nil.
15421         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15422         quit, use gnus-agent-regenerate-group to record existence of any
15423         articles fetched to disk before the quit occurred.
15424         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15425         gnus-agent-update-view-total-fetched-for, and
15426         gnus-agent-update-files-total-fetched-for to decrement disk space
15427         used.
15428         (gnus-agent-retrieve-headers): Use
15429         gnus-agent-update-view-total-fetched-for to increment disk space
15430         used.
15431         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15432         with gnus-agent-update-files-total-fetched-for to decrement disk
15433         space and fresh group buffer.
15434         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15435         (gnus-agent-need-update-total-fetched-for): New variable.
15436         (gnus-agent-update-files-total-fetched-for): New function.
15437         (gnus-agent-update-view-total-fetched-for): New function.
15438         (gnus-agent-total-fetched-for): New function.
15440         * gnus-cache.el (gnus-cache-save-buffers): Use
15441         gnus-cache-update-overview-total-fetched-for to change disk space
15442         used by this group.
15443         (gnus-cache-possibly-enter-article): Use
15444         gnus-cache-update-file-total-fetched-for to increment disk space
15445         used by this group.
15446         (gnus-cache-possibly-remove-article): Use
15447         gnus-cache-update-file-total-fetched-for to decrement disk space
15448         used by this group.
15449         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15450         (gnus-cache-rename-group): New function.
15451         (gnus-cache-delete-group): New function.
15452         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15453         (gnus-cache-need-update-total-fetched-for): New variable.
15454         (gnus-cache-with-refreshed-group): New macro.
15455         (gnus-cache-update-file-total-fetched-for): New function.
15456         (gnus-cache-update-overview-total-fetched-for): New function.
15457         (gnus-cache-rename-group-total-fetched-for): New function.
15458         (gnus-cache-delete-group-total-fetched-for): New function.
15459         (gnus-cache-total-fetched-for): New function.
15461         * gnus-group.el: Require gnus-sum and autoload functions to
15462         resolve warnings when gnus-group.el compiled alone.
15463         (gnus-group-line-format): Documented new %F.
15464         (size of Fetched data) group line format; identifies disk space
15465         used by agent and cache.
15466         (gnus-group-line-format-alist): Defined new F format.
15467         (gnus-total-fetched-for): New function.
15468         (gnus-group-delete-group): No longer update
15469         gnus-cache-active-altered as gnus-request-delete-group now keeps
15470         the cache in sync.
15471         (gnus-group-list-active): Let the agent store a server's active
15472         list if currently plugged.
15474         * gnus-int.el (gnus-request-delete-group):
15475         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15476         local disk in sync with the server.
15477         (gnus-request-rename-group):
15478         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15479         local disk in sync with the server.
15481         * gnus-start.el (gnus-get-unread-articles):
15482         Cosmetic simplification to logic.
15484         * gnus-util.el (gnus-rename-file): New function.
15486 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15488         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15490 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15492         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15493         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15495 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15497         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15498         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15500 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15502         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15504 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15506         * spam.el (spam-set-difference): Add function to replace
15507         gnus-set-difference in spam.el.
15508         (spam-summary-prepare-exit): Use spam-set-difference.
15510 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15512         * gnus-registry.el (gnus-registry-cache-file): Update to use
15513         gnus-dribble-directory OR gnus-home-directory OR ~.
15514         (gnus-registry-split-fancy-with-parent): Fix doc.
15516 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15518         * message.el (message-exchange-point-and-mark): Use
15519         message-mark-active-p.  Suggested by Jesper Harder
15520         <harder@ifa.au.dk>.
15522 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15524         * message.el (message-exchange-point-and-mark): Don't activate
15525         region if it was inactive.  Suggested by Hiroshi Fujishima
15526         <pooh@nature.tsukuba.ac.jp>.
15528 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15530         * gnus-art.el (article-display-face): Display Faces in the same
15531         order as X-Faces.
15533 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15535         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15537 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15539         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15540         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15541         (gnus-article-mime-hierarchy): Remove.
15542         (gnus-article-mime-hierarchy-next): Remove.
15543         (gnus-article-mode): Revert 2004-03-19 change.
15544         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15545         (gnus-insert-mime-button): Revert 2004-03-19 change.
15546         (gnus-mime-accumulate-hierarchy): Remove.
15547         (gnus-mime-enter-multipart): Remove.
15548         (gnus-mime-leave-multipart): Remove.
15549         (gnus-mime-display-part): Revert 2004-03-19 change.
15550         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15552         * mml.el (mml-preview): Revert 2004-03-19 change.
15554 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15556         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15558 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15560         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15561         t while entering a file name using the mm-with-multibyte macro.
15562         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15564         * mm-util.el (mm-with-multibyte): New macro.
15566 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15568         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15569         user option.
15570         (gnus-mime-multipart-functions): Doc and customization fix.
15571         (gnus-article-mime-hierarchy): New variable.
15572         (gnus-article-mime-hierarchy-next): New variable.
15573         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15574         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15575         gnus-article-mime-hierarchy-next to nil.
15576         (gnus-insert-mime-button): Show hierarchy numbers.
15577         (gnus-mime-accumulate-hierarchy): New function.
15578         (gnus-mime-enter-multipart): New function.
15579         (gnus-mime-leave-multipart): New function.
15580         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15581         (gnus-mime-display-alternative): Show hierarchy numbers.
15583         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15584         gnus-article-mime-hierarchy-next to nil.
15586 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15588         * dns.el: Don't require gnus-xmas.
15590 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15592         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15593         inline PGP.
15594         (mml-menu): Disable mml-quote-region if mark is inactive.
15596 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15598         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15599         when the group's active is not available.
15601 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15603         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15604         error.
15606 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15608         * imap.el (imap-store-password): New variable.
15609         (imap-interactive-login): Use it.
15610         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15612 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15614         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15615         window-start and hscroll to summary window.
15617 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15619         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15620         conversion message to newsrc-dribble when an actual conversion is
15621         performed.
15623 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15625         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15627 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15629         * mm-decode.el (mm-complicated-handles): New function reviving
15630         former definition of mm-multiple-handles.
15632         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15633         (gnus-mime-delete-part): Use it.
15635 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15637         * gnus-agent.el (gnus-agent-read-local): Bind
15638         nnheader-file-coding-system to gnus-agent-file-coding-system to
15639         avoid the implicit assumption that they will always be equal.
15640         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15641         coding-system-for-write, as the with-temp-file macro first prints
15642         to a buffer then saves the buffer.
15644 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15646         * gnus-art.el (gnus-article-edit-part): New function.
15647         (gnus-mime-save-part-and-strip): Use it; do query instead of
15648         signaling an error; don't use mm-multiple-handles.
15649         (gnus-mime-delete-part): Ditto.
15651 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15653         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15654         old file versions.
15655         (gnus-group-prepare-hook): Removed function that converted list
15656         form of gnus-agent-expire-days to group properties.
15658         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15659         (gnus-request-accept-article): Re-indented.
15661         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15662         converters to handle old agent file formats.  Added logic for a
15663         "backup before upgrading warning".
15664         (gnus-convert-mark-converter-prompt): Developers can mark
15665         functions as needing (default), or not needing,
15666         gnus-convert-old-newsrc's "backup before upgrading warning".
15667         (gnus-convert-converter-needs-prompt): Tests whether the user
15668         should be protected from potentially irreversable changes by the
15669         function.
15671         * legacy-gnus-agent.el: New.  Provides converters that are only
15672         loaded when gnus-convert-old-newsrc needs to call them.
15674 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15676         * mail-source.el (mail-source-touch-pop): Doc fix.
15678         * message.el (message-smtpmail-send-it): Doc fix.
15680 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15682         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15684         * nnmail.el (nnmail-split-fancy): do.
15686         * gnus-kill.el (gnus-kill, gnus-execute): do.
15688 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15690         * gnus-sum.el (gnus-widget-reversible-match)
15691         (gnus-widget-reversible-to-internal)
15692         (gnus-widget-reversible-to-external): New functions.
15693         (gnus-widget-reversible): New widget.
15694         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15696 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15698         * gnus-sum.el (gnus-thread-sort-functions)
15699         (gnus-article-sort-functions): Document `(not F)' items.
15701 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15703         * spam.el (spam-use-gmane-xref): Add new backend.
15704         (spam-gmane-xref-spam-group): Add variable to control the name of the
15705         Gmane spam group.
15706         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15707         (spam-regex-headers-spam, spam-regex-headers-ham)
15708         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15709         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15710         backends and checks.
15711         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15713         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
15714         an autodetect method.
15716 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15718         * gnus-int.el (gnus-request-accept-article): Inform the agent that
15719         articles are being added to a group.
15720         (gnus-request-replace-article): Inform the agent that articles
15721         need to be uncached as the cached contents are no longer valid.
15723 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15725         * binhex.el: Don't autoload executable-find.
15727         * canlock.el: Don't autoload mail-fetch-field.
15729         * gnus-ems.el: Don't autoload appt-select-lowest-window.
15731         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
15732         rmail-dont-reply-to and rmail-output.
15734         * gnus-score.el: Don't autoload ffap-string-at-point.
15736         * gnus-setup.el: Don't autoload sc-cite-original.
15738         * imap.el: Don't autoload base64-decode-string,
15739         base64-encode-string and md5.
15741         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
15742         and rmail-msg-restore-non-pruned-header.
15744         * mm-decode.el: Don't autoload executable-find.
15746         * mm-url.el: Don't autoload executable-find.
15748         * mm-view.el: Don't autoload diff-mode.
15750         * nndb.el: Don't autoload news-reply-mode, news-setup,
15751         cancel-timer and telnet.
15753         * password.el: Don't autoload run-at-time for Emacs.
15755         * sha1-el.el: Don't autoload executable-find.
15757         * sieve-mode.el: Don't autoload c-mode.
15759         * uudecode.el: Don't autoload executable-find.
15761 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15763         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
15764         (gnus-agent-possibly-alter-active): Avoid null in numeric
15765         comparison.
15766         (gnus-agent-set-local): Refuse to save null in local object table.
15767         (gnus-agent-regenerate-group): The REREAD parameter can now be a
15768         list of articles that will be marked as unread.
15770 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15772         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
15774 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15776         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
15777         language tags.
15779 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
15781         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
15782         Don't bind "obarray".
15784         * gnus-sum.el (gnus-thread-sort-functions): Added
15785         `gnus-thread-sort-by-most-recent-number' and
15786         `gnus-thread-sort-by-most-recent-date'.
15787         Reported by Kai Grossjohann <kai@emptydomain.de>.
15789 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15791         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
15793 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15795         * gnus-cus.el (gnus-agent-customize-category): Removed
15796         ignore-errors macro reference that required cl to be loaded at
15797         run-time.
15799         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
15800         single-interval range of the form (min . max).  Previously the
15801         range had to look like ((min . max)).  Likewise, return
15802         (min . max) rather than ((min . max)).
15803         (gnus-range-map): Use gnus-range-normalize to accept
15804         single-interval range.
15806         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
15807         the cache, but not the agent, now appear with their usual face.
15809 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15811         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
15812         w3m-safe-url-regexp variable buffer-local.
15814         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15816 2004-02-27  Simon Josefsson  <jas@extundo.com>
15818         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
15819         gnus-group-real-prefix.
15820         (gnus-summary-move-article): Use it, instead of
15821         gnus-group-real-prefix.
15823 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15825         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
15826         w3m-safe-url-regexp variable buffer-local and set it as the value
15827         of mm-w3m-safe-url-regexp.
15829         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
15831         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
15832         parsing gnus-posting-styles when the message is not for replying.
15834         * nnrss.el (nnrss-opml-export): Use
15835         mm-set-buffer-file-coding-system instead of
15836         set-buffer-file-coding-system.
15838 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
15840         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
15841         of checkdoc.el).
15842         * nnrss.el: do.
15843         * gnus-mlspl.el: do.
15844         * gnus-ml.el: do.
15845         * gnus-srvr.el: do.
15847         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
15849 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
15851         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
15852         Corrections to custom-manual links.
15854         * gnus-art.el (gnus-article): Ditto.
15856         * mm-decode.el (mime-display, mime-security): Ditto.
15858 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15860         * flow-fill.el: Typo.
15862 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
15864         * spam-wash.el: New file.
15866 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
15868         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
15870 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
15872         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
15873         to be run with new-articles as LIST1, not LIST2.
15874         (spam-registration-functions): Add spam-use-ham-copy as a nil
15875         registration backend.
15877 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
15879         * spam-stat.el (spam-stat-washing-hook): New option.
15880         (spam-stat-buffer-words): Use it.
15881         (spam-stat-process-directory, spam-stat-test-directory): Use
15882         insert-file-contents-literally.
15883         (spam-stat-coding-system): New variable.
15884         (spam-stat-load, spam-stat-save): Use it.
15886 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15888         * spam-report.el (spam-report-plug-agent): Quote
15889         spam-report-url-to-file and spam-report-url-ping-plain.
15891 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
15893         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
15894         / in mailto URLs.
15896 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15898         * spam-report.el (spam-report-process-queue): Fix interactive use.
15899         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
15900         (spam-report-unplug-agent): Doc fixes.
15901         (spam-report-url-ping-mm-url, spam-report-url-to-file)
15902         (spam-report-agentize, spam-report-deagentize): Autoload
15904 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15906         * message.el (message-setup-fill-variables): Add mml tags to
15907         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
15908         <ajk@iu.edu>.
15909         (message-mode): Don't modify paragraph-separate there.
15911 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15913         * compface.el (uncompface-use-external): Default to undecided.
15914         (uncompface-use-external-threshold): New variable.
15915         (uncompface-float-time): New macro.
15916         (uncompface): Determine whether to use the external decoder if
15917         uncompface-use-external is undecided.
15919 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15921         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
15922         after images.
15924         * gnus-art.el (gnus-mime-display-single): Remove dead code.
15926 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
15928         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
15930         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
15932         * gnus-sum.el (gnus-summary-limit-to-age)
15933         (gnus-summary-limit-children): do.
15935         * gnus-int.el (gnus-request-scan): do.
15937         * gnus-group.el (gnus-group-suspend): do.
15939         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
15941         * gnus-cite.el (gnus-cite-parse-attributions): do.
15943         * gnus-agent.el (gnus-summary-set-agent-mark)
15944         (gnus-agent-regenerate-group): do.
15946         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
15948         * binhex.el (binhex-decode-region-internal): do.
15950 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15952         * gnus-fun.el (gnus-face-properties-alist): New user option.
15953         (gnus-display-x-face-in-from): Use it.
15955         * gnus-art.el (article-display-face): Ditto.
15957         * compface.el (uncompface-use-external): Default to nil.
15959 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
15961         * nntp.el (nntp-erase-buffer): New function.
15962         (nntp-retrieve-data, nntp-send-command)
15963         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
15964         (nntp-possibly-change-group): Use it.
15966         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
15967         with-current-buffer.
15969 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
15971         * compface.el: Merge the ELisp-based uncompface program.
15972         (compface): New customization group.
15973         (uncompface-use-external): New user option.
15974         (uncompface): Call uncompface-internal if uncompface-use-external
15975         is nil.
15976         (uncompface-internal): New function.  Note that there are also
15977         some other functions and variables added for this function.
15979 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
15981         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
15982         if necessary.
15984 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
15986         * spam-report.el (spam-report-unplug-agent)
15987         (spam-report-plug-agent, spam-report-deagentize)
15988         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
15989         Add support for the Agent in spam-report: when unplugged, report to a
15990         file; when plugged, submit all the requests.
15992         * spam.el (spam-register-routine): Fix message about
15993         registration.
15995 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
15997         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
15998         dependencies.
15999         (rfc2047-encode): Use it.
16001         * gnus-art.el (gnus-button-marker-list): Move before first
16002         reference.
16004         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16005         (imap-parse-body): Fix format string mismatch.
16007         * gnus-score.el (gnus-summary-increase-score): do.
16009         * nnrss.el (nnrss-close): New function.
16011 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16013         * nnrss.el (nnrss-make-filename): New function.
16014         (nnrss-request-delete-group, nnrss-read-server-data)
16015         (nnrss-save-server-data, nnrss-read-group-data)
16016         (nnrss-save-group-data): Use it.
16017         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16018         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16019         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16021 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16023         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16025 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16027         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16028         files.
16030         * message.el (message-generate-headers-first): Don't quote nil
16031         and t in docstrings.
16033         * imap.el (imap-id): do.
16035         * gnus-agent.el (gnus-agent-consider-all-articles)
16036         (gnus-agent-queue-mail): do.
16038 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16040         * spam-report.el (spam-report-process-queue): New function.
16041         Process requests from `spam-report-requests-file'.
16042         (spam-report-process-queue): Doc fix.
16044 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16046         * spam.el (spam-register-routine)
16047         (spam-log-processing-to-registry, spam-log-registered-p)
16048         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16049         Change "check" to "spam-check" for semi-clarity.
16051 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16053         * pop3.el: Require nnheader.
16055         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16057         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16059         * gnus-picon.el: Require cl.
16061         * gnus-fun.el: Require gnus-ems and gnus-util.
16063         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16065         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16067         * gnus-art.el (gnus-article-edit-mode): Define before first
16068         reference.
16070 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16072         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16073         (gnus-uu-post-encoded): Use point-at-bol.
16075         * gnus-topic.el (gnus-group-active-topic-p): do.
16077         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16079         * gnus-group.el (gnus-group-kill-region): do.
16081         * gnus-art.el (article-date-ut): do.
16083         * message.el (message-fetch-field): Remove redundant
16084         case-fold-search binding.
16085         (message-narrow-to-field): Simplify.
16087 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16089         * spam.el (spam-directory): Derive from `gnus-directory'.
16091         * spam-report.el (spam-report-url-to-file)
16092         (spam-report-requests-file): New function and variable for offline
16093         reporting.
16094         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16095         and user defined function.
16096         (spam-report-url-ping-mm-url): Remove doubled slash.
16098 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16100         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16102 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16104         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16105         format string mismatch.
16107         * sieve.el (sieve-deactivate-all): do.
16109         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16111         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16113         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16115         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16117 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16119         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16120         the list of checks.
16122 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16124         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16125         padding.
16127 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16129         * mm-view.el (mm-fill-flowed): New variable.
16130         (mm-inline-text): Use it.
16132 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16134         * spam.el (spam-spamassassin-register-ham-routine)
16135         (spam-spamassassin-register-spam-routine): Fix function names.
16137 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16139         * gnus.el (gnus-tmp-grouplens): Remove.
16140         (gnus-summary-line-format): Remove grouplens.
16142         * gnus-group.el (gnus-group-line-format): Ditto.
16144         * gnus-spec.el (gnus-format-specs): Ditto.
16145         (gnus-update-format-specifications): Flush the group format spec
16146         cache if there's the grouplens stuff.
16147         (gnus-parse-simple-format): Replace %l with the empty string.
16149 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16151         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16152         omission.
16154 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16156         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16157         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16159 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16161         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16162         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16163         New macros and functions.
16164         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16165         Handle > NLINK_MAX messages.
16166         * nnmaildir.el (nnmaildir-request-set-mark): Use
16167         nnmaildir--emlink-p and nnmaildir--eexist-p.
16169 2004-01-25  Alex Schroeder  <alex@gnu.org>
16171         * spam-stat.el (spam-stat-process-directory-age): New option.
16172         (spam-stat-process-directory): Use it.
16174 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16176         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16177         (spam-stat-save): Accept prefix argument.
16179 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16181         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16182         links" error.
16184 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16186         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16187         compatibility with old .newsrc.eld files.
16189         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16191         * gnus-start.el (gnus-1): do.
16193         * gnus-group.el (gnus-group-line-format-alist): do.
16195         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16197         * gnus-gl.el: Remove.
16199 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16201         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16202         marks consisting of a single range {for example, (3 . 5)} rather
16203         than a list of a single range { ((3 . 5)) }.
16205 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16207         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16208         with-current-buffer.
16209         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16210         avoid consing a string.
16212         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16213         Remove obsolete entries for big5 and gb2312.
16215 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16217         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16218         uncompressed list.
16220 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16222         * spam-stat.el (spam-stat-strip-xref): New function.
16223         (spam-stat-process-directory): Use it.
16225         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16226         here -- it's done in message-fetch-field.
16228 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16230         * gnus-agent.el (gnus-agent-queue-mail)
16231         (gnus-agent-prompt-send-queue): New variables.
16232         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16233         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16234         "nndraft:queue" along to gnus-draft-send.  Use
16235         gnus-agent-prompt-send-queue.
16236         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16237         is "nndraft:queue".  Suggested by Gaute Strokkenes
16238         <gs234@srcf.ucam.org>
16240         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16241         (agent-enable-undownloaded-faces): Added.
16242         (gnus-agent-cat-groups): Use eval-and-compile, not
16243         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16244         method of gnus-agent-cat-groups even when the buffer has been
16245         evaled.
16246         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16247         delete gnus-agent-save-active-1.
16248         (gnus-agent-save-groups): Deleted.  Identical to
16249         gnus-agent-save-active.
16250         (gnus-agent-write-active): No longer adjust agent's copy of active
16251         file as agent's adjustments are now stored in their own
16252         file.  Removed optional parameter.
16253         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16254         servers.  Add use of min/max range limits from server's local
16255         file.
16256         (gnus-agent-save-alist): Removed unused optional argument.
16257         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16258         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16259         (gnus-agent-set-local): A per-server file that keeps min/max range
16260         limits for articles known to the agent.  Provides a fast mechanism
16261         for altering many active ranges.
16262         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16263         active file (local makes it unnecessary).
16264         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16266         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16267         (agent-enable-undownloaded-faces): Added.
16269         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16270         disable it when sending to "nndraft:queue".
16271         (gnus-group-send-queue): Add safety check to avoid sending queue
16272         when unplugged.
16274         * gnus-group.el (gnus-group-catchup): Use new
16275         gnus-sequence-of-unread-articles, not
16276         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16277         numbers of articles.  Use gnus-range-map to avoid having to
16278         uncompress the unread list.
16279         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16280         Fixed invalid ange-ftp reference.
16282         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16283         (gnus-sorted-range-intersection): Intersection of two ranges
16284         without requiring that they first be uncompressed.
16286         * gnus-start.el (gnus-activate-group): Unless blocked by the
16287         caller, possibly expand the active range to include both cached
16288         and agentized articles.
16289         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16290         multiple version-dependent converters.
16291         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16292         gnus-agent-save-active.
16293         (gnus-save-newsrc-file): Save dirty agent range limits.
16295         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16296         gnus-agent-possibly-alter-active.
16297         (gnus-adjust-marked-articles): Faster handling of simple lists
16299 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16301         * spam-stat.el (spam-stat-test-directory): New optional argument
16302         displays a list of files detected.  Suggested by Andrew Cohen
16303         <cohen@andy.bu.edu>.
16304         (spam-stat-buffer-words-with-scores): Don't narrow and change
16305         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16307 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16309         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16310         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16311         (spam-spamassassin-arguments)
16312         (spam-spamassassin-spam-flag-header)
16313         (spam-spamassassin-positive-spam-flag-header)
16314         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16315         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16316         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16317         (spam-list-of-processors, spam-list-of-checks)
16318         (spam-list-of-statistical-checks, spam-registration-functions)
16319         (spam-check-spamassassin-headers, spam-check-spamassassin)
16320         (spam-spamassassin-score)
16321         (spam-spamassassin-register-with-sa-learn)
16322         (spam-spamassassin-register-spam-routine)
16323         (spam-spamassassin-register-ham-routine)
16324         (spam-assassin-register-spam-routine)
16325         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16326         (spam-bogofilter-score): Fix to show article before scoring.
16328 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16330         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16331         default scoring function.
16332         (spam-generic-score): Call spam-spamassassin-score if
16333         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16334         spam-bogofilter-score otherwise.
16336         * gnus.el (spam-process, spam-autodetect-methods): Add
16337         spamassassin and spamassassin-headers.
16339 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16341         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16342         Suppress unnecessary messages.
16344 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16346         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16347         make-hash-table.
16349 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16351         * canlock.el (base64-encode-string): Don't autoload it.
16353 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16355         * run-at-time.el: Remove useless (require 'itimer),
16356         eval-and-compile and (featurep 'xemacs).
16358 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16360         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16361         GROUP is a virtual group.
16363 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16365         * gnus.el: Autoload `message-y-or-n-p'.
16367 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16369         * pgg-parse.el: Remove unnecessary (require 'custom).
16371         * pgg-def.el: do.
16373         * nnmail.el: do.
16375         * gnus-undo.el: do.
16377         * gnus-picon.el: do.
16379         * gnus-util.el: do.
16381 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16383         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16385 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16387         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16388         handle, as well as a list.
16390         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16391         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16392         (mm-w3m-cid-retrieve): Simplify.
16394 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16396         * message.el (message-kill-to-signature): Allow prefix arg to
16397         specify number of lines to keep before signature.
16399 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16401         * message.el (message-kill-to-signature): Change docstring.
16403 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16405         * canlock.el: Always require sha1-el.
16406         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16408         * message.el: Autoload sha1 only when compiling.
16410 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16412         * message.el (message-canlock-generate): Require sha1-el.
16414 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16416         * message.el (message-expand-name): Silence the byte compiler.
16418 2004-01-13  Simon Josefsson  <jas@extundo.com>
16420         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16421         Invoke gnus-score-mode.  Reported by
16422         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16424         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16425         Jim Blandy <jimb@redhat.com> (tiny change).
16427 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16429         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16431 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16433         * spam.el (spam-get-article-as-string): Update to use
16434         gnus-request-article-this-buffer, much simpler.
16435         (spam-get-article-as-buffer): Remove.
16437 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16439         * message.el (message-expand-name): Use EUDC if the user uses that.
16441 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16443         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16444         character for the encoding to avoid consing a string.
16446         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16447         unnecessarily.
16449         * mm-util.el (mm-replace-chars-in-string): Remove.
16451         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16452         of mm-replace-chars-in-string.
16454 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16456         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16458         * mm-util.el (mm-subst-char-in-string): Support inplace.
16460         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16461         a new string in every iteration.  Use shy groups.
16463 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16465         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16466         * gnus-soup.el (gnus-soup-group-brew):
16467         * gnus-msg.el (gnus-put-message):
16468         * gnus-move.el (gnus-group-move-group-to-server):
16469         * gnus-kill.el (gnus-batch-score):
16470         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16471         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16472         (gnus-group-update-group, gnus-group-read-group)
16473         (gnus-group-make-group, gnus-group-make-help-group)
16474         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16475         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16476         (gnus-group-sort-by-unread, gnus-group-catchup)
16477         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16478         (gnus-group-yank-group, gnus-group-set-info)
16479         (gnus-group-list-groups):
16480         * gnus.el (gnus-generate-new-group-name):
16481         * gnus-delay.el (gnus-delay-send-queue):
16482         * nnvirtual.el (nnvirtual-catchup-group):
16483         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16484         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16485         (gnus-group-prepare-topics, gnus-topic-check-topology):
16486         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16487         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16488         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16489         (gnus-group-make-articles-read):
16490         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16491         (gnus-group-change-level, gnus-kill-newsgroup)
16492         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16493         (gnus-get-unread-articles, gnus-make-articles-unread)
16494         (gnus-make-ascending-articles-unread): Use accessor
16495         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16496         to get group information for improved readability.
16498 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16500         * gnus-art.el (article-decode-mime-words, article-babel)
16501         (gnus-article-highlight-signature, gnus-article-add-buttons)
16502         (gnus-signature-toggle): Use gnus-with-article-buffer.
16504         * gnus-art.el (gnus-article-highlight-headers)
16505         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16507         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16508         (gnus-article-set-globals, gnus-request-article-this-buffer)
16509         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16510         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16511         (gnus-mime-display-alternative): Use with-current-buffer.
16513 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16515         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16516         also under 80 char limit, and call gnus-error if needed.
16517         (spam-fetch-article-header): Fix - it was a
16518         buffer-local variable (gnus-newsgroup-data).
16519         (spam-find-spam): Use spam-generate-fake-headers, forget about
16520         spam-insert-fake-headers.
16521         (spam-insert-fake-headers): Remove.
16523 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16525         * deuglify.el (gnus-article-outlook-unwrap-lines)
16526         (gnus-outlook-rearrange-article)
16527         (gnus-outlook-repair-attribution-outlook)
16528         (gnus-outlook-repair-attribution-block)
16529         (gnus-outlook-repair-attribution-other): Remove redundant
16530         save-excursion.
16532 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16534         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16535         (spam-fetch-field-subject-fast)
16536         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16537         (spam-fetch-article-header): Add functions to deal with Gnus
16538         internals for fast retrieval of article header data.
16539         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16541 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16543         * pop3.el (pop3-md5): Remove.
16544         (pop3-apop): Replace pop3-md5 with md5.
16546         * mm-bodies.el: base64 is always built-in.
16548         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16549         with-current-buffer.
16551 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16553         * canlock.el (canlock-insert-header): Remove excessive grouping in
16554         regexp.
16556         * gnus-sum.el (gnus-summary-read-document): Ditto.
16558         * gnus-uu.el (gnus-uu-part-number): Ditto.
16560         * html2text.el (html2text-remove-tags): Ditto.
16561         (html2text-format-tags): Ditto.
16562         (html2text-format-single-elements): Ditto.
16564         * mml.el (mml-parse-1): Ditto.
16566 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16568         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16570         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16572         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16574         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16576 2003-11-15  Simon Josefsson  <jas@extundo.com>
16578         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16579         (pgg-gpg-lookup-key): Use regexp match instead of
16580         split-string (split-string is different between emacs 21.2 and
16581         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16583 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16585         * gnus-art.el (gnus-mime-view-all-parts)
16586         (gnus-article-part-wrapper, gnus-article-view-part): Use
16587         with-current-buffer.
16589 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16591         * spam.el (spam-disable-spam-split-during-ham-respool)
16592         (spam-spamoracle-database, spam-cache-lookups)
16593         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16594         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16595         (spam-group-ham-marks, spam-group-spam-marks)
16596         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16597         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16598         also add spam-use-blackholes to the statistical checks.
16599         (spam-fetch-field-fast): Add interface to fetching fields, may
16600         become a macro.
16601         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16602         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16603         (spam-insert-fake-headers): Fake an article when needed.
16604         (spam-find-spam): Fake article when possible.
16605         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16606         (spam-check-bogofilter-headers): Use message-fetch-field instead
16607         of nnmail-fetch-field.
16609 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16611         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16613 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16615         * spam.el (spam-split): Do not require spam-use-CHECK to be
16616         enabled if that check is passed to spam-split explicitly; also
16617         fix so 'spam doesn't get converted to spam-split-group when
16618         spam-split-symbolic-return is t.
16619         (spam-find-spam): Find registrations of the article and use those
16620         instead of re-running spam-split to find the spam/ham
16621         classification of the article.
16622         (spam-log-processing-to-registry, spam-log-registered-p)
16623         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16624         Use gnus-error instead of gnus-message.
16625         (spam-log-registration-type): Add function to determine the
16626         classification of a message based on registry entries; will
16627         return nil if both 'spam and 'ham are found.
16628         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16629         a reasonably fast local cache without the loading errors.
16630         (spam-cache-lookups): Set to t by default.
16631         (spam-find-spam): Don't try to guess spam-cache-lookups.
16632         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16633         spam-caches entry.
16634         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16635         caching of whitelist/blacklist entries.
16636         (spam-check-whitelist, spam-check-blacklist): Invoke
16637         spam-from-listed-p with a type, not a cache variable.
16638         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16640 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16642         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16644         * nnmail.el (nnmail-split-fancy): do.
16646         * mml.el (mml-parse): do.
16648         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16649         (gnus-score-adaptive): do.
16651 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16653         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16654         (gnus-mime-button-map): Don't set keymap parent.
16655         (gnus-button-ctan-directory-regexp): Use shy grouping.
16656         (gnus-prev-page-map): Don't set keymap parent.
16657         (gnus-prev-page-map): Remove duplicated one.
16658         (gnus-next-page-map): Don't set keymap parent.
16659         (gnus-mime-security-button-map): Ditto.
16661         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16662         version number.
16664         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16666 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16668         * canlock.el (canlock-sha1-function): Remove.
16669         (canlock-sha1-function-for-verify): Remove.
16670         (canlock-openssl-program): Remove.
16671         (canlock-openssl-args): Remove.
16672         (canlock-ignore-errors): Remove.
16673         (canlock-sha1-with-openssl): Remove.
16674         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16675         (canlock-verify): Don't use canlock-ignore-errors.
16677         * sha1-el.el (sha1-string-external): Make it can return a string
16678         in binary form.
16679         (sha1-region-external): Ditto.
16680         (sha1-string-internal): Ditto.
16681         (sha1-region-internal): Ditto.
16682         (sha1-region): Ditto.
16683         (sha1-string): Ditto.
16684         (sha1): Ditto.
16686 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16688         * spam.el (spam-report-articles-gmane): New command.
16690 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16692         * gnus.el: Don't make unnecessary *Group* buffer when loading.
16694         * run-at-time.el (run-at-time-saved): Remove.
16695         (run-at-time): Doc fix.
16697 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16699         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
16700         (gnus-summary-limit-map): Add it.
16701         (gnus-summary-make-menu-bar): do.
16703 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
16705         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
16706         Make attempt at some caching support (done for BBDB only now).
16707         (spam-find-spam): Set spam-cache-lookups if there are more than 2
16708         addresses to be checked.
16709         (spam-clear-cache-BBDB): Add function, to be invoked by
16710         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
16711         (spam-check-BBDB): Check and use the caches, if
16712         spam-cache-lookups is on, remove superfluous (provide).
16714 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
16716         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
16718 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
16720         * run-at-time.el (run-at-time-saved): Move to after the definition
16721         of `run-at-time'.
16723 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16725         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
16726         mm-w3m-local-map-property.
16728         * mm-view.el (mm-w3m-mode-map): Remove.
16729         (mm-w3m-local-map-property): Remove.
16730         (mm-inline-text-html-render-with-w3m): Don't use
16731         mm-w3m-local-map-property.
16733 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16735         * run-at-time.el: New file.
16737         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
16738         of gnus-set-text-properties.
16740         * gnus-uu.el (gnus-uu-save-article): Ditto.
16742         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
16744         * gnus-cite.el (gnus-cite-parse): Ditto.
16746         * gnus-art.el (gnus-button-push): Use set-text-properties instead
16747         of gnus-.
16749         * gnus.el: Changed calls to nnheader-run-at-time and
16750         password-run-at-time throughout to use run-at-time directly.
16752         * password.el: Removed definition of run-at-time.
16754 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
16756         * mml.el (mml-minibuffer-read-disposition): Show attachment type
16757         in prompt.
16759 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16761         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
16762         XEmacs version.
16764         * dns.el (dns-make-network-process): Use `open-network-stream'
16765         instead of `gnus-xmas-open-network-stream'.
16767         * .cvsignore: Add auto-autoloads.el, custom-load.el.
16769 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16771         * gnus-art.el (gnus-mime-display-alternative)
16772         (gnus-insert-mime-button, gnus-insert-mime-security-button)
16773         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
16774         Don't use gnus-local-map-property.
16776         * gnus-util.el (gnus-local-map-property): Remove.
16778         * mm-view.el (mm-view-pkcs7-decrypt): Replace
16779         gnus-completing-read-maybe-default with completing-read.
16781         * gnus-util.el (gnus-completing-read): do.
16782         (gnus-completing-read-maybe-default): Remove.
16784 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
16786         * password.el: Only autoload `run-at-time' if not XEmacs.
16787         Only autoload the itimer functions if XEmacs.
16789 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
16791         * gnus-art.el (gnus-read-string): Remove.
16792         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
16793         read-string.
16795 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
16797         * netrc.el: Autoload password-read.
16798         (netrc): Add configuration group.
16799         (netrc-encoding-method, netrc-openssl-path): Add
16800         variables for encoding and decoding of files with symmetric
16801         ciphers.
16802         (netrc-encode): Add assistant function to encode a file with
16803         netrc-encoding-method.
16804         (netrc-parse): Add interactive parameter, added optional
16805         decoding if netrc-encoding-method is non-nil but otherwise
16806         behavior is standard.
16807         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
16808         Do s/encode/encrypt/ everywhere.
16810         * spam.el: Remove executable-find autoload.
16812 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16814         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
16816         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
16818 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16820         * gnus-art.el (gnus-treat-ansi-sequences)
16821         (article-treat-ansi-sequences): New variable and function.
16822         Suggested by Dan Jacobson <jidanni@jidanni.org>.
16824         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16825         Use it.
16827 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
16829         * mm-util.el (mm-quote-arg): Remove.
16831         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
16832         shell-quote-argument.
16834         * gnus-uu.el (gnus-uu-command): do.
16836         * gnus-sum.el (gnus-summary-insert-pseudos): do.
16838         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
16839         with make-char.
16841         * mm-util.el (mm-make-char): Remove.
16843         * mml.el (mml-mode): Replace gnus-add-minor-mode with
16844         add-minor-mode.
16846         * gnus-undo.el (gnus-undo-mode): do.
16848         * gnus-topic.el (gnus-topic-mode): do.
16850         * gnus-sum.el (gnus-dead-summary-mode): do.
16852         * gnus-start.el (gnus-slave-mode): do.
16854         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
16856         * gnus-ml.el (gnus-mailing-list-mode): do.
16858         * gnus-gl.el (gnus-grouplens-mode): do.
16860         * gnus-draft.el (gnus-draft-mode): do.
16862         * gnus-dired.el (gnus-dired-mode): do.
16864         * gnus-ems.el (gnus-add-minor-mode): Remove.
16866         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16867         Replace gnus-char-width with char-width.
16869         * gnus-ems.el (gnus-char-width): Remove.
16871         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
16872         Replace gnus-char-width with char-width.
16874         * gnus-ems.el (gnus-char-width): Remove.
16876         * spam-stat.el (with-syntax-table): Remove with-syntax-table
16877         definition.
16878         Remove Emacs 20 hash table compatibility code.
16880         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
16881         20 compatibility code.
16883         * spam.el (spam-point-at-eol): Replace with point-at-eol.
16885         * smime.el (smime-point-at-eol): Replace with point-at-eol.
16887         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
16888         with point-at-{eol,bol}.
16890         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
16892         * imap.el (imap-point-at-eol): Replace with point-at-eol.
16894         * flow-fill.el (fill-flowed-point-at-bol)
16895         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
16897         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
16898         Replace with point-at-{eol,bol} throughout all files.
16900 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16902         * ntlm.el (ntlm-string-as-unibyte): New macro.
16903         (ntlm-build-auth-response): Use it.
16905         Remove Emacs 20 stuff:
16906         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
16907         of delq and copy-sequence.
16908         * gnus-art.el (popup-menu): Remove the compiler macro.
16909         * nnmail.el (nnmail-split-fancy): Don't support customizing with
16910         Emacs 20.
16912 2004-01-05  Simon Josefsson  <jas@extundo.com>
16914         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
16915         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
16916         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
16917         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
16918         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
16919         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
16920         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
16921         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
16922         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
16923         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
16924         ntlm-string-permute, string-lshift into ntlm-string-lshift,
16925         string-xor into ntlm-string-xor.  Suggested by
16926         Jesper Harder <harder@myrealbox.com>.
16928         * ntlm.el: Don't include poem.
16930         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
16931         Jesper Harder <harder@myrealbox.com>.
16933         * sasl-ntlm.el, ntlm.el, md4.el: New files.
16935         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
16936         probably breaks emacs with DL patch, but do we care? Is anyone
16937         still using the DL stuff?)
16939         * sieve-manage.el: Use the password package.
16940         (sieve-manage-read-passwd): Remove.
16941         (sieve-manage-interactive-login): Use password.  Re-add
16942         condition-case around loop.
16944         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
16945         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
16946         the password package.
16948 2003-02-19  Simon Josefsson  <jas@extundo.com>
16950         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
16951         token.
16953 2002-08-07  Simon Josefsson  <jas@extundo.com>
16955         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
16956         (sieve-manage-authenticators):
16957         (sieve-manage-authenticator-alist): Add some SASL mechs.
16958         (sieve-sasl-auth): New function.
16959         (sieve-manage-cram-md5-auth):
16960         (sieve-manage-plain-auth): Rewrite using SASL library.
16961         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
16962         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
16963         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
16964         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
16966 2004-01-05  Simon Josefsson  <jas@extundo.com>
16968         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
16969         New files.
16971 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16973         * gnus-group.el (gnus-no-groups-message): Update.
16975         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
16977 2003-11-09  Simon Josefsson  <jas@extundo.com>
16979         * imap.el: Support for ID IMAP extension (RFC 2971).
16980         (imap-local-variables): Add imap-id.
16981         (imap-id): New variable.
16982         (imap-id): New function.
16983         (imap-parse-response): Parse untagged ID response.
16984         * nnimap.el (nnimap-id): New variable.
16985         (nnimap-open-connection): Use it.
16987 2003-12-28  Simon Josefsson  <jas@extundo.com>
16989         * gnus-score.el (gnus-score-edit-all-score): New.
16990         * gnus-group.el (gnus-group-score-map): Bind it to W e.
16992 2004-01-04  Simon Josefsson  <jas@extundo.com>
16994         * password.el: Add.
16996 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
16998         * dns.el (dns-query-types): Fix typo.
16999         (dns-query-types): New function.
17000         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17001         PTR and SOA replies, see RFC 1035.
17003 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17005         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17007         * Moved to Changelog.2.
17009 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17011         * gnus.el (gnus-version-number): Bump version.
17013 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17015         * gnus.el: No Gnus v0.1 is released.
17017 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17019         * gnus.el: No Gnus v0.0 is released.
17021 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17023         * gnus.el (gnus-version-number): Bump.
17024         (gnus-version): No.
17026 See ChangeLog.2 for earlier changes.
17028     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
17030   This file is part of GNU Emacs.
17032   GNU Emacs is free software: you can redistribute it and/or modify
17033   it under the terms of the GNU General Public License as published by
17034   the Free Software Foundation, either version 3 of the License, or
17035   (at your option) any later version.
17037   GNU Emacs is distributed in the hope that it will be useful,
17038   but WITHOUT ANY WARRANTY; without even the implied warranty of
17039   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17040   GNU General Public License for more details.
17042   You should have received a copy of the GNU General Public License
17043   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17045 ;; Local Variables:
17046 ;; coding: utf-8
17047 ;; fill-column: 79
17048 ;; add-log-time-zone-rule: t
17049 ;; End: