shr.el (shr-insert): Revert last change.
[emacs.git] / lisp / gnus / ChangeLog
blob01e9d74a5818b5826aa43fced3a8f72a971083ee
1 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * shr.el (shr-insert): Revert last change.
4         (shr-find-fill-point): Never leave point being at bol;
5         relax the kinsoku limitation when rendering tables.
7 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
10         results from -accept-article.
12         * shr-color.el: Require cl when compiling.
14         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
15         checkin.
17         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
19         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
21         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
22         'add and 'delete to set backend marks.
24         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
26         * nnheader.el (nnheader-update-marks-actions): Refactor out.
28         * nntp.el (nntp-request-set-mark): Use it.
30         * nnfolder.el (nnfolder-request-set-mark): Ditto.
32         * nnml.el (nnml-request-set-mark): Ditto.
34         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
35         introduces regressions in article selection.
36         (nnimap-find-uid-response): New function.
37         (nnimap-request-accept-article): Use the UID returned, if any.
38         (nnimap-request-move-article): Use the UID returned, if any.
39         (nnimap-get-groups): Reimplement to work with folded lines.
40         (nnimap-find-uid-response): The UID is the last element in the list.
41         (nnimap-request-set-mark): Extend syntax with 'set.
43         * nnml.el (nnml-request-set-mark): Ditto.
45         * nnfolder.el (nnfolder-request-set-mark): Ditto.
47         * nntp.el (nntp-request-set-mark): Ditto.
49 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
51         * message.el (message-called-interactively-p): A temporary macro.
52         (message-goto-body): Use it temporarily.
54 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
56         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
57         (nnimap-last-response-string): Unfold quoted lines, if they exist.
58         (nnimap-last-response-string): Fix last unfolding fix.
60 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
62         * shr.el (shr-insert): Fix the way to fold lines.
64 2010-11-25  Julien Danjou  <julien@danjou.info>
66         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
68         * color.el: Rename from color-lab.el
69         (color-rgb->hex): Add.
70         (color-complement): Add.
71         (color-complement-hex): Add.
73         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
75 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77         * shr-color.el (shr-color-visible): Don't bug out if the colour names
78         don't exist.
80 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
82         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
83         assuming that article displaying or another mml-preview may be
84         interrupted for an error or for the like.
86         * shr.el (shr-get-background): Fix argument name.
88 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
92         * gnus-sum.el (gnus-summary-include-articles): New function.
94         * message.el (message-goto-body): called-interactively-p needs a
95         parameter, so use `any'.
97         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
98         clear marks before moving, since they're synced from the Gnus side
99         first.
101         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
102         (gnus-summary-move-article): Copy over all marks before moving, so that
103         IMAP doesn't think a new article has arrived.
105 2010-11-24  Julien Danjou  <julien@danjou.info>
107         * shr.el (shr-insert-background-overlay): Fix typo.
108         (shr-render-td): Copy the background before rendering.
110         * shr-color.el (shr-color-visible): Fix docstring.
112         * shr.el (shr-tag-table): Add bgcolor support.
113         (shr-render-td): Add bgcolor support.
114         (shr-get-background): Add.
115         (shr-insert-foreground-overlay): Use shr-get-background.
117         * message.el (message-goto-body): Use called-interactively-p.
118         (message-in-body-p): message-goto-body returns point.
120 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
122         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
123         Fixes something or other in Emacs 23, and is backwards compatible.
125         * message.el (message-goto-body): Remove the <#secure special-casing,
126         which is too special.
128         * shr.el (shr-parse-style): Drop !important from styles.
130 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
132         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
133         this function to return incorrect results when calling it with an
134         explicit article argument different from
135         (gnus-summary-article-number).
137 2010-11-24  Julien Danjou  <julien@danjou.info>
139         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
140         (shr-tag-body): Add background support.
141         (shr-descend): Add background support.
142         (shr-tag-title): Add.
144         * shr-color.el (shr-color-visible): Really return original background
145         if fixed.
147 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
149         * shr.el (shr-color-check): Protect against non-existant colour names.
151 2010-11-24  Julien Danjou  <julien@danjou.info>
153         * color-lab.el: Require 'cl when compiling.
155         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
157         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
158         matched part.
160         * color-lab.el: Fix all expt calls to use float type.
162 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
164         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
165         expression to shr-color-check as is.
167         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
169         * color-lab.el: Add coding cookie.
170         (float-pi): Use eval-and-compile.
172 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174         * shr.el (shr-insert-color-overlay): Split stuff like
175         "#444444 !important" to find the real colour.
176         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
177         parse <font color="red"> entries.
179 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
181         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
182         point when parsing headers.
184         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
185         is positioned properly when parsing headers.
187 2010-11-23  Julien Danjou  <julien@danjou.info>
189         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
191         * shr-color.el (shr-color->hexadecimal): Add support for color names.
193         * shr.el (shr-parse-style): Replace \n with space in style parsing.
195         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
196         shr-color-hue-to-rgb.
197         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
199 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201         * shr.el (shr-color->hexadecimal): Autoload.
202         (shr-descend): Add color to all tags.
204 2010-11-22  Julien Danjou  <julien@danjou.info>
206         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
207         shr-color->hexadecimal.
209         * shr-color.el (shr-color->hexadecimal): Add converting functions for
210         RGB() or HSL() color representation.
212         * shr.el (shr-tag-font): Add.
213         (shr-tag-color-check): New function to get better colors.
214         (shr-tag-insert-color-overlay): Factorize code between tag-font and
215         tag-span.
217         * shr-color.el: New file.
219         * color-lab.el: New file.
221         * gnus-art.el (gnus-url-mailto): Do not downcase args.
223 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
225         * nnir.el: Fix typo in comments.
226         (nnir-run-imap): Simplify code. No need to reverse artlist.
227         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
229 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
233         * nnimap.el (nnimap-get-capabilities): Refactor out.
234         (nnimap-open-connection): Re-request capabilities after STARTTLS.
236 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
238         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
239         appearing when `mm-uu-hide-markers' is nil.
241 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243         * nnimap.el (nnimap-unselect-group): Make into its own function.
244         (nnimap-request-rename-group): Unselect group before renaming.
245         This had gotten lost somewhere.
246         (nnimap-request-accept-article): Keep track of examined groups, and
247         unselect the group before APPENDing to read-only groups.
248         (nnimap-request-move-article): Clear flags before moving so that they
249         can be re-set later.
251 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
253         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
254         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
256 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
258         * gnus-art.el (gnus-mime-display-single)
259         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
260         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
261         parameter.
263 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
266         (shr-table-vertical-line): New variable.
267         (shr-insert-table): Use it.
269 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
271         * gnus-html.el (gnus-html-wash-images): Don't display images if
272         gnus-inhibit-images is non-nil; register displayer for cid images.
273         (gnus-html-display-image): Work for cid image.
274         (gnus-html-insert-image): Allow arguments.
275         (gnus-html-put-image): Inhibit read-only.
276         (gnus-html-prefetch-images): Don't prefetch images if
277         gnus-inhibit-images is non-nil.
279 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
281         * shr.el (shr-put-image): Break lines when inserting big pictures.
283 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
285         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
286         sender, thanks Katsumi Yamaoka.
288 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
290         * nnir.el (nnir-run-imap): Reverse the article list for each group
291         rather than the whole list.
293 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
295         * shr.el (shr-image-displayer): Protect function against non-existent
296         image source.
298         * gnus-art.el (gnus-inhibit-images): New user option.
299         (gnus-mime-display-single): Don't display image if it is non-nil.
301         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
302         gnus-inhibit-images.
304         * shr.el (shr-image-displayer): New function.
305         (shr-tag-img): Use it.
307 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
309         * mml2015.el (mml2015-epg-sign): Use From header.
311 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313         * gnus-html.el (gnus-html-wash-images): Register a displayer.
315         * gnus-util.el (gnus-find-text-property-region): Return markers.
317         * shr.el (shr-tag-img): Put a displayer in the text property.
319         * gnus-util.el (gnus-find-text-property-region): New utility function.
321         * gnus-html.el (gnus-html-display-image): Make the alt optional.
322         (gnus-html-show-images): Remove.
324         * gnus-art.el (gnus-article-show-images): New, more general function.
326         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
327         image url text properties.
329         * shr.el: Ditto.
331         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
332         gnus-agent-auto-agentize-methods is set.  Which it isn't.
334 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
336         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
337         work for two or more articles.
339 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
341         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
342         divide an image that's in an html article to two or more when washing
343         non-ASCII characters in alt text of it.
345 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
347         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
348         smime-decrypt-region using function argument.
349         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
351         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
353         * smime.el (smime-decrypt-region): Catch it.
355 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
357         * smime.el (smime-mode-map): Move initialization into declaration.
358         (gnus-run-mode-hooks): Don't autoload.
359         (smime-mode): Use define-derived-mode.
361 2010-11-11  Glenn Morris  <rgm@gnu.org>
363         * smime.el (from): Restrict declaration to XEmacs.
365         * nnir.el (gnus-group-topic-name): Autoload.
367 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
369         * shr.el (shr-insert): Don't break long line if it is because of
370         kinsoku-bol characters in the line end.
372 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
374         * nnir.el (nnir-request-move-article): Fix to provide original group
375         and subject.
376         (nnir-warp-to-article): Don't fail on articles whose headers haven't
377         been retrieved.
379         * gnus-sum.el (gnus-summary-move-article): Use original group and
380         subject for virtual articles such as those in an nnir summary buffer.
382 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
384         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
385         least 21.5).
387         * smime.el (from): Declare it again for XEmacs.
389 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
391         * message.el (message-resend): Don't disable encoding unless it's
392         already encoded.
394         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
395         low-numbered articles.
397 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
399         * rfc2047.el (rfc2047-syntax-table): Simplify.
401         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
402         set-char-table-range for XEmacs.
404 2010-11-10  Glenn Morris  <rgm@gnu.org>
406         * smime.el (from): Remove unused declaration.
408         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
409         (gnus-float-time): On Emacs, always an alias.
411         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
412         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
414 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
416         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
418 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420         * shr.el (browse-url-mailto): Autoload.
422         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
424         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
425         regexp doesn't need quoting.
427 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
429         * message.el (message-subject-trailing-was-ask-regexp)
430         (message-subject-trailing-was-regexp): Match was: in addition to was.
432 2010-11-09  Glenn Morris  <rgm@gnu.org>
434         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
435         (nnbabyl-check-mbox): Use point-at-bol.
437 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
441         * message.el (message-mailto): New function.
442         (message-mailto): Should accept other parameters.
443         (message-mailto): Remove since it duplicates browse-url-mailto
444         functionality.
446 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
449         methods.
450         (gnus-read-active-file): Ditto.
452         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
453         ": " from the prompt.
454         (gnus-group-make-group): Ditto.
456 2010-11-07  Glenn Morris  <rgm@gnu.org>
458         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
459         (gnus-bookmark-kill-line): Use point-at-eol.
461 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
463         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
464         asterisks in From header.
466 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
469         string to avoid making the From headers syntactically invalid.
471         * message.el (message-send-mail): Don't insert courtesy messages if the
472         message already has List-Post and List-ID messages.
474 2010-11-06  Glenn Morris  <rgm@gnu.org>
476         * gnus-art.el (gnus-treat-article): Give dynamic local variables
477         `condition', `type', `length' a prefix.
478         (gnus-treat-predicate): Update for above name changes.
480 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
482         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
483         binding.  Handled by `gnus-summary-refer-thread' instead.
484         (nnir-warp-to-article): New backend function.
486         * nnimap.el (nnimap-request-thread): Force dependency updating.
488         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
489         (gnus-summary-refer-thread): Rework to improve thread-referral.
491         * gnus-int.el (gnus-warp-to-article): New function.
493         * gnus-sum.el (gnus-summary-article-map): Bind it.
495 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
497         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
498         gnus-summary-refer-thread.
500         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
501         headers.
502         (gnus-summary-limit-include-thread): Prevent articles in thread from
503         being cut in gnus-cut-threads.
504         (gnus-summary-refer-thread): Limit retrieved headers to those in
505         thread.
507 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509         * message.el (message-send-mail): Use the value of
510         message-courtesy-message from the message buffer.
512         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
514         * shr.el (shr-browse-url): Implement mailto: URLs.
516         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
517         "raw".
519         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
520         if it's already selected.
522         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
524 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
526         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
527         to measure the length and truncate alt text.
529 2010-11-03  Glenn Morris  <rgm@gnu.org>
531         * nndiary.el (nndiary-generate-nov-databases-1)
532         (nndiary-generate-active-info): Rename dynamic variable `files' to
533         something less generic.
535 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
537         * nnir.el (nnir-request-move-article): Call the underlying backend to
538         move articles from nnir.
540 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
544 2010-11-02  Julien Danjou  <julien@danjou.info>
546         * nnir.el: Remove wais support.
548 2010-11-02  Glenn Morris  <rgm@gnu.org>
550         * gnus-html.el: Reorder requirements to quieten compiler.
552 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
554         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
555         properly for XEmacs as well.
556         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
557         (gnus-article-natural-long-line-p): Use window-width rather than
558         frame-width.
560 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
562         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
563         (nnir-read-parms): Don't modify query.
564         (nnir-run-query): Add ability to search topic on current line.
565         (nnir-get-active): Clean up.
567 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
570         degenerate articles.
572         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
573         (gnus-print-buffer): Just print the buffer as is, without any copying
574         to a buffer and then re-highlighting.
576         * nnimap.el (nnimap-request-group): Store the new updated info.
577         (nnimap-request-group): Select the group when we don't know whether it
578         exists or not.
580         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
581         groups.
583         * gnus-group.el (gnus-group-find-new-groups): Display all the new
584         groups.
586         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
587         groups.
589         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
590         long-lines case by only filling the long lines.
592         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
593         (bug #7311).
595 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
597         * shr.el: No need to declare `declare-function' since shr.el is for
598         only Emacsen that provide `libxml-parse-html-region'.
600 2010-11-01  Glenn Morris  <rgm@gnu.org>
602         * mm-util.el (gnus-completing-read): Autoload.
603         (mm-read-coding-system): Simplify Emacs definition.
605         * nnmail.el (gnus-activate-group):
606         * nnimap.el (gnutls-negotiate):
607         * nntp.el (netrc-parse): Fix declarations.
609 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
611         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
612         string-match-p in Emacs >=23.
614         * gnus-msg.el (gnus-configure-posting-styles)
615         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
617 2010-11-01  Glenn Morris  <rgm@gnu.org>
619         * nnir.el (declare-function): Add compat stub.
620         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
621         (nnir-run-gmane): Require 'mm-url.
623         * mm-util.el (mm-string-to-multibyte): Simplify.
625         * shr.el (declare-function): Add compat stub.
626         (url-cache-create-filename): Declare.
627         (mm-disable-multibyte, widget-convert-button): Autoload.
629         * smime.el (ldap-search): Declare.
630         (smime-cert-by-ldap-1): Require ldap on Emacs.
632         * nnimap.el: Require nnmail, and gnus-sum when compiling.
633         (nnimap-keepalive): Use gnus-float-time.
635         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
636         (mail-source-delete-crash-box): Use gnus-float-time.
638         * gnus-dired.el (gnus-completing-read): Autoload.
640         * mm-view.el (gnus-rescale-image): Autoload.
642         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
644         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
646         * sieve-manage.el: Require 'cl when compiling.
648         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
649         (gnus-iswitchb-completing-read): Require iswitchb.
650         (gnus-select-frame-set-input-focus): Silence compiler.
652 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654         * message.el (message-subject-trailing-was-query): Change default to t,
655         since I think that's what most people want.
657         * nnimap.el (nnimap-request-accept-article): Erase buffer before
658         appending for easier debugging.
659         (nnimap-wait-for-connection): Take a regexp.
660         (nnimap-request-accept-article): Wait for the continuation line before
661         sending anything unless we're streaming.
663         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
664         leave the header washing to take place.
666 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
668         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
669         regular expression match and replace in posting styles.
671 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
673         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
674         an entire server.
675         (nnir-get-active): New function.
676         (nnir-run-imap): Use it.
677         (nnir-run-gmane): Who knew, gmane search returns an article score!
679         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
680         server on the current line with nnir.
682 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
685         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
686         left edge.
687         (gnus-article-foldable-buffer): Skip past the prefix when determining
688         raggedness.
690         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
691         the raw article, and change `C-u g' to show the article without doing
692         treatments.
694         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
695         on to `gnus-treat-article'.
696         (gnus-inhibit-article-treatments): New variable.
698         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
700         * gnus-art.el (gnus-treatment-function-alist): Have
701         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
702         (gnus-treat-fill-long-lines): Change default to fill all text/plain
703         sections.
705         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
706         parameter.
707         (gnus-article-fill-cited-long-lines): New function.
708         (gnus-article-fill-cited-article): Allow filling only long sections.
710         * shr.el (shr-find-fill-point): Don't break lines between punctuation
711         and non-punctuation (like after the apostrophe in "'We").
713         * gnus-sum.el (gnus-summary-select-article): Make sure
714         gnus-original-article-buffer is alive.
716         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
717         reflect the order they're in in the digest.
719         * gnus.el (gnus-group-startup-message): Move point to the start of the
720         buffer.
722         * nnimap.el (nnimap-capability): New function.
723         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
724         is set.
726 2010-10-31  David Engster  <dengste@eml.cc>
728         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
729         conform with changes to gnus-completing-read.
731 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733         * shr.el (shr-tag-img): Output "*" instead of "[img]".
735 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
737         * nnir.el: Move defvar, defcustom around to keep file organized
738         and keep byte-compiler quiet.
739         (nnir-read-parms): Accept search-engine as arg.
740         (nnir-run-query): Pass search-engine as arg.
741         (nnir-search-engine): Remove.
743 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745         * shr.el (shr-generic): The text nodes should be text, not :text.
747         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
748         later in the file.
750 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
752         * nnir.el: General clean up.  Allow searching with multiple engines.
753         Allow separate extra-parameters for each engine.
754         Batch queries when possible.
755         (nnir-imap-default-search-key,nnir-method-default-engines):
756         Add customize interface.
757         (nnir-run-gmane): New engine.
758         (nnir-engines): Use it.  Qualify all prompts with engine name.
759         (nnir-search-engine): Remove global variable.
760         (nnir-run-hyrex): Restore for now.
761         (nnir-extra-parms,nnir-search-history): New variables.
762         (gnus-group-make-nnir-group): Use them.
763         (nnir-group-server): Remove in favor of gnus-group-server.
764         (nnir-request-group): Avoid searching twice.
765         (nnir-sort-groups-by-server): New function.
767 2010-10-30  Julien Danjou  <julien@danjou.info>
769         * gnus-group.el: Remove gnus-group-fetch-control.
771         * gnus-start.el (gnus-find-new-newsgroups):
772         Remove gnus-check-first-time-used.
774         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
776 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
778         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
779         set on groups that don't have \* permanentflags.
781 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
784         control the background color.
785         (shr-tag-img): Ignore very small web bug type images.
786         (shr-put-image): Add help-echo alt texts to the images.
787         (shr-tag-video): Show the video poster image.
789 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791         * shr.el (shr-table-depth): New variable.
792         (shr-tag-table-1): Only insert the images after the top-level table.
794         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
796         * gnus-util.el (gnus-list-memq-of-list): New function.
798         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
799         selected.
800         (nnimap-unsplittable-articles): New slot.
801         (nnimap-new-articles): Use it.
803 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
805         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
806         move to the previous line on `M-g'.
808 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
810         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
811         *-request-group, which seems unnecessary.
813         * nnimap.el (nnimap-quote-specials): Function copied over from
814         imap.el.
815         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
816         they support that.  Suggested by Tom Regner.
818 2010-10-29  Julien Danjou  <julien@danjou.info>
820         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
821         defalias.
822         (gnus-summary-delete-marked-with): Remove obsolete defalias.
824         * gnus.el: Remove `gnus-nntp-service' variable.
825         (gnus-secondary-servers): Make obsolete.
826         (gnus-nntp-server): Make obsolete.
828         * gnus-start.el (gnus-1): Remove x-splash calls.
830         * gnus-ems.el (gnus-x-splash): Remove.
832         * gnus.el (gnus-group-startup-message): Simplify/update code.
834         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
835         capability before doing anything.
836         (gnus-group-insert-group-line): Remove useless
837         gnus-group-remove-excess-properties.
839 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
841         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
843 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
846         config after reselecting.
848 2010-10-28  Julien Danjou  <julien@danjou.info>
850         * shr.el (shr-put-image): Use point even if only inserting text.
851         (shr-put-image): Save excursion when inserting alt text on non-graphic
852         display, so the behaviour is the same when we are on a graphic display.
854         * nnir.el (nnir-run-swish-e): Remove hyrex support.
856 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
858         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
859         (gnus-mime-copy-part): Check coding system, not charset.
860         (gnus-mime-view-part-externally): Never remove part.
861         (gnus-mime-view-part-internally): Don't remove part here.
862         (gnus-article-part-wrapper): Make sure MIME tag is visible.
863         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
864         multipart/alternative.
866         * mm-decode.el (mm-display-part): Take optional arg `force'.
868 2010-10-26  Julien Danjou  <julien@danjou.info>
870         * gnus-group.el (gnus-group-default-list-level): Add this function to
871         compute the default list level.
872         (gnus-group-default-list-level): Add possibility to use a function.
874 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
876         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
878         * gnus-group.el (gnus-group-completing-read)
879         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
880         gnus-replace-in-string.
882 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
884         * shr.el (shr-tag-div): Add.
886 2010-10-25  Julien Danjou  <julien@danjou.info>
888         * gnus-util.el: Remove `gnus-with-local-quit'.
890         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
892 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
895         the original article buffer.
897 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899         * nnimap.el (nnimap-request-head): New function.
900         (nnimap-request-move-article): Try to be slighly faster by not
901         requesting the entire message when moving.
902         (nnimap-transform-headers): Don't bug out on bodiless articles.
903         (nnimap-send-command): Have no outstanding messages if the IMAP server
904         doesn't support streaming.
905         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
907 2010-10-24  Julien Danjou  <julien@danjou.info>
909         * message.el (message-default-headers): Fix type.
911 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
914         prefetching images.
916         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
917         backend for unknown groups.  This is mainly useful for nnimap groups.
919         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
920         group isn't covered by the agent.
922 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
924         * nnir.el (nnir-method-default-engines): New variable.
925         (nnir-run-query): Use it.
926         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
927         (gnus-summary-nnir-goto-thread): Change group if needed.
929         * gnus-group.el (gnus-group-group-map): Add key binding for
930         gnus-group-make-nnir-group.
932 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
934         * shr.el (shr-tag-object): Add.
936         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
937         original article buffer live.
938         (gnus-summary-select-article-buffer):
939         Mention gnus-widen-article-buffer.
941 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943         * shr.el (shr-tag-strong): Add.
945 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
948         group names.  They mess up the group buffer badly.
950         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
952         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
953         instead of the summary one.
955 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
957         * mml.el (mml-preview): Work properly when editing article.
959         * gnus-start.el (gnus-read-active-file-1): Don't add method to
960         gnus-have-read-active-file if it's already been in.
962 2010-10-22  Tom Tromey  <tromey@redhat.com>
964         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
965         gnus-group-completing-read.
967 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969         * message.el (message-mode-map): Don't bind M-; to comment region, to
970         allow the global comment-dwim to work.
972 2010-10-21  Julien Danjou  <julien@danjou.info>
974         * message.el (message-setup-1): Allow message-default-headers to be a
975         function.
977 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
979         * shr.el (shr-tag-table): Simplify.
981 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
984         to avoid trying to snarf invalid stuff.
986         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
988         * gnus.el (gnus-message-archive-group): Quote value.
989         (gnus-message-archive-group): Mark as changed.
991         * shr.el (shr-add-font): Don't put the font properties on the newline
992         or the indentation.
994         * message.el (message-fix-before-sending): Change options when sending
995         non-printable characters.
997         * gnus.el (gnus-message-archive-method): Change the default to
998         monthly outgoing groups.
1000         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1001         that have gotten new numbers.
1003         * nnimap.el (nnimap-request-replace-article): New function.
1005 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1007         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1008         (nnrss-request-article): Don't use special html washing code.
1010 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1012         * shr.el (shr-tag-table): Remove useless nconc.
1014 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016         * gnus-art.el (article-wash-html): Simplify and remove the charset
1017         stuff.  Use the normal html rendering code instead of the special html
1018         washing code.
1020         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1021         `gnus-w3m' symbols.
1022         (mm-text-html-washer-alist): Remove.
1024         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1025         (mm-inline-media-tests): Remove use.
1026         (mm-text-html-renderer): Change default to the `shr' symbol.
1028         * mm-view.el (mm-inline-text-html): Remove use.
1030         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1031         `gnus-blocked-images' to be a function.
1032         (gnus-article-wash-function): Remove.
1034 2010-10-20  Julien Danjou  <julien@danjou.info>
1036         * spam.el (spam-list-of-processors): Mark as obsolete.
1038         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1039         (nnimap-insert-partial-structure): Fix boundary detection.
1041 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1043         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1044         run file-truename on remote files.  This can be expensive and even
1045         prevent one from editing drafts if some unrelated buffer has a stale
1046         connection.
1048 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1050         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1051         kinsoku-eol regardless of shr-kinsoku-shorten.
1052         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1053         (shr-tag-table): Support caption, thead, and tfoot.
1055 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1058         lines.
1059         (shr-save-contents): New command and keystroke.
1061         * nndoc.el (nndoc-type-alist): Add git support.
1062         (nndoc-git-type-p): New function.
1063         (nndoc-transform-git-article): Ditto.
1064         (nndoc-transform-git-headers): Ditto.
1065         (nndoc-transform-git-headers): Generate Subject headers.
1067         * shr.el (shr-parse-style): New function.
1068         (shr-tag-span): Ditto.
1070         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1071         to `G G' to avoid collisions.
1073 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1075         * shr.el: Load kinsoku if necessary.
1076         (shr-kinsoku-shorten): New internal variable.
1077         (shr-find-fill-point): Make kinsoku shorten text line if
1078         shr-kinsoku-shorten is bound to non-nil.
1079         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1080         shr-indentation too when testing if table is wider than frame width.
1081         (shr-insert-table): Use `string-width' instead of `length' to measure
1082         text width.
1083         (shr-insert-table-ruler): Make sure indentation is done at bol.
1085 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1087         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1088         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1089         undecoded network data.
1091 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1094         name in the mode line spec so that the mode line menu works
1095         (bug #2431).
1097         * message.el (message-get-reply-headers): If we're fed `to-address',
1098         then always use that.
1100         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1101         aren't so wide as to need to switch off the edit menu.
1103         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1104         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1106         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1107         `M-g'.
1108         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1109         the permanent marks.
1111 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1113         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1114         Splitting according to references/in-reply-to obeys the ignore-groups
1115         variable, while splitting by sender and subject do not.
1117 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1120         alist, so that we can look for non-Unicode chars.
1121         (article-translate-strings): Allow both character and string maps.
1123 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1125         * shr.el (shr-insert): Don't insert space behind a wide character
1126         categorized as kinsoku-bol, or between characters both categorized as
1127         nospace.
1129 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1131         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1132         headers to gnus-newsgroup-headers.
1134 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136         * shr.el (shr-tag-img): Don't align images -- since we're not
1137         rescaling, this often leads to ugly displays.
1139 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1141         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1142         duplicates.
1144 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1146         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1147         call.
1149 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151         * gnus.el: Autoload gnus-html-show-images.
1153         * nnimap.el: Use nnheader-message throughout.
1155         * shr.el (shr-tag-img): Ignore images with no data.
1157 2010-10-15  Julien Danjou  <julien@danjou.info>
1159         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1160         a possibility to disable format=flow encoding when using hard newlines.
1162 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1164         * shr.el (shr-insert): Remove space inserted before or after a
1165         breakable character or at the beginning or the end of a line.
1166         (shr-find-fill-point): Do kinsoku; find the second best point or give
1167         it up if there's no breakable point.
1169 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171         * nnimap.el (nnimap-open-connection): Message when opening connection
1172         for debugging purposes.
1174         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1175         on every setup buffer call to allow this to change from article to
1176         article.
1178         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1179         buffers where we have a wide table.
1181 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1183         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1184         uses *-request-thread.
1186 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1188         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1189         incantation, which is no longer valid.
1191 2010-10-14  Julien Danjou  <julien@danjou.info>
1193         * shr.el: Fix defcustom type (char -> character).
1195 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1197         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1198         programs.
1200 2010-10-14  Julien Danjou  <julien@danjou.info>
1202         * shr.el (shr-tag-a): Use url-link as widget type.
1204         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1205         `gnus-group-get-icon'.
1207 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1210         This should make server editing work better.
1212         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1214         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1215         (nnimap-parse-flags): Fix regexp.
1217         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1218         probably work for CJVK text, too.
1220         * nnimap.el (nnimap-extend-tls-programs): Remove.
1221         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1223 2010-10-13  Julien Danjou  <julien@danjou.info>
1225         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1226         responses.
1228 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1230         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1232         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1233         anything in Emacs.
1235         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1237 2010-10-13  Julien Danjou  <julien@danjou.info>
1239         * shr.el (shr-width): Make shr-width a defcustom with default to
1240         fill-column.
1241         (shr-tag-img): Use shr-width rather than fill-column.
1243 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1245         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1247         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1248         position when (X-)Faces exist.
1249         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1250         avatars when called interactively.
1252 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1254         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1255         gnus-article-x-face-too-ugly is bound.
1257 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1261         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1262         mailbox that doesn't exist.
1264 2010-10-12  Julien Danjou  <julien@danjou.info>
1266         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1267         (shr-get-image-data): Encode URL properly when fetching from cache.
1268         (shr-tag-img): Use aligned-to spaces to align correctly images.
1270         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1271         before inserting the Gravatar.
1273         * shr.el (shr-tag-img): Add align attribute support for <img>.
1275 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277         * gnus-gravatar.el (gnus-art): Require.
1279         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1280         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1281         Remove long obsoleted functions.
1283 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1285         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1287         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1288         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1289         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1290         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1291         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1292         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1293         Fix comment for declare-function.
1295 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1297         * nnimap.el (nnimap-request-rename-group): Select group read-only
1298         before renaming it.
1300         * shr.el (shr-insert): Fix up the white space only regexp.
1302         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1303         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1305         * shr.el (shr-current-column): New function.
1306         (shr-find-fill-point): New function.
1308 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1310         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1311         numbers.
1313 2010-10-11  Julien Danjou  <julien@danjou.info>
1315         * shr.el (shr-hr-line): Add.
1316         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1317         display hr lines.
1318         (shr-max-columns): Do not change state to nil if we just inserting
1319         spaces.
1321 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1324         select the last group.
1326 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1328         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1330 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1333         for Gnus.
1334         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1335         (nnimap-update-qresync-info): Mark \Seen articles as read.
1337         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1338         non-variable, too.
1340         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1341         available.
1342         (nnimap-update-info): Rely more on the current active than the param
1343         active to avoid marking articles as read too much.
1345         * auth-source.el (auth-source-create): Use (user-login-name) for the
1346         user name default.
1348         * nnimap.el (nnimap-update-info): If the server doesn't return any
1349         useful info, just use the previous info.
1350         (nnimap-update-info): Prefer old info over start-article.
1351         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1353 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1355         * nnir.el (autoload): Clean up autoloads.
1356         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1357         Use key rather than value.
1358         (nnir-imap-search-other): New variable.
1359         (nnir-read-parm): Use it.
1360         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1361         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1363 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1365         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1366         the process, too.
1368 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370         * spam.el (gnus-summary-mode-map): Bind to "$".
1371         Suggested by Russ Allbery.
1373         * shr.el: Rework the way things are indented by <li> slightly.
1375         * gnus.el (gnus-group-set-parameter): Fix typo.
1377         * nnimap.el: Start implementing QRESYNC support.
1379 2010-10-09  Julien Danjou  <julien@danjou.info>
1381         * nnir.el (nnir-engines): Fix too many arguments.
1383 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1386         group is the "last", so that the backends like nnfolder actually save
1387         their folders.
1389         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1390         try to use that for the tls stream.
1391         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1392         UIDVALIDITY and find out which groups are read-only and not.
1393         (nnimap-get-flags): Use the same marks parsing code as the rest of
1394         nnimap.
1396 2010-10-09  Julien Danjou  <julien@danjou.info>
1398         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1400         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1401         retrieving gravatars.
1403         * shr.el (shr-table-corner): Add.
1404         (shr-table-line): Add.
1405         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1407 2010-10-08  Julien Danjou  <julien@danjou.info>
1409         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1411 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1413         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1415         * gnus-sum.el (gnus-mark-article-as-unread)
1416         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1417         (gnus-summary-set-bookmark): Use it.
1419         * gnus-msg.el (gnus-setup-message): Use it.
1421         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1423         * gnus.el (gnus-group-remove-parameter): Use it.
1425         * gnus-group.el (gnus-group-make-web-group): Use it.
1427         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1429         * nnregistry.el: Update docs to mention manual.
1431         * gnus-registry.el: Update docs to mention nnregistry.el.
1432         (gnus-registry-initialize): Don't install nnregistry refer method
1433         automatically.
1434         (gnus-registry-install-nnregistry): Remove it.
1436 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438         * shr.el (shr-insert): Don't insert double spaces.
1440 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1442         * gnus-gravatar.el (gnus-treat-from-gravatar)
1443         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1444         called interactively.
1446         * gnus-art.el (gnus-mime-view-part-externally)
1447         (gnus-mime-view-part-internally): Make predicate function passed to
1448         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1449         of a mime type.
1451         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1453 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455         * shr.el (require): Require cl when compiling.
1456         (shr-tag-hr): New function.
1458         * nnimap.el (nnimap-update-info): Remove double setting of high.
1459         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1460         This makes nnimap work properly on Courier again.
1462         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1463         the variable for backwards compatability.
1465         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1466         the file name before using to avoid setting mm-default-directory to
1467         nil.
1469         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1470         bidning gnus-agent variables.
1472         * shr.el (shr-render-td): Use a cache for the table rendering function
1473         to avoid getting an exponential rendering behaviour in nested tables.
1474         (shr-insert): Rework the line-breaking algorithm.
1475         (shr-insert): Don't leave trailing spaces.
1476         (shr-insert-table): Also insert empty TDs.
1477         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1479 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1481         * gnus-sum.el (gnus-number): Rename from `number'.
1482         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1483         (gnus-summary-limit-children): Update uses correspondingly.
1485 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1487         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1488         (gnus-gravatar-transform-address): Don't show avatars of people of
1489         which mail addresses match gnus-gravatar-too-ugly.
1491 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493         * shr.el (shr-table-widths): Expand TD elements to fill available
1494         space.
1496 2010-10-07  Julien Danjou  <julien@danjou.info>
1498         * nnimap.el (nnimap-request-rename-group): Add this method.
1500 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1502         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1503         name from XEmacs' function-arglist.
1505         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1506         gravatar under XEmacs.
1508 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1510         * auth-source.el: Update docs with TODO items.
1512         * gnus-sync.el: Update docs to explain state and plans.
1514         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1515         Hooks for mark updates.
1516         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1518         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1519         hooks with arguments, which is needed for mark update hooks.
1521 2010-10-06  Julien Danjou  <julien@danjou.info>
1523         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1524         was matched.
1526         * sieve-manage.el: Update example in `Commentary'.
1528         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1530         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1531         not 2000.
1532         (sieve-manage-authenticate): Re-add function.
1534 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536         * shr.el (shr-insert): Get 'space transition right.
1537         (shr-render-td): Only delete space at the end of the TD.
1539         * nnimap.el (nnimap-open-connection): Prepare to support
1540         open-gnutls-stream.
1542         * shr.el: Rearrange function order to be more logical.
1544 2010-10-06  Julien Danjou  <julien@danjou.info>
1546         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1547         (nnrss-discover-feed): Remove 404 URL in docstring.
1549         * nnir.el: Fix Swish-E URL.
1550         Fix Namazu URL.
1552         * message.el (message-change-subject): Remove 404 URL in a comment.
1554 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1556         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1557         called interactively.
1559         * gnus-util.el (gnus-remove-if): Allow hash table.
1560         (gnus-remove-if-not): New function.
1562         * gnus-art.el (gnus-mime-view-part-as-type)
1563         * gnus-score.el (gnus-summary-score-effect)
1564         * gnus-sum.el (gnus-read-move-group-name):
1565         Replace remove-if-not with gnus-remove-if-not.
1567         * gnus-group.el (gnus-group-completing-read):
1568         Regard collection as a hash table if it is not a list.
1570 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1574         * shr.el: Document the table-rendering algorithm.
1576         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1577         invalid URLs.
1579         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1580         line-broken.
1581         (shr-tag-img): Ignore image fetching errors.
1582         (shr-overlays-in-region): Compute overlay positions correctly.
1584         * mm-decode.el (mm-shr): Require shr.
1586         * gnus-art.el (gnus-blocked-images): Move variable here.
1588         * shr.el (shr-insert-table): Bind free variable.
1590         * mm-decode.el (mm-shr): Bind shr-content-function.
1592         * shr.el (shr-content-function): New variable.
1594         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1595         added for symmetry.
1597         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1599         * gnus-group.el (gnus-group-make-group): Doc fix.
1601         * nnimap.el (nnimap-request-newgroups): Return success.
1603         * shr.el (shr-find-elements): New function.
1604         (shr-tag-table): Put all the images after the table.
1605         (shr-tag-table): Really inhibit images inside the table.
1606         (shr-collect-overlays): Copy over overlays from the TD elements to the
1607         main document.
1609         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1610         gnus-blocked-images.
1612 2010-10-05  Julien Danjou  <julien@danjou.info>
1614         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1616         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1617         (gnus-html-maximum-image-size): Add this function.
1618         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1620         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1621         server-value of the capability is nil.
1623 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625         * shr.el (shr-tag-em): Add <EM> tag.
1627 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1629         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1630         customizable.
1632         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1633         handing broken links to browse-url.
1635 2010-10-05  Julien Danjou  <julien@danjou.info>
1637         * gnus-util.el (gnus-emacs-completing-read)
1638         (gnus-iswitchb-completing-read): Use autoload rather than require.
1640 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1642         * gnus-util.el (gnus-completing-read-function): Exclude
1643         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1644         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1645         XEmacs.
1647         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1648         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1650         * gnus-html.el: Don't require help-fns under XEmacs.
1651         (gnus-html-schedule-image-fetching): Work for XEmacs.
1653         * mm-decode.el (mm-shr): Decode contents by charset.
1655 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1658         unknown.
1660         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1661         (shr-get-image-data): Ensure against the cache file missing.
1663         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1664         for data.
1666         * spam-report.el (spam-report-url-ping-plain): Don't query about
1667         killing the process.
1669         * shr.el (shr-render-td): Protect against too-wide text.
1671 2010-10-04  Julien Danjou  <julien@danjou.info>
1673         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1674         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1676         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1677         retrieved.
1679 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681         * shr.el (browse-url): Require.
1682         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1683         lines.
1684         (shr-show-alt-text, shr-browse-image): New commands.
1685         (shr-browse-url, shr-copy-url): New commands.
1687         * gnus-sum.el (gnus-widen-article-window): New variable.
1688         (gnus-summary-select-article-buffer): Use it.
1690         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1691         without @ signs.
1693 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1695         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1697 2010-10-04  Julien Danjou  <julien@danjou.info>
1699         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1700         for XEmacs.
1702 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1706         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1707         (nnimap-close-server): Implement.
1709         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1710         (shr-insert): Tweak line breaking.
1711         (shr-insert): Handle <pre> better.
1712         (shr-tag-li): Get <li> indentation right.
1713         (shr-tag-li): Get <li> indentation even righter.
1714         (shr-tag-blockquote): Ensure paragraph start.
1715         (shr-make-table): Tweak table generation.
1716         (shr-make-table): Fix typo.
1718         * shr.el: Implement table rendering.
1720 2010-10-04  Julien Danjou  <julien@danjou.info>
1722         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1724 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726         * shr.el (shr-insert): Use string anchors instead of line anchors.
1728 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730         * shr.el: Add headings.
1731         (shr-ensure-paragraph): Actually work.
1732         (shr-tag-li): Make <ul> prettier.
1733         (shr-insert): Get white space at the beginning/end of elements right.
1734         (shr-tag-p): Collapse subsequent <p>s.
1735         (shr-ensure-paragraph): Don't insert double line feeds after blank
1736         lines.
1737         (shr-insert): \t is also space.
1738         (shr-tag-s): Fix "s" tag name function.
1739         (shr-tag-s): Fix face prop name.
1741 2010-10-03  Julien Danjou  <julien@danjou.info>
1743         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1745         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1746         gnus-window-inside-pixel-edges.
1748         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1749         gnus-ems.
1751         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1753         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1754         function.
1756         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1757         resize choice.
1759 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1761         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1762         beginning of the buffer.
1764         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1765         article buffer again.
1767         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1769         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1770         when it's at the start of the buffer.
1772         * shr.el (shr-tag-blockquote): Convert name.
1773         (shr-rescale-image): Use the right image-size variant.
1775         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1776         buffer isn't shown, then select the current article first instead of
1777         bugging out.
1778         (gnus-summary-select-article-buffer): Show both the article and summary
1779         buffers again.
1781         * shr.el (shr-fontize-cont): Protect against regions with no text.
1782         Rename tag functions to shr-tag-* for enhanced security.
1783         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1785 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1787         * shr.el (shr-insert):
1788         * pop3.el (pop3-movemail):
1789         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1790         loaded.
1792 2010-10-03  Glenn Morris  <rgm@gnu.org>
1794         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1796         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1798         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1800         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1802         * gnus-util.el (gnus-make-local-hook): Simplify.
1804 2010-10-02  Julien Danjou  <julien@danjou.info>
1806         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1807         (gnus-ido-completing-read): New function.
1808         (gnus-emacs-completing-read): New function.
1809         (gnus-completing-read): Use gnus-completing-read-function.
1810         Add gnus-completing-read-function.
1812 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814         * shr.el (shr-insert-document): Autoload.
1815         (shr-img): Be silent.
1816         (shr-insert): Add a newline after every picture before text.
1817         (shr-add-font): Use overlays for combining faces.
1818         (shr-insert): Pass upwards the text start point.
1820         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1821         possible.
1822         (mm-shr): New function.
1824 2010-10-02  Julien Danjou  <julien@danjou.info>
1826         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1827         should go backward.
1829 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1831         * shr.el (shr): Fix typo in provide call.
1833 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835         * shr.el: New file.
1837         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1839         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1840         completing read.
1842 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1845         we're being queried about.  Suggested by Dan Jacobson.
1847         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1848         Suggested by Jason Eisner.
1850         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1851         table, too.  Suggested by Stefan Wiens.
1852         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1853         the table unnecessary.  Suggested by Stefan Wiens.
1855         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1856         longer needed, and probably doesn't work either, as pointed out by
1857         Stefan Wiens.
1858         (gnus-summary-exit): Remove call to the clearing function.
1859         (gnus-summary-exit-no-update): Ditto.
1861         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1862         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1863         Reported by Stefan Monnier.
1864         (gnus-summary-save-in-rmail): Ditto.
1866         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1867         article buffer, instead of both the article buffer and the summary
1868         buffer.  Sort of suggested by Dan Jacobson.
1870         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1872         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1873         Suggested by Dan Jacobson.
1875         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1876         documentation clearer.
1878         * message.el (message-shorten-references): Comment on the number "21".
1879         Suggested by Stefan Monnier.
1881         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1882         Suggested by Dan Jacobson.
1884         * gnus.el (gnus-large-newsgroup):
1885         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1887         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1888         externalize attachments.  Bug reported by Steve Wen.
1890         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1891         really message anything to the user.
1893         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1894         directly.
1896         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1897         messages in empty groups.
1899 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1901         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1902         non-UIDNEXT group.
1904 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1906         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1907         not the value from the collection.
1909         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1910         values.  This sometimes happens on some groups that have no info.
1911         (nnimap-request-newgroups): New function.
1913 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1915         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1916         check into `gnus-registry-initialize'.
1917         (gnus-registry-initialize): Ditto.
1918         Fix and extend header docs.
1920 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1923         regexp backtrace overflows.
1925         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1926         for starttls that tls.el implements; i.e. openssl.
1928 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1930         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1931         (gravatar-create-image): New function that's an alias to
1932         gnus-xmas-create-image, gnus-create-image, or create-image.
1933         (gravatar-data->image): Use it.
1935 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1937         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1938         install the nnregistry refer method.
1939         (gnus-registry-install-hooks): Use it.
1940         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1941         unfollowed groups.
1943 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1945         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1946         expanding threads.
1948 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950         * nnir.el: Use the server names without suffixes (bug #7009).
1952         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1953         unencrypted to STARTTLS, if possible.
1955 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1957         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1958         headers before superseding.
1960 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962         * nnrss.el (nnrss-use-local): Add documentation.
1964         * nnimap.el (nnimap-extend-tls-programs): New function.
1965         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1966         (nnimap-wait-for-connection): Accept the greeting from the stupid
1967         output from openssl s_client -starttls, too.
1969         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1970         article number.
1971         (nnimap-split-fancy): New variable.
1972         (nnimap-split-incoming-mail): Use it.
1974         * nntp.el (nntp-server-list-active-group): Document.
1976         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1977         SELECT to get the message-id.
1979         * mail-source.el (mail-sources): Remove webmail support.
1980         (defvar): Ditto.
1981         (mail-source-fetcher-alist): Ditto.
1982         (mail-source-fetch-webmail): Remove.
1984         * webmail.el: Remove -- doesn't seem relevant any more.
1986         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1988         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1989         the \r.
1991 2010-09-30  Julien Danjou  <julien@danjou.info>
1993         * gnus-agent.el (gnus-agent-add-group): Fix call to
1994         gnus-completing-read.
1996 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1998         * nndoc.el (nndoc-retrieve-groups): New function.
2000         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2001         `default', use nnmail-split-methods.
2002         (nnimap-request-article): Downcase the NILs so that they are nil.
2004         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2005         symbol.
2007         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2008         code, since if the user has requested network, that's what they ought
2009         to get.
2010         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2011         (nnimap-split-rule): Mark as obsolete.
2013         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2014         New variable.
2016         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2017         correct slot, too.
2019 2010-09-29  Julien Danjou  <julien@danjou.info>
2021         * gnus.el (gnus-local-domain): Declare variable obsolete.
2023         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2024         Fix history computing.
2025         (gnus-ido-completing-read): Require ido.
2027 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2030         build Gnus.
2032         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2033         when interpreting the structures.
2034         (nnimap-request-accept-article): Add \r\n to the lines to make this
2035         work with Cyrus.
2037         * nndraft.el (nndraft-request-expire-articles): Use the group name
2038         instead if "nndraft".  Fix found by Nils Ackermann.
2040 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2042         * nnregistry.el: Add.
2044 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2046         * nnmail.el (group, group-art-list, group-art):
2047         Remove unneeded directives.
2049 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2051         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2052         (mm-mime-charset)
2053         * rfc2047.el (rfc2047-syntax-table)
2054         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2056         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2057         rather than `insert-file-contents' and `eval-region'.
2059 2010-09-29  Julien Danjou  <julien@danjou.info>
2061         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2062         replacement of `gnus-gravatar-relief' to mimic
2063         `gnus-faces-properties-alist'.
2064         Add :version property.
2066 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2068         * mail-source.el (mail-source-report-new-mail)
2069         * message.el (message-default-mail-headers)
2070         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2072         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2074 2010-09-28  Julien Danjou  <julien@danjou.info>
2076         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2077         mail-address contains the same string as real-name.
2079         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2080         non-blank in header, otherwise it'll get stripped.
2082         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2083         real-name, and then for mail address rather than doing : or , search.
2085 2010-09-27  Julien Danjou  <julien@danjou.info>
2087         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2088         right completing-read function.
2089         (gnus-use-ido): New variable
2090         (gnus-completing-read-with-default): Remove.
2091         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2092         (gnus-agent-add-group):
2093         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2094         * mm-view.el (mm-view-pkcs7-decrypt):
2095         * mm-util.el (mm-codepage-setup):
2096         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2097         * mml-smime.el (mml-smime-openssl-sign-query):
2098         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2099         (mml-insert-multipart):
2100         * gnus-msg.el (gnus-summary-yank-message):
2101         * gnus-int.el (gnus-start-news-server):
2102         * mm-decode.el (mm-interactively-view-part):
2103         * gnus-dired.el (gnus-dired-attach):
2104         * gnus.el (gnus-read-method):
2105         * gnus-bookmark.el (gnus-bookmark-jump):
2106         * gnus-art.el (gnus-mime-view-part-as-type)
2107         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2108         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2109         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2110         * nnmairix.el (nnmairix-create-server-and-default-group)
2111         (nnmairix-update-groups, nnmairix-get-server)
2112         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2113         (nnmairix-get-group-from-file-path):
2114         * nnrss.el (nnrss-find-rss-via-syndic8):
2115         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2116         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2117         (gnus-group-browse-foreign-server):
2118         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2119         (gnus-summary-execute-command, gnus-summary-respool-article)
2120         (gnus-read-move-group-name):
2121         * gnus-score.el (gnus-summary-increase-score)
2122         (gnus-summary-score-effect):
2123         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2125 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2127         * nnimap.el (auth-source-forget-user-or-password)
2128         (auth-source-user-or-password): Autoload.
2130         * message.el (message-from-style, message-interactive)
2131         (message-signature): Remove comment.
2132         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2133         always.
2134         (message-sendmail-envelope-from): Comment fix.
2135         (message-yank-prefix): Default to mail-yank-prefix always.
2136         (message-indentation-spaces):
2137         Default to mail-indentation-spaces always.
2138         (message-signature-file): Default to mail-signature-file always.
2140 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2143         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2144         new articles.
2146         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2147         parts.
2148         (nnimap-request-article): Work with the t setting, too.
2150         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2151         that you don't get flashes of other buffers.
2152         (gnus-summary-show-complete-article): Intern before setting.
2154 2010-09-27  David Engster  <dengste@eml.cc>
2156         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2157         well as HEADERS.
2158         (nnmairix-retrieve-headers): Provide new argument for the above.
2160 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162         * gnus-sum.el (gnus-summary-move-article): Don't alter
2163         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2164         group.
2166         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2168         * message.el (message-cite-prefix-regexp): Revert my last edit.
2170         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2171         variable instead of the Gnus variable.
2173         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2175         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2177         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2178         since some servers don't like it.
2179         (nnimap-open-connection): Forget credentials if the server says the
2180         password was wrong.
2181         (nnimap-parse-line): Protect against invalid data.
2183         * gnus-sum.el (gnus-summary-move-article): Add comment.
2184         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2185         nothing alters it while scanning for new messages.
2187         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2188         which may or may not help.
2189         (nnimap-open-connection): If we're doing a stream connection, and then
2190         discover we're on a STARTTLS-capable server, then open a STARTTLS
2191         connection instead.
2193 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195         * nnimap.el (utf7): Require.
2197         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2198         prefix.
2200 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2202         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2204 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206         * nnimap.el (nnimap-request-accept-article): Message the error on
2207         error.
2209 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2211         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2213 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215         * nndoc.el (nndoc-request-list): Return success always.
2217         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2218         `fetch-old' -- we only want to fetch the articles we've requested.
2219         The rest are in the agent, probably.
2220         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2221         disappeared server" to something low.  It's not important.
2223         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2224         arrived before the FETCH data.
2226         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2227         target here, because we don't know the Gnus name of the group.
2229         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2230         for the correct group.
2232         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2234         * gnus.el (gnus): Give a final warning after startup.
2236         * gnus-util.el (gnus-action-message-log): New variable.
2237         (gnus-message): Use it.
2238         (gnus-final-warning): New function.
2240         * nnimap.el (nnimap-open-connection): Record the greeting.
2241         (nnimap): Add greeting.
2243 2010-09-26  Julien Danjou  <julien@danjou.info>
2245         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2246         arguments.
2247         (gnus-html-wash-images): Fix spec computing to include start/end.
2249         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2251 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2254         deletion.
2255         (nnimap-retrieve-headers): Don't select the group, because that's
2256         already done by nnimap-possibly-change-group.
2258         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2259         (gnus-picon-transform-address): Use it.
2261         * mail-source.el (mail-source-value): Revert previous patch.
2263         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2264         on failure.
2265         (nnimap-open-connection): Look up both virtual and physical server name
2266         credentials.
2268         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2270 2009-02-08  Dave Love  <fx@gnu.org>
2272         * gnus-win.el (gnus-window-to-buffer-helper)
2273         (gnus-all-windows-visible-p): Function needn't be a symbol.
2275         * mail-source.el (mail-source-value): Function needn't be a symbol.
2277 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279         * message.el (message-cite-prefix-regexp): Remove } from the cite
2280         prefix.
2282         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2283         highlight again, so that the highlight is correct.
2285         * gnus-picon.el (gnus-picon): Remove again.
2286         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2288         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2289         doing the header highlightling, so that the background colour of the
2290         picon is correct.
2292         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2293         (gnus-picon): Ditto.
2294         (gnus-picon): Reinstate.  The background colour for picons is white.
2295         (gnus-picon-insert-glyph): Make the background white.
2297         * nnml.el (nnml-open-nov): Don't return dead buffers.
2299         * auth-source.el (auth-source-create): Query the user for whether to
2300         store the credentials.
2302         * auth-source.el (auth-source-user-or-password): Use the existing auth
2303         sources, if any, for creation.
2305         * gnus.el (gnus-group-fast-parameter): Return the last matching
2306         parameter instead of the first matching parameter.
2308 2010-09-26  Julien Danjou  <julien@danjou.info>
2310         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2312 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314         * mml2015.el (mml2015-use): Remove gpg support.
2316         * mml1991.el (mml1991-function-alist): Remove gpg function.
2317         (mml1991-gpg-sign): Remove.
2319 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2321         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2322         (gnus-browse-unsubscribe-current-group): Document it.
2323         (gnus-browse-unsubscribe-group): Use it.
2325 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2327         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2328         address to the To list for easier response.
2330         * gnus.el (gnus-play-startup-jingle): Remove.
2331         (gnus-splash): Don't play jingle.
2332         (gnus): Silence gnus-load message.
2334         * gnus-art.el (gnus-treat-play-sounds): Remove.
2336         * gnus.el (gnus-play-jingle): Remove audio support.
2338         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2340         * earcon.el: Remove -- no users.
2342         * gnus-audio.el: Remove -- no users of this package.
2344         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2346         * gnus-start.el (gnus-setup-news): Remove nocem support.
2348         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2350         * gnus.el (gnus-use-nocem): Remove.
2352         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2353         Remove.
2355         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2356         uses NoCeM any more.
2358         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2359         (gnus-button-ctan-handler): Ditto.
2360         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2361         (gnus-button-ctan-directory-regexp): Ditto.
2362         (gnus-button-handle-ctan): Ditto.
2363         (gnus-button-tex-level): Ditto.
2364         (gnus-button-alist): Remove CTAN stuff.
2366 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2369         nnimap-streaming test.
2371         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2372         servers twice.
2374         * nnimap.el (nnimap-open-connection): Add more error reporting when
2375         nnimap fails early.
2377         * nnheader.el (nnheader-get-report-string): New function.
2378         (nnheader-get-report): Use it.
2380         * gnus-int.el (gnus-check-server): Say what the error was when opening
2381         failed.
2383         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2384         using streaming.
2386 2010-09-25  Julien Danjou  <julien@danjou.info>
2388         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2389         gnus-window-inside-pixel-edges.
2391 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2395         * mm-decode.el (mm-save-part): Allow saving to other directories the
2396         normal Emacs way.
2398         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2399         Suggested by Jay Berkenbilt.
2401         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2402         there isn't a single byte.
2404         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2405         just do it.  It doesn't really seem to matter what the user responds
2406         here, I think, so it's just a confusing question.
2408         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2409         non-streaming case.
2411         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2412         (gnus-article-encrypt-body): Use it.
2414         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2415         keystroke.
2417         * nnimap.el (nnimap-find-wanted-parts-1):
2418         Use gnus-fetch-partial-articles.
2420         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2422         * nnimap.el (nnimap-insert-partial-structure): New function.
2423         (nnimap-get-partial-article): New function.
2424         (nnimap-request-article): Use it.
2425         (nnimap-wait-for-response): Return whether the wait was successful.
2426         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2427         retrieval wasn't successful.
2428         (nnimap-retrieve-group-data-early): Allow throttling servers.
2429         (nnimap-streaming): New variable.
2430         (nnimap-fetch-partial-articles): Remove.
2432         * mm-decode.el (mm-with-part): Protect against killed buffers.
2434         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2435         for prettier summary display.
2437 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2439         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2441 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2444         apparently third-party libraries depend on it.
2446         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2447         before starting negotiation.
2449         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2450         privacy reasons.
2451         (gnus-treat-mail-gravatar): Ditto.
2453         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2454         buffer when inserting images.  Inserting text into the headers, for
2455         instance, can make them invalid.
2457 2010-09-25  Julien Danjou  <julien@danjou.info>
2459         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2460         variables.
2462         * nnheader.el: Remove useless variables news-reply-yank-from and
2463         news-reply-yank-message-id.
2465         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2466         variables.
2468         * mml1991.el: Remove useless mml1991-verbose.
2470         * gnus.el: Remove useless variable gnus-use-generic-from.
2471         Remove obsolete variable gnus-topic-indentation.
2473         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2475         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2477         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2479         * gnus-group.el: Remove useless gnus-group-icon-cache.
2480         Remove useless gnus-ephemeral-group-server.
2482         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2484         * mml2015.el: Remove useless mml2015-verbose.
2486         * mml-smime.el: Remove useless mml-smime-verbose.
2488         * gnus.el: Remove useless gnus-local-domain.
2490         * gnus-gravatar.el (gnus-gravatar-transform-address):
2491         Use gnus-gravatar-size.
2493         * gnus-art.el: Remove useless gnus-treat-translate.
2495 2010-09-24  Julien Danjou  <julien@danjou.info>
2497         * gnus-sum.el: Add support for Gravatars.
2499         * gnus-art.el: Add support for Gravatars.
2501         * gnus-gravatar.el: Add this file.
2503         * gravatar.el: Add this file.
2505 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2507         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2509         * gnus-group.el (gnus-group-fetch-faq): Remove.
2511         * gnus.el (gnus-group-faq-directory): Remove.
2513         * gnus-group.el (gnus-group-fetch-charter): Remove.
2515         * gnus.el (gnus-group-charter-alist): Remove.
2517         * gnus-group.el (gnus-group-archive-directory): Remove.
2518         (gnus-group-recent-archive-directory): Ditto.
2519         (gnus-group-make-archive-group): Remove.
2521         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2523         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2524         use the same article number for all the cached articles.
2526         * nnimap.el (nnimap-command): Register the last command time so
2527         that we can use it for idling NOOPs.
2528         (nnimap-open-connection): Start the keeplive timer.
2529         (nnimap-make-process-buffer): Store all the process buffers.
2530         (nnimap-keepalive): New function.
2532         * starttls.el (starttls-open-stream): Add autoload cookie.
2534 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2536         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2537         handling.
2539 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2542         its data structures.
2544         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2545         instead of the cl.el copy-list.
2546         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2547         equalp.
2549 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2551         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2552         and tool-bar-local-item-from-menu.
2554         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2555         mode-line-highlight face for Emacs.
2557         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2558         loading gnus-sum.elc; fix comment for canlock-verify.
2559         (gnus-article-jump-to-part): Use read-number.
2560         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2561         Remove Emacs pre-21 compatible code for help-echo.
2562         (gnus-article-next-page-1): No need to adjust the number of lines.
2563         (gnus-article-describe-bindings): Always use help-buffer.
2565         * gnus-audio.el (gnus-audio-inline-sound)
2566         * gnus-cus.el (gnus-custom-mode)
2567         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2569         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2571         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2572         compatible code.
2574 2010-09-24  Glenn Morris  <rgm@gnu.org>
2576         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2577         visiting the fcc file in rmail-mode.
2579 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2581         * nnir.el: Silence the byte compiler.
2583         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2584         alias to browse-url-url-encode-chars if any.
2585         (gnus-html-encode-url): Use it.
2587 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589         * gnus-start.el (gnus-use-backend-marks): New variable.
2590         (gnus-get-unread-articles-in-group): Use it.
2592         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2593         makeover.
2595 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2597         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2599 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2602         Remove.
2603         (gnus-setup-news-hook):
2604         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2606         * gnus-int.el (gnus-request-update-info): Protect against backends not
2607         having the function.
2609         * nnimap.el (nnimap-stream): Mention starttls.
2610         (nnimap-open-connection): Add starttls support.
2612 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2614         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2616 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2619         BODYSTRUCTUREs.
2620         (nnimap-transform-headers): Unfold quoted {42} headers.
2622         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2623         the info.
2624         (gnus-get-unread-articles): Only call updatep on backends that support
2625         it.
2627         * nnweb.el (nnweb-request-update-info): NOOP.
2629         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2631         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2632         since it only deals with marks.
2634         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2635         gnus-request-marks, and make a new gnus-request-update-info.
2637         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2638         the active instead of the high number, which is usually too low.
2640 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2642         * encrypt.el: Remove.
2644 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2647         server in symbolic form.
2649         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2651 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2654         (nnimap-update-info): Fix up code slightly.
2656         * gnus-int.el (gnus-open-server): Add tracing for performance
2657         debugging.
2659         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2660         (gnus-group-insert-group-line): Pass the real group name so that it
2661         gets the right data.
2663         * gnus-start.el (gnus-get-unread-articles): Don't have
2664         `gnus-get-unread-articles-in-group' update info, since that can be
2665         really slow and doesn't seem to be needed?
2667 2010-09-22  Julien Danjou  <julien@danjou.info>
2669         * gnus-group.el (gnus-group-insert-group-line):
2670         Call gnus-group-highlight-line.
2671         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2672         default hook list.
2673         (gnus-group-update-eval-form): Add new function.
2674         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2675         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2677 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2680         immediate, then expire all articles.
2681         (nnimap-update-info): Fix off-by-one errors.
2682         (nnimap-flags-to-marks): Would return no marks lists for group with no
2683         flags.  Instead return the other data.
2685 2010-09-22  Julien Danjou  <julien@danjou.info>
2687         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2688         Only return an icon.
2689         (gnus-group-insert-group-line): Compute icon to return.
2691         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2692         (gnus-html-image-fetched): Only cache if
2693         gnus-html-image-automatic-caching is set.
2694         (gnus-html-image-fetched): Check for errors.
2696 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2699         once per method on `g'.  This ensures that backends like nnfolder don't
2700         open all their folders.
2702         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2703         (nnimap-request-list): Nix out group in the correct buffer.
2704         (nnimap-parse-flags): Implement by using `read' instead of
2705         hand-parsing.
2706         (nnimap-flags-to-marks): Pass on permanent-flags.
2707         (nnimap-make-process-buffer): Record the server name.
2708         (nnimap-parse-flags): Fix typo.
2709         (nnimap-request-scan): Run split on the server in general, not just a
2710         single group.
2712         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2713         parameter, and propagate this downwards.
2715         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2716         since EXAMINE changes it on the server.
2718         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2719         this command might take a while.
2721 2010-09-22  Julien Danjou  <julien@danjou.info>
2723         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2724         harmful if you have 2 images side-by-side, they can't be properly
2725         update on text deletion.  Using text-property is safer here.
2726         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2727         data.
2729 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2731         * nnimap.el (nnimap-expunge-inbox): Remove.
2732         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2733         (nnimap-expunge): Flip default to t.
2735         * gnus.el (gnus-method-to-server): Don't push things to the cache
2736         unless it's unique.
2737         (gnus-server-to-method): Ditto.
2739 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2741         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2743 2010-09-22  Julien Danjou  <julien@danjou.info>
2745         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2746         get the start of data.
2747         (gnus-html-encode-url): Add this function to encode special chars in
2748         URL.
2749         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2750         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2752         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2753         default.
2754         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2756         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2757         images alt-text.
2758         (gnus-html-put-image): Put alt-text as help-echo.
2760 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2762         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2763         * mm-util.el (mm-decompress-buffer)
2764         * nnir.el (nnir-run-find-grep)
2765         * pop3.el (pop3-list): Use 3rd arg of split-string.
2767 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2770         outside the active range.  Suggested by Dan Christensen.
2772         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2773         slightly later to avoid double-getting it.
2775         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2776         previous patch.
2778         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2780 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2782         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2784 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786         * gnus-int.el (gnus-open-server): Give a better error message in the
2787         "go offline" case.
2789         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2790         marks for nnimap, which is seldom the right thing to do.
2792         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2793         (gnus-same-method-different-name): New function.
2795         * nnimap.el (parse-time): Require.
2797         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2798         method in the presence of many similar methods.
2800         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2802         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2803         nnml-inhibit-expiry.
2805         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2806         find out whether methods are equal.
2808         * nnimap.el (nnimap-find-expired-articles): New function.
2809         (nnimap-process-expiry-targets): New function.
2810         (nnimap-request-move-article): Request the article before looking at
2811         what the Message-ID is.  Fix found by Andrew Cohen.
2812         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2814         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2815         for oldness in addition to being a predicate.
2817         * nnimap.el (nnimap-request-group): When we have zero articles, return
2818         the right data to Gnus.
2819         (nnimap-request-expire-articles): Only delete articles immediately if
2820         the target is 'delete.
2822         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2823         method, this would bug out.
2825         * gnus-group.el (gnus-group-expunge-group): Rename from
2826         gnus-group-nnimap-expunge, and implemented as a normal interface
2827         function.
2829         * gnus-int.el (gnus-request-expunge-group): New function.
2831         * nnimap.el (nnimap-request-create-group): Implement.
2832         (nnimap-request-expunge-group): New function.
2834 2010-09-21  Julien Danjou  <julien@danjou.info>
2836         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2837         (gnus-html-cache-expired): Add new function.
2838         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2839         wethever we should display image for fetch it.
2840         Compute alt-text earlier to pass it to the fetching function too.
2841         (gnus-html-schedule-image-fetching): Change function argument to only
2842         get one image at a time, not a list.
2843         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2844         cache.
2845         (gnus-html-get-image-data): New function to retrieve image data from
2846         cache.
2847         (gnus-html-put-image): Change buffer argument to use image data rather
2848         than file, and place image above region rather than inserting a new
2849         one.  Do not take alt-text as argument, since it's useless now: we place
2850         the image above alt-text.
2851         (gnus-html-prune-cache): Remove.
2852         (gnus-html-show-images): Start to fetch image when we find one, do not
2853         push into a temporary list.
2854         (gnus-html-prefetch-images): Only fetch image if they have expired.
2855         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2856         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2858 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2860         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2862 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2865         spec inser "*" if the group isn't active instead of 0.
2867         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2868         opening the server.
2869         (nnimap-request-delete-group): Implement group deletion.
2870         (nnimap-transform-headers): Return the size of the entire message in
2871         the Bytes header, not just the size of the first part.
2872         (nnimap-request-move-article): When moving an article from nnimap,
2873         request the article first so the accepting form has an article to
2874         accept.  Reported by Dan Christensen.
2875         (nnimap-command): Make sure that the error message doesn't error out.
2877 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2879         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2880         we haven't requested anything.
2882 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2885         "".  Fix found by Andrew Cohen.
2887         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2888         instead of -encode-string.
2890 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2892         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2894         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2895         by mm-subst-char-in-string.
2897 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2900         waiting for the connection string.
2902         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2903         arriving.
2905         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2906         bogus characters.  This allows selecting certain Gmail groups.
2908         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2909         (nnimap-fetch-partial-articles): New variable.
2910         (nnimap-open-connection): When looking for credentials, also use the
2911         nnimap-server-port.
2912         (nnimap-request-article): Return the group/article number, so that Gnus
2913         `^' works as expected.
2914         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2916         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2917         comments.
2918         (gnus-methods-sloppily-equal): New function.
2919         (gnus): When using the development version of Gnus, load the gnus-load
2920         file.
2922         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2923         `gnus-open-server' on each method before trying to scan them etc.
2924         This ensures that all the backend parameters are set correctly.
2926         * nnimap.el (nnimap-authenticator): New variable.
2927         (nnimap-open-connection): Allow anonymous login.
2928         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2929         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2931         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2932         patch, found by Knut Anders Hatlen.
2934 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2936         * gnus-agent.el (gnus-agent-batch-confirmation)
2937         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2938         to gnus-message.
2939         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2940         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2941         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2942         * gnus-int.el (gnus-open-server): Likewise.
2943         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2944         (gnus-score-check-syntax): Likewise.
2945         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2946         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2947         Likewise.
2948         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2950 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2953         calling conventions so that prefetch doesn't bug out.
2955 2010-09-19  Julien Danjou  <julien@danjou.info>
2957         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2958         rather than `subst-char-in-region' in order to be able to replace ASCII
2959         char by UTF-8 ones.
2961         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2962         than curl.
2963         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2964         the right URL and ALT text on images.
2965         (gnus-html-wash-tags): Fix tag case.
2966         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2967         (gnus-article-html): Add -o display_ins_del=2 option.
2968         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2970 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2973         the extra mail headers, which sometimes seem to happen for unknown
2974         reasons.
2976         * mail-parse.el (mail-header-encode-parameter): Define as
2977         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2978         (or most, perhaps?) mail readers don't understand the latter, but do
2979         understand the former.
2981         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2982         to nil, so that no methods are automatically agentized.  I think this
2983         is probably what most users want.
2985         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2986         from url-retrieve, for instance about invalid URLs.
2988         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2989         groups that have no articles.
2990         (nnimap-request-article): Check that we really got an article when we
2991         requested one.
2993         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2994         doesn't exist.
2996         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2997         nntp buffer so the agent can save it.
2998         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2999         that CRLF doesn't get translated to \n.
3000         (nnimap-open-connection): Don't make 'shell commands only send \n.
3002 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3004         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3005         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3006         Update var name.
3007         (nnml-generate-nov-file): Use dolist.
3008         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3009         Use with-current-buffer.
3011 2010-09-18  Julien Danjou  <julien@danjou.info>
3013         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3014         parallel.
3016 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3019         the range update right.
3020         (nnimap-request-group): Don't make `M-g' bug out on group with no
3021         marks.
3022         (nnoo): Require, so that other packages can require nnimap.
3023         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3024         command we're looking for.  This helps when the server sends more
3025         responses after we've gotten everything we expected.
3026         (nnimap): Add a `newlinep' field to keep track of end-of-line
3027         conventions.
3028         Don't send CRLF to things that don't want it.
3029         (nnimap-request-accept-article): Ditto.
3031 2010-09-18  Julien Danjou  <julien@danjou.info>
3033         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3034         than curl to retrieve images.
3036 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3039         the marks.
3040         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3041         (nnimap-wait-for-connection): New function.
3042         (nnimap-open-connection): If we have PREAUTH, don't query for login
3043         credentials.
3044         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3045         when doing a partial update.
3047 2010-09-18  Julien Danjou  <julien@danjou.info>
3049         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3050         tags.
3052 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054         * nnimap.el (nnimap-credentials): New function.
3055         (nnimap-open-connection): Use the new function to look for credentials
3056         also on the numeric equivalents of "imap" and "imaps".
3058         * gnus-start.el (gnus-activate-group): Send the info to
3059         gnus-request-group.
3061         * nnimap.el (nnimap-request-group): Have the "check" version of the
3062         function parse flags and update the info, so that a `M-g' get a total
3063         resync of all flags from the group.
3065         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3066         to allow backends to alter the info on group selection.  Also alter all
3067         the backend -request-group functions to take the parameter.
3069         * nnimap.el (nnimap-store-info): New function.
3070         (nnimap-update-info): Store the info for later usage.
3071         (nnimap-request-group): Use the stored info for the dont-check case, so
3072         that we don't retrieve all marks when we enter a group.
3074         * nnimap.el: Use deffoo instead of defun for interface functions.
3076         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3077         update the group info.  This makes the nndraft groups, for instance, go
3078         back to their old behaviour.
3080         * gnus-sum.el (gnus-select-newsgroup): Indent.
3082         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3083         in.
3084         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3085         nothing.
3087         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3088         from methods that are denied.
3090         * gnus-int.el (gnus-method-denied-p): New function.
3092         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3093         store the password instead of netrc.
3094         (nnimap-open-connection): Don't error out when we can't make a
3095         connections.
3097         * auth-source.el (auth-source-create): In the password prompt, say what
3098         we're querying for.  Also prompt for user name if that hasn't been
3099         given.
3101         * nnimap.el (nnimap-with-process-buffer): Remove.
3103 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3106         method when we're reading from the agent.
3108         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3110         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3111         that's probably most useful for users.
3113         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3114         "failed" all the time.
3116         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3117         ...)) with (with-current-buffer ... ).
3119         * nntp.el (nntp-open-server): Return whether the open was successful or
3120         not.
3122         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3123         select an unread unseen article first.
3125         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3126         /etc/services, supply some sensible port defaults.
3128 2010-09-17  Julien Danjou  <julien@danjou.info>
3130         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3132 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3134         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3135         doesn't have any parameters.
3137 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3140         only upcased checks.
3142         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3144         * nnimap.el (nnimap-open-shell-stream): New function.
3145         (nnimap-open-connection): Use it.
3146         (nnimap-transform-headers): Get the number of lines in each message.
3147         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3148         number of lines.
3149         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3150         problem.
3152         * utf7.el (utf7-encode): Autoload.
3154         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3155         to allow the mail splitting to not return a default group.  This is
3156         useful for nnimap, which will leave unmatched mail in the inbox.
3158         * nnimap.el: Rewritten.
3160         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3161         nnimap usage.
3163         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3164         if the move is internal, so that nnimap can do fast internal moves.
3166         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3167         data.
3168         (gnus-read-active-for-groups): Support finishing the early retrieval of
3169         data.
3171         * gnus-range.el (gnus-range-nconcat): New function.
3173         * gnus-int.el (gnus-finish-retrieve-group-infos)
3174         (gnus-retrieve-group-data-early): New functions.
3176 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3178         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3179         (nnrss-retrieve-groups):
3180         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3181         (pop3-quit): Use with-current-buffer.
3183 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3185         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3186         instead of nnheader-accept-process-output.
3188         * gnus-html.el (gnus-html-schedule-image-fetching)
3189         (gnus-html-prefetch-images): Replace process-kill-without-query by
3190         gnus-set-process-query-on-exit-flag.
3192 2010-09-16  Romain Francoise  <romain@orebokech.com>
3194         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3196 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3199         parameter to unintern is mandatory-ish in Emacs 24.
3201         * gnus-html.el (gnus-html-schedule-image-fetching)
3202         (gnus-html-prefetch-images): Check for curl before using it.
3204         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3205         depend on curl, which isn't essential.
3207         * imap.el: Revert back to version
3208         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3209         seem problematic.
3211 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3213         * gnus-registry.el (gnus-registry-install-shortcuts):
3214         Explicitly pass `obarray' to `unintern' to avoid a warning.
3216 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3219         change.
3221         * nnrss.el (nnrss-request-list): Remove this function and related
3222         functions, including the moreover stuff.
3224 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3226         * nnrss.el (nnrss-retrieve-groups): New function.
3228 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3230         * .dir-locals.el: Add no-byte-compile cookie.
3232 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3234         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3235         for back end that doesn't support request-scan.
3237 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3240         then do request scans from the backends.
3242         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3243         avoid running a hook per line, since this takes a lot of time,
3244         profiling shows.
3245         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3246         directly if gnus-visual-p is true.
3248 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3250         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3251         groups; replace mapcar with dolist which is a bit faster; pass groups
3252         info to gnus-read-active-file-1.
3253         (gnus-read-active-file-1): Scan only specified groups if the new
3254         optional arg `infos' is given.
3256 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3260         * pop3.el (pop3-movemail): Remove.
3261         (pop3-streaming-movemail): Rename to pop3-movemail.
3263         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3264         don't restrict end-tag searches to the end of the line.
3266 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3268         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3269         articles of every unchecked group to t, which means unknown since the
3270         server has never been opened.
3272 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274         * gnus-html.el (gnus-html-show-alt-text): New command.
3275         (gnus-html-browse-image): Ditto.
3276         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3277         to browse the image directly.
3278         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3279         better.
3281         * gnus-async.el (gnus-async-article-callback):
3282         Call `gnus-html-prefetch-images' unconditionally.
3284         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3285         before feeding URLs to curl.
3287 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3289         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3290         internal images as deletable by `W D D'.
3292         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3293         (gnus-async-article-callback): Fix typo.
3295 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3298         current line to work around bugs in the output from w3m.
3300         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3301         for groups that want that.
3303         * nntp.el (nntp-wait-for-string): Supply a timeout for
3304         accept-process-output to ensure progress.
3306         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3307         level to get unread articles from, then use that for foreign groups,
3308         too.
3310         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3311         confuses the rest of the function.
3313         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3314         for the methods that support -retrieve-groups, too.
3316         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3318 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3320         * pop3.el: Require cl when compiling.
3321         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3323 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3326         that aren't going to be activated.
3327         (gnus-get-unread-articles): Fix up the last commit.
3329         * gnus-html.el (gnus-article-html): Allow calling without specifying
3330         the handle.  In that case, dissect the buffer first.
3332         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3334         * nnimap.el (nnimap-open-connection): Revert the change that would look
3335         into authinfo for imaps instead of imap.
3337         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3338         say that you don't want to call gnus-request-group with don-check, but
3339         do check the reponse.  This is for virtual groups only.
3340         (gnus-get-unread-articles): Count the archive groups as secondary, so
3341         that they're activated the same way as before.
3343         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3344         case-insensitively.
3345         (nnimap-debug): Remove.
3347         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3348         mail from a file, and the file doesn't exist.
3350         * pop3.el (pop3-streaming-movemail): Return t for success.
3352         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3353         .authinfo if we're using ssl connection.
3355         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3356         already have if we're in a main Gnus `g' run.
3358         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3360 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3362         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3364         * nnmh.el (nnmh-request-list-1): Bind `file'.
3366         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3367         alias to set-process-query-on-exit-flag or process-kill-without-query.
3368         (pop3-open-server): Use it.
3370 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3373         box to the Incoming file.  Fixes mistake in previous checkin.
3375         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3376         request loop (for debugging purposes) removed.
3378         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3379         culprit is more visible.
3380         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3381         (nnml-add-incremental-nov): New functions to do "incremental" nov
3382         updates, where we just append to the end of the existing nov files
3383         without reading/writing them in full.
3385         * mail-source.el (mail-source-delete-crash-box): Really only check the
3386         incoming files once in a while.
3388         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3390         * mail-source.el (mail-source-delete-crash-box): Only check the
3391         incoming files for deletion once per day to save a lot of file
3392         accesses.
3394         * pop3.el (pop3-logon): Fix up unbound variable typo.
3396         * mail-source.el (pop3-streaming-movemail): Autoload.
3398         * pop3.el (pop3-streaming-movemail):
3399         Respect pop3-leave-mail-on-server.
3401         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3402         retrieval.
3404         * pop3.el (pop3-process-filter): Remove unused function.
3405         (pop3-streaming-movemail, pop3-send-streaming-command)
3406         (pop3-wait-for-messages, pop3-write-to-file)
3407         (pop3-number-of-responses): New functions for streaming pop3
3408         retrieval.
3410         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3411         come from no known methods.
3412         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3413         list.
3415         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3416         message sizes.
3417         (pop3-movemail): Use erase-buffer instead of looping and deleting
3418         regions, which seems rather odd.
3420         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3421         file once per `g' run.
3423         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3424         directories.  This makes the draft queue directory work.
3426         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3427         data from the backends, so that we only request the list of groups from
3428         each method once.  This should speed things up considerably.
3430         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3431         detect that it's not implemented.
3433         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3434         we actually do recurse down into the tree, but don't stat all leaf
3435         nodes.
3437         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3438         then say so instead of bugging out.
3440         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3441         files exist before trying to read them.
3443         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3444         around <pre_int>.
3446         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3448         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3450 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452         * mm-util.el (mm-image-load-path): Just return the image directories,
3453         not all directories in the path in addition to the image directories.
3454         (mm-image-load-path): Maintain a cache of the image directories so that
3455         the `g' command in Gnus doesn't have to stat dozens of directories each
3456         time.
3458         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3459         (gnus-html-wash-tags): Add a new `i' command to insert images.
3460         (gnus-html-insert-image): New command and keystroke.
3461         (gnus-html-redisplay-with-images): New command and keystroke.
3462         (gnus-html-show-images): Rename command.
3463         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3464         spacers.
3465         (gnus-html-wash-tags): Decode entities at the end, so that entities
3466         inside the tags don't mess up the rest of the "parsing".
3468         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3469         so that nnimap methods aren't agentized by default.  There's apparently
3470         many problems related to agent/imap behaviour.
3472         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3474         * gnus-html.el: Doc fix.
3476 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3478         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3479         glyph-width and glyph-height instead of display-graphic-p and
3480         image-size; make avoidance of displaying small images work for XEmacs.
3482         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3483         for XEmacs.
3485         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3486         of symbol that holds plist data.
3487         (gnus-process-plist): Remove plist of process after getting it.
3489 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491         * message.el (message-generate-hashcash): Change default to
3492         'opportunistic if hashcash is installed.
3494         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3495         (gnus-html-put-image): Only call image-size once, since it's somewhat
3496         time-consuming on remote X servers.
3498 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3500         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3501         decoded contents.
3502         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3504 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3507         group line format, since it isn't very interesting.
3509         * gnus-agent.el (gnus-agent-short-article),
3510         (gnus-agent-long-article): Increase values for these two variables,
3511         since most people are likely to have more network connection and
3512         storage than before.
3514         * gnus.el (gnus-refer-article-method): Change default to 'current.
3515         When referring an article, the common behaviour is to refer it from the
3516         current select method, not the native select method.  The chances of
3517         the native select method having the message in question is rather slim
3518         these days.
3520         * gnus-sum.el (gnus-auto-select-subject): Change default to
3521         `unseen-or-unread'.  I think it's likely that most people want to
3522         select an unseen article over a previously seen, but unread one.
3524         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3525         means that in the article buffer none of the minor mode elements will
3526         be shown, usually, and this is not desirable in most cases.
3528         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3529         that commands like `d' (and the like) go to the next line in the
3530         buffer, instead of the next unread article.  I think this is the
3531         behaviour that is most natural for most users.
3532         (gnus-single-article-buffer): Change default to nil, so that people can
3533         have as many article buffers open as they have summary buffer.  I think
3534         this is the most natural way for the groups to behave.
3536         * message.el (message-generate-new-buffers): Change default to
3537         `unsent', so that all new message buffers start their names with the
3538         string "*unsent", and it's easier to find the buffers if you move from
3539         them.
3541 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3544         small.  They're probably tracking images.
3545         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3546         (gnus-html-rescale-image): Yet another try at getting the image sizing
3547         right.
3549         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3550         nntp-marks-file-name is nil.
3552 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3554         * gnus-html.el (gnus-html-wash-tags)
3555         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3556         Better logging.
3558 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3562         * gnus-html.el (gnus-html-wash-tags): Check the value of
3563         gnus-blocked-images in the summary buffer.
3565 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3567         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3569 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3572         like "a", it seems like.
3573         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3574         since it needs to be picked from the correct buffer.
3576         * nnwfm.el: Remove.
3578         * nnlistserv.el: Remove.
3580 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3582         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3583         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3585 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587         * nnkiboze.el: Remove.
3589         * nndb.el: Remove.
3591         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3592         alt text.
3593         (gnus-html-rescale-image): Try to get the rescaling logic right for
3594         images that are just wide and not tall.
3596         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3597         overshadow variable bindings.
3599 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3601         * gnus-html.el (gnus-html-wash-tags)
3602         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3603         Add extra logging.
3605 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3608         (gnus-max-image-proportion): New variable.
3609         (gnus-html-rescale-image): New function.
3610         (gnus-html-put-image): Rescale images.
3612 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3614         Fix up some byte-compiler warnings.
3615         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3616         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3617         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3618         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3619         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3620         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3621         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3623 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3625         * gnus-html.el (gnus-article-html): Decode contents by charset.
3627 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3629         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3630         (gnus-html-frame-width, gnus-blocked-images)
3631         * message.el (message-prune-recipient-rules): Add custom version.
3632         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3634         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3635         functions.
3637         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3638         gnus-process-get.
3640 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3642         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3643         instead of lsub directly.
3645 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647         * nnwarchive.el: Remove.
3649         * gnus-soup.el: Remove.
3651         * nnsoup.el: Remove.
3653         * nnultimate.el: Remove.
3655         * gnus-html.el (gnus-blocked-images): New variable.
3657         * message.el (message-prune-recipients): New function.
3658         (message-prune-recipient-rules): New variable.
3660         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3661         guess whether a long line is natural text or not.
3663         * gnus-html.el (gnus-html-schedule-image-fetching):
3664         Use gnus-process-plist and friends for compatibility.
3666 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3668         * gnus-html.el: Require packages that define macros used in this file.
3669         (gnus-article-mouse-face): Declare to silence byte-compiler.
3670         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3671         process-get.
3672         (gnus-html-put-image): Use plist-get to avoid getf.
3673         (gnus-html-prefetch-images): Use with-current-buffer.
3675 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3677         * gnus-ems.el: Provide compatibility functions for
3678         gnus-set-process-plist.
3680         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3681         * gnus.el (gnus-valid-select-methods)
3682         * message.el (message-send-mail-partially-limit)
3683         * mm-decode.el (mm-text-html-renderer)
3684         * mml.el (mml-insert-mime-headers-always)
3685         * smiley.el (smiley-regexp-alist): Bump custom version.
3687 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689         * gnus-html.el: require mm-url.
3690         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3691         with the url to `url'.
3692         (gnus-html-wash-tags): Support cid: URLs/images.
3694 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3697         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3698         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3700         * gnus-move.el: Remove file, since it doesn't really work.
3702         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3703         UTF-8.  This seems to fix problems with some German web feeds.
3705         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3706         at the top so that the proper colours are applied.
3708         * gnus-art.el (gnus-article-view-part): Doc fix.
3710         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3711         XEmacs-compatible.
3712         (gnus-html-put-image): Don't do images on non-graphic displays.
3714         * nnslashdot.el: Remove this unused backend.
3716         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3717         actions.
3718         (gnus-undo-register-1): Revert last change.
3720         * gnus-group.el (gnus-group-completing-read): Protect against not
3721         having completion-styles bound.
3723         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3724         make broken recipients happier.
3726         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3728         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3729         point parameter.
3731         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3732         completion-styles for group selection.
3734 2009-02-04  Andreas Schwab  <schwab@suse.de>
3736         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3737         headers and regexp-quote the match if necessary.
3739 2009-03-24  Miles Bader  <miles@gnu.org>
3741         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3742         the blinking smiley.
3744 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3746         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3747         blink smiley.
3749 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3752         where the dribbel file lives exists.
3754         * message.el (message-send-mail-partially-limit): Change the default to
3755         nil, since most people don't want this.
3757         * mm-url.el (mm-url-decode-entities): Also decode entities like
3758         &#x3212.
3760 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3762         * gnus-sum.el (gnus-summary-idna-message):
3763         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3764         Hyperlink urls in docstrings with URL `...'.
3766 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3768         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3769         functions.
3771 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3774         say what the mouseover text should be.
3776         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3777         version of the mm-w3m-safe-url-regexp variable to only download images
3778         in the groups where we want that to happen.
3780         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3782         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3783         easier debugging.
3784         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3785         big pictures in the article buffer.
3787         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3788         gnus-article-html.
3789         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3790         w3m.
3792         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3794 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3796         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3797         which doesn't exist.
3799         * message.el (message-inhibit-ecomplete): New variable to allow some
3800         function to inhibit ecomplete address storage.
3801         (message-resend): Disable ecomplete message storage when resending
3802         messages.
3804         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3806 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3808         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3809         Save excursion while copying, moving, and deleting articles in order to
3810         prevent the cursor from jumping to unforeseen place.
3812 2010-08-17  Glenn Morris  <rgm@gnu.org>
3814         * gnus-sync.el: Require gnus components whose functions are used.
3816         * gnus-art.el (bookmark-make-record-function):
3817         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3818         Declare for compiler.
3820         * mm-url.el (mml-compute-boundary): Autoload.
3822 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3824         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3826 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3828         Typo fix "hoo4a" -> "hook".
3830         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3832 2010-08-14  Glenn Morris  <rgm@gnu.org>
3834         * gnus-sync.el (gnus-sync): Fix defgroup version.
3836 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3838         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3840         * gnus-sync.el: Fix docs.
3841         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3842         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3844 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3846         Optimizations for gnus-sync.el.
3848         * gnus-sync.el: Add docs about gnus-sync-backend
3849         possibilities.
3850         (gnus-sync-save): Remove unnecessary message.
3851         (gnus-sync-read): Optimize and show what groups were skipped.
3853 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3855         Minor bug fixes for gnus-sync.el.
3857         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3858         Don't read the sync on get-new-news.
3860         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3861         quiet.
3863         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3864         (fix typo).
3866 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3868         Make saving and restoring of hidden threads work with overlays.
3869         Patch applied by Ted Zlatanov.
3871         * gnus-sum.el (gnus-hidden-threads-configuration)
3872         (gnus-restore-hidden-threads-configuration): Update to deal with text
3873         properties, rather than searching for a magic character.
3875 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3877         New gnus-sync.el library for synchronization of marks.
3879         * gnus-sync.el: New library for synchronization of marks.
3881         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3882         renamed from `gnus-registry-grep-in-list'.
3884         * gnus-registry.el (gnus-registry-follow-group-p):
3885         Use `gnus-grep-in-list'.
3887         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3889 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3891         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3892         determining charset of text fails.
3894 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3896         * nnmail.el (nnmail-get-new-mail-1): Revert.
3898         * nnml.el (nnml-active-number): Make sure names of newly created groups
3899         in nnml-group-alist are encoded.
3901 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3903         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3904         containing non-ASCII characters in active file for nnml back end.
3906 2010-07-24  David Engster  <dengste@eml.cc>
3908         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3909         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3911 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3913         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3914         tag (Bug#6654).
3916 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3918         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3919         the article buffer, not the summary buffer.
3921 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3923         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3924         Emacs 23 as well.
3926 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3928         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3929         Patch applied by Karl Fogel.
3931         * gnus-sum.el (gnus-summary-bookmark-make-record):
3932         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3934 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3936         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3937         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3938         C-w still not working correctly from Article buffers; Thierry's
3939         patch to fix that will be applied after this.
3941         * gnus-art.el (bookmark-make-record-function): New local variable.
3943         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3944         article buffer.
3945         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3947 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3949         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3950         on changes in bookmark.el.
3952 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3954         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3955         the *other* type of HTML form submission.
3957 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3959         * auth-source.el (auth-source-pick): If choice does not contain a
3960         questioned keyword, set the check to t.
3962 2010-06-12  Romain Francoise  <romain@orebokech.com>
3964         * gnus-util.el (gnus-date-get-time): Move up before first use.
3966 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3968         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3969         (gnus-article-edit-part): Bind it to make last part that is substituted
3970         or deleted visible.
3971         (gnus-mime-display-single): Buttonize part of which id equals to
3972         gnus-mime-buttonized-part-id.
3974 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3976         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3977         (gnus-dd-mmm): Use gnus-date-get-time.
3978         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3979         simplify logic.
3980         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3981         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3983 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3985         * auth-source.el (top): Autoload `secrets-list-collections',
3986         `secrets-create-item', `secrets-delete-item'.
3987         (auth-sources): Fix tag string.
3988         (auth-get-source, auth-source-retrieve, auth-source-create)
3989         (auth-source-delete): New defuns.
3990         (auth-source-pick): Rewrite in order to avoid 2 passes.
3991         (auth-source-forget-user-or-password): New parameter USERNAME.
3992         (auth-source-user-or-password): New parameters CREATE-MISSING and
3993         DELETE-EXISTING.  Retrieve password interactively, if needed.
3995 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3997         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3998         deleting unused directories when gnus-expert-user is t.
4000 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4002         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4003         for each temp file when gnus-article-browse-delete-temp is ask.
4005 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4007         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4009 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4011         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4012         article unless decoding article to be saved.
4014 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4016         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4017         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4018         generated within the mm-with-unibyte-current-buffer macro.
4020 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4022         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4023         to nil when we're in a mml-preview buffer and no group is selected.
4025 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4027         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4028         when catching the `C-g'.  Reported by "Leo".
4030 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4032         * message.el (message-forward-make-body-plain)
4033         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4034         multibyte-string-p.
4036 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4038         * message.el (message-forward-make-body-mml): Assume original message
4039         is multibyte string; error on unibyte.
4040         (message-forward-make-body-plain): Ditto; don't add excessive newline
4041         in body end.
4043 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4045         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4046         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4048 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4050         * mm-extern.el (mm-extern-url): Don't use
4051         mm-with-unibyte-current-buffer.
4052         (mm-extern-cache-contents): Use with-current-buffer instead of
4053         save-excursion + set-buffer.
4055 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4057         * mm-util.el (mm-emacs-mule): Remove.
4059 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4061         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4062         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4063         change.
4065 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4067         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4068         bind the default value of enable-multibyte-characters to nil.
4070 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4072         * message.el (message-forward-make-body-plain)
4073         (message-forward-make-body-mml):
4074         Don't use mm-with-unibyte-current-buffer.
4076 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4078         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4079         (Bug#5592).
4081 2010-05-07  Julien Danjou  <julien@danjou.info>
4083         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4084         it to mm-pipe-part.
4086         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4087         it is given.
4089 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4091         * nnweb.el (nnweb-gmane-search)
4092         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4093         XEmacs.
4095         * gnus-art.el (gnus-article-browse-html-parts)
4096         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4097         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4098         make-temp-file.
4100         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4101         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4102         compiling.
4104         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4105         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4106         XEmacs when compiling.
4108         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4109         gnus-pick-mode-off-hook for XEmacs when compiling.
4110         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4111         gnus-binary-mode-off-hook for XEmacs when compiling.
4113         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4114         Return nil if char-charset is not available.
4116         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4117         macro.
4119         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4120         instead of encode-coding-string.
4122         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4123         'xemacs) instead of mm-emacs-mule to switch function definitions.
4124         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4126 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4128         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4130 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4132         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4133         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4135 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4137         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4138         alias `jka-compr-delete-temp-file' no longer exists.
4140 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4142         Use define-minor-mode in Gnus where applicable.
4143         * mml.el (mml-mode): Use define-minor-mode.
4144         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4145         (gnus-undo-mode): Use define-minor-mode.
4146         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4147         (gnus-dead-summary-mode): Use define-minor-mode.
4148         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4149         Initialize in declaration.
4150         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4151         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4152         (gnus-mailing-list-mode): Use define-minor-mode.
4153         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4154         (gnus-draft-mode): Use define-minor-mode.
4155         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4156         (gnus-dired-mode): Use define-minor-mode.
4158 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4160         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4161         handles on recursive mml-to-mime translation and check them for
4162         boundary delimiter collisions.  Reported by Greg Troxel.
4164 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4166         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4168 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4170         * mm-util.el (mm-find-buffer-file-coding-system):
4171         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4173 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4175         * message.el (message-generate-headers): Record insertion of optional
4176         headers as well.  Otherwise the check to prevent repeated insertion of
4177         optional headers is a no-op.
4179 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4181         * smime.el: Don't mention CVS.
4183         * nnrss.el (nnrss-fetch): Don't mention CVS.
4185         * nnir.el: Don't mention CVS.
4187 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4189         * gnus-sum.el (gnus-summary-bookmark-make-record):
4190         Add `location' field.
4192 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4194         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4195         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4196         Use with-current-buffer to silence the byte-compiler.
4197         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4198         bother to require `gnus'.
4199         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4201 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4203         * gnus-sum.el (gnus-summary-bookmark-make-record)
4204         (gnus-summary-bookmark-jump): New functions.
4205         (gnus-summary-mode): Setup bookmark support.
4207 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4209         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4210         if set.
4212 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4214         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4215         gnus-article-browse-html-save-cid-image; make it work recursively for
4216         forwarded messages as well.
4217         (gnus-article-browse-html-parts): Work when prefix arg is given.
4218         (gnus-article-browse-html-article): Doc fix.
4220 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4222         * message.el (message-default-mail-headers):
4223         (message-default-headers): Carry the value mail-default-headers over
4224         into message-default-mail-headers, rather than message-default-headers.
4226 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4228         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4229         charset.
4231         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4232         charset into the <meta> tag when the article is encoded to utf-8.
4234 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4236         * gnus-art.el (gnus-article-browse-delete-temp-files):
4237         Delete directories as well.
4238         (gnus-article-browse-html-parts): Work for images that do not specify
4239         file names; delete temp directory when quitting; insert header at the
4240         right place; use file: scheme for image files.
4242 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4244         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4245         (gnus-article-browse-html-parts): Use it to make temporary cid image
4246         files in addition to html file so that browser may display them.
4248 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4250         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4252 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4254         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4256 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4258         * auth-source.el (auth-sources): Change default to be simpler.
4259         Explain about Secret Service API sources.  Improve Customize options.
4260         (auth-source-pick): Change to accept any number of search parameters.
4261         Implement fallbacks iteratively, not recursively.  Add scoring on the
4262         second pass and sort by score.  Call Secret Service API when needed.
4263         (auth-source-user-or-password): Use it.  Call Secret Service API
4264         directly when needed to get the user name and the password.
4266 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4268         * message.el (message-interactive): Doc fix.
4269         (message-qmail-inject-args): Reflow.
4270         (message-kill-to-signature): Fix typo in docstring.
4272         * smiley.el (smiley-buffer): Fix typo in docstring.
4274 2010-03-24  Glenn Morris  <rgm@gnu.org>
4276         * mail-source.el (gnus-message): Declare.
4277         (mail-source-delete-old-incoming): Require gnus-util.
4279 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4281         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4283         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4285         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4286         password-cache's default if it is not bound.
4287         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4288         password-cache-expiry's default if it is not bound.
4290         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4291         available in Emacs 21.
4293 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4295         * auth-source.el (auth-sources): Fix up definition so extra parameters
4296         are always inline.
4298 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4300         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4301         wasn't updated after mismatch.  Clear cached mailbox info correctly
4302         when uidvalidity changes.
4303         (nnimap-group-prefixed-name): New function to avoid some code
4304         duplication.
4305         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4306         (nnimap-request-group): Use it.
4307         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4308         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4309         with many imap folders.  This is done by caching the group status from
4310         the imap server persistently in a group parameter `imap-status'.  (This
4311         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4312         but not persistently, so every Gnus startup was still very slow.)
4314 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4316         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4317         secrets.el dependency.
4318         (auth-sources): Add optional user name.  Add secrets.el configuration
4319         choice (unused right now).
4321 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4323         * gnus-sum.el (gnus-summary-make-menu-bar):
4324         Let `gnus-registry-install-shortcuts' fill in the functions.
4326         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4327         warnings.
4328         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4329         (gnus-registry-install-shortcuts): Populate and use it in a
4330         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4332 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4334         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4335         In-place substitutions for the group name encoding/decoding.
4336         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4337         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4338         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4339         (nnimap-update-unseen, nnimap-request-list)
4340         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4341         (nnimap-request-set-mark, nnimap-split-to-groups)
4342         (nnimap-split-articles, nnimap-request-newgroups)
4343         (nnimap-request-create-group, nnimap-request-accept-article)
4344         (nnimap-request-delete-group, nnimap-request-rename-group)
4345         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4346         `encoded-mbx' for consistency.
4347         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4348         variable `imap-current-mailbox'.
4350         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4351         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4353 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4355         * pop3.el (pop3-display-message-size-flag): Display message size byte
4356         counts during POP3 download.
4357         (pop3-movemail): Use it.
4358         (pop3-list): Implement listing of available messages.
4360 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4362         * nnir.el (nnir-get-article-nov-override-function): New function to
4363         override the normal NOV retrieval.
4364         (nnir-retrieve-headers): Use it.
4366 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4368         * auth-source.el (netrc-machine-user-or-password): Autoload.
4370 2010-03-19  Glenn Morris  <rgm@gnu.org>
4372         Stop message.el from loading about 40 libraries it doesn't always need.
4373         The general approach is to autoload rather than require, and to
4374         require in the specific functions rather than the file.  (Bug#5642)
4376         * gmm-utils.el: Don't require wid-edit.
4377         (widget-create-child-value, widget-convert, widget-default-get):
4378         Autoload.
4380         * gnus-util.el: Don't require time-date, netrc.
4381         (message-fetch-field, gnus-group-name-decode): Declare rather than
4382         autoloading.
4383         (gnus-fetch-field): Require message.
4384         (gnus-decode-newsgroups): Require gnus-group.
4386         * ietf-drums.el: Don't require time-date.
4388         * message.el: Don't require hashcash, canlock, ecomplete.
4389         Do require mail-utils.  Require nnheader only when compiling.
4390         (smtpmail-default-smtp-server): Remove declaration.
4391         (message-send-mail-function): Check smtpmail-default-smtp-server
4392         is bound rather than requiring smtpmail.
4393         (message-auto-save-directory, message-insert-signature):
4394         Use expand-file-name rather than nnheader-concat.
4395         (nnheader-insert-file-contents): Autoload.
4396         (hashcash-wait-async): Declare.
4397         (message-send-mail): Only call gnus-setup-posting-charset if
4398         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4399         (message-send-mail-with-sendmail): Require sendmail.
4400         (canlock-password, canlock-password-for-verify): Declare.
4401         (message-canlock-password): Require canlock.
4402         (nnheader-get-report): Autoload.
4403         (gnus-setup-posting-charset): Declare.
4404         (message-send-news): Require gnus-msg.
4405         (message-make-references, message-make-in-reply-to): Use mail-header-id
4406         rather than the alias mail-header-message-id.
4407         (ecomplete-add-item, ecomplete-save): Declare.
4408         (message-put-addresses-in-ecomplete): Require ecomplete.
4409         (ecomplete-display-matches): Autoload.
4411         * mm-decode.el: Don't require mailcap, gnus-util.
4412         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4413         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4414         Autoload.
4415         (mailcap-mime-extensions): Declare.
4417         * mm-encode.el: Don't require mailcap.
4418         (mailcap-extension-to-mime): Autoload.
4420         * mml-sec.el: Don't require password-cache.
4422         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4423         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4424         (mml-minibuffer-read-type): Require mailcap.
4425         (mml-preview): Require gnus-msg.
4427         * mml1991.el: Require password-cache.
4428         (password-cache-expiry): Remove declaration.
4430         * mml2015.el: Require password-cache.
4431         (password-cache-expiry): Remove declaration.
4433         * nneething.el (mailcap): Require mailcap.
4435         * nnheader.el (declare-function): Add compatibility stub.
4436         (message-remove-header): Declare rather than autoload.
4437         (nnheader-replace-header): Require message.
4439         * nnimap.el (declare-function): Add compatibility stub.
4440         (netrc-parse, netrc-machine-user-or-password): Declare.
4441         (nnimap-open-connection): Require netrc.
4443         * nntp.el (declare-function): Add compatibility stub.
4444         (netrc-parse, netrc-machine, netrc-get): Declare.
4445         (nntp-send-authinfo): Require netrc.
4447         * rfc2047.el: Don't require qp.
4448         (quoted-printable-encode-region, quoted-printable-decode-string):
4449         Autoload.
4451         * sieve-mode.el: Don't require easymenu.
4452         (easy-menu-add-item): Autoload it.
4454         * spam-stat.el (time-to-number-of-days): Autoload it.
4456 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4458         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4459         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4460         value if any backslash escapes).
4462 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4464         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4465         if it is available.  (bug#5647)
4467 2010-02-26  Glenn Morris  <rgm@gnu.org>
4469         * message.el (message-send-mail-function): Change the default, so that
4470         it inherits from a customized send-mail-function.  (Bug#5643)
4472 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4474         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4475         shell-command-to-string signals an error (bug#5299).
4477 2010-02-24  Glenn Morris  <rgm@gnu.org>
4479         * message.el (message-smtpmail-send-it)
4480         (message-send-mail-with-mailclient): Doc fixes.
4482 2010-02-16  Glenn Morris  <rgm@gnu.org>
4484         * message.el (message-default-mail-headers): Change the default value
4485         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4487 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4489         * message.el (message-mail): Just pass yank-action on to message-setup.
4490         (message-setup): Handle (FUN . ARGS) form of yank-action.
4491         (message-with-reply-buffer, message-widen-reply)
4492         (message-yank-original): Handle non-buffer values of
4493         message-reply-buffer (Bug#4080).
4494         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4496 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4498         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4499         Fix typo in docstring.
4501 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4503         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4504         response.
4506 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4508         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4510         * message.el (message-check-news-header-syntax): Protect against a
4511         string that `rfc822-addresses' returns when parsing fails.
4513 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4515         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4516         (gnus-previous-char-property-change): New functions.
4518         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4520 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4522         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4523         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4525 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4527         * message.el (message-exchange-point-and-mark): Rework last change to
4528         avoid using optional arg of exchange-point-and-mark, for backward
4529         compatibility.
4531 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4533         * message.el (message-exchange-point-and-mark):
4534         Call exchange-point-and-mark with an argument rather than setting
4535         mark-active by hand (Bug#5175).
4537 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4539         * nntp.el (nntp-service-to-port): Work for service expressed with
4540         numeric string; replace [:digit:] with [0-9] for XEmacs.
4542 2009-12-17  Glenn Morris  <rgm@gnu.org>
4544         * gnus-group.el (gnus-bug-group-download-format-alist):
4545         Change emacs entry to debbugs.gnu.org.  Bump :version.
4547 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4549         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4551 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4553         * message.el (message-info): Explain why we use `Info-goto-node'.
4555 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4557         * message.el (message-completion-in-region): New compatibility function.
4558         (message-expand-group): Use it.
4560 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4562         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4563         with no unread article should be listed if the 2nd arg `predicate' is
4564         given.
4566 2009-11-29  Juri Linkov  <juri@jurta.org>
4568         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4569         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4570         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4572 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4574         * message.el (message-from-style, message-interactive)
4575         (message-signature): Always set default values from the corresponding
4576         mail-* variables.
4577         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4578         (message-yank-prefix, message-indentation-spaces)
4579         (message-signature-file, message-default-headers): Use boundp rather
4580         than (featurep 'xemacs) to check if the corresponding mail-* variables
4581         exist.
4583 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4585         * message.el (message-send-mail-with-sendmail): Revert last change.
4587 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4589         * message.el (message-from-style, message-interactive)
4590         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4591         (message-yank-prefix, message-indentation-spaces, message-signature)
4592         (message-signature-file, message-default-headers): For GNU Emacs, set
4593         default values from the corresponding mail-* variables.
4594         (message-send-mail-with-sendmail): Use envelope-from only if
4595         mail-specify-envelope-from is non-nil.
4597 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4599         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4600         containing tspecial characters if they have been already quoted.
4602 2009-10-24  Glenn Morris  <rgm@gnu.org>
4604         * gnus-art.el (help-xref-stack-item): Define for compiler.
4606 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4608         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4610 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4612         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4613         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4615 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4617         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4618         (gnus-overlays-in): New alias to overlays-in.
4620         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4621         gnus-overlay-get, and gnus-delete-overlay.
4622         (gnus-summary-show-thread): Make it work as well for systems in which
4623         next-single-char-property-change is not available.
4624         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4626 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4628         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4630 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4632         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4633         and XEmacs that don't have `remove-overlays'.
4635 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4637         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4638         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4639         selective display.  Use overlays instead.
4641 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4643         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4645 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4647         * spam-stat.el (spam-stat-load): Fix typo in message.
4649 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4651         * gnus-art.el (gnus-article-encrypt-body):
4652         * message.el (message-check-recipients):
4653         * mm-util.el (mm-codepage-setup):
4654         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4655         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4657 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4659         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4660         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4661         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4662         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4663         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4665 2009-09-18  Glenn Morris  <rgm@gnu.org>
4667         * gnus-diary.el (gnus-diary-check-message):
4668         * message.el (message-insert-formatted-citation-line):
4669         * nnbabyl.el (top-level):
4670         * nndiary.el (nndiary-schedule):
4671         Fix typos in condition-case handlers.
4673 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4675         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4676         configuration that provides the sole article window in a frame;
4677         position point correctly after deleting a part.
4679 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4681         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4682         (spam-resolve-registrations-routine): Use it to unregister articles
4683         that change status.
4685 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4687         * nnrss.el (nnrss-request-article): Remove binding of
4688         default-enable-multibyte-characters that has gotten needless by
4689         the 2007-07-13 change in rfc2047-encode-message-header.
4691         * mml.el (mml-insert-multipart): Error on the message header.
4692         (mml-insert-part): Error on the message header; position point at
4693         the end of a MIME tag.
4695 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4697         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4698         (gnus-float-time): Alias to float-time if it exists.
4700         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4701         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4702         float-time is available; suppress compile warning for time-to-seconds.
4704 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4706         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4707         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4708         Add the optional argument `encoding' that overrides the default.
4710         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4711         mm-encode-buffer.
4713 2009-09-04  Glenn Morris  <rgm@gnu.org>
4715         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4716         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4717         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4718         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4719         * mm-util.el (mm-with-unibyte-current-buffer)
4720         (mm-find-buffer-file-coding-system):
4721         * yenc.el (yenc-decode-region): Use default-value rather than
4722         default-enable-multibyte-characters.
4724 2009-09-03  Glenn Morris  <rgm@gnu.org>
4726         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4727         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4728         than default-enable-multibyte-characters.
4730 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4732         * gnus-art.el (gnus-article-read-summary-keys):
4733         Fix gnus-buffer-configuration's value temporarily used.
4735 2009-09-02  Glenn Morris  <rgm@gnu.org>
4737         * gnus-util.el (gnus-float-time): New function.
4738         * gnus-delay.el (gnus-delay-article):
4739         * gnus-sum.el (gnus-thread-latest-date):
4740         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4741         * nnspool.el (nnspool-request-newgroups):
4742         Use gnus-float-time rather than time-to-seconds.
4743         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4745         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4746         (gnus-header-subject-face, gnus-header-newsgroups-face)
4747         (gnus-header-name-face, gnus-header-content-face):
4748         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4749         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4750         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4751         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4752         (gnus-cite-face-11):
4753         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4754         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4755         (gnus-server-closed-face, gnus-server-denied-face)
4756         (gnus-server-offline-face):
4757         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4758         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4759         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4760         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4761         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4762         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4763         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4764         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4765         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4766         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4767         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4768         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4769         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4770         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4771         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4772         (gnus-summary-high-undownloaded-face)
4773         (gnus-summary-low-undownloaded-face)
4774         (gnus-summary-normal-undownloaded-face)
4775         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4776         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4777         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4778         (gnus-splash-face):
4779         * message.el (message-header-to-face, message-header-cc-face)
4780         (message-header-subject-face, message-header-newsgroups-face)
4781         (message-header-other-face, message-header-name-face)
4782         (message-header-xheader-face, message-separator-face)
4783         (message-cited-text-face, message-mml-face):
4784         * sieve-mode.el (sieve-control-commands-face)
4785         (sieve-action-commands-face, sieve-test-commands-face)
4786         (sieve-tagged-arguments-face):
4787         * spam.el (spam-face):
4788         Mark face aliases with "-face" in the name as obsolete.
4790 2009-09-01  Glenn Morris  <rgm@gnu.org>
4792         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4793         than goto-line.
4795 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4797         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4798         Don't move point if the command is invoked inside the message header.
4800 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4802         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4803         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4804         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4805         * nnir.el (nnir-swish-e-index-file):
4806         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4807         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4808         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4809         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4810         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4811         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4813 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4815         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4816         Don't save excursion.
4818 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4820         * nnheader.el (nnheader-find-file-noselect):
4821         * mm-util.el (mm-insert-file-contents):
4822         Use (default-value 'major-mode) instead of default-major-mode.
4824 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4826         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4828 2009-08-25  Glenn Morris  <rgm@gnu.org>
4830         * nnir.el (top-level): Don't require cl at run-time.
4831         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4832         Replace cl-function substitute with gnus-replace-in-string.
4833         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4834         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4835         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4836         simplified expansions.
4838 2009-08-22  Glenn Morris  <rgm@gnu.org>
4840         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4841         goto-line.
4843 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4845         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4847         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4848         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4849         (gnus-mm-display-part, gnus-mime-display-single)
4850         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4851         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4853         * gnus-sum.el
4854         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4855         (gnus-summary-move-article): Add expirable mark to articles copied or
4856         moved to group that has auto-expire turned on if the option is non-nil.
4858 2009-07-24  Glenn Morris  <rgm@gnu.org>
4860         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4861         Fix typo.  (Bug#3903)
4863 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4865         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4866         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4867         that should not be used for draft articles.
4868         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4869         that has no concern in minor mode keys.
4870         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4871         Abolish.
4873 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4875         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4876         article without making inquiry to a user for unknown encoding.
4878         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4879         (nnmaildir--scan): Assume i-node and device number that file-attributes
4880         returns might be cons-cell.
4882 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4884         * auth-source.el: Remove docs now in auth.texi.  Don't use
4885         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4886         `auth-source-hide-passwords' and use them.
4888 2009-07-15  Glenn Morris  <rgm@gnu.org>
4890         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4892 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4894         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4895         excessive whitespace from the default values of title and description.
4897 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4899         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4900         mail-fetch-field to fetch Content-Description header in order to
4901         exclude newlines.
4903 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4905         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4906         to deleted part.
4908 2009-05-30  David Engster  <dengste@eml.cc>
4910         * nnmairix.el: Remove old documentation in the commentary block.
4911         (nnmairix-request-group): Do not update active file for nnml back ends.
4912         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4913         end so that overview files are ignored.
4914         (nnmairix-update-groups): Make updating the groups more robust by using
4915         marks.
4916         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4917         with dollar characters in message-id.
4919 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4921         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4922         2008-12-25 in dns.el.
4924 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4926         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4927         could happen if the text is only composed of spaces and/or tabs.
4929 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4931         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4932         when sending a queued message to avoid extra mml tags.
4934 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4936         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4938 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4940         * gnus-dired.el: Remove autoload for gnus-setup-message.
4941         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4942         displaying Gnus logo; always use compose-mail.
4944 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4946         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4948 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4950         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4951         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4952         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4953         available.
4954         (gnus-nocem-epg-verify): New function.
4956 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4958         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4960 2009-02-15  Glenn Morris  <rgm@gnu.org>
4962         * gnus-util.el (rmail-insert-rmail-file-header)
4963         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4964         autoloads.
4965         (rmail-default-rmail-file): Remove unnecessary declaration.
4966         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4968 2009-02-14  Glenn Morris  <rgm@gnu.org>
4970         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4971         variable (only used in gnus-util, which declares it anyway).
4972         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4973         which was only needed by gnus-art (changed to not use it any more).
4974         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4975         only used in gnus-util, which autoloads it itself.
4976         (rmail-update-summary): Fix autoload.
4978         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4979         rather than rmail-output-to-rmail-file.
4981 2009-02-07  Glenn Morris  <rgm@gnu.org>
4983         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4984         autoload of function that no longer exists.
4985         (rmail-toggle-header): Declare.
4986         (message-forward-rmail-make-body): Handle mbox Rmail.
4988 2009-01-31  Glenn Morris  <rgm@gnu.org>
4990         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4991         2009-01-09 change.
4993 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
4995         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4996         (auth-source-forget-all-cached): New convenience function.
4997         (auth-source-user-or-password): Accept list of modes or a single mode.
4999         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5000         auth-source modes.
5002         * nnimap.el (nnimap-open-connection): Use list of
5003         auth-source modes.
5005         * nntp.el (nntp-send-authinfo): Use list of
5006         auth-source modes.
5008 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5010         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5011         now.
5013 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5015         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5016         coding system in XEmacs; add a workaround for XEmacs.
5018 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5020         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5021         of current-language-environment.
5023 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5025         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5026         available at runtime.
5028 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5030         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5032 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5034         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5035         the greatest positive fixnum value doesn't work under an XEmacs with
5036         bignum support; use the most-positive-fixnum constant instead,
5037         available since Emacs 21.1 with cl and XEmacs 21.1.
5039 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5041         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5042         XEmacs gets not to work.
5044 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5046         * mm-util.el (mm-coding-system-priorities): Allow the value like
5047         "Japanese (UTF-8)" of current-language-environment.
5049 2009-01-09  Glenn Morris  <rgm@gnu.org>
5051         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5052         with last-command-event.
5054 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5056         * message.el (message-fix-before-sending): Amend comment.
5058 2009-01-07  David Engster  <dengste@eml.cc>
5060         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5061         simplified server definitions by converting it via
5062         gnus-server-to-method.
5064 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5066         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5067         parameter's operands.
5069 2009-01-06  David Engster  <dengste@eml.cc>
5071         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5072         primary select method (for gnus-group-mark-article-as-read).
5074 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5076         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5077         `(gnus)Face', not `(gnus)X-Face'.
5079 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5081         * mm-util.el (mm-ucs-to-char): New function.
5083         * mm-url.el (mm-url-decode-entities): Use it.
5085 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5087         * message.el (message-fix-before-sending): Add `eight-bit' to
5088         illegible-text check.
5090 2009-01-03  Michael Olson  <mwolson@gnu.org>
5092         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5093         `headers' is nil.  This can occur if the IMAP server does not have
5094         permissions to read messages from a folder, but can write new messages
5095         to the folder.
5096         (nnimap-request-article-part): Do not insert `data' if it is nil.
5098 2009-01-01  Dave Love  <fx@gnu.org>
5100         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5102         * nnimap.el: Fix author email.
5103         (nnimap-split-rule): Add FIXME comment.
5104         (nnimap-debug): Fix doc string.
5106 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5108         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5109         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5110         to check if those variables exist (first appeared in Emacs 18.50).
5112 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5114         * mm-util.el (mm-line-number-at-pos): New function.
5116         * spam-report.el (spam-report-process-queue): Use it.
5118 2008-12-24  David Engster  <dengste@eml.cc>
5120         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5121         parameters that haven't existed as variables as buffer-local variables.
5123 2008-12-23  Dave Love  <fx@gnu.org>
5125         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5126         cadar.
5128         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5129         imap-starttls-p.
5130         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5132 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5134         * spam-report.el (spam-report-gmane-max-requests): New constant.
5135         (spam-report-gmane-wait): New variable.
5136         (spam-report-gmane-ham, spam-report-gmane-spam)
5137         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5138         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5139         the server.
5141         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5142         Add explanations.
5144         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5145         nnheader-accept-process-output and nnheader-read-timeout if available.
5146         (pop3-movemail): Use it.
5148         * message.el (message-check-news-body-syntax): Fix signature check if
5149         there's an attachment.
5151 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5153         * mm-util.el: Add comments to the mm- emulating functions.
5155 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5157         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5158         Reported by Stephen Berman <stephen.berman@gmx.net>.
5160 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5162         * mm-util.el (mm-substring-no-properties): New function.
5163         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5164         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5165         (mm-string-to-multibyte): Doc fix.
5167         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5169 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5171         * mml.el (mml-attach-file): Strip text properties from file name.
5172         (Bug#1574)
5174 2008-12-16  Glenn Morris  <rgm@gnu.org>
5176         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5178 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5180         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5181         knows since the charset specified might be a bogus alias that
5182         mm-charset-synonym-alist provides.
5184 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5186         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5187         "ISO_8859-1".
5189         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5191 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5193         * mm-util.el (mm-charset-eval-alist):
5194         Define it before mm-charset-to-coding-system.
5195         (mm-charset-to-coding-system): Add optional argument `silent';
5196         define it before mm-charset-override-alist.
5197         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5198         default value if it can be used in Emacs currently running;
5199         silence mm-charset-to-coding-system.
5201 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5203         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5204         `allow-override' which says whether to use `mm-charset-override-alist'.
5205         (rfc2047-decode-encoded-words): Use it.
5207         * mm-util.el (mm-charset-override-alist): Fix custom type;
5208         add `(gb2312 . gbk)' to choices.
5210 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5212         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5213         fast.
5215         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5217 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5219         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5220         on links.
5222         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5224 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5226         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5227         users' addresses that don't have domain parts.
5228         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5229         rather than message-narrow-to-head since there will be the message
5230         header separator.
5232 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5234         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5235         since the result is inserted in a unibyte buffer anyway.
5236         (nnimap-demule-use-string-to-multibyte): Remove.
5237         (nnimap-demule): Alias it to mm-string-to-multibyte.
5239 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5241         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5242         variable for debugging bug#464 and bug#1174.
5243         (nnimap-demule): Use it.
5245 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5247         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5248         score calculation correctly.
5250 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * message.el (message-send-mail): Just set the buffer to unibyte
5253         rather than use mm-with-unibyte-current-buffer which does a lot more.
5254         (message-send-mail-partially): Don't bother with
5255         mm-with-unibyte-current-buffer since it's already been made unibyte by
5256         message-send-mail.
5258 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5260         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5262 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5264         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5266 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5268         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5269         require itself and to remove `with-no-warnings'.
5271 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5273         * starttls.el (starttls-any-program-available): Get the name of the
5274         available TLS layer program.
5275         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5276         well as the host name in the "opening" message.
5278         * auth-source.el (auth-source-cache, auth-source-do-cache)
5279         (auth-source-user-or-password): Cache passwords and logins by default,
5280         allow override with `auth-source-do-cache'.
5281         (auth-source-forget-user-or-password): Allow users to remove cache
5282         entries if needed.
5284 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5286         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5287         condition-case to only the forward-sexp call.
5289 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5291         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5292         quotes contained.  Make it more robust regardless by an extra
5293         condition-case wrapper.
5295 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5297         * nnml.el (nnml-request-expire-articles): Check if the function set to
5298         `nnmail-expiry-target' returns the symbol `delete'.
5300         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5302         * nnmail.el (nnmail-expiry-target): Fix custom type.
5304 2008-10-02  Glenn Morris  <rgm@gnu.org>
5306         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5307         Silence compiler warning.
5309 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5311         * mml.el (mml-menu): Don't assume mml2015 is bound.
5313 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5315         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5316         exists.
5318 2008-09-27  Glenn Morris  <rgm@gnu.org>
5320         * gnus-util.el (mail-header-remove-comments): Autoload it.
5322 2008-09-27  Andreas Schwab  <schwab@suse.de>
5324         * gnus-util.el (gnus-split-references): Strip comments.
5325         (gnus-parent-id): Likewise.
5327 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5329         * message.el (message-confirm-send): Fix version.
5331 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5333         * message.el (message-idna-to-ascii-rhs-1): Use
5334         mail-extract-address-components rather than mail-header-parse-addresses
5335         that is an alias by default to ietf-drums-parse-addresses that does not
5336         support non-ASCII names in headers' contents.
5338 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5340         * message.el (message-confirm-send): Fix variable documentation to
5341         avoid the "y/n" wording.
5343 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5345         * message.el (message-set-auto-save-file-name): Save to a different
5346         filename so multiple messages (especially drafts) can be recovered.
5348 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5350         * message.el (message-confirm-send): Add appropriate version.
5352 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5354         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5355         defvar.
5357 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5359         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5360         (mm-pkcs7-enveloped-magic): Ditto.
5362 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5364         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5365         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5367 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5369         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5370         default, it's better.
5372 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5374         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5375         summary line gnus-number property and ignore them (with a warning
5376         message).
5378 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5380         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5381         macro caddr in the interactive form since it won't be expanded.
5383 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5385         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5386         `charset'; fix name of function called recursively.
5387         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5389 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5391         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5392         (gnus-mime-set-charset-parameters): New function.
5393         (gnus-mime-view-part-as-charset): Use it to correctly display part
5394         specifying wrong charset.
5396 2008-09-08  David Engster  <dengste@eml.cc>
5398         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5399         in completing-read for back end server.
5401 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5403         * message.el (message-confirm-send): New variable to confirm sending a
5404         message.
5405         (message-send): Use it.
5407 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5409         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5411 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5413         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5415 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5417         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5418         prevent tracking too many groups.
5419         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5420         Use it.
5422 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5424         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5425         moving point to the bottom of the window in order to avoid recentering.
5427 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5429         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5430         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5431         (gnus-article-beginning-of-window): Fix calculation.
5433 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5435         * gnus-msg.el (gnus-summary-supersede-article)
5436         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5437         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5438         message header.
5440 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5442         * message.el:
5443         * gnus-start.el:
5444         * gnus-registry.el: Remove VMS support.
5446 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5448         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5449         macro.
5450         (rfc2104-hash): Use it.
5452 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5454         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5455         (gnus-summary-sort-by-most-recent-date): New commands.
5456         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5457         and menu entries.
5459 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5461         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5462         don't redisplay article for raw contents; remove plural articles stuff.
5464         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5465         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5466         on gnus-summary-save-article; display results properly.
5468 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5470         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5472 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5474         * gnus-art.el (gnus-summary-save-in-pipe):
5475         Consider gnus-save-all-headers.
5477 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5479         * gnus-util.el (ns-focus-frame): Remove declaration.
5480         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5481         like x.
5483 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5485         * rfc2104.el (rfc2104-zero): Delete defconst.
5486         (rfc2104-hex-alist): Likewise.
5487         (rfc2104-hex-to-int): Delete func.
5488         (rfc2104-hexstring-to-bitstring): Likewise.
5489         (rfc2104-nybbles): New defconst.
5490         (rfc2104-hash): Rewrite for speed.
5492 2008-07-16  Glenn Morris  <rgm@gnu.org>
5494         * gnus-util.el (ns-focus-frame): Declare for compiler.
5496 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5498         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5499         set as a group parameter.
5500         (gnus-summary-save-in-pipe): Work when it is called independently.
5501         (gnus-summary-pipe-to-muttprint): Don't modify
5502         gnus-summary-pipe-output-default-command.
5504 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5506         * message.el (message-send-mail-with-sendmail):
5507         Display the error message.
5509 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5511         * gnus-art.el (gnus-default-article-saver):
5512         Add gnus-summary-save-in-pipe to choices.
5513         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5514         gnus-summary-pipe-output-default-command as the default command.
5515         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5516         instead of gnus-last-shell-command.
5518         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5519         New user option.
5520         (gnus-summary-muttprint-program): Mention the value will be changed.
5521         (gnus-summary-save-article): Force showing of all headers.
5522         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5524 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5526         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5528 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5530         * nnimap.el (nnimap-id):
5531         * sieve-manage.el (sieve-manage-open): Doc fixes.
5533 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5535         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5536         if available.
5538 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5540         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5542         * nnkiboze.el (nnkiboze-generate-group):
5543         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5545         * nnmairix.el: Require CL.
5547 2008-06-15  David Engster  <dengste@eml.cc>
5549         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5551 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5553         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5554         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5555         runtime choice under XEmacs.
5557         * gnus-sum.el (gnus-summary-set-display-table):
5558         Use `gnus-put-display-table', `gnus-get-display-table',
5559         `gnus-set-display-table' for the display table, instead of `aset'.
5561 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5563         * nnmairix.el: Add autoloads.
5565 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5567         * nnmairix.el (nnmairix-delete-recreate-group)
5568         (nnmairix-update-and-clear-marks): Fix error messages.
5570 2008-06-14  David Engster  <dengste@eml.cc>
5572         * nnmairix.el: Upgrade to version 0.6.
5573         (nnmairix-group-toggle-propmarks-this-group)
5574         (nnmairix-group-toggle-readmarks-this-group)
5575         (nnmairix-group-delete-recreate-this-group)
5576         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5577         (nnmairix-remove-tick-mark-original-article): New commands.
5578         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5579         (nnmairix-propagate-marks-to-nnmairix-groups)
5580         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5581         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5582         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5583         functions needed for marks propagation and manipulation of read marks.
5584         (nnmairix-update-groups): New function.
5585         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5586         (nnmairix-determine-original-group-from-registry)
5587         (nnmairix-determine-original-group-from-path)
5588         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5589         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5590         New helper functions.
5591         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5592         keystrokes for new commands.
5593         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5594         (nnmairix-request-group): Check allow-fast group parameter.
5595         (nnmairix-request-create-group): Set allow-fast group parameter if
5596         nnmairix-allowfast-default is set.
5597         (nnmairix-close-group): Propagate marks upon closing if needed.
5598         (nnmairix-group-toggle-threads-this-group): Use new.
5599         nnmairix-group-toggle-parameter helper function.
5600         (nnmairix-search): Better check for empty search result.
5601         (nnmairix-goto-original-article): Use new helper functions for
5602         determining original article.
5603         (nnmairix-show-original-article): Make sure message-id is in brackets.
5604         (nnmairix-call-mairix-binary): Change variable name.
5605         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5606         helper function.
5607         (nnmairix-widget-toggle-activate): Fix doc string.
5609 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5611         * nnir.el: Require edmacro when compiling with XEmacs.
5612         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5613         available in Emacs 21.
5615 2008-06-11  Glenn Morris  <rgm@gnu.org>
5617         * gnus-util.el (x-focus-frame):
5618         * gnus.el (image-size):
5619         * mm-decode.el (image-size): Declare.
5621         * gnus-picon.el (declare-function): Add compat definition.
5622         (image-size): Declare.
5624         * gnus-group.el (tool-bar-map):
5625         * gnus-sum.el (tool-bar-map): Define for compiler.
5627         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5629         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5631         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5632         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5633         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5634         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5635         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5636         * sieve-manage.el, spam-report.el, spam.el:
5637         Remove unnecessary eval-and-compile of autoloads.
5639 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5641         * auth-source.el: Precise Tramp doc.
5643 2008-06-07  Glenn Morris  <rgm@gnu.org>
5645         * nnmairix.el: Remove unnecessary eval-when-compile.
5647 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
5649         * nnir.el: New file.
5651 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5653         * gnus-util.el (gnus-read-shell-command): New function.
5654         * mm-decode.el (mm-pipe-part):
5655         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5657 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5659         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5661 2008-06-03  Glenn Morris  <rgm@gnu.org>
5663         * pop3.el (nnheader-accept-process-output): Autoload it.
5665 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5667         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5668         are not 2-digit hexadecimal characters that follow `%'s.
5670 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5672         * message.el (message-bogus-recipient-p): Fix type in doc string.
5673         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5674         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5675         Improve custom options.
5676         (message-bogus-recipient-p): Adjust accordingly.
5678 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5680         * nnmairix.el: Require edmacro when compiling with XEmacs.
5682 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5684         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5685         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5687 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5689         * auth-source.el: Add more docs.
5691 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5693         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5694         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5695         retrieval faster in some cases, but might make CPU usage larger.
5696         If this has any bad side effects, we might revert this change.
5698         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5699         seems to make mail retrieval much, much faster.
5700         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5701         unconditionally.
5703         * gnus-draft.el (gnus-group-send-queue):
5704         Bind message-send-mail-partially-limit to nil to avoid being prompted.
5706 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5708         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5710         * message.el (message-bogus-address-regexp): Fix and improve custom
5711         type.
5712         (message-setup-hook): Add message-check-recipients as custom option.
5714 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5716         * message.el (message-cite-function): Remove bogus autoload which crept
5717         in during merge from v5-10.
5719 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5721         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5723         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5725         * auth-source.el: Preliminary Tramp docs.
5726         (auth-sources): Change the default auth-sources to use
5727         EPA .gpg files.
5729 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5731         * nntp.el: Autoload `auth-source-user-or-password'.
5732         (nntp-send-authinfo): Use it.
5734         * nnimap.el: Autoload `auth-source-user-or-password'.
5735         (nnimap-open-connection): Use it.
5737         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
5738         for the gnus-message function.
5739         (auth-source-user-or-password): Use it.
5741 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5743         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5744         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5745         (rfc2104-hash): Use it.
5747 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5749         * gnus-art.el (gnus-article-toggle-truncate-lines):
5750         Don't use `iff' in docstring.
5752 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5754         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5756         * gnus-util.el (gnus-extract-address-component-name)
5757         (gnus-extract-address-component-email): Convenience functions around
5758         `gnus-extract-address-components'.
5760         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5761         Use `gnus-extract-address-component-email' to fix bug of comparing full
5762         sender name to `user-mail-address'.
5764 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5766         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5767         catch/throw to optimize.
5768         (gnus-registry-find-keywords): Just use member to find a keyword.
5770 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5772         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5773         is current before calling gnus-server-prepare.
5774         (gnus-server-setup-buffer, gnus-server-update-server)
5775         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5777 2008-05-04  Juri Linkov  <juri@jurta.org>
5779         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5780         (mailcap-file-default-commands): Use mailcap-replace-in-string
5781         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5782         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5784 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5786         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5788 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5790         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5791         hooks.
5792         (gnus-update-read-articles): Speed up non-marks-using users.
5793         (gnus-use-marks): Define gnus-use-marks.
5794         (gnus-propagate-marks): Rename variable to something more sensible.
5796 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5798         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5799         (gmm-image-load-path-for-library): Fix typos in docstrings.
5800         (gmm-message): Reflow docstring.
5802 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5804         * mail-source.el (mail-source-set-1, mail-source-bind):
5805         Move auth-source code out of the macro to clean it up and fix bugs.
5807 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5809         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5810         by sender if it's equal to user-mail-address, it's likely to be
5811         useless.
5813         * mail-source.el (mail-source-bind): Don't use user or password if they
5814         are not bound.  Unintern them if they are nil.  Don't use server unless
5815         it's bound, and default it to empty string otherwise.
5817 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5819         * mail-source.el: Load auth-source.el.
5820         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5821         get user name or password, if auth-sources is set up.
5823         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5824         strategy of splitting with parent.
5825         (gnus-registry-split-fancy-with-parent)
5826         (gnus-registry-post-process-groups): Use it and fix prior
5827         bug (returning a list as the split result).
5829         * auth-source.el (auth-sources): Remove server parameter.
5830         (auth-source-pick, auth-source-user-or-password)
5831         (auth-source-user-or-password-imap)
5832         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5833         (auth-source-user-or-password-sftp)
5834         (auth-source-user-or-password-smtp): Remove server parameter.
5836 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5838         * smime.el (smime-sign-region, smime-encrypt-region)
5839         (smime-decrypt-region):
5840         Remove redundant calls to `generate-new-buffer-name'.
5842 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5844         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5845         Don't use QP for message/rfc822.
5846         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5848 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5850         * sieve-manage.el (sieve-string-bytes): Remove.
5851         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5852         correct byte-length only if the process's coding-system is the same as
5853         the one used internally by Emacs to represent strings.
5855 2008-04-22  Juri Linkov  <juri@jurta.org>
5857         * mailcap.el (mailcap-file-default-commands): New function.
5859 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5861         * message.el (message-signature-separator, message-cite-function):
5862         Change custom version.
5864 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5866         * mm-decode.el (mm-display-external): Make temp file read-only.
5868 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5870         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5871         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5872         `C-c C-f d'.
5874 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5876         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5878 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5880         * auth-source.el: Add docs.
5881         (auth-sources): Modify format to support server.
5882         (auth-source-pick, auth-source-user-or-password)
5883         (auth-source-user-or-password-imap)
5884         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5885         (auth-source-user-or-password-sftp)
5886         (auth-source-user-or-password-smtp): Add server parameter.
5888 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5890         * gnus-registry.el: Initialize the registry when gnus-registry-install
5891         is t.
5893 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5895         * compface.el (uncompface): Make buffer unibyte.
5897 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5899         * mail-source.el (mail-source-value):
5900         Prefer fboundp to functionp so it works with macros as well.
5902 2008-04-05  Glenn Morris  <rgm@gnu.org>
5904         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5906 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5908         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
5909         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5911         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5912         multibyteness after rather than before erasing it.
5914         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5915         mm-with-multibyte.
5916         (gnus-request-article-this-buffer): Make sure the proper decoding is
5917         used if gnus-original-article-buffer happens to be unibyte.
5919         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5920         default-enable-multibyte-characters.
5922         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5923         default-enable-multibyte-characters.
5925         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5927         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5929 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5931         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5932         Fix last change in case the element is not even a symbol.
5934 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5936         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5937         imap-enable-exchange-bug-workaround.
5938         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5940 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5942         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5943         a 100 byte status-checks into a 2-3MB transfer for each group.
5944         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5945         to enable bug workaround or not.
5946         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5948 2008-03-31  Glenn Morris  <rgm@gnu.org>
5950         * message.el (mml2015-use): Declare for compiler.
5951         (message-info): Require mml2015 when appropriate.
5953 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5955         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5956         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5957         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5958         (nntp-service-to-port): New function.
5959         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5960         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5961         (nntp-open-netcat-stream): New function.
5962         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5964 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5966         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5968 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5970         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5972 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5974         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5976 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5978         * message.el (message-signature-separator): Change default.
5979         Improve custom type.
5980         (message-cite-function): Change default to
5981         message-cite-original-without-signature.
5983         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5984         toggle.
5986         * message.el (message-check-news-body-syntax): Fix signature check.
5987         (message-setup-1): Mark buffer as unmodified _after_ running
5988         message-setup-hook and handling message-alternative-emails.
5989         (message-shorten-references): Be more strict when building list of
5990         valid references to comply with GNKSA.
5992         * gnus-group.el (gnus-read-ephemeral-bug-group)
5993         (gnus-read-ephemeral-debian-bug-group)
5994         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5996         * message.el (message-info): Don't use booleanp which isn't supported
5997         in Emacs 21 and XEmacs.
5999 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6001         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6002         gnus-group-gmane-group-download-format.
6003         (gnus-group-read-ephemeral-gmane-group): Rename from
6004         gnus-group-read-ephemeral-gmane-group.
6005         (gnus-read-ephemeral-gmane-group-url): Rename from
6006         gnus-group-read-ephemeral-gmane-group-url.
6007         (gnus-bug-group-download-format-alist): New variable.
6008         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6009         (gnus-read-ephemeral-emacs-bug-group): New commands.
6011 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6013         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6014         (gnus-visible-headers): Improve custom type.
6016 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6018         * mml.el (mml-menu): Add workarounds for XEmacs.
6020         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6021         X-Boundary header.
6023         * message.el (message-simplify-recipients): Fix previous commit.
6025 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6027         * mm-util.el (mm-set-buffer-multibyte): New function.
6028         * mm-decode.el (mm-copy-to-buffer): Use it.
6030         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6031         Prefer fboundp to functionp so it works with macros as well.
6033 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6035         * message.el (message-alter-recipients-discard-bogus-full-name):
6036         New function.
6037         (message-alter-recipients-function): New variable.
6038         (message-get-reply-headers): Use it.
6039         (message-replace-header): New helper function.
6040         (message-recipients-without-full-name): New variable.
6041         (message-simplify-recipients): New command.
6043         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6045         * message.el (message-info): Handle EasyPG manual.
6047         * mml.el (mml-menu): Add entry for EasyPG.
6049 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6051         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6052         parameter.
6054         * message.el (message-disassociate-draft): Specify drafts group name
6055         fully.
6057 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6059         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6060         Eliminate unnecessary duplicates from the match list.
6062 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6064         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6065         args of `how-many' of which the XEmacs version doesn't take; declare
6066         Info-index-next as function.
6068 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6070         * gnus-score.el (gnus-score-headers): Fix handling of
6071         gnus-inhibit-slow-scoring.
6073         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6074         string.
6075         (gnus-button-url-regexp): Improve handling of parenthesis.
6076         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6077         (gnus-button-handle-info-keystrokes): Handle index entries.
6079 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6081         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6082         Incoming* files.
6084 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6086         * auth-source.el (auth-sources): Rename from auth-source-choices.
6087         (auth-source-pick): Use it.
6089 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6091         * auth-source.el (auth-source-protocols)
6092         (auth-source-protocols-customize, auth-source-choices): Add and
6093         modified variable customizations and defaults.
6094         (auth-source-pick, auth-source-user-or-password)
6095         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6096         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6097         (auth-source-user-or-password-sftp)
6098         (auth-source-user-or-password-smtp): Use new variables and provide an
6099         interface to netrc.el.
6101 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6103         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6104         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6105         Make sure the nntp port to specify is a string.
6107 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6109         * nntp.el: Use with-current-buffer.
6110         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6111         dubious mm-with-unibyte-current-buffer.
6112         (nntp-with-open-group-function): New function extracted from
6113         nntp-with-open-group macro.
6114         (nntp-with-open-group): Use the function, so it's easier to debug.
6115         Add indentation and debugging info.
6116         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6117         Recommend the use of the netcat alternatives.
6119         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6120         Avoid mm-string-as-multibyte as well.
6122         * nnweb.el (nnweb-insert-html):
6123         Remove use of nnheader-string-as-multibyte.
6125         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6126         (nnheader-string-as-multibyte): Remove.
6128         * mm-view.el: Use inhibit-read-only.
6129         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6130         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6131         or unibyte-string.
6133         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6134         (mm-uu-yenc-extract): Use with-current-buffer.
6136         * gnus-soup.el (gnus-soup-send-packet): Don't use
6137         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6139         * nnmh.el: Use with-current-buffer.
6140         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6141         mm-string-as-multibyte on the output of mm-encode-coding-string.
6143         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6144         (nnimap-request-move-article): Use with-current-buffer.
6146         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6147         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6148         conversion uses string-make-unibyte rather than string-as-unibyte.
6150         * gnus-msg.el: Use with-current-buffer.
6152         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6154 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6156         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6157         string for caching if it is 'PIN.
6159 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6161         * mail-source.el (mail-source-delete-old-incoming-confirm):
6162         Change default to nil.
6163         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6165 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6167         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6168         (gnus-article-goto-prev-page): Work for articles having ^L's.
6170         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6172         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6174 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6176         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6177         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6178         (gnus-bookmark-jump): Adjust some variable names.
6180 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6182         * auth-source.el: New package.
6183         (auth-source-choices): Add customization entry point variable.
6185         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6186         bug.
6188 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6190         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6191         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6192         (gnus-registry-install-shortcuts): Rename from
6193         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6194         the `gnus-registry-mark-map' keymap dynamically from
6195         `gnus-registry-marks'.  The generated functions update the summary line
6196         when a registry mark is added or deleted, and will call
6197         `gnus-registry-install-p' (see the comments in the code).
6198         (gnus-registry-user-format-function-M): Use concat intelligently.
6200         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6201         the registry mark functions.
6203 2008-03-05  Glenn Morris  <rgm@gnu.org>
6205         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6206         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6207         gnus-art.
6208         (top-level): No need to load own source when compiling.
6210 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6212         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6213         Suggested by <chris.anderton@zetnet.co.uk>.
6215 2008-03-04  Glenn Morris  <rgm@gnu.org>
6217         * gnus-sum.el (top-level): No need to require gnus when compiling,
6218         since unconditionally required near start of file.
6219         (gnus-summary-display-while-building): Move definition before use.
6221 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6223         * gnus-registry.el (gnus-registry-user-format-function-M):
6224         Add formatting function.
6226 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6228         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6229         with plists.
6230         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6231         Use new format.
6233 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6235         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6236         `where-is-internal' that returns a range of key sequences.
6238 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6240         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6242         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6243         (gnus-summary-jump-to-group): Consider windows on other displayed
6244         frames as well.  Similar changes might be needed elsewhere, but that's
6245         the one I've bumped into during my use.
6247         * nndoc.el (nndoc-oe-dbx-type-p):
6248         * gnus-msg.el (gnus-debug):
6249         * gnus-group.el (gnus-update-group-mark-positions):
6250         Use mm-string-to-multibyte.
6252 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6254         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6255         doesn't handle NotDashEscaped.
6257         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6258         (mml-dnd-attach-options): Fix typo in custom choice.
6260         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6261         Change nndoc-article-type to mbox.
6262         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6264         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6265         to nil, instead of html2text.
6267         * imap.el (imap-debug): Add `imap-ping-server'.
6269         * gnus-bookmark.el: Add FIXMEs.
6271         * message.el (message-form-letter-separator)
6272         (message-send-form-letter-delay): New variables.
6273         (message-send-form-letter): Use them.  New command to send form
6274         letters.  Requested by Uwe Siart.
6275         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6277 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6279         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6280         empty author.
6282 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6284         * gnus-registry.el (gnus-registry-marks): Add variable for
6285         customization of marks and their appearance.
6286         (gnus-registry-read-mark): Use it.
6287         (gnus-registry-do-marks): Add utility function to loop through
6288         `gnus-registry-marks'.
6289         (gnus-registry-install-shortcuts-and-menus): Add function to install
6290         shortcuts and menus.
6291         (gnus-registry-initialize): Use it.
6292         (gnus-registry-default-mark): Clarify documentation.
6294 2008-02-29  Glenn Morris  <rgm@gnu.org>
6296         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6297         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6298         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6299         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6300         Change defcustom :version from 23.0 to 23.1.
6302 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6304         * gnus-registry.el (gnus-registry-follow-group-p)
6305         (gnus-registry-post-process-groups): Add functions to aid registry
6306         splitting and improve logging.  Clarify behavior in function
6307         documentation.
6308         (gnus-registry-split-fancy-with-parent): Use them.
6310 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6312         * gnus-art.el: Use with-current-buffer.
6314 2008-02-27  David Engster  <dengste@eml.cc>
6316         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6317         Express real group name in the response.
6319 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6321         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6322         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6323         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6324         autoload gnus-registry-fetch-group when compiling.
6325         (nnmairix-request-group-with-article-number-correction):
6326         Remove unreferenced argument passed to nnmairix-call-backend.
6328 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6330         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6331         (mm-uu-extract): Improve face for low color ttys.
6332         Reported by Sascha Wilde.
6334 2008-02-27  Glenn Morris  <rgm@gnu.org>
6336         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6337         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6338         variables to defconsts.  Convert comments to doc-strings.
6339         (nnmairix-last-server, nnmairix-current-server): Convert from free
6340         variables to defvars.  Convert comments to doc-strings.
6341         (gnus-registry-fetch-group): Autoload.
6342         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6343         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6344         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6345         caddr.
6346         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6347         nnmairix-request-group-with-article-number-correction call.
6348         (nnmairix-fast, nnmairix-group): New, less general names, for free
6349         variables passed from nnmairix-request-group to
6350         nnmairix-request-group-with-article-number-correction.  Declare.
6351         (nnmairix-request-group-with-article-number-correction):
6352         Use nnmairix-fast, nnmairix-group rather than fast, group.
6354 2008-02-26  David Engster  <dengste@eml.cc>
6356         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6357         version 0.5.
6359 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6361         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6362         instead of making an extra function call.  Don't add the current group
6363         to articles only when they have the group.  Use
6364         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6365         Reported by David <de_bb@arcor.de>.
6367 2008-02-24  Miles Bader  <miles@gnu.org>
6369         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6370         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6371         (mm-find-mime-charset-region):
6372         * mm-bodies.el (mm-encode-body):
6373         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6375 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6377         * mail-source.el (mail-source-delete-incoming): Change default.
6378         Supplement doc string.
6380         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6382 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6384         * nnmail.el (nnmail-message-id-cache-file): Derive from
6385         `gnus-home-directory'.
6387 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6389         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6390         Document negative prefix.
6392         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6394 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396         * message.el (message-unsent-separator): Add the Exim bounce
6397         separator.
6399 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6401         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6402         list.
6403         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6404         recipient/signer list.
6406 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6408         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6409         fbound (Emacs 23 unicode), signal an error.
6411 2008-02-08  Glenn Morris  <rgm@gnu.org>
6413         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6415 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6417         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6418         ports to the calls to `netrc-machine-user-or-password' in addition to
6419         "imap" and "imaps".
6421 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6423         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6424         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6425         <hanche@math.ntnu.no>.
6427 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6429         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6431 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6433         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6435         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6437 2008-02-01  Miles Bader  <miles@gnu.org>
6439         * mml.el (mml-parse-1): Remove apparently vestigial use of
6440         `mm-hack-charsets'.
6441         * mm-bodies.el (mm-encode-body): Likewise.
6443 2008-02-01  Kenichi Handa  <handa@m17n.org>
6445         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6446         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6447         (rfc2104-hash): Convert the result of concat to unibyte string.
6449 2008-02-01  Dave Love  <fx@gnu.org>
6451         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6452         coding-system-for-read.
6453         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6455         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6456         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
6457         (mm-find-mime-charset-region): Remove hack-charsets stuff.
6459 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6461         * mail-source.el (mail-sources): Add `group' choice.
6463         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6464         parameter `in-group' to control into which group the articles go.
6465         Add treatment of `group' mail-source.
6467 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6469         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6470         * message.el (message-beginning-of-line): Use featurep instead of bound
6471         tests in order to resolve conditionals at compile time.
6473 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6475         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6477         * mm-decode.el (mm-dissect-buffer): Decode description.
6479         * mml.el (mml-to-mime): Encode message header first.
6481 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6483         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6484         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6486 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6488         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6490 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6492         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6493         prefix keys.
6494         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6495         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6496         gnus-xmas.el.
6498 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6500         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6501         Add new variables for article mark management.
6502         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6503         list of extra data entries which, when present, will indicate that the
6504         article ID should not be trimmed from the registry.
6505         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6506         functions.
6507         (gnus-registry-read-mark): New function to read a mark name from the
6508         user.
6509         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6510         (gnus-registry-set-article-mark-internal): New functions to add and
6511         remove marks.
6512         (gnus-registry-get-article-marks): New function to show the marks for
6513         an article, or retrieve them for further use.
6515 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6517         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6518         keys when no argument is given.
6520 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6522         * gnus-sum.el (gnus-article-sort-by-random)
6523         (gnus-thread-sort-by-random): Fix doc strings.
6524         Reported by jidanni@jidanni.org.
6526 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6528         * gnus-art.el (gnus-article-describe-bindings): New function.
6529         (gnus-article-read-summary-keys): Use it.
6530         (gnus-article-mode-map): Bind `C-h b' to it.
6532 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6534         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6535         XEmacs.
6536         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6537         Protect against non-character events.
6539 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6541         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6542         New command.
6543         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6544         instead of END.  Change name of the temp file.
6545         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6546         customizable.
6548 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6550         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6551         bind `S W' to gnus-article-wide-reply-with-original; set default
6552         binding to gnus-article-read-summary-send-keys.
6553         (gnus-article-read-summary-keys): Fix the order of keys; display
6554         continuation keys correctly in the echo area; describe bindings
6555         correctly when keys end with `C-h'.
6556         (gnus-article-read-summary-send-keys): New function.
6557         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6558         Work for gnus-article-read-summary-send-keys; display continuation keys
6559         correctly in the echo area.
6560         (gnus-article-reply-with-original): Ignore prefix argument.
6561         (gnus-article-wide-reply-with-original): New function.
6563 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6565         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6566         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6568 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6570         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6571         (gnus-group-read-ephemeral-gmane-group): New command.
6573 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6575         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6577 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6579         * message.el (message-send-mail-function): Increase custom version.
6581         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6582         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6584 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6586         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6587         html parts correctly; support forwarded messages.
6588         (gnus-article-browse-html-article): Remove work buffers.
6590         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6591         compiling.
6592         (netrc-bound-and-true-p): New macro.
6593         (netrc-parse): Use it instead of bound-and-true-p that is not available
6594         in XEmacs 21.4.
6596 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6598         * gnus-registry.el (gnus-registry-mark-article)
6599         (gnus-registry-article-marks): Add functionality to mark articles
6600         through the Gnus registry.
6602         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6603         (netrc-parse): Use encrypt-file-alist to determine if
6604         encrypt-find-model or encrypt-insert-file-contents should be used.
6606 2007-12-19  Glenn Morris  <rgm@gnu.org>
6608         * mml.el (message-options-set, message-narrow-to-head)
6609         (message-in-body-p, message-mail-p, message-encode-message-body):
6610         Autoload.
6611         (message-remove-header, message-narrow-to-headers-or-head)
6612         (message-subscribed-p, message-make-mail-followup-to)
6613         (message-position-on-field, message-news-p)
6614         (message-options-set-recipient, message-generate-headers)
6615         (message-sort-headers): Declare as functions.
6617 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6619         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6620         convention in doc string.
6622 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6624         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6625         title to html parts.
6626         (gnus-article-browse-html-article): Pass message header to it.
6628         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6630 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6632         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6633         or password compatible with XEmacs.
6635 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6637         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6638         format document.
6639         (gnus-mime-delete-part): Don't write description line if empty.
6640         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6642 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6644         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6645         (gnus-summary-mark-read-and-unread-as-read)
6646         (gnus-summary-mark-current-read-and-unread-as-read)
6647         (gnus-summary-mark-unread-as-ticked): Doc fix.
6648         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6650 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6652         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
6653         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6655 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6657         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6658         yes-or-no-p.
6660 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6662         * mm-decode.el (mm-add-meta-html-tag): New function.
6663         (mm-save-part-to-file, mm-pipe-part): Use it.
6665         * gnus-art.el (gnus-article-browse-delete-temp-files):
6666         Use gnus-y-or-n-p instead of y-or-n-p.
6667         (gnus-article-browse-html-parts): Work with message/external-body; use
6668         mm-add-meta-html-tag.
6670 2007-12-11  Glenn Morris  <rgm@gnu.org>
6672         * gnus-cache.el: Require gnus-sum not just when compiling.
6674         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6676         * gnus-int.el (gnus-server-opened, gnus-status-message):
6677         Move definitions before use.
6679         * mm-decode.el: Require gnus-util.
6680         (mm-remove-part): Only call delete-annotation on XEmacs.
6682         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6684         * nnmail.el: Require gnus-int.
6686         * spam.el: Move `require's before `eval-when-compile's.
6688         * gnus-ems.el (gnus-alive-p):
6689         * gnus-fun.el (message-goto-eoh):
6690         * gnus-util.el (gnus-group-name-decode):
6691         * mail-source.el (gnus-compress-sequence):
6692         * message.el (Info-goto-node, format-spec):
6693         * mm-bodies.el (message-options-get):
6694         * mm-decode.el (mm-view-pkcs7):
6695         * mm-util.el (gmm-write-region):
6696         * mml-smime.el (mml-compute-boundary)
6697         (gnus-completing-read-with-default):
6698         * mml.el (widget-button-press, gnus-make-hashtable):
6699         * mml1991.el (mm-decode-content-transfer-encoding)
6700         (mm-encode-content-transfer-encoding)
6701         (message-options-get, message-options-set):
6702         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6703         * nnfolder.el (gnus-request-group):
6704         * nnheader.el (ietf-drums-unfold-fws):
6705         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6706         * smime.el (gnus-run-mode-hooks):
6707         * spam-stat.el (gnus-message): Autoload.
6709         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6710         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6711         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6712         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6713         Add declare-function compatibility definition.
6715         * gnus-cache.el (nnvirtual-find-group-art):
6716         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6717         (gnus-add-image, gnus-add-wash-type):
6718         * gnus-group.el (nnkiboze-score-file):
6719         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6720         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6721         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6722         (message-tokenize-header, gnus-get-buffer-create)
6723         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6724         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6725         * gnus.el (gnus-group-decoded-name):
6726         * mail-source.el (imap-capability):
6727         * mm-bodies.el (message-options-set):
6728         * mm-decode.el (gnus-configure-windows):
6729         * mm-extern.el (message-goto-body):
6730         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6731         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6732         (epg-sub-key-validity, message-options-set):
6733         * mml.el (widget-event-point, gnus-configure-windows):
6734         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6735         * mml2015.el (epg-check-configuration, epg-configuration)
6736         (message-options-set):
6737         * nndb.el (nndb-request-article):
6738         * nnfolder.el (gnus-request-create-group):
6739         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6740         * nnmaildir.el (gnus-group-mark-article-read):
6741         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6742         * rfc1843.el (message-fetch-field):
6743         * spam.el (gnus-extract-address-components):
6744         Declare as functions.
6746 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6748         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6750 2007-12-09  Glenn Morris  <rgm@gnu.org>
6752         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6754         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6755         * message.el, mm-view.el, sieve-manage.el, smime.el:
6756         Add declare-function compatibility definition.
6758         * gnus-art.el (w3-region, w3m-region, Info-menu):
6759         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6760         * gnus-sum.el (gnus-get-predicate):
6761         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6762         * message.el (mail-abbrev-in-expansion-header-p):
6763         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6764         (w3m-detect-meta-charset, w3m-region):
6765         * sieve-manage.el (password-read, password-cache-add)
6766         (password-cache-remove):
6767         * smime.el (password-read-and-add): Declare as functions.
6769 2007-12-08  David Kastrup  <dak@gnu.org>
6771         * gnus-sum.el (gnus-summary-simplify-subject-query):
6772         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6773         `message'.
6775 2007-12-07  Glenn Morris  <rgm@gnu.org>
6777         * gnus-art.el (article-make-date-line): Revert previous change.
6779 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6781         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6783 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6785         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
6786         Call gnus-add-to-range ranges only once with a prepared article-list.
6788 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6790         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6791         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6792         group names with backslashes.
6793         Reported by Tassilo Horn <tassilo@member.fsf.org>.
6795 2007-12-06  Deepak Goel  <deego3@gmail.com>
6797         * gnus-art.el (article-make-date-line):
6798         * gnus-start.el (gnus-load):
6799         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6801 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6803         * gnus-art.el (gnus-use-idna)
6804         * gnus-start.el (gnus-site-init-file)
6805         * message.el (message-use-idna)
6806         * mm-uu.el (mm-uu-hide-markers)
6807         * smiley.el (smiley-style): Revert changes that suppress warnings.
6809 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6811         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6812         specify charset to html source.
6813         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
6815 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6817         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6818         idna-program in order to suppress byte compile warning issued by XEmacs
6819         that came to byte compile the default value section of defcustom forms
6820         recently.
6822         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6823         value of installation-directory.
6825         * message.el (message-use-idna): Don't directly refer to the value of
6826         idna-program.
6828         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6830         * smiley.el (smiley-style): Don't directly call face-attribute.
6832 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6834         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6836         * gnus-dired.el: Reduce Gnus dependencies.
6837         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
6838         Don't require.  Use autoloads instead.
6839         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6840         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6841         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6842         (gnus-dired-mode): Adjust doc string.
6843         (gnus-dired-mail-mode): New variable.
6844         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6845         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6846         (gnus-dired-mail-buffers): New function.  Return mail or message
6847         composition buffers.
6848         (gnus-dired-attach): Use it.
6849         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6850         NO-DECODE.
6851         (gnus-dired-print): Use `gnus-print-buffer' depending on
6852         `gnus-dired-mail-mode'.
6854 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6856         * rfc2047.el (rfc2047-encoded-word-regexp)
6857         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6858         explaining what regexp patterns are for.
6860 2007-12-04  Glenn Morris  <rgm@gnu.org>
6862         * password.el: Move to ../password-cache.el.
6864         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6865         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6866         * mml-smime.el (password-read, password-cache-add)
6867         (password-cache-remove):
6868         No need to autoload, since mml-sec requires password.
6870         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6871         * message.el (gnus-extract-address-components):
6872         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6874         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6875         password.
6877 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6879         * mailcap.el: Reduce dependencies.
6880         (mail-header-parse-content-type): Autoload.
6881         (mailcap-delete-duplicates): New alias.
6882         (mailcap-mime-info): Add optional argument NO-DECODE.
6883         (mailcap-mime-types): Use mailcap-delete-duplicates.
6885         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6887 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6889         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6890         function.
6892         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6893         (gnus-uu-yenc-article): New function.
6895         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6897         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
6899 2007-12-02  Glenn Morris  <rgm@gnu.org>
6901         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
6902         Move to ../net.
6904         * binhex.el, uudecode.el: Move to ../mail.
6906         * encrypt.el: Remove file.
6908 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6910         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6911         matches on patches.
6913         * gnus-art.el (gnus-article-browse-html-article):
6914         Mention `mm-text-html-renderer' in the doc string.
6916         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6917         string.  Add comments.
6919         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6920         if rhs is ASCII.
6922 2007-12-01  Glenn Morris  <rgm@gnu.org>
6924         * dig.el, dns.el: Move to ../net.
6925         * format-spec.el, hex-util.el, sha1.el: Move to ../.
6927         * mail-source.el (top-level): Require format-spec before
6928         eval-when-compile.
6930 2007-11-30  Glenn Morris  <rgm@gnu.org>
6932         * encrypt.el: Require password, rather than autoloading password-read.
6934 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6936         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6937         caller can indicate whether the cache should be disregarded for this
6938         call.  This way the result of the call is reproducible at all times and
6939         can be considered a canonical server name for the supplied method.
6940         (gnus-agent-method-p): Canonicalize server names by pushing their
6941         method through `gnus-method-to-server' using the no-cache argument.
6943         * gnus-srvr.el (gnus-server-insert-server-line):
6944         Call `gnus-method-to-server' with `no-cache' argument.
6946         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6947         gnus-agent-possibly-synchronize-flags as this should be called when the
6948         server is actually being opened.
6949         (gnus-agent-possibly-synchronize-flags)
6950         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6951         flags file of an agentized server to the latter function.
6953         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6954         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6955         after a connection has been established successfully.
6957 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6959         * gnus-art.el (article-display-face): Force to display face if called
6960         interactively; check if gnus-article-x-face-too-ugly matches author.
6961         (article-display-x-face): Display face even if From header is missing
6962         as article-display-face does.
6964 2007-11-28  Richard Stallman  <rms@gnu.org>
6966         * md4.el: Move to ../.
6967         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
6969 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6971         * mail-source.el (mail-sources): Default to fetch from file for
6972         compatibility with default of nnmail-spool-file.
6974 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6976         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6977         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6978         to look for encoded word that should be encoded again.
6979         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6980         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6981         encoding pattern.
6982         (rfc2047-decode-region): Switch strict regexp and loose one according
6983         to rfc2047-allow-irregular-q-encoded-words.
6985 2007-11-26  Simon Josefsson  <simon@josefsson.org>
6987         * imap.el: Move to ../net directory.
6989 2007-11-25  Romain Francoise  <romain@orebokech.com>
6991         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6993 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6995         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6996         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6998         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6999         `nnmail-spool-file'.
7001         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7002         `nnmail-spool-file'.
7004         * gnus-move.el (gnus-change-server): Ditto.
7006         * gnus-kill.el (gnus-batch-score): Ditto.
7008         * gnus-cache.el (gnus-jog-cache): Ditto.
7010         * gnus-msg.el (gnus-summary-reply):
7011         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7013 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7015         * gnus-cache.el (gnus-cache-generate-nov-databases):
7016         Use nnml-generate-nov-databases-directory instead of
7017         nnml-generate-nov-databases-1.
7019 2007-11-24  Glenn Morris  <rgm@gnu.org>
7021         * message.el (message-tool-bar-retro): Update for rename
7022         mail_send.xpm->mail-send.xpm.
7024 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7026         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7027         `smime-ldap-search' for Emacs 22 and up.
7029 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7031         * hashcash.el: Move to ../mail directory.
7033         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
7035         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7036         `smime-ldap-search' for Emacs 22 and up.
7038 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7040         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7042         * message.el (message-send-mail-function): Fix error convention.
7043         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7044         (message-widen-reply, message-send-mail, message-talkative-question)
7045         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7046         (message-clone-locals, message-send-news): Use with-current-buffer.
7047         (message-insert-or-toggle-importance): Remove unused var `valid'.
7048         (message-make-references): Remove unused var `new-references'.
7049         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7051 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7053         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7054         (spam-split-symbolic-return-positive): Reflow docstring.
7055         (spam-backends, spam-summary-exit-behavior)
7056         (spam-mark-ham-unread-before-move-from-spam-group)
7057         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7058         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7059         (spam-clear-cache, spam-backend-check, spam-install-backend)
7060         (spam-install-statistical-backend, spam-list-of-processors)
7061         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7062         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7063         (spam-check-crm114, spam-initialize, spam-unload-hook):
7064         Fix typos in docstrings.
7066 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7068         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7069         been checked if they have never been read and those group levels are
7070         higher than the one that a user specified.
7072 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7074         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7075         foreign groups unless a group level is specified by a user.
7076         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7078 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7080         * message.el (message-send-mail-function): Require sendmail.
7082 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7084         * message.el (message-send-mail-function): Check for smtpmail too.
7086         * utf7.el (utf7-encode, utf7-decode): Use coding system
7087         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7089         * message.el (message-send-mail-function): New function.
7090         (message-send-mail-function): Set default using
7091         message-send-mail-function.  Adjust doc string.
7092         (message-send-mail-with-mailclient): New function.
7094 2007-11-17  Richard Stallman  <rms@gnu.org>
7096         * assistant.el: Remove file.
7098 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7100         * smime.el (from):
7101         * rfc2047.el (message-posting-charset):
7102         * qp.el (mm-use-ultra-safe-encoding):
7103         * pop3.el (parse-time-months):
7104         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7105         * nnml.el (files):
7106         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7107         (jka-compr-compression-info-list, ange-ftp-path-format)
7108         (efs-path-regexp):
7109         * nndiary.el (files):
7110         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7111         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7112         (epg-digest-algorithm-alist, inhibit-redisplay)
7113         (password-cache-expiry):
7114         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7115         (pgg-output-buffer, password-cache-expiry):
7116         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7117         (efs-path-regexp):
7118         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7119         (inhibit-redisplay):
7120         * mm-uu.el (file-name, start-point, end-point, entry)
7121         (gnus-newsgroup-name, gnus-newsgroup-charset):
7122         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7123         (latin-unity-ucs-list):
7124         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7125         (mm-uu-binhex-decode-function):
7126         * message.el (gnus-message-group-art, gnus-list-identifiers)
7127         (rmail-enable-mime-composing, gnus-local-organization)
7128         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7129         (gnus-read-active-file, facemenu-add-face-function)
7130         (facemenu-remove-face-function, gnus-article-decoded-p)
7131         (tool-bar-mode):
7132         * mail-source.el (display-time-mail-function):
7133         * gnus-util.el (nnmail-pathname-coding-system)
7134         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7135         (gnus-original-article-buffer, gnus-user-agent)
7136         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7137         (xemacs-codename, sxemacs-codename, emacs-program-version):
7138         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7139         * gnus-start.el (gnus-agent-covered-methods)
7140         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7141         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7142         (gnus-newsgroup-headers, gnus-group-list-mode)
7143         (gnus-group-mark-positions, gnus-newsgroup-data)
7144         (gnus-newsgroup-unreads, nnoo-state-alist)
7145         (gnus-current-select-method, mail-sources)
7146         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7147         (nnmail-spool-file, gnus-cache-active-hashtb):
7148         * gnus-mh.el (mh-lib-progs):
7149         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7150         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7151         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7152         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7153         (gnus-group-buffer):
7154         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7155         (font-lock-set-defaults):
7156         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7157         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7158         (gnus-summary-post-menu, total-parts, type, condition, length):
7159         * gnus-agent.el (gnus-agent-read-agentview):
7160         * flow-fill.el (show-trailing-whitespace):
7161         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7162         eval-and-compile wrappers for byte compiler pacifiers.
7164         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7165         (mm-display-inline-fontify): Check for featurep 'xemacs not
7166         extent-list.
7168         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7169         itimer-list.
7170         (mm-create-image-xemacs): Only do something for XEmacs.
7171         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7173         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7175         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7176         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7178 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7180         * nnimap.el (nnimap-split-download-body):
7181         * gnus-demon.el (gnus-demon):
7182         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7184 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7186         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7187         New macros.
7188         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7189         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7190         copy data from unibyte buffer to multibyte current buffer.
7191         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7192         to copy data from unibyte current buffer to multibyte buffer.
7193         (nntp-make-process-buffer): Make process buffer unibyte.
7195         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7197 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7199         * pop3.el (pop3-open-server): Accept and process data more robustly at
7200         connexion start to avoid spurious "POP SSL connexion failed" errors.
7202 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7204         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7205         read group names.
7207 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7209         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7211 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7213         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7214         (nnmail-save-active): Use a unibyte buffer when saving active file,
7215         which may contain non-ASCII group names.
7217         * nnml.el (nnml-request-group): Decode group names in messages.
7219 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7221         * message.el (message-citation-line-function)
7222         (message-insert-formatted-citation-line): Fix spelling of
7223         `message-insert-formated-citation-line'.
7225 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7227         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7229 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7231         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7232         nnmail-pathname-coding-system.
7234         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7235         that a user enters; decode group names in messages.
7237         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7239 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7241         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7243         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7245         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7246         risky local variable.
7248         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7250 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7252         * encrypt.el: Improve documentation to fix function name typo.
7253         Reported by Daiki Ueno <ueno@unixuser.org>.
7255 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7257         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7258         even if the point is not in the last page of an article.
7259         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7260         back to the previous page.
7262 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7264         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7266 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7268         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7270 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7272         * message.el (message-check-news-body-syntax):
7273         Avoid mm-string-as-multibyte.
7274         (message-hide-headers): Don't assume (point-min)==1.
7276 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7278         * message.el (message-remove-blank-cited-lines): Fix if remove is
7279         given.
7280         (message-bogus-address-regexp): New variable.
7281         (message-bogus-recipient-p): New function.
7282         (message-check-recipients): New command.
7283         (message-syntax-checks): Add `bogus-recipient'.
7284         (message-fix-before-sending): Add `bogus-recipient'.
7286         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7287         (gnus-treat-body-boundary): Don't test window-system.
7289 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7291         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7293 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7295         * gnus.el: Bump version to Gnus v5.13.
7297 2007-10-28  Miles Bader  <miles@gnu.org>
7299         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7300         at compile-time too.
7302 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7304         * gnus-msg.el (gnus-message-setup-hook):
7305         Add `message-remove-blank-cited-lines' to options.
7307 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7309         * message.el (message-remove-blank-cited-lines): New function.
7310         Suggested by Karl Plästerer.
7312 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7314         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7315         mapc.
7317         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7318         (top-level): Use mapc to set functions to be traced for debugging.
7320         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7321         called for effect with while loop.
7323         * message.el (message-talkative-question): Replace mapcar called for
7324         effect with mapc.
7326         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7327         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7328         called for effect with dolist.
7330         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7332         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7333         gnus-extra-headers and nnmail-extra-headers.
7335         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7336         called for effect with dolist.
7337         (top-level): Use mapc to set functions to be traced for debugging.
7339         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7340         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7341         dolist.
7343         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7344         Replace mapcar called for effect with mapc.
7345         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7346         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7347         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7348         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7350         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7351         remove-if that's a cl function.
7353         * webmail.el (webmail-debug): Replace mapcar called for effect with
7354         dolist.
7356 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7358         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7359         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7360         with while loop.
7362         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7363         functions from article-* functions.
7364         (gnus-multi-decode-header): Replace mapcar called for effect with
7365         dolist.
7367         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7368         (gnus-bookmark-show-details): Replace mapcar called for effect with
7369         while loop.
7371         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7372         called for effect with while loop.
7374         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7375         with dolist.
7377         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7378         Replace mapcar called for effect with dolist.
7380         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7382         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7383         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7384         Replace mapcar called for effect with dolist.
7385         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7386         mapc.
7388         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7389         Replace mapcar called for effect with dolist.
7390         (gnus-topic-list): Replace mapcar called for effect with mapc.
7392         * gnus.el: Use mapc instead of mapcar to add autoloads.
7394 2007-10-23  Richard Stallman  <rms@gnu.org>
7396         * gnus-group.el (gnus-group-highlight): Mark as risky.
7398 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7400         * gnus.el (gnus-server-to-method): Return method found first in
7401         gnus-newsrc-alist.
7403         * gnus-art.el (gnus-article-highlight-signature)
7404         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7405         button overlay without the front stickiness.
7407 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7409         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7410         overview buffer needed a catch to receive its throw.
7411         (gnus-agent-flush-cache): Declare as interactive to make this function
7412         easier to use.
7414 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7416         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7417         `next-line'.
7419 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7421         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7422         exclude address matching message-dont-reply-to-names.
7424 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7426         * gnus-util.el (gnus-string<): New function.
7428         * gnus-sum.el (gnus-article-sort-by-author)
7429         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7431 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7433         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7434         the frame-focus tag is set in gnus-buffer-configuration.
7436 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7438         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7439         the front stickiness.
7441 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7443         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7444         url pattern; remove duplicate one.
7445         (gnus-article-extend-url-button): New function.
7446         (gnus-article-add-buttons): Use it.
7447         (gnus-button-push): Use concatenated url that it makes.
7449 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7451         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7452         (sieve-manage-open): Use `mapc' instead of `mapcar'.
7454 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7456         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7457         Don't hardcode point-min==1.
7459 2007-09-30  David Kastrup  <dak@gnu.org>
7461         * gnus-art.el (gnus-article-reply-with-original)
7462         (gnus-article-followup-with-original): When `transient-mark-mode' is
7463         off, refrain from active-region behavior for followups.
7465 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7467         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7468         Fix comment about "iso8859-1".
7470 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7472         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7473         ones returned from the verify-function.
7475         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7476         Call mml2015-extract-cleartext-signature if extraction failed.
7478 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7480         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7481         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7482         failed.
7484 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7486         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7488 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7490         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7491         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7492         thread for both the null and zero (kill/expire thread) universal prefix
7493         cases.
7494         (gnus-summary-expire-thread): Add new function to expire a thread,
7495         using gnus-summary-kill-thread.
7496         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7497         shortcuts for gnus-summary-expire-thread.
7498         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7499         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7501 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7503         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7504         extras value, so an extras entry can be deleted.
7505         (gnus-registry-delete-extra-entry): Use it.
7506         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7507         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7508         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7509         storage through the gnus-registry, and provide an appropriate API for
7510         it.
7512 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7514         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7515         Suggested by Leo <sdl.web@gmail.com>.
7517         * gnus.el: Do.
7519 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7521         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7522         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7524         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7526         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7527         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7529 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7531         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7532         newline.
7533         (nnmbox-request-accept-article): Don't change article in source buffer;
7534         narrow to header to use message-fetch-field rather than
7535         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7536         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7537         as delimiters; make sure article ends with newline.
7538         (nnmbox-delete-mail): Correct last position of article to be deleted;
7539         ignore X-Gnus-Newsgroup header in article body.
7540         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7541         positions; make sure article ends with newline.
7543         * message.el (message-display-abbrev): Don't infloop when a user
7544         inserts SPC in the beginning of header.
7546 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7548         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7549         list of groups not followed by default.  Fix type to be regexp.
7550         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7552 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7554         * hmac-def.el (define-hmac-function): Switch from old-style to
7555         new-style backquotes.
7557         * md4.el (md4-make-step): Likewise.
7559 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7561         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7562         raw-text coding system when saving .newsrc file, which may contain
7563         non-ASCII group names.
7565 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7567         * gnus-cus.el (gnus-score-extra): New widget.
7568         (gnus-score-extra-convert): New function.
7569         (gnus-score-customize): Use it for Extra.
7571 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7573         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7574         (mml2015-mailcrypt-clear-verify): Use it.
7575         (mml2015-gpg-clear-verify): Use it.
7576         (mml2015-pgg-clear-verify): Use it.
7577         (mml2015-epg-clear-verify): Replace the current part with the output
7578         from GnuPG; don't extract the plaintext by itself.
7580         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7581         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7582         mml2015-clear-verify-function; don't touch the armor headers or
7583         dash-escaped text here.
7585 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7587         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7588         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7589         parts, or application/octet-stream as a last resort.
7590         (gnus-mime-view-part-as-type): Don't toggle display.
7591         (gnus-mime-view-part-as-charset): Don't turn off display before
7592         querying charset.
7594         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7595         stuff to undisplayer function in Emacs.
7596         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7598         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7599         text/calendar parts.
7601 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7603         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7604         decoding text/calendar parts.
7606         * message.el (message-forward-make-body-mime): Always mark body as
7607         having no illegible text; remove signed-or-encrypted argument.
7608         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7610         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7611         (mml-generate-mime-1): Don't encode body if it is specified to be in
7612         raw form; don't make buffer be unibyte when inserting multibyte string.
7614 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7616         * sha1.el: Fix up comment style.
7617         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7618         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7620         * hex-util.el: Fix up comment style.
7621         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7623         * gnus-salt.el: Use with-current-buffer.
7624         (gnus-pick-setup-message): Fix long-standing typo.
7626 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7628         * imap.el (imap-logout-timeout): New variable.
7629         (imap-logout, imap-logout-wait): New functions.
7630         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7632         * nnimap.el (nnimap-logout-timeout): New server variable.
7633         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7634         nnimap-logout-timeout.
7636         * gnus-art.el (gnus-article-summary-command-nosave)
7637         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7639 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7641         * gnus.el (gnus-maximum-newsgroup): New variable.
7643         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7644         according to gnus-maximum-newsgroup.
7646         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7647         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7648         Limit the range of articles according to gnus-maximum-newsgroup.
7650 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7652         * gnus-art.el (gnus-sticky-article): Fix problems described in
7653         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7654         Don't perform gnus-configure-windows here; reuse existing sticky
7655         article buffer.
7657         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7658         it doesn't exist in gnus-article-mode.
7660 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7662         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7663         (gnus-agent-decoded-group-name): New function.
7664         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7665         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7667 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7669         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7670         Add binding for gnus-sticky-article.
7671         (gnus-summary-exit): Don't kill sticky article buffers.
7673         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7674         article buffer.
7675         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7676         (gnus-kill-sticky-article-buffers): New commands.
7678 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7680         * nntp.el (nntp-xref-number-is-evil): New server variable.
7681         (nntp-find-group-and-number): If it is non-nil, don't trust article
7682         numbers in the Xref header.
7684 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7686         * gnus-agent.el (gnus-agent-read-group): New function.
7687         (gnus-agent-flush-group, gnus-agent-expire-group)
7688         (gnus-agent-regenerate-group): Use it.
7689         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7690         nnmail-pathname-coding-system.
7692 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7694         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7696         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7697         that are unread as unread, and also as selected so that information of
7698         marks having been changed by a user may be updated when exiting group.
7700 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7702         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
7704 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7706         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7707         calculated ignoring signature parts to gnus-treat-article.
7709 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7711         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7712         a point here in order to keep the window start.
7713         (gnus-insert-mime-security-button): Make a button overlay without the
7714         front stickiness.
7715         (gnus-mime-display-security): Goto the end of a button.
7717         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7719 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7721         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7722         group-name-at-point.
7723         (gnus-group-completing-read): New function that offers decoded
7724         non-ASCII group names for completion.
7725         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7726         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7727         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7728         (gnus-group-fetch-control): Use it.
7729         (gnus-fetch-group): Use group-name-at-point for the initial value
7730         rather than the default value; use gnus-alive-p.
7732         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7733         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7734         (gnus-summary-post-news): Use gnus-group-completing-read.
7736         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7737         (gnus-read-move-group-name): Decode group name for completion.
7739 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7741         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7742         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7743         Yamaoka slightly modified the code).
7745 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7747         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7748         (nnmail-split-incoming): Bind it.
7750         * nnml.el (nnml-group-name-charset): New function.
7751         (nnml-decoded-group-name): Use it; don't decode group name if
7752         nnmail-group-names-not-encoded-p is non-nil.
7753         (nnml-encoded-group-name): New function.
7754         (nnml-group-pathname): Inline nnml-decoded-group-name.
7755         (nnml-request-expire-articles): Decode group name in message.
7756         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7757         nnmail-pathname-coding-system.
7758         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7759         not decoded ones according to nnmail-group-names-not-encoded-p.
7760         (nnml-generate-active-info): Use nnml-encoded-group-name.
7762 2007-08-08  Glenn Morris  <rgm@gnu.org>
7764         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7765         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7766         doc-strings and comments.
7768 2007-07-25  Glenn Morris  <rgm@gnu.org>
7770         * Relicense all FSF files to GPLv3 or later.
7772 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7774         * gnus-sum.el (gnus-summary-move-article):
7775         Make gnus-summary-respool-article work.
7777 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7779         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7780         string.
7782 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7784         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7785         that should be ignored when comparing distant RSS articles with local
7786         ones.
7787         (nnrss-make-hash-index): New function.  Create a hash index according
7788         to the ignored fields.
7789         (nnrss-check-group): Use it.
7791 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7793         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7795         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7797         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7798         the new optional argument ENCODED is non-nil.
7799         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7800         coding system for encoding group name.
7801         (gnus-group-make-rss-group): Pass un-encoded group name to
7802         gnus-group-make-group.
7803         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7804         encoded.
7806         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7807         Encode group name to which articles are moved or copied.
7808         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7809         coding system for encoding Newsgroup, Followup-To and Xref headers.
7811         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7812         marks; use nnheader-file-coding-system to write a file.
7813         (nnagent-retrieve-headers): Bind file-name-coding-system to
7814         nnmail-pathname-coding-system.
7816         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7818         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7819         (nnml-request-article, nnml-request-create-group)
7820         (nnml-request-rename-group, nnml-find-id)
7821         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7822         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7823         (nnml-save-marks): Use nnml-group-pathname instead of
7824         nnmail-group-pathname.
7826         (nnml-request-create-group, nnml-request-expire-articles)
7827         (nnml-request-move-article, nnml-request-delete-group)
7828         (nnml-deletable-article-p, nnml-possibly-create-directory)
7829         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7830         (nnml-open-marks): Bind file-name-coding-system to
7831         nnmail-pathname-coding-system.
7833         (nnml-request-article): Pass server argument to nnml-find-group-number.
7834         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
7835         Pass server argument to nnml-possibly-create-directory.
7836         (nnml-request-accept-article): Pass server argument to
7837         nnml-active-number and nnml-save-mail.
7838         (nnml-find-group-number): Pass server argument to nnml-find-id.
7839         (nnml-request-update-info): Pass server argument to
7840         nnml-marks-changed-p.
7842         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7843         (nnml-save-mail, nnml-active-number): Add server argument.
7845         (nnml-request-delete-group): Warn if group is missing.
7846         (nnml-get-nov-buffer): Decode group name.
7847         (nnml-generate-active-info): Encode group name.
7848         (nnml-open-marks): Decode group name in messages.
7850 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7852         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7853         if it is not specified.
7854         (gnus-article-pipe-part, gnus-article-save-part)
7855         (gnus-article-interactively-view-part, gnus-article-copy-part)
7856         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7857         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7858         (gnus-article-replace-part, gnus-article-delete-part)
7859         (gnus-article-view-part-as-type): Pass raw prefix argument to
7860         gnus-article-part-wrapper.
7862 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7864         * gnus-agent.el (gnus-agent-save-active):
7865         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
7867         * gnus-cache.el (gnus-cache-save-buffers)
7868         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7869         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7870         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7871         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7872         (gnus-cache-generate-active, gnus-cache-rename-group)
7873         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7874         (gnus-cache-update-overview-total-fetched-for):
7875         Bind file-name-coding-system to nnmail-pathname-coding-system.
7876         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
7877         New variables.
7878         (gnus-cache-decoded-group-name): New function.
7879         (gnus-cache-file-name): Use it.
7880         (gnus-cache-generate-active): Use non-decoded group name for active.
7882         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7883         right place.
7884         (gnus-write-active-file): Don't break non-ASCII group names.
7886         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7887         nnmail-pathname-coding-system.
7889         * gnus-uu.el (gnus-uu-decode-save): Typo.
7891 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7893         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7895 2007-07-14  David Kastrup  <dak@gnu.org>
7897         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
7898         finishing actions if we did not edit the article.
7900 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7902         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7903         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7904         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7905         (gnus-agent-flush-group, gnus-agent-flush-cache)
7906         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7907         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7908         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7909         (gnus-agent-regenerate-group)
7910         (gnus-agent-update-files-total-fetched-for)
7911         (gnus-agent-update-view-total-fetched-for):
7912         Bind file-name-coding-system to nnmail-pathname-coding-system.
7913         (gnus-agent-group-pathname): Don't encode file names by
7914         nnmail-pathname-coding-system.
7915         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7916         coding-system-for-write instead of buffer-file-coding-system to
7917         gnus-agent-file-coding-system.
7919         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7920         Decode group name.
7922         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7924         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7925         (gnus-read-newsrc-el-file): Make group names unibyte.
7927         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7928         nnmail-pathname-coding-system.
7930         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7931         (nnrss-request-delete-group): Bind file-name-coding-system to
7932         nnmail-pathname-coding-system.
7933         (nnrss-read-server-data, nnrss-read-group-data):
7934         Bind file-name-coding-system correctly.
7935         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7937         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7938         (nntp-server-to-method-cache): New variable.
7939         (nntp-group-pathname): New function that decodes non-ASCII group names.
7940         (nntp-possibly-create-directory, nntp-marks-changed-p)
7941         (nntp-save-marks, nntp-open-marks): Use it.
7942         (nntp-possibly-create-directory, nntp-open-marks):
7943         Bind file-name-coding-system to nnmail-pathname-coding-system.
7944         (nntp-open-marks): Decode group names when bootstrapping marks.
7946         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7947         Newsgroups and Folowup-To headers.
7949 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7951         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7952         (gnus-server-closed-face, gnus-server-denied-face)
7953         (gnus-server-offline-face): Remove variable.
7954         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7956         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7957         of modifying message-stack directly for XEmacs.
7959         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7960         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7961         if the coding-system argument is nil for XEmacs.
7963         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7964         mm-charset-override-alist.
7966         * rfc2047.el: Don't require base64; require rfc2045 for the function
7967         rfc2045-encode-string.
7968         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7969         to quote the parameter value.
7971 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7973         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7974         form in gnus-group-name-charset-method-alist.
7976         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7977         overrides the default layout edit-form.
7979         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7981         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7983 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7985         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7986         as unfetched articles.
7988 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7990         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7992 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7994         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7995         original back end that keeps marks in the local system.
7997 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7999         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8000         arg of pop-to-buffer for XEmacs.
8001         (gnus-article-read-summary-keys): Ditto; don't restore window
8002         configuration if summary command ends up with neither article buffer
8003         nor summary buffer; describe bindings if summary keys end with C-h.
8005 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8007         * message.el (message-fix-before-sending): Skip raw message part to be
8008         forwarded while checking illegible text.
8009         (message-forward-make-body-mime, message-forward-make-body):
8010         Mark signed or encrypted raw message as having no illegible text.
8012 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8014         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8015         (gnus-message-with-timestamp-1): New macro.
8016         (gnus-message-with-timestamp): New function.
8017         (gnus-message): Use them.
8019         * nnheader.el (nnheader-message): Use them.
8021 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8023         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8024         .newsrc.eld file.
8026 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8028         * gnus-agent.el (gnus-agent-fetch-headers)
8029         (gnus-agent-retrieve-headers):
8030         Bind gnus-decode-encoded-address-function to identity.
8032         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8033         available also when the server returns simply a dot.
8035         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8037 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8039         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8041 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8043         * gnus-ems.el (gnus-x-splash): Make it work.
8045         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8046         from being used.
8048 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8050         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8051         the front stickiness.
8052         (gnus-article-summary-command-nosave): Correct the order of the
8053         arguments passed to pop-to-buffer.
8054         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8055         summary command ends up with the article buffer.
8057         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8058         the same faces.
8060 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8062         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8064 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8066         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8067         * gnus-sum.el (gnus-summary-highlight):
8068         * mail-source.el (mail-source-delete-old-incoming-confirm):
8069         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8071 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8073         * gnus-art.el (gnus-mime-view-part-externally)
8074         (gnus-mime-view-part-internally): Fix predicate function passed to
8075         completing-read.
8077         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8079         * gnus.el (gnus-update-message-archive-method): Add :version.
8081 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8083         * gnus.el (gnus-update-message-archive-method): New variable.
8085         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8086         according to gnus-message-archive-method if
8087         gnus-update-message-archive-method is non-nil.
8089 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8091         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8092         Suggested by Loic Dachary <loic@dachary.org>.
8093         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8095 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8097         * message.el (message-pop-to-buffer): Add switch-function argument.
8098         (message-mail): Pass switch-function argument to it.
8100 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8102         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8103         Improve doc string.
8105 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8107         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8108         (gnus-header-content)
8109         * gnus-cite.el (gnus-cite-10)
8110         * gnus-srvr.el (gnus-server-closed)
8111         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8112         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8113         (gnus-group-mail-3-empty, gnus-group-mail-low)
8114         (gnus-group-mail-low-empty, gnus-splash)
8115         * message.el (message-header-to, message-header-cc)
8116         (message-header-subject, message-header-other, message-header-name)
8117         (message-header-xheader, message-separator, message-cited-text)
8118         (message-mml): Lighten colors of faces used for dark background.
8120 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8122         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8123         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8125 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8127         * message.el (message-narrow-to-headers-or-head):
8128         Ignore mail-header-separator in the body.
8130 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8132         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8133         same as window size.
8135 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8137         * message.el (message-font-lock-keywords): Use message-header-xheader
8138         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8139         ahead of the anything pattern, to get it recognised.
8141 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8143         * gnus-sum.el (gnus-articles-to-read)
8144         (gnus-summary-insert-old-articles): Don't truncate group name for
8145         `read-string'.
8147         * gnus-util.el (gnus-limit-string): Delete this function.
8149         * gnus-sum.el (gnus-simplify-subject-fully):
8150         Use `truncate-string-to-width' instead.
8152 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8154         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8155         Tell if, on summary exit, the next group has to be selected.
8156         (gnus-summary-exit): Use it.
8158 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8160         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8161         non-break space.
8163 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8165         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8166         Check if group is not a directory.
8167         (nnfolder-request-expire-articles): Don't delete articles if the target
8168         group is not available.
8170         * nnml.el (nnml-request-create-group): Properly check if group is not a
8171         file.
8172         (nnml-request-expire-articles): Don't delete articles if the target
8173         group is not available.
8175         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8176         Don't quote characters that are within parentheses.
8178 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8180         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8181         (gnus-handle-ephemeral-exit): Select article according to it.
8183 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8185         * message.el (message-insert-formated-citation-line): Remove newline.
8186         (message-citation-line-format): Add final \n here so that the user can
8187         avoid a blank line.
8189 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8191         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8192         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8193         Update lanl/arXiv support.
8195 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8197         * gnus.el: Bump version number.
8199 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8201         * gnus.el (gnus-version-number): Bump version.
8203 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8205         * gnus.el: No Gnus v0.6 is released.
8207 2007-04-27  Didier Verna  <didier@xemacs.org>
8209         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8210         * gmm-utils.el (gmm-regexp-concat): ... here.
8211         * message.el: Don't require 'gnus-util.
8212         (message-dont-reply-to-names): Handle name change above.
8213         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8215 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8217         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8218         since the initial value varies according to the system.
8220 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8222         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8224 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8226         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8228 2007-04-24  Didier Verna  <didier@xemacs.org>
8230         Improve the type of gnus-ignored-from-addresses.
8231         * gnus-util.el (gnus-orify-regexp): New function.
8232         * message.el (gnus-util): Require it.
8233         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8234         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8235         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8237 2007-04-24  Didier Verna  <didier@xemacs.org>
8239         * gnus-sum.el:
8240         * gnus-utils.el: Fix some trailing whitespaces.
8242 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8244         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8245         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8246         article's Message-ID; refer parent article in summary buffer.
8248         * message.el (message-bounce): Call mime-to-mml.
8250 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8252         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8254 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8256         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8257         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8258         displayed of multipart/alternative part if it is invoked from summary
8259         buffer.
8261         * mm-view.el (mm-inline-text-html-render-with-w3m)
8262         (mm-inline-text-html-render-with-w3m-standalone)
8263         (mm-inline-render-with-function): Use mail-parse-charset by default.
8265 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8267         * parse-time.el (parse-time-string-chars): Check if CHAR
8268         is less than the length of parse-time-syntax.
8270 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8272         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8273         from gnus-newsgroup-processable.
8275 2007-04-16  Didier Verna  <didier@xemacs.org>
8277         * gnus-msg.el (gnus-configure-posting-styles):
8278         Handle message-signature-directory properly with :file syntax.
8279         Reported by "Leo".
8281 2007-04-11  Didier Verna  <didier@xemacs.org>
8283         New user option: message-signature-directory.
8284         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8285         * message.el (message-insert-signature): Ditto.
8286         * message.el (message-signature-file): Doc update.
8287         * message.el (message-signature-directory): New.
8289 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8291         * gnus-msg.el (gnus-inews-yank-articles):
8292         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8294 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8296         * message.el (message-yank-original): Make sure cited text ends with
8297         newline; don't exchange point and mark.
8299 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8301         * tls.el (open-tls-stream): Properly handle case where there
8302         is no associated buffer.
8304 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8306         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8307         message-yank-original, make sure (< mark TEXT point).
8309 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8311         * message.el (message-fill-column): New variable.
8312         (message-mode): Use it.  Add comment on a possible new hook.
8314         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8315         (nnmail-get-new-mail): Reformat.
8317         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8319         * gmm-utils.el: Fix Commentary.
8320         (gmm-tool-bar-from-list): Fix typo in doc string.
8322 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8324         * message.el (message-yank-original): Don't switch point and mark
8325         unnecessarily to put point and mark as documented.
8327 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8329         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8330         from the message heads.
8332 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8334         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8335         article buffer does not have a window.  This may not be the best
8336         solution but is certainly better than setting the start of the null,
8337         that is the current, window.
8339 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8341         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8342         (gnus-draft-setup): Run it.
8344         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8345         gnus-score-fast-scoring.  Allow regexp.
8346         (gnus-score-headers): Use it.
8348         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8349         XEmacs.
8351         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8352         string.
8353         (gnus-button-alist): Also catch `<f1> k ...'.
8354         (gnus-treat-display-x-face): Fix doc string.
8356 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8358         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8359         evaluation of gnus-extended-version to ensure correct generation of the
8360         User-Agent header when message-generate-headers-first is used.
8362 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8364         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8365         hashcash-path is nil.  Don't call callback with incorrect number of
8366         parameters if val is 0.
8368 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8370         * message.el (message-required-news-headers):
8371         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8373 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8375         * message.el (message-generate-new-buffers): Change the meaning of the
8376         nil value; add `standard' to the choices; treat t as `unique'; improve
8377         doc string.
8378         (gnus-select-frame-set-input-focus): Autoload.
8379         (message-buffer-name): Search for the existing message buffer if
8380         message-generate-new-buffers is nil or `standard'; treat the value t of
8381         message-generate-new-buffers as `unique'.
8382         (message-pop-to-buffer): Raise the frame already displaying the message
8383         buffer; clear the echo area after querying.
8384         (message-setup): Pass the `continue' argument to compose-mail.
8385         (message-mail): Prefer `switch-function' if it is given; search for the
8386         existing message buffer if the `continue' argument is non-nil; pass
8387         continue and switch-function arguments to compose-mail by way of
8388         message-setup.
8389         (message-mail-other-window): Adjust argument of message-setup.
8390         (message-mail-other-frame): Ditto.
8392 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8394         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8395         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8396         to turn font-lock on when turning gnus-message-citation-mode on.
8398 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8400         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8401         (mml-smime-function-alist): New variable; add epg as the backend.
8402         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8403         mml-smime- functions instead.
8404         * mm-view.el: Require smime.
8406 2007-03-05  Didier Verna  <didier@xemacs.org>
8408         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8409         instead of just inheritance for posting styles.
8410         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8412 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8414         * tls.el (tls-certtool-program): Fix custom type.
8416 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8418         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8419         and point-at-eol instead of line-(beginning|end)-position.
8421         * assistant.el (assistant-parse-buffer): Ditto.
8423 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8425         * mml2015.el (mml2015-epg-find-usable-key): New function.
8426         (mml2015-epg-sign): Use it.
8427         (mml2015-epg-encrypt): Use it.
8429 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8431         * message.el (message-make-in-reply-to): Quote name containing
8432         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8433         if there are special characters.  Reported by NAKAJI Hiroyuki
8434         <nakaji@jp.freebsd.org>.
8436 2007-02-27  Didier Verna  <didier@xemacs.org>
8438         Include the group parameters as well as the topic ones in the
8439         inheritance filter process.
8440         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8441         argument GROUP-PARAMS-LIST.
8442         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8444 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8446         * nntp.el (nntp-never-echoes-commands)
8447         (nntp-open-connection-functions-never-echo-commands): New variables.
8448         (nntp-send-command): Use them.
8450 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8452         * mml2015.el (mml2015-epg-verify): Simplify.
8454 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8456         * mml.el (mml-content-disposition-alist): New user option.
8457         (mml-content-disposition): New function.
8458         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8459         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8461 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8463         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8464         verification.
8466 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8468         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8469         articles posted in the last 24 hours.
8471 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8473         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8475 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8477         * nntp.el (nntp-send-command): Don't wait for echoes when
8478         nntp-open-ssl-stream is used.
8480 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8482         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8483         (gnus-message-add-citation-keywords)
8484         (gnus-message-remove-citation-keywords): Remove.
8485         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8486         directly, make the variables in font-lock-defaults buffer-local, add
8487         gnus-message-citation-keywords to them and then update the value of
8488         font-lock-keywords.
8490 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8492         * message.el (message-cite-original-1): Don't call
8493         gnus-article-highlight-citation.
8495         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8496         citations; fix line count.
8498 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8500         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8501         (gnus-message-add-citation-keywords)
8502         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8503         versions of font-lock-add-keywords and font-lock-remove-keywords to
8504         work with XEmacs correctly.
8506 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8508         * gnus-cite.el (gnus-cite-face-list): Set the values of
8509         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8510         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8511         (gnus-message-cite-prefix-regexp): New variable.
8512         (gnus-message-search-citation-line): Use it; protect against long
8513         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8514         the 0th match data for Emacs.
8515         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8516         (gnus-message-add-citation-keywords): Append keywords rather than
8517         prepending; emulate font-lock-add-keywords if it is not available.
8518         (gnus-message-remove-citation-keywords):
8519         Emulate font-lock-remove-keywords if it is not available.
8521         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8523         * message.el (message-cite-prefix-regexp): Set the value of
8524         gnus-message-cite-prefix-regexp.
8526 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8528         * nnweb.el (nnweb-google-parse-1): Update parser.
8530 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8532         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8534 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8536         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8537         regexp.
8539 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8541         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8542         string-to-multibyte.
8543         (uudecode-decode-region-internal): Use it.
8545 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8547         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
8548         Fix custom choice.
8550         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8552 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8554         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8556         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8557         `write-region' to respect `mm-inhibit-file-name-handlers'.
8559 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8561         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8562         Use gnus-home-directory instead of "~/" or "$HOME".
8564 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8566         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8567         to mention filename.
8568         Add comments at beginning regarding usage.
8569         (encrypt-write-file-contents): Change interactive so a string is
8570         acceptable.  If the file has no associated model, show an error instead
8571         of a nonsense prompt.
8573 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8575         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8576         Thanks to Yoshihiko Yamada for kind notification of this typo.
8578 2007-01-12  Kenichi Handa  <handa@m17n.org>
8580         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8581         multibyte buffer.
8583 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8585         * gnus-score.el (gnus-score-fast-scoring): New variable.
8586         (gnus-score-headers): Use it.
8588         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8590         * message.el (message-cite-original-1):
8591         Call gnus-article-highlight-citation if requested.
8592         (message-make-from): Allow name and address as optional arguments.
8594         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8596         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8597         bugs to doc string.
8598         (gnus-button-alist): Add mid\\|message-id.
8599         (gnus-button-fetch-group): Extend for use in
8600         `browse-url-browser-function'.
8601         (gnus-button-url-regexp): Try to catch paired parentheses like in
8602         Wikipedia URLs.
8604         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8605         Suggested by Simon Krahnke <overlord@gmx.li>.
8607 2007-01-13  Romain Francoise  <romain@orebokech.com>
8609         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8610         Update copyright.
8612 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8614         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8616 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8618         * gnus-registry.el (gnus-registry-unfollowed-groups)
8619         (gnus-registry-split-fancy-with-parent): Fix documentation.
8621 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8623         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8624         from nnweb groups.
8626 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8628         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8629         Xref urls.  Erase buffer before requesting head.
8631         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8633 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8635         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8636         customizable.
8638 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8640         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8641         no signing key is found.
8642         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8643         no encrypting and/or signing key is found.
8645 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8647         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8649 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8651         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8652         headers read from disk with the ones newly found in the current search.
8653         This should no longer cause problems, because the article numbers in
8654         Gmane's `nov.php' output are ignored since the previous change.
8656 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8658         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8660 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8662         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8664 2007-01-01  Romain Francoise  <romain@orebokech.com>
8666         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8668 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8670         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8671         `define-minor-mode' macro definition expanded properly.
8672         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8673         exclude it there.
8675         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8676         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8677         `fboundp' test.
8678         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8679         This is OK to autoload in (S)XEmacs now.
8681 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8683         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8684         keystroke.
8685         (gnus-summary-limit-to-singletons): Fix typo.
8687         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8688         else fails.
8690 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8692         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8693         docstring.
8695         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8696         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8697         (gnus-summary-insert-dormant-articles): Fix typo in message.
8699 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8701         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8702         nil for XEmacs.
8703         (gnus-message-citation-mode): Don't autoload in XEmacs.
8705         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8707 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8709         * nnimap.el (nnimap-expunge-search-string):
8710         Mention nnimap-search-uids-not-since-is-evil in docstring.
8712 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8714         * spam.el: Revert to make-obsolete-variable because
8715         define-obsolete-variable-alias is not supported in Emacs 21.
8717         * spam.el (spam-ifile-path, spam-ifile-database-path)
8718         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8719         make-obsolete-variable.
8720         (spam-bsfilter-path, spam-bsfilter-program)
8721         (spam-spamassassin-path, spam-spamassassin-program)
8722         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
8723         Don't use "path" inappropriately.
8724         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8725         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8726         variable names.
8728 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8730         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8731         summary buffer.
8733         * password.el (password-cache-remove): Use clear-string to burn
8734         password, if available.
8736 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8738         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8740         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8742         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8743         (gnus-message-highlight-citation): Move defcustom here from
8744         gnus-cite.el.
8745         (gnus-message-citation-mode): Autoload.
8747         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8748         checks to make it compile with XEmacs.
8749         (gnus-message-citation-mode): New minor mode.
8750         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8751         (gnus-message-highlight-citation): New variables.
8752         (gnus-message-search-citation-line)
8753         (gnus-message-add-citation-keywords)
8754         (gnus-message-remove-citation-keywords)
8755         (turn-on-gnus-message-citation-mode)
8756         (turn-off-gnus-message-citation-mode): New functions.
8758 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8760         * gnus-cite.el: Enable highlighting of different citation levels in
8761         message-mode.
8763 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8765         * message.el (message-make-fqdn): Fix comment.
8766         (message-bogus-system-names): Add ".local".
8768         * spam.el (spam-ifile-path, spam-ifile-program)
8769         (spam-ifile-database-path, spam-ifile-database)
8770         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8771         Don't use "path" inappropriately.
8772         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8773         strings.
8774         (spam-check-ifile, spam-ifile-register-with-ifile)
8775         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
8776         Use new variable names.
8778         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8779         (gnus-treat-display-smileys): Simplify using
8780         gnus-image-type-available-p.
8782         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8783         available.
8785 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8787         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8788         one after turning on the buffer's multibyteness instead of decoding
8789         them directly in the unibyte buffer that causes unexpected conversion
8790         in Emacs 23 (unicode).
8792 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8794         * message.el (message-generate-hashcash): Fix custom type.
8796 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8798         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8800 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8802         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8803         disconnect icons.  Add help text.
8805 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8807         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8808         negated to be consistent with the others we handle.
8810 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8813         version of gnus-summary-buffer to something, so that we can use two
8814         article buffers at the same time.
8816 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8818         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8819         trigger all the extra headers.
8820         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8821         sorting.
8823 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8825         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8826         solid groups.
8828 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8830         * legacy-gnus-agent.el: Add Copyright notice.
8832 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8834         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8836 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8838         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8840         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8841         to make it work reliably in CVS Emacs.
8842         (gnus-summary-limit-strange-charsets-predicate)
8843         (gnus-summary-limit-to-predicate): New functions.
8845 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8847         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8848         specifying array size.
8849         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8850         array if it is too small.
8851         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
8852         (gnus-sort-threads-loop): New function.
8854 2006-12-06  Chris Moore  <dooglus@gmail.com>
8856         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8857         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8859 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8861         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8862         options.
8864 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8867         DOS-ing the recipient.
8869         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8870         the headers when creating the mapping to avoid mismappings.
8871         (nnweb-gmane-create-mapping): Always nix out old mapping.
8873 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8875         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8876         and mm-verify-option to never.
8878 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8880         * message.el (message-signed-or-encrypted-p): New function.
8881         (message-forward-make-body): Use it.
8883         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8884         Replace encode-coding-string with mm-encode-coding-string.
8886 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8888         * nneething.el (nneething-decode-file-name):
8889         Replace decode-coding-string with mm-decode-coding-string.
8891         * gnus-int.el (gnus-open-server): Say failed server's name.
8893 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8895         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8896         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8898         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8899         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8900         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8901         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8902         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8903         (gnus-subscribe-newsgroup, gnus-1):
8904         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8905         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8906         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8907         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8909 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8911         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8912         keystroke.
8913         (gnus-summary-limit-to-bodies): Implement headersp.
8915 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8917         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8919 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8921         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8923 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8925         * message.el (message-generate-hashcash): Expand range of values to
8926         include `opportunistic'.
8927         (message-send-mail): Use it.
8929 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8931         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8932         and comment it.
8934         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8936 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8938         * gnus-util.el (gnus-extract-address-components): Improve comment.
8940 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8942         * gnus-util.el (gnus-extract-address-components): Work with address in
8943         which the name portion contains @.
8945 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8947         * gnus.el (gnus-start): Move custom group up.
8948         (gnus-select-method): Don't autoload, but make it available for
8949         `customize-variable'.
8950         (gnus-getenv-nntpserver): Don't autoload.
8952 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8954         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8956 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8958         * message.el (message-sendmail-extra-arguments): New variable.
8959         (message-send-mail-with-sendmail): Use it.
8961 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8963         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8964         mm-with-unibyte-current-buffer to make string unibyte.
8966         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8967         mm-string-as-multibyte.
8969 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8971         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8972         Reported by Werner Koch <wk@gnupg.org>.
8974 2006-11-14  Daiki Ueno  <ueno@p360>
8976         * mml2015.el: Autoload epa-select-keys when compiling.
8978 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8980         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8981         message-options.
8982         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8984 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8986         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
8987         EasyPG (< 0.0.6).
8988         (mml2015-always-trust): New user option.
8989         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8990         prompt.
8992 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8994         * nntp.el (nntp-authinfo-force): New variable.
8995         (nntp-send-authinfo): Use it.
8997 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8999         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9000         decode encoded words.  Improve prompt.  Add comment about forwarding.
9001         (message-replacement-char): Move up.
9003 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9005         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9006         instead of gnus-intersection because arguments of gnus-sorted-nunion
9007         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9009 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9011         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9012         (message-simplify-subject-functions):
9013         Enable message-strip-subject-encoded-words by default.
9015 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9017         * message.el (message-strip-subject-encoded-words): New function.
9018         (message-simplify-subject-functions): New variable.
9019         (message-simplify-subject): Use it.  Fix typo in doc string.
9020         Support message-strip-subject-encoded-words.
9022 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9024         * gnus-diary.el (gnus-diary-delay-format-function):
9025         * nndiary.el (nndiary-reminders):
9026         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9028 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9030         * gnus-art.el (article-hide-boring-headers): Fetch date from
9031         gnus-original-article-buffer to avoid problems with localized date
9032         strings.
9034 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9036         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9038 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9040         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9041         New variables.
9042         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9043         (mm-charset-synonym-alist): Move some entries to
9044         mm-codepage-iso-8859-list.
9045         (mm-charset-synonym-alist, mm-charset-override-alist):
9046         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9048 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9050         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9052 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9054         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9055         with Emacs 21 and XEmacs.
9057 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9059         * spam.el (spam-parse-address): New function for better parsing,
9060         catching errors, etc.
9061         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9063 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9065         * mm-view.el: Add interactive arg to html2text autoload.
9067 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9069         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9071 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9073         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9074         New variables.
9075         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9076         (mm-charset-synonym-alist): Move some entries to
9077         mm-codepage-iso-8859-list.
9079         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9081 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9083         * message.el (message-citation-line-format)
9084         (message-insert-formated-citation-line): Fix implementation of %E, %N
9085         and %n according to the doc string.
9087 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9089         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9090         Use car-safe to avoid bad parses.
9092 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9094         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9095         names.
9097         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9099 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9101         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9102         header.
9104         * message.el (message-draft-headers): Add Date.
9105         (message-headers-to-generate): Fix typo in docstring.
9107         * nndraft.el (nndraft-required-headers): New variable.
9108         (nndraft-generate-headers): Use it.
9110         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9112 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9114         * gnus-registry.el (gnus-registry-wash-for-keywords)
9115         (gnus-registry-find-keywords): New functions to allow easy searching of
9116         articles that are in the registry.
9118 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9120         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9121         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9122         Reported by Damien Elmes <damien@repose.cx>.
9124 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9126         * gnus.el (gnus-mime): Remove unused custom group.
9128 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9130         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9131         "blank line" when searching for end of armor headers.
9133 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9135         * gmm-utils.el (gmm-write-region): Fix variable name.
9137 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9139         * gmm-utils.el (gmm-write-region): New function based on compatibility
9140         code from `mm-make-temp-file'.
9142         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9144         * nnmaildir.el (nnmaildir--update-nov)
9145         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9146         Use `gmm-write-region'.
9148 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9150         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9151         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9153         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9155         * message.el (message-replacement-char): New variable.
9156         (message-fix-before-sending): Use it.
9157         (message-simplify-subject): New function to remove duplicate code.
9158         (message-reply, message-followup): Use it.
9160         * gnus-sum.el (gnus-summary-make-menu-bar):
9161         Clarify gnus-summary-limit-to-articles.
9163 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9165         * gnus-util.el (gnus-with-local-quit): New macro.
9167         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9169 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9171         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9172         ignore non-string data.
9174 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9176         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9177         non-string data (needs to be done in the registry too).
9179 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9181         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9182         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9183         (gnus-registry-split-fancy-with-parent)
9184         (gnus-registry-fetch-simplified-message-subject-fast)
9185         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9186         Remove text properties on ingress into the registry and when it's saved.
9187         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9188         registry from entries with no groups.
9190 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9192         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9193         function to remove string properties.
9195 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9197         * gmm-utils.el (gmm): Adjust custom version.
9199         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9200         Adjust custom version.
9202         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9204 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9206         * gnus-art.el (gnus-insert-prev-page-button)
9207         (gnus-insert-next-page-button): Simplify.  Reformat.
9209 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9211         * gnus-art.el (gnus-insert-prev-page-button)
9212         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9214 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9216         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9218 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9220         * gnus-art.el (gnus-insert-mime-button)
9221         (gnus-insert-mime-security-button):
9222         Apply gnus-article-button-face to MIME and security buttons.
9224 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9226         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9227         readable.
9229 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9231         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9232         `browse-url-of-file' instead of `browse-url'.
9234 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9236         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9237         regexp.  Articles containing quotation were cut prematurely.
9239 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9241         * message.el (message-cite-original-1): Use nobody by default for the
9242         value of From header.
9243         (message-reply): Ditto.
9245 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9247         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9248         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9249         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9251 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9253         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9254         mails in the doc string.  Add some URLs in comment.
9255         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9257 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9259         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9260         backslashes handling and the way to find boundaries of quoted strings.
9262 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9264         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9265         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9266         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9267         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9269 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9271         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9272         doc string.
9273         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9275 2006-09-06  Simon Josefsson  <jas@extundo.com>
9277         * mml2015.el (mml2015-use): Doc fix, mention epg.
9279 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9281         * mml2015.el (mml2015-use): Default to epg, if available.
9283 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9285         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9286         message-sender.
9287         (mml1991-epg-encrypt): Ditto.
9288         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9289         message-sender.
9290         (mml2015-epg-encrypt): Ditto.
9292 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9294         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9295         several common directories.
9297 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9299         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9300         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9302 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9304         * gnus-art.el (article-decode-encoded-words): Make it fast.
9306 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9308         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9310         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9311         in quoted string into `\'.
9313 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9315         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9316         Use standard-syntax-table.
9318 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9320         * gnus-art.el (gnus-decode-address-function): New variable.
9321         (article-decode-encoded-words): Use it to decode headers which are
9322         assumed to contain addresses.
9323         (gnus-mime-delete-part): Remove useless `or'.
9325         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9326         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9327         (gnus-nov-parse-line): Use it to decode From header.
9328         (gnus-get-newsgroup-headers): Ditto.
9329         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9331         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9332         (mail-decode-encoded-address-string): New alias.
9334         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9335         New function.
9336         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9337         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9338         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9339         (rfc2047-decode-string): Ditto.
9340         (rfc2047-decode-address-region): New function.
9341         (rfc2047-decode-address-string): New function.
9343 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9345         * message.el (message-caesar-buffer-body): Allow rotating headers.
9347         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9349         * message.el (message-insert-formated-citation-line): Fix %f.
9350         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9352 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9354         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9355         (gnus-bookmark-mouse-available-p): New macro.
9356         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9357         (gnus-bookmark-bmenu-show-infos): Use it.
9358         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9359         (gnus-bookmark-bmenu-hide-infos): Ditto.
9360         (gnus-bookmark-remove-properties): New function.
9361         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9362         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9363         (gnus-bookmark-write-file): Bind coding-system-for-write.
9364         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9365         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9366         group before selecting it.
9367         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9368         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9369         quit-window if it is not available; use gnus-mouse-2 and bind it to
9370         gnus-bookmark-bmenu-select-by-mouse.
9371         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9372         (gnus-bookmark-bmenu-select-by-mouse): New function.
9374 2006-08-13  Romain Francoise  <romain@orebokech.com>
9376         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9377         space.
9379 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9381         * compface.el (uncompface): Use binary rather than raw-text-unix.
9383 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9385         * compface.el (uncompface): Make sure the eol conversion doesn't take
9386         place when communicating with the external programs.
9387         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9389 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9391         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9393 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9395         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9396         Make it more robust by parsing author and date independently.
9398 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9400         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9402 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9404         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9405         first matching secret key.
9406         (mml2015-epg-encrypt): Ditto.
9408         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9409         first matching secret key.
9410         (mml1991-epg-encrypt): Ditto.
9412         * mml2015.el (mml2015-encrypt-to-self): New user option.
9413         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9414         mml2015-epg-encrypt-to-self is set.
9416         * mml1991.el (mml1991-encrypt-to-self): New variable.
9417         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9418         mml1991-epg-encrypt-to-self is set.
9420         * mml2015.el (mml2015-signers): New user option.
9421         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9422         (mml2015-epg-encrypt): Allow to select signing keys.
9424         * mml1991.el (mml1991-signers): New variable.
9425         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9426         (mml1991-epg-encrypt): Allow to select signing keys.
9428 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9430         * nnheader.el (nnheader-insert-head): Make it work even if the file
9431         uses CRLF for the line-break code.
9433 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9435         * mml2015.el: Require mml-sec instead of password.
9436         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9437         (mml2015-cache-passphrase): Inherit the default value from
9438         mml-secure-cache-passphrase.
9439         (mml2015-passphrase-cache-expiry): Inherit the default value from
9440         mml-secure-passphrase-cache-expiry.
9442         * mml1991.el: Require mml-sec instead of password.
9443         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9444         (mml1991-cache-passphrase): Inherit the default value from
9445         mml-secure-cache-passphrase.
9446         (mml1991-passphrase-cache-expiry): Inherit the default value from
9447         mml-secure-passphrase-cache-expiry.
9449         * mml-sec.el: Require password.
9450         (mml-secure-verbose): New user option.
9451         (mml-secure-cache-passphrase): New user option.
9452         (mml-secure-passphrase-cache-expiry): New user option.
9454 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9456         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9457         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9458         andreas@altroot.de (Andreas Vögele).
9460         FIXME: Use `tiny change'?
9462 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9464         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9465         workaround for the url package included with Emacs.
9467         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9469 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9471         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9472         correctly.  This fixes a bug caused by the 2006-05-12 change.
9474 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9476         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9477         some information about the error when saying that the `bogus' mail
9478         group will be used.
9480 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9482         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9483         string.
9485 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9487         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9489 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9491         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9493 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9495         * mml1991.el (mml1991-function-alist): Add epg.
9496         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9497         (mml1991-epg-encrypt): New functions.
9499 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9501         * mml2015.el (mml2015-verbose): New variable.
9502         (mml2015-cache-passphrase): Ditto.
9503         (mml2015-passphrase-cache-expiry): Ditto.
9504         (mml2015-function-alist): Add epg.
9505         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9506         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9507         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
9508         New functions.
9510 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9512         * message.el (message-cite-original-1): Preserve region when removing
9513         quoted text due to X-No-Archive in order to avoid bogus attribution
9514         when citing multiple messages.
9516 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9518         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
9519         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
9521 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9523         * gnus-diary.el (gnus-user-format-function-d)
9524         (gnus-user-format-function-D): Autoload.
9526         * imap.el (Commentary): Fix typo.
9528         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9529         2006-04-22 contribution.
9531 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9533         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9534         It didn't really fix the bogosity I'm seeing with solid web groups.
9536 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9538         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9539         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9540         created using server names.  If we use the feature without declaring
9541         it, Gnus does not properly manage server and group state.
9543         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9544         bound.
9546 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9548         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9549         looking up the method using GROUP's prefix before inventing a new one.
9550         It is used on killed/unknown groups in various places where returning
9551         an all-new method isn't expected by the caller.
9553         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9554         and match semantics of gnus-group-real-prefix.
9556 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9558         * nnmail.el (nnmail-broken-references-mailers): New variable.
9559         (nnmail-ignore-broken-references): New function generalizing
9560         nnmail-fix-eudora-headers.
9561         (nnmail-fix-eudora-headers): Now obsolete.
9563         * gnus-art.el (gnus-button-handle-custom):
9564         Support `customize-apropos*'.
9566 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9570         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9571         articles.
9573 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9575         * message.el (message-cite-reply-above): New variable.
9576         (message-yank-original): Use it.
9578 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9580         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9582 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9584         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9585         as read.
9587         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9589 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9591         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9592         (gnus-bookmark-default-file): Use gnus-directory.
9593         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9594         Remove "*" in doc string.
9595         (gnus-bookmark-write-file): Simplify.
9596         (gnus-bookmark-maybe-sort-alist): Use `when'.
9597         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9598         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
9599         Add FIXME about Emacs 21 and XEmacs compatibility.
9600         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9601         compatibility.
9602         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9603         compatibility.
9604         (gnus-bookmark-menu-heading): Fix version.
9606 2006-06-19  Bastien Guerry  <bzg@altern.org>
9608         * gnus-bookmark.el: New file.
9610 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9612         * message.el (message-syntax-checks): Doc fix.
9614 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9616         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9617         unsubscribed groups as if they were killed ones.  It causes duplicate
9618         entries in gnus-newsrc-alist.
9620 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9622         * message.el (message-syntax-checks): Doc fix.
9623         (message-send-mail): Add check for continuation headers.
9624         (message-check-news-header-syntax): Fix regexp used to check for
9625         continuation headers.
9627 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9629         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9631 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9633         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9635 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9637         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9638         default-truncate-lines.
9640 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9642         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9643         to fill the utf-8 entry.
9645 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9647         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9649 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9651         * gnus-agent.el (directory-files-and-attributes): Move all the way
9652         forward (the third and final move).
9653         (gnus-agent-read-agentview): Trap reconstruction errors due to
9654         nonexistent directory.  Handle by returning nil.
9656 2006-05-30  Didier Verna  <didier@xemacs.org>
9658         * message.el (message-dont-reply-to-names): Update the custom type.
9659         * message.el (message-dont-reply-to-names): New defsubst: potentially
9660         convert a list of regexps into a single one.
9661         * message.el (message-get-reply-headers): Use it.
9662         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9664 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9666         * gnus-agent.el (directory-files-and-attributes): Move forward.
9668 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9670         * gnus-ml.el (gnus-mailing-list-subscribe)
9671         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9672         (gnus-mailing-list-message): Fix doc strings.
9674 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9676         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9677         of doing it manually.
9679 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9681         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9682         comment.
9684 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9686         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
9687         (gnus-agent-read-agentview): Fix handling of end-of-file error.
9688         (gnus-agent-read-local): All symbols allocated in my-obarray.
9689         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9690         (gnus-agent-regenerate-group): Check numeric names to see if they are
9691         messages or groups.
9692         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9693         better way of do this...)
9695         * gnus-cache.el (gnus-agent-total-fetched-for):
9696         Ignore 'dummy.group' (there should be a better way of do this...)
9698 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9700         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9701         (gnus-saved-headers): Ditto.
9702         (gnus-default-article-saver): Mention functions may have properties.
9703         (gnus-article-save): Override gnus-save-all-headers and
9704         gnus-saved-headers by :headers property which saver function may have.
9705         (gnus-summary-save-in-file): Add :headers property.
9706         (gnus-summary-write-to-file): Ditto.
9708         * gnus-sum.el (gnus-summary-save-article): Bind
9709         gnus-prompt-before-saving to t when saving many articles in a file;
9710         always show all headers.
9712 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9714         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9715         marks.
9717         * message.el (message-indent-citation): Add optional arguments to allow
9718         using it outside of message buffers.
9720         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9721         (gnus-article-treat-unfold-headers): Use it.
9722         (gnus-article-truncate-lines): New variable.
9723         (gnus-article-mode): Use it.
9724         (gnus-article-toggle-truncate-lines): New function.
9726         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9727         Add gnus-article-toggle-truncate-lines.
9729         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9730         coding system in XEmacs, use binary.
9732 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9734         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9735         after-load-alist.
9737         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9738         this function should save decoded articles.
9739         (gnus-summary-write-to-file): Use property to specify this function
9740         should save decoded articles and specify gnus-summary-save-in-file
9741         should be used to save articles other than the first one when saving
9742         many articles.
9743         (gnus-summary-save-body-in-file): Use property to specify this
9744         function should save decoded articles.
9745         (gnus-summary-write-body-to-file): Use property to specify this
9746         function should save decoded articles and specify
9747         gnus-summary-save-body-in-file should be used to save articles other
9748         than the first one when saving many articles.
9750         * gnus-sum.el (gnus-summary-save-article): Simplify.
9752 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9754         * gnus-art.el (gnus-default-article-saver):
9755         Add gnus-summary-write-body-to-file.
9756         (gnus-article-save-coding-system): Don't use coding system object
9757         in XEmacs.
9758         (gnus-read-save-file-name): Add optional `dir-var' argument which
9759         specifies directory in which files are saved; work even if optional
9760         `variable' argument is not specified.
9761         (gnus-summary-write-to-file): Read file name.
9762         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9763         (gnus-summary-write-body-to-file): New function.
9765         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9766         (gnus-summary-local-variables): Add it.
9767         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9768         (gnus-summary-save-article): Remove optional `decode' argument;
9769         determine whether to decode articles by the value of
9770         gnus-default-article-saver; when saving many files using
9771         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9772         it first and use gnus-summary-save-in-file or
9773         gnus-summary-save-body-in-file thereafter unless
9774         gnus-prompt-before-saving is always; move point to article which
9775         will be saved.
9776         (gnus-summary-save-article-file): Revert.
9777         (gnus-summary-write-article-file): Revert.
9778         (gnus-summary-save-article-body-file): Revert.
9779         (gnus-summary-write-article-body-file): New function.
9781 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9783         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9785 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9787         * gnus-art.el (gnus-default-article-saver): Doc fix.
9788         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9789         from gnus-summary-save-article-coding-system, and default to a
9790         certain coding system.
9791         (gnus-output-to-file): Add coding cookie and encode text according
9792         to gnus-article-save-coding-system; don't use mm-append-to-file.
9794         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9795         gnus-art.el and rename to gnus-article-save-coding-system.
9796         (gnus-summary-save-article): Require gnus-art; don't show all
9797         headers if it decodes articles; don't add coding cookie here;
9798         don't bind mm-text-coding-system-for-write.
9799         (gnus-summary-save-article-file): Save decoded articles.
9800         (gnus-summary-write-article-file): When saving many files, use
9801         gnus-summary-write-to-file first and gnus-summary-save-in-file
9802         thereafter unless gnus-prompt-before-saving is always.
9803         (gnus-summary-save-article-body-file): Save decoded articles.
9805 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9807         * nnrss.el (nnrss-check-group): Bind hash-index.
9809 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9811         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9812         its hash index.  Store this hash in `nnrss-group-data'.
9813         (nnrss-read-group-data): Update accordingly.
9815 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9817         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9818         entry.
9820         * gnus-sum.el (gnus-summary-make-menu-bar):
9821         Add gnus-article-browse-html-article.
9823 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9825         * gnus-sum.el (gnus-summary-mime-map):
9826         Add gnus-article-browse-html-article.
9828 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9830         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9831         suitable coding systems in customize.
9833 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9835         * mail-source.el (mail-sources): Fix custom type.
9837 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9839         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9840         (gnus-summary-expire-articles-now): Shorten prompt.
9842         * gmm-utils.el (wid-edit): Require.
9843         (defun-gmm): Rename from `gmm-defun-compat'.
9844         (gmm-image-search-load-path): Use it.
9845         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9847 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9849         * gnus-sum.el (gnus-summary-save-article-coding-system):
9850         New variable.
9851         (gnus-summary-save-article): Add optional `decode' argument.
9852         If it is set and gnus-summary-save-article-coding-system is non-nil,
9853         save decoded article.
9854         (gnus-summary-write-article-file): Save decoded article if
9855         gnus-summary-save-article-coding-system is non-nil.
9857         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9858         type.
9860 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9862         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9864 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9866         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9867         first to test gnus-single-article-buffer which may be buffer-local.
9869         * gnus-sum.el (gnus-summary-setup-buffer):
9870         Make gnus-single-article-buffer buffer-local and nil in ephemeral
9871         group; make gnus-article-buffer, gnus-article-current, and
9872         gnus-original-article-buffer always buffer-local.
9873         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9874         group.
9875         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9877 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9879         * nnml.el (nnml-request-compact-group): Compressed files might not
9880         have .gz extension.
9882 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9884         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9885         (mm-copy-to-buffer): Use with-current-buffer.
9886         (mm-display-part): Simplify.
9887         (mm-inlinable-p): Add optional arg `type'.
9889 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9891         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9892         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9893         Try harder to show the attachment internally or externally using
9894         gnus-mime-view-part-as-type.
9896 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9898         * message.el (message-from-style, message-signature-separator)
9899         (message-user-organization-file, message-send-mail-function)
9900         (message-citation-line-function, message-yank-prefix)
9901         (message-indent-citation-function, message-signature)
9902         (message-signature-file, message-signature-insert-empty-line):
9903         Remove autoloads.
9905         * gnus-art.el (gnus-buttonized-mime-types):
9906         Remove "multipart/signed".  Revert 2006-04-26 change.
9908 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9910         * gnus.el (gnus-version-number): Bump version.
9912 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9914         * gnus.el: No Gnus v0.5 is released.
9916 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9918         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9919         fetching articles by message-id.
9921 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9923         * message.el (hashcash): Require hashcash as normal.
9925         * ecomplete.el (ecomplete-highlight-match-line):
9926         Use point-at-eol.
9927         (ecomplete-highlight-match-line): Use `highlight', because that
9928         face exists in both Emacs and XEmacs.
9930         * message.el (message-display-abbrev): Use point-at-bol.
9932         * mail-source.el: Don't require timer/timer-funcs.
9934         * gnus-async.el: Ditto.
9936         * password.el: Ditto.
9938         * mm-url.el: Ditto.
9940         * mm-util.el: Require timer/timer-funcs.
9942 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9944         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9945         Close.
9947 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9949         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9950         unibyte after clear-decrypt function runs.
9952         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9953         returns as a unibyte string.
9955 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9957         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9958         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9959         (mml1991-pgg-encrypt): Ditto.
9961 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9963         * message.el (message-user-organization-file): Check several
9964         locations of the organization file.
9966         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9967         Add gnus-article-view-part-as-type.
9969         * gnus-art.el (gnus-article-view-part-as-type): New function.
9971         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9972         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9974         * mml.el: Simplify autoload.
9975         (mml-mode): defvar dnd-protocol-alist instead of using
9976         symbol-value.
9977         (mml-default-directory): New variable.
9978         (mml-minibuffer-read-file): Use it.
9979         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9981         * message.el (message-citation-line-format): New variable.
9982         (message-insert-formated-citation-line): New function.
9983         (message-citation-line-function):
9984         Add `message-insert-formated-citation-line' to custom type.
9986         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9987         to doc string.
9989         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9990         depending on mm-verify-option.
9992 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9994         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9995         binding pgg-* variables; reimplement the section which prevents
9996         MIME header from being signed.
9997         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9998         pgg-text-mode; remove a blank line at the top of body.
10000         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10001         lines at the top of body; use gnus-newsgroup-charset if there's no
10002         Charset header.
10004 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10006         * message.el (message-self-insert-commands): Doc fix.
10008         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10009         (mm-uu-pgp-encrypted-test): Ditto.
10010         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10011         between header and body; return application/pgp-encrypted handle
10012         if decryption failed; decode decrypted body by charset.
10014         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10015         element match to application/pgp-*.
10017 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10019         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10020         HTML.
10022 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024         * mail-source.el (mail-source-call-script): Message the error
10025         string.
10027 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10029         * gnus-util.el (gnus-byte-compile): Use it.
10031 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10033         * gnus-util.el (kill-empty-logs): New function.
10035 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10037         * message.el (message-mail-alias-type): Doc fix.
10038         (message-mail-alias-type-p): New function.
10039         (message-send): Use it.
10040         (message-mode): Ditto.
10041         (message-strip-forbidden-properties): Ditto.
10043         * ecomplete.el (ecomplete-database-file-coding-system):
10044         New variable.
10045         (ecomplete-save): Use it.
10046         (ecomplete-setup): Use it.
10048 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10050         * message.el (message-self-insert-commands): New variable.
10051         (message-strip-forbidden-properties): Use it.
10053 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10055         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10056         that doesn't make XEmacs choke.
10058 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10060         * gnus-util.el (gnus-replace-in-string):
10061         Prefer replace-regexp-in-string over of replace-in-string.
10063 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10065         * gnus-util.el (gnus-select-frame-set-input-focus):
10066         Use select-frame-set-input-focus if it is available in XEmacs; use
10067         definition defined in Emacs 22 for old Emacsen.
10069 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10071         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10073 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10075         * gnus-registry.el (gnus-registry-cache-save): Remove text
10076         properties when saving via the temp buffer.
10078 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10080         * message.el (message-generate-hashcash): Honor custom type.
10082 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10084         * message.el (message-generate-hashcash): Default to non-nil when
10085         hashcash is found.
10087         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10088         (gnus-refer-thread-limit): Increase default to 500.
10090         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10092         * flow-fill.el (fill-flowed): Allow delete-space.
10094 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10096         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10097         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10098         Remove autoloads.
10100 2006-04-18  Simon Josefsson  <jas@extundo.com>
10102         * message.el (message-generate-hashcash): Default to.
10104 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10106         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10107         concatenating segments rather than before concatenating them.
10109 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10111         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10113         * imap.el (imap-quote-specials): New function.
10114         (imap-login-auth): Quote specials.
10116 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10118         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10120         * message.el (message-forward-make-body-plain):
10121         Allow message-forward-ignored-headers to be a list.
10122         (message-remove-ignored-headers): Factor out into function.
10123         (message-forward-make-body-mml): Use it.
10124         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10125         (rfc2231-parse-string): Allow concatanation of parameters that
10126         aren't contiguous.  The test case is
10127           (mail-header-parse-content-type "message/external-body;
10128             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10129             access-type=LOCAL-FILE;
10130             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10132 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10134         * nntp.el (nntp-accept-process-output): Return the value of
10135         `nnheader-accept-process-output'.
10137 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10139         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10140         (gnus-button-alist): Recognize more diff formats.
10141         (gnus-button-patch): Strip directory.
10143 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10145         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10146         Emacs 22 when setting focus.
10148 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10150         * gnus-art.el (gnus-article-treat-types): Do treatment of
10151         text/x-verbatim parts.
10152         (gnus-button-patch): New command.
10154         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10155         addresses that contain invalid characters.
10157 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10159         * message.el (message-put-addresses-in-ecomplete):
10160         Use gnus-replace-in-string.
10161         (message-is-yours-p): Use the more correct
10162         mail-header-parse-address instead of
10163         mail-extract-address-components.
10164         (message-put-addresses-in-ecomplete): Fix typo.
10166         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10167         keystroke.
10169         * gnus-art.el (gnus-treatment-function-alist): Change order of
10170         newsgroups/generic header folding to avoid double-folding.
10172         * message.el (message-hidden-headers): Add X-Draft-From.
10174         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10175         New command.
10176         (gnus-summary-repeat-search-article-backward): New command.
10178         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10179         groups in the parent topic.
10181 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10183         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10184         (spam-extra-header-to-number): Return the CRM114 number as a
10185         number instead of a string.
10187 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10189         * gnus-art.el (gnus-face-properties-alist): Move here from
10190         gnus-fun.
10192         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10194 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10196         * message.el (message-strip-forbidden-properties): Only display on
10197         self-insert-command.
10199         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10200         reindent.
10201         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10203 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10205         * smiley.el (smiley-style): Fix typo.
10207 2006-03-23  Kenichi Handa  <handa@m17n.org>
10209         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10210         instead of set-buffer-multibyte.
10212 2006-03-23  Kenichi Handa  <handa@m17n.org>
10214         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10215         buffer and then decode the buffer text if necessary.
10216         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10217         first, and after mm-encode-body, change the buffer to unibyte.
10219 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10221         * hashcash.el (hashcash-insert-payment-async-2):
10222         Use message-goto-eoh instead of doing it manually.
10223         (mail-add-payment): Use message-narrow-to-header instead of trying
10224         to do the same itself.
10226         * message.el (message-hidden-headers): Add Face.
10228         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10229         reparenting code.
10230         (gnus-summary-reparent-children): Refactored out code.
10231         (gnus-summary-thread-map): New keystroke.
10232         (gnus-summary-reparent-children): Make into command.
10234         * smiley.el (smiley-style): Default to `medium' if using a large
10235         font.
10237         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10238         does it itself.
10240         * message.el (message-point-in-header-p): Simplify definition.
10242 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10244         * nnagent.el (nnagent-request-set-mark): Silence log file
10245         writing.
10246         (nnagent-request-set-mark): Use write-region instead of
10247         append-to-file.
10249         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10250         strange select method.
10252         * ecomplete.el (ecomplete-display-matches): Get highlightling
10253         right.
10254         (ecomplete-display-matches): Use literals.
10255         (ecomplete-display-matches): Disable message logging.
10257         * message.el (message-display-abbrev): Small optimization.
10259         * ecomplete.el (ecomplete-display-matches): Allow automatic
10260         display.
10262         * message.el (message-strip-forbidden-properties):
10263         Display abbrevs.
10264         (message-display-abbrev): Get automatic display right.
10266         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10267         keystrokes.
10269 2006-04-13  Romain Francoise  <romain@orebokech.com>
10271         TODO: Backport to v5-10!
10273         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10274         Move here (and rename) from gnus-registry.el.
10276         * gnus-registry.el: Require gnus-util.
10277         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10279 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10281         * gnus-group.el (gnus-group-catchup-current):
10282         Change if-then-else-if-then-else into cond.
10283         (gnus-group-catchup): Indent.
10284         (group-name-at-point): New function.
10285         (gnus-fetch-group): Provide default from thing at point.
10287 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289         * message.el (message-display-abbrev): Fix regexp.
10291         * ecomplete.el (ecomplete-highlight-match-line):
10292         Reimplement choosing.
10293         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10294         dead variables.
10296         * message.el (message-newline-and-indent): Remove debugging.
10297         (message-display-abbrev): Use new implementation.
10299 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10301         * gnus-art.el (gnus-article-mode):
10302         Set cursor-in-non-selected-windows to nil.
10304         * smiley.el: Revert previous change.
10305         (smiley-data-directory): defvar it before using it in the
10306         defcustom of `smiley-style'.
10308 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10310         * message.el (message-newline-and-indent): New function.
10312         * ecomplete.el: Implement more bits.
10314         * message.el (message-put-addresses-in-ecomplete): Clean up the
10315         string.
10317         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10319         * gnus-sum.el (gnus-summary-save-parts):
10320         Bind gnus-summary-save-parts-counter and use it to make unique file
10321         names.
10323         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10325         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10326         parameter to say whether to actually parse the individual
10327         addresses.
10329         * message.el (message-put-addresses-in-ecomplete): New function.
10330         (ecomplete): Require.
10331         (message-mail-alias-type): Add ecomplete as an option.
10333 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10335         * flow-fill.el (fill-flowed): Remove trailing space from blank
10336         quoted lines.
10338 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10340         * smiley.el (smiley-style): Move definition later to avoid a
10341         compilation warning.
10343 2006-04-12  Kenichi Handa  <handa@m17n.org>
10345         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10346         buffer and then decode the buffer text if necessary.
10347         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10348         first, and after mm-encode-body, change the buffer to unibyte.
10349         Use mm-disable-multibyte instead of set-buffer-multibyte.
10351 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10353         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10354         Content-Type header instead of Content-Disposition header.
10355         (gnus-mime-inline-part): Ditto.
10356         (gnus-mime-view-part-as-charset): Ignore charset that the part
10357         specifies.
10359         * mm-decode.el (mm-display-part): Work with external parts and
10360         usual parts similarly.
10362         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10363         instead of gnus-display-mime.
10365         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10366         instead of with-temp-buffer.
10368         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10369         tag to summarized topics part in order to encode non-ASCII text.
10371 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10373         * smiley.el (smiley-style): New variable.
10374         (smiley-directory): New function.
10375         (smiley-data-directory): Derive from `smiley-style' using
10376         `smiley-directory'.
10377         (smiley-regexp-alist): Add new entries.
10379         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10380         (gnus-article-browse-delete-temp): Add :version.
10382 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10384         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10385         the sieve region.
10387 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389         * gnus.el (gnus-version-number): Bump version.
10391 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10393         * gnus.el: No Gnus v0.4 is released.
10395 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10397         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10398         layout.
10400         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10401         unknown charset.
10403         * message.el (message-header-synonyms): Add Original-To to the
10404         default.
10406         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10407         optional parameter.
10409 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10411         * gnus-fun.el (gnus): Require it for gnus-directory.
10413 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10415         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10417 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10419         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10421 2006-04-05  Simon Josefsson  <jas@extundo.com>
10423         * password.el (password-reset): New function.
10425 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10427         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10428         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10430 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10432         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10433         Some whitespace was matched into the url, which broke browsing hits
10434         > 100 when mm-url-use-external was nil.
10436 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10438         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10439         Check gnus-extra-headers for 'Newsgroups.
10441         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10442         bound.
10444 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10446         * pgg-gpg.el: Clean up process buffers every time gpg processes
10447         complete.
10449 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10451         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10452         doc string.
10454 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10456         * pgg-gpg.el (pgg-gpg-process-filter)
10457         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10459         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10460         lines, temporary fix.
10462 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10464         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10466 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10468         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10469         default-enable-multibyte-characters.  This reverts the change from
10470         revision 6.17 which is no longer necessary because the passphrase
10471         is sent separately now.  GnuPG messages are unreadable under
10472         multibyte locales with default-enable-multibyte-characters set to
10473         nil.
10475 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10477         * message.el (message-tool-bar-gnome): Move "spell".
10479 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10481         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10482         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10483         instead.
10485 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10487         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10488         Improve newsgroups handling for NNTP overviews which don't include
10489         Newsgroups.
10491 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10493         * message.el (message-resend): Bind message-generate-hashcash to nil.
10495 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10497         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10498         when searching for already-paid recipients.
10500 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10502         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10503         passphrases when it is not needed.
10504         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10505         passphrase stuff from gpg, should only be necessary when you use
10506         gpg with a smartcard.
10508 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10510         * mml.el (mml-insert-mime): Ignore cached contents of
10511         message/external-body part.
10513         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10514         (mm-insert-part): Ditto.
10516 2006-03-23  Simon Josefsson  <jas@extundo.com>
10518         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10519         Reiner.
10520         (pgg-gpg-use-agent-p): Use it again.
10522 2006-03-23  Simon Josefsson  <jas@extundo.com>
10524         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10525         older emacsen.
10526         (pgg-gpg-use-agent-p): Don't use it.
10528 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10530         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10531         if we can.
10533 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10535         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10536         (pgg-gpg-update-agent): New function.
10537         (pgg-gpg-use-agent-p): New function.
10538         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10539         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10540         (pgg-gpg-sign-region): Use it.
10542 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10544         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10545         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10547 2006-03-21  Simon Josefsson  <jas@extundo.com>
10549         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10550         <wilde@sha-bang.de>.
10551         (pgg-gpg-use-agent): New variable.
10552         (pgg-gpg-process-region): Use it.
10553         (pgg-gpg-encrypt-region): Likewise.
10554         (pgg-gpg-encrypt-symmetric-region): Likewise.
10555         (pgg-gpg-decrypt-region): Likewise.
10556         (pgg-gpg-sign-region): Likewise.
10557         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10559 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10561         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10563         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10564         Add comment on version.
10566 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10568         * smiley.el: Add missing test smiley.
10570 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10572         * mm-decode.el (mm-with-part): New macro.
10573         (mm-get-part): Use it; work with message/external-body as well.
10574         (mm-save-part): Treat name and filename equally.
10576         * mm-extern.el (mm-extern-cache-contents): New function.
10577         (mm-inline-external-body): Use it; force the part to be displayed;
10578         move undisplayer added to the cached handle to the parent.
10580         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10581         (gnus-mime-view-part-as-type): Work with message/external-body.
10583         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10585 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10587         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10588         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
10589         Emacs.]
10591 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10593         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10594         path rather than symbol.  Always return list of directories.
10595         Guarantee that image directory comes first.  [Sync with image.el,
10596         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
10598         * message.el (message-make-tool-bar): Adjust to new API of
10599         `gmm-image-load-path-for-library'.
10601         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10603         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10605 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10607         * gnus-art.el (gnus-article-only-boring-p):
10608         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10609         intangible text.
10610         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10612 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10614         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
10615         Use `defun' instead of `gmm-defun-compat'.
10617 2006-03-14  Simon Josefsson  <jas@extundo.com>
10619         * message.el (message-unique-id): Don't use message-number-base36
10620         if (user-uid) is a float.
10621         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10623 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10625         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10627         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10628         empty line between a part and a message part.
10630 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10632         * smiley.el: Add more test smileys.
10633         (smiley-data-directory, smiley-regexp-alist)
10634         (gnus-smiley-file-types): Fix doc strings.
10635         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10636         adding new elements.
10637         (smiley-mouse-map): Unused code.  Make it a comment.
10639 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10641         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10642         scan latest NoCeM messages instead of old ones.
10643         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10644         delimiters that are recently used.
10645         (gnus-nocem-load-cache): Add autoload cookie.
10647         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10649         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10650         level which is larger than gnus-use-nocem is specified.
10652         * gnus-group.el (gnus-group-get-new-news): Ditto.
10654 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10656         * gnus-util.el (gnus-tool-bar-update): New function.
10658         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10659         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10661         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10663         * gnus-group.el (gnus-group-redraw-when-idle)
10664         (gnus-group-redraw-check): Remove.
10665         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10667 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10669         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10670         if optional last element is specified in splits (FIELD VALUE...).
10672 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10674         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10675         to gmm-image-load-path-for-library.  Call with no-error argument.
10676         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10678         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10680         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10682         * gmm-utils.el (gmm-image-load-path): Remove alias.
10684 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10686         * gmm-utils.el (gmm-image-load-path): Add alias.
10688         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10689         nnml-generate-nov-databases-1.
10690         (nnml-generate-nov-databases): Use it.
10691         (nnml-generate-nov-databases-directory): Document no-active
10692         argument.
10694         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10695         directory if path is t.  Add no-error.
10697         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10698         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10700         * gnus-art.el (gnus-article-browse-delete-temp-files):
10701         Simplify resetting gnus-article-browse-html-temp-list.
10703         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10704         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
10705         Add example to docstring.  Rename local variables.  Move error
10706         checks to default case in cond and simplify.
10708 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10710         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10711         handle is multipart when calling it recursively.
10712         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10714 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10716         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10717         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10719 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10721         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10722         is loaded.
10724         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10725         loaded.
10727 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10729         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10730         to "Emacs 23 (unicode)" in doc string.
10732         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10733         "Emacs 23 (unicode)" in comment.
10735 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10737         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10739         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10740         characters 160 through 255 in Emacs 23.
10742 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10744         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10745         gnus-article-browse-html-temp.
10746         (gnus-article-browse-delete-temp): Make it customizable.
10747         Add `file'.  Adjust doc string.
10748         (gnus-article-browse-delete-temp-files): Add argument.
10749         Allow query for each file.  Adjust doc string.
10750         (gnus-article-browse-html-parts):
10751         Add `gnus-article-browse-delete-temp-files' to
10752         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10754 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10756         * gnus-art.el (gnus-article-browse-html-temp)
10757         (gnus-article-browse-delete-temp): New variables.
10758         (gnus-article-browse-delete-temp-files): New function.
10759         (gnus-article-browse-html-parts): Use it.
10761 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10763         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10765         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10766         string.
10768         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10769         gnus-summary-insert-new-articles when unplugged.
10770         Remove gnus-summary-search-article-forward.
10772         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10773         display-visual-class instead of display-color-cells.
10775 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10777         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10778         message/* containing non-ASCII text properly.
10780 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10782         * message.el: Require gmm-utils, remove autoloads.
10783         (message-tool-bar): Set default based on
10784         gmm-tool-bar-style.
10785         (message-tool-bar-gnome): Add gmm-customize-mode.
10787         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10788         gmm-tool-bar-style.
10789         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10791         * gnus-group.el (gnus-group-tool-bar): Set default based on
10792         gmm-tool-bar-style.
10793         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10795         * gmm-utils.el (gmm-image-directory): Rename variable from
10796         gmm-image-load-path.
10797         (gmm-image-load-path): Use gmm-image-directory.
10798         (gmm-customize-mode): New function.
10799         (gmm-tool-bar-style): New variable.
10801         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10802         gnus-group-redraw-line-number.
10803         (gnus-group-redraw-check): Simplify.
10804         (gnus-group-tool-bar-update): Remove redraw check.
10805         (gnus-group-make-tool-bar): Add redraw check.
10807 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10809         * gnus-art.el (gnus-button): Add missing parentheses.
10811 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10813         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10815 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10817         * gnus-art.el (gnus-button): New face.
10818         (gnus-article-button-face): Use it.
10820         * gnus-sum.el (gnus-summary-tool-bar-gnome):
10821         Add gnus-summary-next-page.  Re-order.
10823         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10824         next-node are now included.
10825         (gnus-group-redraw-line-number): New internal variable.
10826         (gnus-group-redraw-check): Helper function for updating the tool
10827         bar.
10828         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10830         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10832         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10833         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10834         Use it to match format of Spamassassin 3.0 and later.
10835         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
10836         (spam-check-bogofilter)
10837         (spam-bogofilter-register-with-bogofilter): Fix args of
10838         `gnus-error' calls.
10840 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10842         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10843         unnecessary interaction when sending queued mails.
10844         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10846 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10848         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10849         first or last are nil.
10851 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10853         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10855 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10857         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10859 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10861         * dns.el (query-dns): Protect more against buggy tcp output.
10863 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10865         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10866         nov.php.
10868 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10870         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10871         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10872         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10873         output on the server side.
10874         (nnweb-google-create-mapping): Update regexps and add some
10875         progress indication.
10877 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10879         * gnus-group.el (gnus-group-tool-bar-gnome):
10880         Fix gnus-agent-toggle-plugged.  Re-order icons.
10881         (gnus-group-tool-bar-gnome):
10882         Add gnus-group-{prev,next}-unread-group.
10883         (gnus-group-tool-bar-gnome): Re-order icons.
10885         * gnus-sum.el (gnus-summary-tool-bar-gnome):
10886         Move gnus-summary-insert-new-articles.
10888         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
10889         Fix comments.
10891         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10892         also available in Emacs 21.3.
10894         * message.el (message-fix-before-sending): Change "Emacs 22" to
10895         "Emacs 23 (unicode)" in comment.
10897         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10898         "Emacs 23 (unicode)" in comment.
10900         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10901         comment.
10902         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10904         * mm-view.el (mm-fill-flowed): Add :version.
10906 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10908         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10909         and load-path.
10911 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10913         * message.el: Autoload gmm-image-load-path.
10914         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10915         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10916         consitency.
10918         * gmm-utils.el (gmm-image-load-path): Also search in
10919         "../etc/images".  Don't set gmm-image-load-path if we don't find
10920         the image.
10922 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10924         * gmm-utils.el (gmm-image-load-path): Don't make
10925         `gmm-image-load-path' include subdirectories which the second arg
10926         `image' might specify.
10928         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10929         subdirectory to icon file names.
10931         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10933 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10935         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10936         gmm-image-load-path calls.
10938         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10940         * message.el (message-make-tool-bar): Ditto.
10942         * mml.el (mml-preview): Add comment concerning tool bar icons.
10944         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10945         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10947         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10948         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10950         * message.el (message-tool-bar-gnome): Use new icon names.
10951         (message-make-tool-bar): Use `gmm-image-load-path'.
10953         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
10954         New functions from MH-E.
10955         (gmm-image-load-path): New variable from MH-E.
10956         (gmm-image-load-path): New function from MH-E.  Add arguments
10957         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10958         *-image-load-path-called-flag.
10960 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10962         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10964 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10966         * nnimap.el (nnimap-request-move-article): Change folder back to
10967         source group before deleting.
10969 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10971         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10973         * gnus-art.el (mm-url-insert-file-contents-external):
10974         Autoload mm-url.
10976         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10978 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10980         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10981         coding system which mm-charset-to-coding-system returns for a
10982         given charset is valid.
10984 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10986         * html2text.el (html2text-remove-tag-list):
10987         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10989 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10991         * gnus-cus.el: Revert 2005-10-17 change.
10993 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10995         * gnus-art.el (article-strip-banner):
10996         Call article-really-strip-banner only when the regexp match is made.
10998 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11000         * gnus-art.el (article-strip-banner):
11001         Use gnus-extract-address-components instead of
11002         mail-header-parse-addresses to make it work with non-ASCII text;
11003         remove mail-encode-encoded-word-string.
11005         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11006         values which are surrounded with \"...\"; make it never cause a
11007         Lisp error; give up parsing of parameters if it failed in
11008         extracting type.
11010 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11012         * smime.el (smime-cert-by-ldap-1): Fix bug where
11013         `smime-ldap-search' returns results without userCertificates.
11015 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11017         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11019 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11021         * spam.el (spam-check-spamassassin-headers): Adapt format for
11022         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11023         <ari@mbf.ocn.ne.jp>.
11024         (spam-list-of-processors): Add spam-use-gmane.
11026 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11028         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11029         make-temp-file; make it work with XEmacs as well.
11031         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11032         mm-make-temp-file.
11034         * mm-decode.el (mm-display-external): Use the 3rd arg of
11035         mm-make-temp-file.
11036         (mm-create-image-xemacs): Ditto.
11038 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11040         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11041         with message-narrow-to-headers.
11042         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11043         (gnus-draft-check-draft-articles): New function.
11044         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11046 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11048         * gnus-art.el (gnus-article-browse-html-parts):
11049         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11050         Don't use suffix argument for mm-make-temp-file for Emacs 21
11051         compatibility.  Remove useless `format'.
11053 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11055         * nnweb.el (nnweb-google-wash-article): Update regexps.
11056         (nnweb-group-alist): Use defvoo instead of defvar.
11058 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11060         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11061         re-loading nn* modules.
11063 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11065         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11066         for `tool-bar-mode' and don't check it's default-value.
11068         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11070         * message.el (message-make-tool-bar): Ditto.
11072         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11073         `substring'.  Shorten tmp-file name.
11075         * gnus.el: Remove bogus comment.
11077 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11079         * gnus-art.el (gnus-article-browse-html-parts): New function.
11080         (gnus-article-browse-html-article): New function for viewing html
11081         articles with a browser.
11083 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11085         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11086         (mml2015-pgg-encrypt): Ditto.
11088         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11089         (mml1991-pgg-encrypt): Ditto.
11091 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11093         * nnfolder.el (nnfolder-insert-newsgroup-line):
11094         Use message-make-date instead of current-time-string.
11096         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11097         to gnus-decoded which mm-uu might set.
11099 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11101         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11102         don't decode quoted parameters; remove misimported Emacs code.
11103         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11104         (rfc2231-decode-encoded-string): Don't use split-string which
11105         behaves differently according to Emacs version; use
11106         mm-decode-coding-region to convert charset to coding-system.
11107         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11108         (rfc2231-encode-string): Remove misimported Emacs code.
11110 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11112         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11113         when calling mail-header-parse-content-type.
11114         (article-de-quoted-unreadable): Ditto.
11115         (article-de-base64-unreadable): Ditto.
11116         (article-wash-html): Ditto.
11118         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11119         calling mail-header-parse-content-type and
11120         mail-header-parse-content-disposition.
11121         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11122         mail-header-parse-content-type.
11124         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11125         insert charset and format parameters; encode description after
11126         inserting it to buffer.
11127         (mml-insert-parameter): Fold lines properly even if a parameter is
11128         segmented into two or more lines; change the max column to 76.
11130         * rfc1843.el (rfc1843-decode-article-body): Don't use
11131         ignore-errors when calling mail-header-parse-content-type.
11133         * rfc2231.el (rfc2231-parse-string): Return at least type if
11134         possible; don't cause an error even if it fails in parsing of
11135         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11136         (rfc2231-encode-string): Don't break lines at the beginning, leave
11137         it to mml-insert-parameter.
11139         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11140         calling mail-header-parse-content-type.
11142 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11144         * spam-report.el (spam-report-gmane-use-article-number):
11145         Improve doc string.
11146         (spam-report-gmane-internal): Check if a suitable header was found
11147         in the article.
11149 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11151         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11152         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11154 2006-02-05  Romain Francoise  <romain@orebokech.com>
11156         Update copyright notices of all files in the gnus directory.
11158 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11160         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11162 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11164         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11165         segmented lines of parameter value to cope with Thunderbird 1.5
11166         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11167         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11168         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11170 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11172         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11173         parts.
11175 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11177         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11178         there's only one active file for all servers.
11179         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11180         solid groups.  Gnus might have used a FAST request to select the group.
11181         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11182         and nnweb-search redundantly in the active file.
11183         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11184         (nnweb-request-create-group): Don't use ARGS.
11185         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11186         initialisations.  Let nnoo do the work.
11188 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11190         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11191         Say the part has been decoded.
11193         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11195 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11197         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11198         mailcap-viewer-test-cache when there's no 'test clause, since that
11199         will invert the meaning of a "nil" test previously determined by
11200         mailcap-mailcap-entry-passes-test.
11202 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11204         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11205         compiling.
11207         * gnus-sum.el: Ditto.
11209         * message.el: Don't bind tool-bar-map when compiling.
11211 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11213         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11215 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11217         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11218         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11219         current Google Groups.
11221 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11223         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11224         and tool-bar-mode.
11226         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11227         and tool-bar-mode.
11229         * message.el (message-tool-bar-update): Simplify.
11230         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11232         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11233         gnus-summary-buffer.
11234         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11235         gnus-summary-reply.
11237         * gmm-utils.el (gmm): Add :version.
11239 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11241         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11242         Don't autoload.
11244 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11246         * gmm-utils.el (gmm-verbose): Add :group.
11248 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11250         * message.el: Change some comments WRT tool-bars.
11252         * gnus-sum.el (gnus-summary-tool-bar)
11253         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11254         (gnus-summary-tool-bar-zap-list): New variables.
11255         (gnus-summary-make-tool-bar): Complete rewrite using
11256         `gmm-tool-bar-from-list'.
11258         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11259         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11260         New variables.
11261         (gnus-group-make-tool-bar): Complete rewrite using
11262         `gmm-tool-bar-from-list'.
11263         (gnus-group-tool-bar-update): New function.
11265         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11267 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11269         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11270         is dissected into a single part of which the type is the same as
11271         the given one; decode charset.
11273 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11275         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11276         into alists as symbol not string, since that's what
11277         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11278         look for.
11280 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11282         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11283         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11285         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11287 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11289         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11290         (gnus-mime-security-button-menu): New definition.
11291         (gnus-mime-security-button-map): Use them.
11292         (gnus-mime-security-button-menu): New function.
11293         (gnus-insert-mime-security-button): Addition to help echo.
11294         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11295         (gnus-mime-security-pipe-part): New functions.
11297         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11298         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11300         * mm-decode.el (mm-handle-set-disposition): Remove.
11301         (mm-handle-set-description): Remove.
11303 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11305         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11306         (mm-w3m-standalone-supports-m17n-p): New function.
11307         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11308         w3m usage.
11310         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11311         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11313 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11315         * message.el (message-tool-bar-zap-list):
11316         Use gmm-tool-bar-zap-list as custom type.
11317         (message-tool-bar-update): New function.
11318         (message-tool-bar, message-tool-bar-gnome)
11319         (message-tool-bar-retro): Add message-tool-bar-update.
11320         (message-tool-bar-gnome): Add flyspell-buffer.
11322         * gnus-util.el (gnus-error): Describe `args'.
11324         * gmm-utils.el (gmm-error): Describe `args'.
11325         (gmm-tool-bar-zap-list): New widget.
11326         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11328 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11330         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11331         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11332         the number of recursive calls.
11334         * mm-decode.el (mm-handle-set-disposition): New macro.
11335         (mm-handle-set-description): New macro.
11337 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11339         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11340         encoding.
11342 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11344         * message.el (message-tool-bar-zap-list, message-tool-bar)
11345         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11346         (message-tool-bar-local-item-from-menu): Remove.
11347         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11348         (message-make-tool-bar): New function.
11349         (message-mode): Use `message-make-tool-bar'.
11351         * gmm-utils.el: New file.
11352         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11353         (gmm-lazy): New widget copied from `nnmail.el'.
11354         (gmm-tool-bar-from-list): New function for creating customizable
11355         tool bars.
11356         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11357         output.
11358         (gmm): Add :prefix to defgroup.
11360 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11362         * gmm-utils.el (gmm-widget-p): New function.
11364 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11366         * mml.el (mml-attach-file): Describe `description' in doc string.
11367         (mml-menu): Add Emacs MIME manual and PGG manual.
11369 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11371         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11373 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11375         * nntp.el (nntp-end-of-line): Doc fix.
11377 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11379         * imap.el (imap-open): Handle case where buffer is a buffer
11380         object.
11382 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11384         * gnus-delay.el (gnus-delay): Don't autoload.
11385         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11386         to be re-loaded when customizing the `gnus-delay' group.
11388 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11390         * message.el (message-insert-citation-line): Use newlines.
11392 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11394         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11396         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11398 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11400         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11402 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11404         * mm-decode.el (mm-inlined-types): Add application/pgp.
11405         (mm-automatic-display): Ditto.
11407         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11408         part as text.
11410 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11412         * nnrss.el: Update copyright.
11413         (nnrss-opml-import): Query whether to subscribe to each entry.
11415         * gnus-art.el:
11416         * gnus-sum.el:
11417         * mm-uu.el:
11418         * mm-view.el: Update copyright.
11420 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11422         * message.el (message-info): New function.
11423         (message-mode-menu): Add it.
11424         Update copyright.
11426         * ChangeLog: Fix and update copyright.
11428 2006-01-13  Romain Francoise  <romain@orebokech.com>
11430         * message.el (message-forward-subject-name-subject): Prefer the
11431         address to 'nowhere' if the sender has no name.
11432         Fix typo.  Update copyright year.
11434 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11436         * gnus-art.el (article-wash-html):
11437         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
11438         (gnus-article-wash-html-with-w3m-standalone): New function.
11440         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11441         mm-inline-text-html-render-with-w3m-standalone.
11442         (mm-text-html-washer-alist): Map w3m-standalone to
11443         gnus-article-wash-html-with-w3m-standalone.
11444         (mm-inline-text-html-render-with-w3m-standalone): New function.
11446 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11448         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11449         Improve LaTeX.
11451 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11453         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11454         (nnrss-request-article): Render text/plain parts as HTML.
11456         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11457         the buffer.
11459 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11461         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11462         custom definition of `gnus-posting-styles'.
11464         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
11465         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11467 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11469         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11470         Use nntp for bug archive.
11472 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11474         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11475         parts.
11476         (nnrss-normalize-date): New function converts ISO 8601 date into
11477         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11478         (nnrss-check-group): Use it.
11480 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11482         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11484         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11485         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11486         (nnrss-insert-w3): Ditto.
11488 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11490         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11491         the articles to be forwarded including the case where neither a
11492         number of articles nor a region is specified.
11494 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11496         * nnrss.el (nnrss-request-article): Fix last change; fill
11497         text/plain parts.
11499 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11501         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11502         in text/plain part.
11503         (nnrss-check-group): Don't add excessive newline to dc:subject.
11505 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11507         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11508         article.
11510 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11512         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11513         (nnml-use-compressed-files, nnml-save-mail): Support other
11514         comression programs such as bzip2.
11516 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11518         * dns.el (query-dns): Make sure we check the buffer size before
11519         removing tcp headers.
11521 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11523         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11524         remove MIME buttons associated with multipart/alternative parts.
11525         (gnus-mime-display-alternative): Tag buttons using `article-type'
11526         text property.
11528         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11529         associated with multipart/alternative parts.
11531         * gnus-art.el (gnus-signature-separator): Fix custom type.
11533         * mm-decode.el (mm-inlined-types): Fix custom type.
11534         (mm-keep-viewer-alive-types): Ditto.
11535         (mm-automatic-display): Ditto.
11536         (mm-attachment-override-types): Ditto.
11537         (mm-inline-override-types): Ditto.
11538         (mm-automatic-external-display): Ditto.
11540 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11542         * spam-report.el (spam-report-user-mail-address)
11543         (spam-report-user-agent): New variables.
11544         (spam-report-url-ping-plain): Use spam-report-user-agent.
11546 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11548         * gnus-art.el (gnus-button-handle-custom): Do not just use
11549         `customize-apropos' for any "M-x customize-*" button but the
11550         function called for.  Accept both the function name and its
11551         argument in order to achieve this.
11552         (gnus-button-alist): Remove support for "custom:" URL's.
11553         Pass function name to `gnus-button-handle-custom' in case of "M-x
11554         customize-*" buttons.
11556 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11558         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11559         multipart/alternative and add xref to mm-discouraged-alternatives
11560         in doc string.
11562         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11563         gnus-buttonized-mime-types in doc string.
11565 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11567         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11568         Suggest image/.* in the doc string.
11570 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11572         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11573         message-marks (Debian bug #342521).
11575 2005-12-12  Simon Josefsson  <jas@extundo.com>
11577         * password.el (password-read-from-cache): Add.
11578         (password-read): Use it.
11580 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11582         * rfc2047.el (rfc2047-charset-to-coding-system):
11583         Recognize us-ascii as a MIME charset.
11585         * mm-bodies.el (mm-decode-content-transfer-encoding):
11586         Protect against the case where the 2nd arg TYPE is nil.
11588 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11590         * pop3.el (pop3-stream-type): Fix custom version.
11592         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11594 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11596         * mm-decode.el (mm-display-external): Add missing cdr.
11598 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11600         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11601         RFC1524) if it is in mailcap or add a suffix according to
11602         mailcap-mime-extensions when generating a temp filename; postpone
11603         deleting a temp file for 2 seconds for some wrappers, shell
11604         scripts, and so on, which might exit right after having started a
11605         viewer command as a background job.
11607 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11609         * nntp.el (nntp-marks-directory): Fix custom group.
11611         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11612         steps when < 10.
11614         * gnus-start.el (gnus-no-server-1):
11615         Mention `gnus-level-default-subscribed' in doc string.
11617 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11619         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11620         parens.
11622 2005-11-26  Dave Love  <fx@gnu.org>
11624         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11625         (tls-program, tls-success): Provide openssl alternative.
11627         * starttls.el: Doc fixes.
11628         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11629         SERVICE to PORT.
11631         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11632         port null or service name.
11633         (starttls-negotiate): Autoload.
11635 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11637         * message.el (message-kill-to-signature): Fix interactive spec.
11639 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11641         * pop3.el (pop3-open-server): Recognize a string as a service name.
11643 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11645         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11647 2005-11-23  Dave Love  <fx@gnu.org>
11649         Add pop3s, pop3/starttls.
11651         * pop3.el (pop3-authentication-scheme): Clarify doc.
11652         (open-tls-stream, starttls-open-stream): Autoload.
11653         (pop3-stream-type): New.
11654         (pop3-open-server): Use it.
11656         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11657         for POP.
11658         (mail-source-keyword-map): Add :stream for POP.
11659         (mail-source-fetch-pop): Use pop3-stream-type.
11661 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11663         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11664         of current-time-string.
11666 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11668         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11669         date header.
11671 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11673         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11674         it can seriously impact performance as it bypasses the agent's
11675         local caches.
11677 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11679         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11680         must be explicitly online rather than "not explicitly offline" for
11681         its flags to be synchronized.
11683         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11684         that gnus-uu-unmark-thread will function correctly.
11686         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11687         1024K is instead displayed as 1M.
11689 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11691         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11693 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11695         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11697 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11699         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11700         error message to display actual error condition.
11701         (gnus-agent-save-local): Avoid saving symbols that are bound to
11702         nil as they simply result in a warning message in
11703         gnus-agent-read-local.
11705 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11707         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11708         rather than make-variable-buffer-local for file-precious-flag.
11710 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11712         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11713         for duplicates which are removed.  The invalid sort check then
11714         triggers a rescan after the sort as sorting may have moved
11715         duplicate entries such that they can be cheaply detected.
11717 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11719         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11721 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11723         * gnus-agent.el (gnus-agent-article-alist-save-format):
11724         Change internal variable to a custom variable.  Change default value
11725         from compressed(2) to uncompressed(1).
11726         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11727         support for uncompressed agentview files.  Taken together, reading
11728         the agentview file should now be 6-7 times faster.
11730 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11732         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11733         as a buffer-local variable.  This avoids creating truncated
11734         dribble files as a result of a hang up, eg.
11736 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11738         * gnus-start.el (gnus-start-draft-setup):
11739         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
11741         * gnus.el (gnus-splash): Change custom group.
11742         (gnus-group-get-parameter, gnus-group-parameter-value):
11743         Describe allow-list argument.
11745         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11746         string.
11748 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11750         * gnus-art.el (gnus-default-article-saver): Add user-defined
11751         `function' to custom type.
11753 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11755         * imap.el (imap-open): Handle case where buffer is a buffer
11756         object.
11758 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11760         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11761         long lines.
11762         (gnus-cache-delete-group): Wrap doc strings.
11764         * gnus-agent.el (gnus-agent-rename-group)
11765         (gnus-agent-delete-group): Wrap doc strings.
11767 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11769         * gnus-start.el (gnus-1): Add "native" to
11770         gnus-predefined-server-alist.
11772         * gnus.el (gnus-method-to-server): Don't add "native" to the
11773         lists here, because that leads to problems when
11774         gnus-select-method is bound.
11776 2005-11-09  Simon Josefsson  <jas@extundo.com>
11778         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11779         use (not sort-by-date) instead.
11781 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11783         * gnus-delay.el (gnus-delay-group): Don't autoload.
11784         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11785         to be re-loaded when customizing the `gnus-delay' group.
11787 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11789         * message.el: Revert last changes.
11790         (message-insert-citation-line): Use newlines.
11792 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11794         * message.el (message-courtesy-message)
11795         (message-mark-insert-begin, message-mark-insert-end)
11796         (message-elide-ellipsis, message-cancel-message)
11797         (message-add-header, message-change-subject)
11798         (message-cross-post-followup-to-header)
11799         (message-cross-post-insert-note, message-reduce-to-to-cc)
11800         (message-widen-reply, message-delete-not-region)
11801         (message-kill-to-signature, message-insert-signature)
11802         (message-insert-importance-high, message-insert-importance-low)
11803         (message-insert-or-toggle-importance)
11804         (message-insert-disposition-notification-to)
11805         (message-indent-citation, message-yank-original)
11806         (message-cite-original-without-signature, message-cite-original)
11807         (message-insert-citation-line, message-position-on-field)
11808         (message-fix-before-sending, message-send-mail-partially)
11809         (message-send-mail, message-send-mail-with-sendmail)
11810         (message-send-mail-with-qmail, message-send-news)
11811         (message-check-news-header-syntax, message-generate-headers)
11812         (message-insert-courtesy-copy, message-fill-address)
11813         (message-fill-header, message-shorten-references)
11814         (message-setup-1, message-cancel-news)
11815         (message-forward-make-body-plain, message-forward-make-body-mime)
11816         (message-forward-make-body-mml, message-encode-message-body)
11817         (message-forward-make-body-digest-plain)
11818         (message-forward-make-body-digest-mime)
11819         (message-use-alternative-email-as-from): Insert `hard-newline'
11820         instead of ordinary newlines.
11822 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11824         * message.el (message-generate-headers): Downcase the argument
11825         given to message-check-element.
11827 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11829         * nntp.el (nntp-authinfo-rejected): New error condition.
11830         (nntp-wait-for): Use new error condition to signal authentication
11831         error.
11832         (nntp-retrieve-data): Rethrow new error condition to break out of
11833         recursive call to nntp-send-authinfo.
11835 2005-11-08  Romain Francoise  <romain@orebokech.com>
11837         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11838         (gnus-summary-exit-map): Bind to `Z p'.
11839         (gnus-summary-make-menu-bar): Add menu item.
11841 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11843         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11844         (gnus-treat-*): Add `first' in all doc strings.
11846         * gnus-group.el (gnus-group-compact-group): Fix typo.
11848 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11850         * gnus.el (gnus-parameters-case-fold-search): New variable.
11851         (gnus-parameters-get-parameter): Use it.
11853         * gnus-score.el (gnus-home-score-file): Doc fix.
11855 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11857         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11859 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11861         * mm-util.el (mm-special-display-p): New function.
11863         * mml.el (mml-preview): Use it; doc fix.
11865 2005-10-29  Romain Francoise  <romain@orebokech.com>
11867         * message.el (message-fix-before-sending): Fix comment.
11869 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11871         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11873 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11875         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11876         Used in gnus-score.el.
11878 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11880         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11882 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11884         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11885         whitespace removed in revision 7.8.  Use concatenated string to
11886         protect trailing whitespace.
11888 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11890         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11891         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11892         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11893         Courier IMAP ("some version from 2004").  Mostly based on similar
11894         code in the same function.
11896 2005-10-26  Didier Verna  <didier@xemacs.org>
11898         * gnus-group.el (gnus-group-compact-group): Invalidate original
11899         article buffer.
11900         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11901         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11902         NOV database and in article itself.
11903         Invalidate article backlog.
11905 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11907         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11909 2005-10-26  Simon Josefsson  <jas@extundo.com>
11911         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11912         part of 2004-07-25 change.
11914 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11916         * message.el (message-display-completion-list): New function.
11917         (message-expand-group): Use it; make sure the Completions buffer
11918         is modifiable.
11920 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11922         * imap.el (imap-open): Handle case where buffer is a buffer object.
11924 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
11926         * pgg-def.el:
11927         * pgg-gpg.el:
11928         * pgg-parse.el:
11929         * pgg-pgp.el:
11930         * pgg-pgp5.el:
11931         * pgg.el: Move to the parent lisp directory.
11933 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11935         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11936         user-mail-name is an empty string.
11938 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11940         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11941         depending on gnus-score-decay-constant.
11943         * encrypt.el (encrypt-insert-file-contents)
11944         (encrypt-write-file-contents): Don't use `gnus-message'.
11946         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11947         arguments.
11948         (mm-uu-type-alist): Add message-marks and insert-marks.
11949         Pass arguments to mm-uu-verbatim-marks-extract.
11950         (mm-uu-hide-markers): New variable.
11951         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11953         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11954         (gnus-convert-image-to-face-command): Use "convert" by default to
11955         allow other input image formats.
11956         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11957         accordingly.
11959 2005-10-23  Simon Josefsson  <jas@extundo.com>
11961         * imap.el (imap-gssapi-program): Align command line parameters
11962         with latest GNU SASL.
11963         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11965 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11967         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11968         HTML.
11969         (nnslashdot-request-article): Ditto.
11971 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11973         * mail-source.el (mail-source-fetch-pop): Require pop3.
11974         (mail-source-check-pop): Ditto.
11976 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11978         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11979         errors.
11981 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11983         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11984         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11986         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11988         * mm-bodies.el (mm-decode-string):
11989         Call `mm-charset-to-coding-system' with allow-override argument.
11991 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11993         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11994         (rfc2047-charset-to-coding-system): New function.
11995         (rfc2047-decode-encoded-words): New function.
11996         (rfc2047-decode-region): Use them.
11997         (rfc2047-decode-cte): Remove.
11998         (rfc2047-parse-and-decode): Remove.
11999         (rfc2047-decode): Remove.
12001 2005-10-15  Kenichi Handa  <handa@m17n.org>
12003         * rfc2047.el (rfc2047-decode-cte): New function.
12004         (rfc2047-decode-region): Change the way to decode successive
12005         encoded-words: decode B- or Q-encoding in each encoded-word,
12006         concatenate them, and decode it as charset.
12008 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12010         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12011         widget-move-and-invoke.
12012         (gnus-custom-mode): Use gnus-custom-map.
12014 2005-10-15  Bill Wohler  <wohler@newt.com>
12016         * message.el (message-tool-bar-map): Rename image file from
12017         mail_send to mail/send.
12019 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12021         * message.el (message-expand-group): Pass the common
12022         prefix substring of completion to `display-completion-list'.
12024 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12026         * mml-sec.el (mml-secure-method): New internal variable.
12027         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12028         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12029         New functions using mml-secure-method.
12031         * mml.el (mml-mode-map): Add key bindings for those functions.
12032         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12033         Harder <harder@myrealbox.com>.
12034         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12035         Goto end of message if point is the headers of the message.
12037         * message.el (message-in-body-p): New function.
12039         * assistant.el: Autoload gnus-util and netrc.
12041         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12042         Use `mm-charset-override-alist' only when decoding.
12044         * mm-bodies.el (mm-decode-body):
12045         Call `mm-charset-to-coding-system' with allow-override argument.
12047         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12048         `filename' from Content-Disposition if Content-Type doesn't
12049         provide `name'.
12050         (gnus-mime-view-part-as-type): Set default instead of
12051         initial-input.
12053 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12055         * format-spec.el (format-spec): Propagate text properties of % spec.
12057 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12059         * gnus-art.el (gnus-treat-predicate): Add `first'.
12061 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12063         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12064         (mm-charset-override-alist): New variable.
12065         (mm-charset-to-coding-system): Use it.
12066         (mm-codepage-setup): New helper function.
12067         (mm-charset-eval-alist): New variable.
12068         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12069         Warn about unknown charsets.
12071 2005-10-04  David Hansen  <david.hansen@gmx.net>
12073         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12074         (nnrss-check-group): Ditto.
12076 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12078         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12079         Rename x-gnus-verbatim to x-verbatim.
12080         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12082         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12083         x-verbatim.
12085         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12087         * gnus-util.el (gnus-remove-duplicates): Remove.
12089         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12090         instead of gnus-remove-duplicates.
12092         * message.el (message-remove-duplicates): Remove.
12093         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12094         message-remove-duplicates.
12096         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12097         available, else use implementation from `delete-dups'.
12099         * message.el (message-insert-expires): New function.
12100         (message-mode-map): Add key binding.
12101         (message-mode-field-menu): Add menu entry.
12102         (message-mode): Document it.
12103         (message-make-expires-date): Use `message-make-date'.
12105 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12107         * message.el (message-make-expires-date): New function.
12109 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12111         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12113 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12115         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12116         function rather than the diff-mode.el package.
12117         (mm-display-external): Use with-current-buffer.
12118         (mm-viewer-completion-map, mm-viewer-completion-map):
12119         Move initialization inside declaration.
12121 2005-09-29  Simon Josefsson  <jas@extundo.com>
12123         * spam.el: Load hashcash when compiling, to avoid warnings.
12124         Don't autoload mail-check-payment.
12125         (spam-check-hashcash): Define unconditionally, since hashcash.el
12126         is part of Gnus now.  Ignore errors from payment checking.
12128 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12130         * message.el (message-bold-region, message-unbold-region):
12131         Rename from `bold-region' and `unbold-region'.
12133         * message.el: Remove useless autoloads.
12135 2005-09-28  Simon Josefsson  <jas@extundo.com>
12137         * message.el (message-use-idna): Default to t.
12138         (message-use-idna): Test whether encoding works too.  Doc fix.
12140 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12142         * nntp.el (nntp-warn-about-losing-connection): Remove.
12144 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12146         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12147         customizable.  Change default value.
12148         (mm-uu-diff-groups-regexp): Change default value.
12149         (mm-uu-type-alist): Add doc string.
12150         (mm-uu-configure): Add doc string.  Make it interactive.
12151         (mm-uu-tex-groups-regexp): New variable.
12152         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12153         (mm-uu-type-alist): Add LaTeX documents.
12154         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12155         of "text/verbatim".
12156         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12158         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12159         instead of "text/verbatim".
12161         * message.el (message-mark-inserted-region)
12162         (message-mark-insert-file): Use slrn style marks when called with
12163         prefix argument.
12165 2005-09-27  Simon Josefsson  <jas@extundo.com>
12167         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12169 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12171         * message.el (message-remove-duplicates): New function.
12172         Implementation borrowed from `gnus-remove-duplicates'.
12173         (message-idna-to-ascii-rhs): Also encode idna addresses in
12174         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12175         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12176         only ask about the same idna domain once per header and also tell
12177         in what header to replace the idna domain.
12179         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12180         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12181         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12182         a header is decoded and not just the last one.
12184 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12186         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12187         has been decoded.
12189         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12190         (mm-insert-part): Don't modify text if it has been decoded.
12192         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12193         decoded.
12195         * mm-view.el (mm-inline-text): Don't strip text props unless
12196         decoding enriched or richtext parts.
12198 2005-09-25  Romain Francoise  <romain@orebokech.com>
12200         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12201         * gnus-start.el (gnus-subscribe-interactively):
12202         * gnus-uu.el (gnus-uu-grab-articles):
12203         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12204         space.
12206 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12208         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12209         * mm-view.el (mm-view-pkcs7-decrypt):
12210         * gnus-sum.el (gnus-summary-limit-to-extra)
12211         (gnus-summary-respool-article, gnus-read-move-group-name):
12212         * gnus-score.el (gnus-summary-increase-score):
12213         * gnus-util.el (gnus-completing-read-with-default):
12214         * gnus-art.el (gnus-read-save-file-name)
12215         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12216         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12217         * message.el (message-check-news-header-syntax):
12218         Follow convention for reading with the minibuffer.
12220 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12222         * spam-report.el (spam-report-url-ping-plain):
12223         Use gnus-extended-version as User-Agent.
12225         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12226         default value is nil.
12228         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12229         (mm-uu-verbatim-marks-extract): New function.
12230         (mm-uu-extract): New face.
12231         (mm-uu-copy-to-buffer): Use it.
12233         * spam-report.el (spam-report-gmane-ham): Rename from
12234         `spam-report-gmane-unspam'.
12235         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12236         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12238         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12239         Autoload.
12240         (spam-report-gmane-unregister-routine):
12241         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12243 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12245         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12246         (spam-report-gmane-unregister-routine): Add support for gmane
12247         unregistration.
12249         * spam-report.el (spam-report-gmane-unspam)
12250         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12251         (spam-report-gmane): Change to take a single article and do unspam
12252         registration.
12254 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12256         * mm-url.el (mm-url-decode-entities): Fix regexp.
12258 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12260         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12261         default to nil, to be able to use Gnus at all.  If the default
12262         switches to something else, then the function should be fixed not
12263         be exceedingly slow.
12265 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12267         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12268         fail hard.
12270         * spam-report.el: Add better Keywords line.
12272         * spam.el: Add Maintainer and better Keywords line.
12274 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12276         * gnus-art.el (gnus-article-replace-part)
12277         (gnus-mime-replace-part): New functions.
12278         (gnus-mime-action-alist, gnus-mime-button-commands)
12279         (gnus-mime-save-part-and-strip): Add file argument.
12280         (gnus-article-part-wrapper): Add interactive argument.
12282         * gnus-sum.el (gnus-summary-mime-map):
12283         Add `gnus-article-replace-part'.
12285 2005-09-19  Didier Verna  <didier@xemacs.org>
12287         The nnml compaction feature:
12288         * nnml.el (nnml-request-compact-group): New function.
12289         * nnml.el (nnml-request-compact): New function.
12290         * gnus-int.el (gnus-request-compact-group): New function.
12291         * gnus-int.el (gnus-request-compact): New function.
12292         * gnus-group.el (gnus-group-compact-group): New function.
12293         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12294         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12295         * gnus-srvr.el (gnus-server-compact-server): New function.
12296         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12297         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12299 2005-09-18  Deepak Goel  <deego@gnufans.org>
12301         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12302         format spec.
12304 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12306         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12308 2005-09-15  Romain Francoise  <romain@orebokech.com>
12310         * message.el (message-fill-paragraph): Clarify docstring.
12312 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12314         * gnus-art.el (gnus-mime-display-part): Protect against broken
12315         MIME messages.
12317 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12319         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12320         before parsing header.
12322 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12324         * html2text.el (html2text-replace-list): Add new entities.
12326 2005-09-11  Romain Francoise  <romain@orebokech.com>
12328         * message.el (message-alternative-emails): Improve docstring.
12329         (message-setup-1): Call `message-use-alternative-email-as-from'
12330         after `message-setup-hook' to give it precedence over posting
12331         styles, etc.
12332         (message-use-alternative-email-as-from): Add docstring.
12333         Remove the original From header if present.
12335         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12336         (nnml-save-mail): Use it.
12338         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12339         articles.  Add new argument `silent'.
12340         (gnus-uu-mark-all): Report the total number of marked articles.
12342 2005-09-10  Romain Francoise  <romain@orebokech.com>
12344         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12345         (gnus-uu-mark-series): Likewise.
12347 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12349         * spam-report.el (spam-report-gmane): Fix generation of spam
12350         report URL.
12352 2005-09-10  Simon Josefsson  <jas@extundo.com>
12354         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12355         t, based on discussion on the ding list with Robert Epprecht
12356         <epprecht@solnet.ch>.
12358 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12360         * spam-report.el (spam-report-gmane): Make it work without
12361         X-Report-Spam header.  Gmane now only provides Archived-At.
12362         This is only used if `spam-report-gmane-use-article-number' is nil.
12363         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12365         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12366         make `gnus-summary-sort-by-recipient' work with threading.
12368         * nnweb.el (nnweb-google-wash-article): Print a message if article
12369         is not available.
12371 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12373         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12374         change.  Decode text/* parts content before displaying.
12376 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12378         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12380 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12382         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12384 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12386         * message.el (message-tab-body-function): Fix mismatched custom type.
12388         * gnus.el (gnus-group-change-level-function): Ditto.
12390         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12392         * gnus-art.el (gnus-signature-limit)
12393         (gnus-article-mime-part-function): Ditto.
12395 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12397         * mml.el (mml-mode): Silence the byte compiler.
12399         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12400         using `(sit-for 0)' before moving the point to the specified part;
12401         skip unbuttonized parts.
12402         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12403         return to the summary window if gnus-auto-select-part is non-nil.
12405 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12407         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
12408         New variables.
12409         (mml-dnd-attach-file, mml-mode): Use them.
12411         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12412         Make fetching article by MID work again for Google Groups.
12413         Add FIXME concerning gnus-group-make-web-group.
12415         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12416         Don't depend on Gnus by using mail-extract-address-components if
12417         gnus-extract-address-components is not bound.
12419 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12421         * gnus-art.el (gnus-mime-display-security): Don't display the
12422         signature, but only the signed part.
12424 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12426         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12428         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12429         list, not listp.
12431 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12433         * mm-encode.el (mm-encode-content-transfer-encoding):
12434         Likewise when encoding.
12436         * mm-bodies.el (mm-decode-content-transfer-encoding):
12437         De-canonicalize CRLF for all text content types, not just
12438         text/plain.
12440 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12442         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12443         valid article; point arrow and cursor at the MIME button.
12445 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12447         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12448         Suggested by Dan Christensen <jdc@uwo.ca>.
12450         * mm-decode.el (mm-save-part): Enable change of prompt.
12452 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12454         * gnus-msg.el (gnus-inews-add-send-actions):
12455         Make `message-post-method' lambda parameter ARG `&optional'.
12457 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12459         * gnus-sum.el (gnus-summary-mime-map):
12460         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
12461         gnus-article-jump-to-part.
12463         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
12464         (gnus-article-edit-part): Use it.
12465         (gnus-article-part-wrapper): Add no-handle argument.
12466         (gnus-article-save-part-and-strip, gnus-article-delete-part):
12467         New functions.
12469 2005-08-29  Romain Francoise  <romain@orebokech.com>
12471         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12472         docstring.
12473         (gnus-face-from-file): Likewise.
12475 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12477         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12478         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12479         non-nil.
12480         (gnus-auto-select-part): New variable.
12481         (gnus-article-jump-to-part): New function.
12482         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12483         (gnus-mime-delete-part): Allow selecting specified part after
12484         deleting or stripping parts.
12485         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12486         part if argument is bogus.
12488 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12490         * gnus-art.el (w3m-minor-mode-map):
12491         * gnus-spec.el (gnus-newsrc-file-version):
12492         * gnus-util.el (nnmail-active-file-coding-system)
12493         (gnus-original-article-buffer, gnus-user-agent):
12494         * gnus.el (gnus-ham-process-destinations)
12495         (gnus-parameter-ham-marks-alist)
12496         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12497         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12498         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12499         * mm-decode.el (gnus-current-window-configuration):
12500         * mm-extern.el (gnus-article-mime-handles):
12501         * mm-url.el (url-current-object, url-package-name)
12502         (url-package-version):
12503         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12504         (smime-keys, w3m-cid-retrieve-function-alist)
12505         (w3m-current-buffer, w3m-display-inline-images)
12506         (w3m-minor-mode-map):
12507         * mml-smime.el (gnus-extract-address-components):
12508         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12509         (gnus-newsrc-hashtb, message-default-charset)
12510         (message-deletable-headers, message-options)
12511         (message-posting-charset, message-required-mail-headers)
12512         (message-required-news-headers):
12513         * mml1991.el (mc-pgp-always-sign):
12514         * mml2015.el (mc-pgp-always-sign):
12515         * nnheader.el (nnmail-extra-headers):
12516         * rfc1843.el (gnus-decode-encoded-word-function)
12517         (gnus-decode-header-function, gnus-newsgroup-name):
12518         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12520 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12522         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12523         the end of the date treatments.
12525 2005-08-15  Simon Josefsson  <jas@extundo.com>
12527         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12528         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12529         Capello and Romain Francoise.
12530         (pgg-fetch-key-function): Remove, not used?
12531         (pgg-insert-url-with-w3): Require url, to get
12532         url-insert-file-contents regardless of where it is defined.
12534 2005-08-13  Romain Francoise  <romain@orebokech.com>
12536         * message.el (message-cite-original-1): New function.
12537         (message-cite-original): Use it.
12538         (message-cite-original-without-signature): Ditto.
12540 2005-08-08  Romain Francoise  <romain@orebokech.com>
12542         * message.el (message-yank-empty-prefix): New variable.
12543         (message-indent-citation): Use it.
12544         (message-cite-original-without-signature): Respect X-No-Archive.
12546 2005-08-08  Simon Josefsson  <jas@extundo.com>
12548         * pgg.el: Autoload url-insert-file-contents instead of loading
12549         w3/url.
12550         (pgg-insert-url-with-w3): Don't load url here.
12552 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12554         * message.el (message-kill-to-signature): Don't insert newline at
12555         bol.
12556         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12558 2005-08-06  Romain Francoise  <romain@orebokech.com>
12560         * message.el (message-user-fqdn): Fix typo in docstring.
12562 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12564         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12566         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12568 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12570         * mm-bodies.el (mm-encode-body): Use coding system rather than
12571         charset to encode text.
12573         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12574         number of charsets if utf-8 is available (XEmacs).
12576 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12578         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12579         taken from `gnus-button-mid-or-mail-regexp'.
12580         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12581         (gnus-button-alist): Improve regexp for domain part of the MIDs
12582         for news:localpart@domain buttons.
12583         (gnus-button-ctan-directory-regexp): Update.
12585 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12587         * sieve-manage.el (sieve-manage-interactive-login):
12588         Use make-local-variable rather than make-variable-buffer-local.
12589         (sieve-manage-open): Ditto.
12590         (sieve-manage-authenticate): Ditto.
12592         * mml.el (mml-generate-mime-1): Make the content type default to
12593         text/plain if the filename is not specified.
12595 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12597         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12598         instead of insert-buffer.
12600         * message.el (message-yank-original): Ditto; set the mark at the
12601         end of the yanked message.
12603 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12605         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12606         lines to scroll rather than to stop it.
12608         * mml.el (mml-generate-default-type): Add doc string.
12609         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12610         default to application/octet-stream when determining the content
12611         type if it is not specified for the part or the mml contents; add
12612         a comment about mml-generate-default-type.
12614 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12616         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12617         make it default to application/octet-stream when determining the
12618         content type if it is not specified for the external contents.
12620 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12622         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12623         segmented parameter but also other parameters might be there.
12625 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12627         * mm-decode.el (mm-display-external): Delete temp file, directory
12628         and buffer immediately if the external process is exited.
12630 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12632         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12633         fewer lines than that of scroll-margin.
12634         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12636 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12638         * gnus-art.el (gnus-article-next-page): Revert.
12639         (gnus-article-beginning-of-window): New macro.
12640         (gnus-article-next-page-1): Use it.
12641         (gnus-article-prev-page): Ditto.
12642         (gnus-article-edit-part): Use insert-buffer-substring instead of
12643         insert-buffer.
12644         (gnus-article-edit-exit): Ditto.
12646         * gnus-util.el (gnus-beginning-of-window): Remove.
12647         (gnus-end-of-window): Remove.
12649 2005-07-25  Simon Josefsson  <jas@extundo.com>
12651         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12652         to have the url package without w3.  Reported by Daiki Ueno
12653         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12655 2005-07-20  Didier Verna  <didier@xemacs.org>
12657         * gnus-diary.el: Remove the description comment (nndiary is now
12658         properly documented in the Gnus manual).
12659         Fix the spelling of "Back End".
12660         * nndiary.el: Ditto.
12661         Fix the copyright notice.
12663 2005-07-18  Romain Francoise  <romain@orebokech.com>
12665         * gnus-sum.el (gnus-summary-to-prefix)
12666         (gnus-summary-newsgroup-prefix): New variables.
12667         (gnus-summary-from-or-to-or-newsgroups): Use them.
12669 2005-07-17  Romain Francoise  <romain@orebokech.com>
12671         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12672         space as it's generally not especially interesting to the user.
12674 2005-07-16  Romain Francoise  <romain@orebokech.com>
12676         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12677         nil to avoid prompting and file modification if one of the
12678         messages at the top of the nnfolder file contains a copyright
12679         notice.
12680         Update copyright notice.
12682         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12683         instead of `current-time-string' as the latter creates a time
12684         string that is not RFC 2822 compliant (it lacks the zone).
12685         Update copyright notice.
12687 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12689         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12690         for text/rtf.  Display default in prompt.  Pass default for M-n.
12692         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12694 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12696         * gnus-msg.el (gnus-button-mailto):
12697         Remove save-selected-window-window hackery because it relies on
12698         save-selected-window internals.
12700 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12702         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12703         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12704         (gnus-article-prev-page): Ditto.
12706         * gnus-util.el (gnus-beginning-of-window): New function.
12707         (gnus-end-of-window): New function.
12709 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12711         * gnus-score.el (gnus-score-edit-all-score):
12712         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
12713         gnus-message.
12715 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12717         * gnus-msg.el (gnus-button-mailto):
12718         Remove save-selected-window-window hackery because it relies on
12719         save-selected-window internals.
12721 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12723         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12724         add-minor-mode.
12725         (gnus-binary-mode): Ditto.
12727         * gnus-topic.el (gnus-topic-mode): Ditto.
12729 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12731         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12732         (gnus-article-prev-page): Take scroll-margin into consideration.
12734 2005-07-04  Lute Kamstra  <lute@gnu.org>
12736         Update FSF's address in GPL notices.
12738 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12740         * gnus.el (gnus-exit):
12741         * gnus-group.el (gnus-group-icons):
12742         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12744         * gnus-nocem.el (gnus-nocem):
12745         * message.el (message-various, message-buffers, message-sending)
12746         (message-interface, message-forwarding, message-insertion)
12747         (message-headers, message-news, message-mail):
12748         * pgg-gpg.el (pgg-gpg):
12749         * pgg-parse.el (pgg-parse):
12750         * pgg-pgp.el (pgg-pgp):
12751         * pgg-pgp5.el (pgg-pgp5):
12752         * pop3.el (pop3): Finish `defgroup' description with period.
12754 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12756         * gnus-art.el (article-display-face): Improve the efficiency.
12757         (article-display-x-face): Ditto; remove grey x-face stuff.
12759 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12761         * gnus-art.el (article-display-face): Correct the position in
12762         which Faces are inserted.
12764 2005-06-29  Didier Verna  <didier@xemacs.org>
12766         * gnus-art.el (article-display-face): Display faces in correct
12767         order.
12769 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12771         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12772         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12773         (gnus-nocem-check-article): Fetch the Type header.
12774         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12775         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12776         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12777         make sure gnus-nocem-hashtb is initialized.
12778         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12779         (gnus-nocem-unwanted-article-p): Ditto.
12781         * pgg.el (pgg-verify): Return the verification result.
12783 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12785         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12786         is ascii.
12788 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12790         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12791         `show-nonbreak-escape'.
12793 2005-06-23  Lute Kamstra  <lute@gnu.org>
12795         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12797         * dig.el (dig-mode):
12798         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12800 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12802         * nnimap.el (nnimap-split-download-body): Fix spellings.
12804 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12806         * gnus-art.el (gnus-article-encrypt-body):
12807         * gnus-cus.el (gnus-score-customize):
12808         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12809         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12811 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12813         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12814         header by looking for magic "MII" at the beginnig.
12816 2005-06-16  Miles Bader  <miles@gnu.org>
12818         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12819         (assistant-field-face): New backward-compatibility alias for renamed
12820         face.
12821         (assistant-render-text): Use renamed assistant-field face.
12823         * spam.el (spam): Remove "-face" suffix from face name.
12824         (spam-face): New backward-compatibility alias for renamed face.
12825         (spam-face, spam-initialize): Use renamed spam face.
12827         * message.el (message-header-to, message-header-cc)
12828         (message-header-subject, message-header-newsgroups)
12829         (message-header-other, message-header-name)
12830         (message-header-xheader, message-separator, message-cited-text)
12831         (message-mml): Remove "-face" suffix from face names.
12832         (message-header-to-face, message-header-cc-face)
12833         (message-header-subject-face, message-header-newsgroups-face)
12834         (message-header-other-face, message-header-name-face)
12835         (message-header-xheader-face, message-separator-face)
12836         (message-cited-text-face, message-mml-face):
12837         New backward-compatibility aliases for renamed faces.
12838         (message-font-lock-keywords): Use renamed message faces.
12840         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12841         (sieve-test-commands, sieve-tagged-arguments):
12842         Remove "-face" suffix from face names.
12843         (sieve-control-commands-face, sieve-action-commands-face)
12844         (sieve-test-commands-face, sieve-tagged-arguments-face):
12845         New backward-compatibility aliases for renamed faces.
12846         (sieve-control-commands-face, sieve-action-commands-face)
12847         (sieve-test-commands-face, sieve-tagged-arguments-face):
12848         Use renamed sieve faces.
12850         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12851         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12852         (gnus-group-news-3-empty, gnus-group-news-4)
12853         (gnus-group-news-4-empty, gnus-group-news-5)
12854         (gnus-group-news-5-empty, gnus-group-news-6)
12855         (gnus-group-news-6-empty, gnus-group-news-low)
12856         (gnus-group-news-low-empty, gnus-group-mail-1)
12857         (gnus-group-mail-1-empty, gnus-group-mail-2)
12858         (gnus-group-mail-2-empty, gnus-group-mail-3)
12859         (gnus-group-mail-3-empty, gnus-group-mail-low)
12860         (gnus-group-mail-low-empty, gnus-summary-selected)
12861         (gnus-summary-cancelled, gnus-summary-high-ticked)
12862         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12863         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12864         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12865         (gnus-summary-low-undownloaded)
12866         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12867         (gnus-summary-low-unread, gnus-summary-normal-unread)
12868         (gnus-summary-high-read, gnus-summary-low-read)
12869         (gnus-summary-normal-read, gnus-splash):
12870         Remove "-face" suffix from face names.
12871         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12872         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12873         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12874         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12875         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12876         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12877         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12878         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12879         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12880         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12881         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12882         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12883         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12884         (gnus-summary-normal-ticked-face)
12885         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12886         (gnus-summary-normal-ancient-face)
12887         (gnus-summary-high-undownloaded-face)
12888         (gnus-summary-low-undownloaded-face)
12889         (gnus-summary-normal-undownloaded-face)
12890         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12891         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12892         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12893         (gnus-splash-face):
12894         New backward-compatibility aliases for renamed faces.
12895         (gnus-group-startup-message): Use renamed gnus faces.
12897         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12898         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12899         (gnus-server-agent): Remove "-face" suffix from face names.
12900         (gnus-server-agent-face, gnus-server-opened-face)
12901         (gnus-server-closed-face, gnus-server-denied-face)
12902         (gnus-server-offline-face):
12903         New backward-compatibility aliases for renamed faces.
12904         (gnus-server-agent-face, gnus-server-opened-face)
12905         (gnus-server-closed-face, gnus-server-denied-face)
12906         (gnus-server-offline-face): Use renamed gnus faces.
12908         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12909         Remove "-face" suffix from face names.
12910         (gnus-picon-xbm-face, gnus-picon-face):
12911         New backward-compatibility aliases for renamed faces.
12913         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12914         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12915         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12916         (gnus-cite-11): Remove "-face" suffix from face names.
12917         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12918         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12919         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12920         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12921         New backward-compatibility aliases for renamed faces.
12922         (gnus-cite-attribution-face, gnus-cite-face-list)
12923         (gnus-article-boring-faces): Use renamed gnus faces.
12925         * gnus-art.el (gnus-signature, gnus-header-from)
12926         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12927         (gnus-header-content): Remove "-face" suffix from face names.
12928         (gnus-signature-face, gnus-header-from-face)
12929         (gnus-header-subject-face, gnus-header-newsgroups-face)
12930         (gnus-header-name-face, gnus-header-content-face):
12931         New backward-compatibility aliases for renamed faces.
12932         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12934         * gnus-sum.el (gnus-summary-selected-face)
12935         (gnus-summary-highlight): Use renamed gnus faces.
12936         * gnus-group.el (gnus-group-highlight): Likewise.
12938 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12940         * gnus-sieve.el (gnus-sieve-article-add-rule):
12941         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12942         * spam-stat.el (spam-stat-buffer-change-to-spam)
12943         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12945         * message.el (message-is-yours-p):
12946         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12948 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12950         * mm-view.el (mm-inline-text): Withdraw the last change.
12952 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12954         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12955         executing enriched-decode.
12957 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12959         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12960         charset of tar files.
12962 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12964         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12966 2005-06-04  Lute Kamstra  <lute@gnu.org>
12968         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12969         information is never recorded.
12971 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12973         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12975 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12977         * pop3.el (pop3-apop): Run md5 in the binary mode.
12979         * starttls.el (starttls-set-process-query-on-exit-flag):
12980         Use eval-and-compile.
12982 2005-05-31  Simon Josefsson  <jas@extundo.com>
12984         * smime.el (smime-replace-in-string): Define.
12985         (smime-cert-by-ldap-1): Use it.
12987 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12989         * gnus-art.el (article-display-x-face): Replace
12990         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12992         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12993         set-process-query-on-exit-flag or process-kill-without-query.
12995         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12996         loop instead of replace-regexp.
12998         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12999         instead of process-kill-without-query if it is available.
13001         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13002         instead of find-file-hooks if it is available.
13004         * mml1991.el: Bind pgg-default-user-id when compiling.
13006         * mml2015.el: Bind pgg-default-user-id when compiling.
13008         * nndraft.el (nndraft-request-associate-buffer):
13009         Use write-contents-functions instead of write-contents-hooks if it is
13010         available.
13012         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13013         instead of find-file-hooks if it is available.
13015         * nntp.el (nntp-open-connection): Replace
13016         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13017         (nntp-open-ssl-stream): Ditto.
13018         (nntp-open-tls-stream): Ditto.
13020         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13021         set-process-query-on-exit-flag or process-kill-without-query.
13022         (starttls-open-stream-gnutls): Use it instead of
13023         process-kill-without-query.
13024         (starttls-open-stream): Ditto.
13026 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13028         * smime.el (smime-cert-by-ldap-1): Don't use
13029         replace-regexp-in-string.
13031 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13033         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13035         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13036         in PEM format.  Adjust to the XEmacs compability.
13038 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13040         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13041         by `string-to-number'.
13042         * gnus-agent.el (gnus-agent-regenerate-group)
13043         (gnus-agent-fetch-articles): Ditto.
13044         * gnus-art.el (gnus-button-fetch-group): Ditto.
13045         * gnus-cache.el (gnus-cache-generate-active)
13046         (gnus-cache-articles-in-group): Ditto.
13047         * gnus-group.el (gnus-group-set-current-level)
13048         (gnus-group-insert-group-line): Ditto.
13049         * gnus-score.el (gnus-score-set-expunge-below)
13050         (gnus-score-set-mark-below, gnus-summary-score-effect)
13051         (gnus-summary-score-entry): Ditto.
13052         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13053         (gnus-soup-pack): Ditto.
13054         * gnus-spec.el (gnus-xmas-format): Ditto.
13055         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13056         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13057         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13058         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13059         * nndb.el (nndb-get-remote-expire-response): Ditto.
13060         * nndiary.el (nndiary-parse-schedule-value)
13061         (nndiary-string-to-number, nndiary-request-replace-article)
13062         (nndiary-request-article): Ditto.
13063         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13064         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13065         * nneething.el (nneething-make-head): Ditto.
13066         * nnfolder.el (nnfolder-request-article)
13067         (nnfolder-retrieve-headers): Ditto.
13068         * nnheader.el (nnheader-file-to-number): Ditto.
13069         * nnkiboze.el (nnkiboze-request-article): Ditto.
13070         * nnmail.el (nnmail-process-unix-mail-format)
13071         (nnmail-process-babyl-mail-format): Ditto.
13072         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13073         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13074         (nnmh-request-create-group, nnmh-request-list-1)
13075         (nnmh-request-group, nnmh-request-article): Ditto.
13076         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13077         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13078         * nnsoup.el (nnsoup-make-active): Ditto.
13079         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13080         * nntp.el (nntp-find-group-and-number)
13081         (nntp-retrieve-headers-with-xover): Ditto.
13082         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13083         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13084         (pgg-format-key-identifier): Ditto.
13085         * pop3.el (pop3-last, pop3-stat): Ditto.
13086         * qp.el (quoted-printable-decode-region): Ditto.
13088         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13089         of concat.
13091 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13093         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13095         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13097         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13099         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13101         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13103         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13105         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13106         (gnus-carpal-mode): Ditto.
13108         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13109         (gnus-browse-mode): Ditto.
13111         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13113         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13115 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13117         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13119 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13121         * gnus-util.el (gnus-run-mode-hooks): New function.
13123         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13125 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13127         * gnus-agent.el (gnus-agent-make-mode-line-string):
13128         Use mode-line-highlight as mouse-face.
13130 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13132         * canlock.el (canlock): Change the parent group to news.
13134         * deuglify.el (gnus-outlook-deuglify): Add :group.
13136         * dig.el (dig): Add :group.
13138         * dns-mode.el (dns-mode): Add :group.
13140         * encrypt.el (encrypt): Add :group.
13142         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13143         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13144         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13145         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13146         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13148         * gnus-diary.el (gnus-diary): Add :group.
13150         * gnus.el (gnus-group-news-1-face): Add :group.
13151         (gnus-group-news-1-empty-face): Ditto.
13152         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13153         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13154         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13155         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13156         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13157         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13158         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13159         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13160         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13161         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13162         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13163         (gnus-summary-high-ticked-face): Ditto.
13164         (gnus-summary-low-ticked-face): Ditto.
13165         (gnus-summary-normal-ticked-face): Ditto.
13166         (gnus-summary-high-ancient-face): Ditto.
13167         (gnus-summary-low-ancient-face): Ditto.
13168         (gnus-summary-normal-ancient-face): Ditto.
13169         (gnus-summary-high-undownloaded-face): Ditto.
13170         (gnus-summary-low-undownloaded-face): Ditto.
13171         (gnus-summary-normal-undownloaded-face): Ditto.
13172         (gnus-summary-high-unread-face): Ditto.
13173         (gnus-summary-low-unread-face): Ditto.
13174         (gnus-summary-normal-unread-face): Ditto.
13175         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13176         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13178         * hashcash.el (hashcash): New custom group.
13179         (hashcash-default-payment): Add :group.
13180         (hashcash-payment-alist): Ditto.
13181         (hashcash-default-accept-payment): Ditto.
13182         (hashcash-accept-resources): Ditto.
13183         (hashcash-path): Ditto.
13184         (hashcash-extra-generate-parameters): Ditto.
13185         (hashcash-double-spend-database): Ditto.
13186         (hashcash-in-news): Ditto.
13188         * message.el (message-minibuffer-local-map): Add :group.
13190         * netrc.el (netrc): Add :group.
13192         * sieve-manage.el (sieve-manage-log): Add :group.
13193         (sieve-manage-default-user): Diito.
13194         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13195         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13196         (sieve-manage-authenticators): Ditto.
13197         (sieve-manage-authenticator-alist): Ditto.
13198         (sieve-manage-default-port): Ditto.
13200         * sieve-mode.el (sieve-control-commands-face): Add :group.
13201         (sieve-action-commands-face): Ditto.
13202         (sieve-test-commands-face): Ditto.
13203         (sieve-tagged-arguments-face): Ditto.
13205         * smime.el (smime): Add :group.
13207         * spam-report.el (spam-report): Add :group.
13209         * spam.el (spam, spam-face): Add :group.
13211 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13213         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13214         return \n.\n.\n at the end of articles.  Protect against that.
13215         (nntp-with-open-group): Allow debugging.
13217         * nnheader.el (mail-header-set-extra): Make into a function
13218         because I just could't understand how to quote the list properly.
13220         * dns.el (query-dns-cached): New function.
13222 2005-05-26  Lute Kamstra  <lute@gnu.org>
13224         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13226 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13228         * gnus-art.el: Don't autoload mail-extract-address-components.
13230         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13231         eval-and-compile to evaluate it.
13233         * hashcash.el: Don't autoload executable-find.
13235         * nndb.el: Don't declare the nndb back end two or more times; don't
13236         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13238         * nntp.el: Autoload format-spec instead of format; use
13239         eval-and-compile to evaluate autoload forms.
13241 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13243         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13245 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13247         * gnus.el (gnus-version-number): Bump version.
13249 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13251         * gnus.el: No Gnus v0.3 is released.
13253 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13255         * gnus-art.el (gnus-article-edit-part): Disable undo.
13257 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13259         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13260         gnus-article-date-lapsed-new-header is t if date timer is active;
13261         skip headers in which the original date value is empty.
13262         (gnus-article-save-original-date): Redefine it as a macro.
13263         (gnus-display-mime): Use it.
13265 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13267         * gnus-art.el (article-date-ut): Support converting date in
13268         forwarded parts as well.
13269         (gnus-article-save-original-date): New function.
13270         (gnus-display-mime): Use it.
13272 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13274         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13275         enclosure element of <item>.
13277 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13279         * message.el (message-kill-buffer-query): Rename from
13280         `message-kill-buffer-query-if-modified'.  Add :version.
13282 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13284         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13285         window layout.
13287 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13289         * mml.el: Autoload dnd when compiling.
13291 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13293         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13294         x-dnd-*.
13296 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13298         * qp.el (quoted-printable-encode-region): Save excursion.
13300 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13302         * message.el (message-kill-buffer-query-if-modified): Add new variable
13303         so the user can kill a modified message buffer quickly.
13304         (message-kill-buffer): Use it.
13306 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13308         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13309         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13311 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13313         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13314         contained in text because xml.el decodes entities) with LFs.
13316 2005-04-11  Lute Kamstra  <lute@gnu.org>
13318         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13319         differently.
13321 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13323         * mm-util.el (mm-detect-coding-region): Typo.
13325 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13327         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13329 2005-04-06  Deepak Goel  <deego@gnufans.org>
13331         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13332         user-function allow user modifications of the scores.
13333         (spam-stat-score-buffer-user): New function, to allow
13334         user-computed modifications to the score.
13335         (spam-stat-score-buffer-user-functions): List of additional
13336         scoring functions.
13337         (spam-stat-error-holder): Global temporary error holder.
13338         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13339         variable.
13341 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13343         * gnus-registry.el (gnus-registry-clean-empty-function)
13344         (gnus-registry-trim, gnus-registry-fetch-groups)
13345         (gnus-registry-delete-group): Groups that match
13346         `gnus-registry-ignored-groups' are removed from the registry
13347         entries, not just ignored for splitting.  This helps clean up the
13348         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13349         to get all the groups a message ID is in.
13351         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13352         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13353         (spam-stat-score-buffer-user-functions): Add :number custom type.
13355 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13357         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13358         argument in XEmacs.
13360         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13361         (nnrss-request-group): Decode group name first.
13362         (nnrss-request-article): Make a text/plain article if mml-to-mime
13363         failed.
13364         (nnrss-get-encoding): Return a compatible encoding according to
13365         nnrss-compatible-encoding-alist.
13366         (nnrss-find-el): Use consp instead of listp.
13367         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13369 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13371         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13372         which Emacs 20 doesn't support.
13373         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13375 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13377         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13378         silence the byte compiler inside the defun.
13380         * gnus-demon.el (parse-time-string): Add autoload.
13382         * gnus-delay.el (parse-time-string): Add autoload.
13384         * gnus-art.el (parse-time-string): Add autoload.
13386         * nnultimate.el (parse-time): Require for `parse-time-string'.
13388 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13390         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13392         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13394         * smime.el (smime-ldap-host-list): Add :version.
13396 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13398         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13399         pass it to `gnus-browse-read-group'.
13400         (gnus-browse-read-group): Add NUMBER argument and pass it to
13401         `gnus-group-read-ephemeral-group'.
13403         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13404         argument and pass it to `gnus-group-read-group'.
13406 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13408         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13409         mm-xemacs-find-mime-charset-1 if we have the mule feature
13410         available at runtime.
13412 2005-03-25  Werner Lemberg  <wl@gnu.org>
13414         * nnmaildir.el: Replace `illegal' with `invalid'.
13416 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13418         * gnus-start.el (gnus-display-time-event-handler):
13419         Check display-time-timer at runtime rather than only at load time
13420         in case display-time-mode is turned off in the mean time.
13422 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13424         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13425         used.
13427         * nneething.el (nneething-map-file-directory): Derive from
13428         `gnus-directory'.
13430         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13431         the To/Cc button.
13433 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13435         * nnmaildir.el (nnmaildir-request-accept-article):
13436         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13438 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13440         * gnus-async.el: Require timer-funcs at compile time when in
13441         XEmacs for `run-with-idle-timer'.
13443 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13445         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13446         autoloaded function.
13448 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13450         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13452 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13454         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13456 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13458         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
13459         Add gnus-expert-user to default.
13461 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13463         * nnimap.el (nnimap-open-server): Ditto.
13465         * imap.el (imap-authenticate): Fix typo.
13467 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13469         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13470         buffer (since IMAP server might return FETCH response out of
13471         order, and the nntp buffer must be sorted).
13473 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13475         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
13476         comparison on string.
13478         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13479         (gnus-agent-score): Rename category keywords to match gnus-cus.
13480         (gnus-agent-summary-fetch-series): Modify to protect against
13481         gnus-agent-summary-fetch-group clearing processable flags.
13482         (gnus-agent-synchronize-group-flags): Update live group buffer as
13483         synchronization may occur due to the user toggle the plugged
13484         status.
13485         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13486         successfully downloaded.
13487         (gnus-agent-expire-group-1): Avoid using markers when the overview
13488         is in ascending order; greatly improves performance.
13489         (gnus-agent-regenerate-group):
13490         Use gnus-agent-synchronize-group-flags to reset read status in both
13491         gnus and server.
13492         (gnus-agent-update-files-total-fetched-for): Fix initial size.
13494 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13496         * message.el: Don't autoload former message-utils variables.
13497         (message-strip-subject-trailing-was): Change doc string.
13499         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13500         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13501         (nnweb-google-search): Add "hl=en" here.
13502         (nnweb-google-parse-1, nnweb-google-create-mapping):
13503         Don't hardcode URL.
13505 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13507         * message.el (message-get-reply-headers, message-followup):
13508         Mention related variables `message-use-followup-to' and
13509         `message-use-mail-followup-to', in the information buffer.
13511         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13512         of broken groups(-beta).google.com.
13514 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13516         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13517         parameter to invoked gnus-request-move-article; remove the
13518         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13519         all at once instead of once per article.
13520         (gnus-summary-remove-process-mark): Accept a list of articles as
13521         well as a single article for processing.
13523         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13524         parameter.
13526         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13528         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13530         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13531         parameter.
13533         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13534         parameter.
13536         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13537         parameter and remove the gnus-sum-hint-move-is-internal variable.
13539         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13540         parameter.
13542         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13543         parameter.
13545         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13546         parameter.
13548         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13550         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13551         parameter.
13553         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13554         parameter.
13556 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13558         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13559         a more conservative way.
13561 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13563         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13564         buffer, so it moves the window's cursor.
13566 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13568         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13569         `mm-dissect-multipart' and receive the from field as an (optional)
13570         argument from `mm-dissect-multipart'.
13571         (mm-dissect-multipart): Receive the from field as an argument and
13572         pass it on when we call `mm-dissect-buffer' on MIME parts.
13573         Fixes verification/decryption of signed/encrypted MIME parts.
13575 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13577         * gnus-sum.el (gnus-summary-move-article):
13578         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
13579         whatever it calls (right now, only nnimap-request-move article
13580         respects it).
13582         * nnimap.el (nnimap-request-move-article):
13583         When gnus-sum-hint-move-is-internal is set, don't do the extra
13584         nnimap-request-article.
13586 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13588         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13590         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13591         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13593         * gnus-sum.el (gnus-summary-caesar-message):
13594         Apply `gnus-treat-article' after rotation.
13596         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13597         doc string.
13599 2005-02-22  Simon Josefsson  <jas@extundo.com>
13601         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13602         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13603         <arne@arnested.dk>.
13604         (encrypt): Add password-cache and password-cache-expiry as group
13605         members.
13607 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13609         * smime.el (smime-ldap-host-list): Doc fix.
13610         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13611         cache) password.
13612         (smime-sign-region): Use it.
13613         (smime-decrypt-region): Use it.
13614         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13615         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13616         fails.
13617         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13618         certificate from DER to PEM format rather than calling openssl.
13620         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13622         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13623         for signing/encryption.
13625         * mml.el (mml-parse-1): Use them.
13627 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13629         * nnrss.el (nnrss-verbose): Remove.
13630         (nnrss-request-group): Use `nnheader-message' instead.
13632 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13634         * nnrss.el (nnrss-verbose): New variable.
13635         (nnrss-request-group): Make it say nnrss is requesting a group.
13637 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13639         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13640         Handle news URL with given port correctly.
13642 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13644         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13645         containing special characters.
13647         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13649         * mml.el (mime-to-mml): Ditto.
13651         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13652         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13653         (rfc2047-decode-region): Quote decoded words containing special
13654         characters when rfc2047-quote-decoded-words-containing-tspecials
13655         is non-nil.
13657 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13659         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13661         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13663 2005-02-15  Simon Josefsson  <jas@extundo.com>
13665         * nnimap.el (nnimap-debug): Doc fix.
13667         * imap.el (imap-debug): Doc fix.
13669 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13671         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13673 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13675         * gnus.el (spam-contents): Improve docs for spam-contents
13676         parameter in its variable incarnation.
13678 2005-02-14  Simon Josefsson  <jas@extundo.com>
13680         * smime-ldap.el: Use require instead of load-library for ldap.
13681         (smime-ldap-search): Indent.
13682         (smime-ldap-search-internal): Shorten line.
13684         * smime.el (smime-cert-by-dns): Add doc-string.
13685         (smime-cert-by-ldap-1): Indent.
13687         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
13688         mml-smime-get-dns-ldap.
13689         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13691 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13693         * smime.el: Require smime-ldap.
13694         (smime-ldap-host-list): New variable.
13695         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13697         * mml-smime.el (mml-smime-encrypt-query): New function.
13698         (mml-smime-encrypt-query): Use it.
13700         * smime-ldap.el: New file.
13702 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13704         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13706 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13708         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13709         argument in doc string.  Make query for type more clear.
13711 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13713         * gnus.el (gnus-group-startup-message): Search for gnus images in
13714         etc/images/gnus.
13715         * mm-util.el (mm-image-load-path): Likewise.
13716         * smiley.el (smiley-data-directory): Search for smilies in
13717         etc/images/smilies.
13719 2005-02-09  Kim F. Storm  <storm@cua.dk>
13721         Change Emacs release version from 21.4 to 22.1 throughout.
13722         Change Emacs development version from 21.3.50 to 22.0.50.
13724 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13726         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13728         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13729         non-Mule XEmacs as well.
13730         (mm-decompress-buffer): Signal an error intentionally if it does
13731         not decompress compressed data because auto-compression-mode is
13732         disabled.
13734 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13736         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13737         an ID in the registry even if it has no groups.
13739 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13741         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13742         merge it into mm-decompress-buffer.
13743         (gnus-mime-copy-part): Use the MIME part charset, the value which
13744         a user specified or gnus-newsgroup-charset for decoding, like
13745         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13746         save-buffer what was used.  Suggested by Kevin Ryde
13747         <user42@zip.com.au>.
13748         (gnus-mime-inline-part): Allow the name parameter as well as the
13749         filename parameter; force decompressing of compressed data; always
13750         display contents being not decoded as unibyte.
13752         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13753         as well as the filename parameter.
13755         * mm-util.el (mm-decompress-buffer):
13756         Merge gnus-mime-jka-compr-maybe-uncompress.
13757         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13758         of compressed data.
13760 2005-02-08  Simon Josefsson  <jas@extundo.com>
13762         * imap.el (imap-log): Doc fix.
13764 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13766         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13767         the coding cookies; decompress compressed parts.
13769         * mml.el (mml-generate-mime-1): Add the charset parameter according
13770         to the value which a user specified manually or the coding cookie.
13772         * mm-util.el (mm-string-to-multibyte): New function.
13773         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13774         (mm-coding-system-to-mime-charset): New function.
13775         (mm-decompress-buffer): New function.
13776         (mm-find-buffer-file-coding-system): New function.
13778         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13779         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13780         parts.
13782 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13784         * mm-view.el (mm-display-inline-fontify): Decode a part according
13785         to the charset parameter.
13787 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13789         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13790         prefix arg is neither nil nor a number, as info specifies.
13792 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13794         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13795         timestamps.
13797 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13799         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13800         groups error checking and notify user.
13802 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13804         * message.el (message-send-mail-function): Check existence of
13805         sendmail-program first before using default value
13806         `message-send-mail-with-sendmail'.  Otherwise use more generic
13807         `smtpmail-send-it'.
13809 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13811         * nntp.el (nntp-request-update-info): Always return nil.
13813 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13815         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13817 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13819         * message.el (message-beginning-of-line): Change the behavior when
13820         invoked between BOL and : so that it first moves backward.
13822 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13824         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13825         article buffer when editing of the article is discarded.
13826         (gnus-article-prepare): Revert.
13828 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13830         * gnus-art.el (gnus-article-prepare):
13831         Remove message-strip-forbidden-properties from the local hook.
13833 2005-01-27  Simon Josefsson  <jas@extundo.com>
13835         * password.el (password-cache-add): Only start one timer per key.
13836         Reported by Derek Atkins <warlord@MIT.EDU>.
13838 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13840         * run-at-time.el: Remove.  It is no longer needed as
13841         timer-funcs.el in the xemacs-base package has a working version of
13842         `run-at-time'.
13844         * password.el: Require timer-funcs instead of run-at-time in
13845         XEmacs.
13846         Remove `password-run-at-time' macro.
13847         (password-cache-add): Use `run-at-time' instead of
13848         `password-run-at-time'.
13850         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13851         for `run-with-idle-timer'.
13853         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13854         for `run-at-time'.
13856         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13857         for `with-timeout'.
13859 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13861         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13862         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13864 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13866         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13867         sensitively.
13869 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13871         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13873 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13875         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13876         which will be inserted according to the multibyteness of a buffer
13877         rather than the type of contents.  Suggested by ARISAWA Akihiro
13878         <ari@mbf.ocn.ne.jp>.
13880         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13881         of string which old xml.el may return rather than a string.
13883 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13885         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13887 2005-01-16  Simon Josefsson  <jas@extundo.com>
13889         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13890         idn/idna.el isn't available.
13891         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13892         <michael@waxrat.com>.
13894         * hashcash.el: Remove non-FSF copyright header.
13896         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13897         (hashcash-generate-payment): Use it.
13898         (hashcash-generate-payment-async): Use it.
13900 2005-01-15  Simon Josefsson  <jas@extundo.com>
13902         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13903         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13905         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13906         gnus-summary-idna-message.
13907         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13908         (gnus-summary-idna-message): New function.
13910 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13912         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13913         gnus-novice-user.
13915 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13917         * nnrss.el (nnrss-request-delete-group): Delete entries in
13918         nnrss-group-alist as well.
13919         (nnrss-save-server-data): Insert newline.
13921 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13923         * gnus.el (gnus-user-agent): Use list of symbols instead of
13924         symbols.  Display full version number for (S)XEmacs.
13925         Optionally display (S)XEmacs codename.
13927         * gnus-util.el (gnus-emacs-version): Update for new
13928         `gnus-user-agent'.
13930         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13931         Gnus version.
13933 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13935         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13936         which is unreadable in some setups.
13938 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13940         * gnus-spec.el (gnus-update-format-specifications): Flush the
13941         group format spec cache if it doesn't support decoded group names.
13943 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13945         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13946         Allow to apply decay on score files matching a regexp.
13948 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13950         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13951         compatibility in %g and %c.
13953 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13955         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13956         name for only %g and %c.
13957         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13958         of gnus-tmp-group to decoded group name.
13959         (gnus-group-make-rss-group): Exclude `/'s from group names.
13961 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13963         * nnrss.el (nnrss-get-encoding): Fix regexp.
13965 2004-12-27  Simon Josefsson  <jas@extundo.com>
13967         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13968         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13969         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13971 2004-12-17  Kim F. Storm  <storm@cua.dk>
13973         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13975         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13977 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13979         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13981 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13983         * nnrss.el: Require rfc2047 and mml.
13984         (nnrss-file-coding-system): New variable.
13985         (nnrss-format-string): Redefine it as an inline function.
13986         (nnrss-decode-group-name): New function.
13987         (nnrss-string-as-multibyte): Remove.
13988         (nnrss-retrieve-headers): Decode group name; don't use
13989         nnrss-format-string.
13990         (nnrss-request-group): Decode group name.
13991         (nnrss-request-article): Decode group name; allow a Message-ID as
13992         well as an article number; don't use nnrss-format-string; encode a
13993         Message-ID string which may contain non-ASCII characters; use
13994         mml-to-mime to compose a MIME article.
13995         (nnrss-request-expire-articles): Decode group name.
13996         (nnrss-request-delete-group): Decode group name.
13997         (nnrss-fetch): Clarify error message.
13998         (nnrss-read-server-data): Use insert-file-contents instead of load;
13999         bind file-name-coding-system; use multibyte buffer.
14000         (nnrss-save-server-data): Bind coding-system-for-write to the
14001         value of nnrss-file-coding-system; bind file-name-coding-system;
14002         add coding cookie.
14003         (nnrss-read-group-data): Use insert-file-contents instead of load;
14004         bind file-name-coding-system; use multibyte buffer.
14005         (nnrss-save-group-data): Bind coding-system-for-write to the
14006         value of nnrss-file-coding-system; bind file-name-coding-system.
14007         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14008         make it work with non-ASCII text.
14009         (nnrss-find-el): Make it work with old xml.el as well.
14011 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14013         * nnrss.el (nnrss-get-encoding): New function.
14014         (nnrss-fetch): Use unibyte buffer initially; bind
14015         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14016         decode contents according to the encoding attribute.
14017         (nnrss-save-group-data): Add coding cookie.
14018         (nnrss-mime-encode-string): New function.
14019         (nnrss-check-group): Use it to encode subject and author.
14021 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14023         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14024         imaginary variable.
14026 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14028         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14029         correctly even if there are wide characters.
14031 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14033         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14034         downcased symbol names; make a new cache instead of reusing
14035         bbdb-hashtable.
14037 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14039         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14040         concatenating segments rather than before concatenating them.
14041         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14043         * message.el (message-get-reply-headers): Bind `extra'.
14045 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14047         * message.el (message-extra-wide-headers): New variable.
14048         (message-get-reply-headers): Use it.
14050 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14052         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14053         (gnus-agent-group-pathname): Ditto.
14055         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14057         * gnus-group.el (gnus-group-make-group): Decode group name.
14058         (gnus-group-make-rss-group): Register the group data after opening
14059         the nnrss group.
14061 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14063         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14064         by expiry now get marked as read.
14066 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14068         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14070 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14072         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14073         unify Latin characters in XEmacs.
14074         (mm-find-mime-charset-region): Use it.
14076 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14078         * gnus-util.el (gnus-delete-directory): New function.
14080         * gnus-agent.el (gnus-agent-delete-group): Use it.
14082         * gnus-cache.el (gnus-cache-delete-group): Use it.
14084 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14086         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14087         names.
14089 2004-12-16  Simon Josefsson  <jas@extundo.com>
14091         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14093 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14095         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14097         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14098         (gnus-group-set-current-level): Decode group name.
14100 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14102         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14103         failed.
14105 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14107         * gnus-group.el (gnus-group-delete-group): Decode group name.
14108         (gnus-group-make-rss-group): Encode group name.
14109         (gnus-group-catchup-current): Decode group name.
14110         (gnus-group-kill-group): Decode group name.
14112 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14114         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14116 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14118         * gnus-group.el (gnus-group-make-rss-group):
14119         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14121         * gnus-start.el (gnus-setup-news): Honor user's setting to
14122         gnus-message-archive-method.  Suggested by Lute Kamstra
14123         <lute@gnu.org>.
14125 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14127         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14128         global counterparts of the buffer-local variables.
14130 2004-11-16  Romain Francoise  <romain@orebokech.com>
14132         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14133         counterparts of the buffer-local variables.
14135 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14137         * message.el (message-forbidden-properties): Fix typo in doc
14138         string.
14140 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14142         * gnus-util.el (gnus-replace-in-string): Add doc string.
14144         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14145         to avoid problems when splitting mails with many recipients.
14147 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14149         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14150         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14152 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14154         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14155         if there is no hashtable in memory or file modification time is
14156         newer than cached timestamp.
14158 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14160         * gnus-sum.el (gnus-summary-limit-to-recipient):
14161         Implement not-matching option.
14163 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14165         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14166         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14167         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14168         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14169         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14170         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14172 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14174         * message.el (message-forward-make-body-mml): Remove headers
14175         according to message-forward-ignored-headers if a message is decoded.
14177 2004-12-02  Romain Francoise  <romain@orebokech.com>
14179         * message.el (message-forward-make-body-plain): Always remove
14180         headers according to message-forward-ignored-headers.
14182 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14184         * spam.el (spam-summary-prepare-exit): Remove the
14185         gnus-summary-limit pop for now, it has problems with ham marks for
14186         me.
14188 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14190         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14191         correctly.
14193 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14195         * format-spec.el (format-spec): Message the char.
14197 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14199         * gnus-art.el (gnus-split-methods): Reformat comments.
14201         * spam.el (spam-summary-prepare-exit): Remove article limits
14202         before exiting the summary buffer.
14204 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14206         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14207         order to silence the byte compiler.
14209         * spam.el: Fix the way to silence the byte compiler, which
14210         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14211         bbdb-search-simple, spam-BBDB-register-routine,
14212         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14213         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14214         spam-stat-buffer-is-spam, spam-stat-load,
14215         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14216         spam-stat-save and spam-stat-split-fancy.
14218 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14220         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14221         which may confuse users.
14222         (canlock-password-for-verify): Ditto.
14224         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14226         * gnus-art.el (gnus-emphasis-alist): Ditto.
14228         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14230         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14232         * gnus-start.el (gnus-save-killed-list): Ditto.
14234         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14235         (gnus-sum-thread-tree-root): Ditto.
14236         (gnus-sum-thread-tree-false-root): Ditto.
14237         (gnus-sum-thread-tree-single-indent): Ditto.
14239         * message.el (message-courtesy-message): Ditto.
14240         (message-archive-note): Ditto.
14241         (message-subscribed-address-file): Ditto.
14242         (message-user-fqdn): Ditto.
14244         * spam-report.el (spam-report-gmane-regex): Ditto.
14246         * spam.el (spam-blackhole-good-server-regex): Ditto.
14248 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14250         * mml.el (mml-preview): Widen the message buffer before copying
14251         the contents to the preview buffer; sort headers before previewing.
14253         * message.el (message-hidden-headers): Fix the way to avoid a bug
14254         in the `repeat' widget in Emacs 21.3 or earlier.
14256 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14258         * message.el (message-hidden-headers): Default to "^References:".
14259         Improve customization type.  Suggested by Reiner Steib
14260         <Reiner.Steib@gmx.de>.
14262 2004-11-25  Romain Francoise  <romain@orebokech.com>
14264         * message.el (message-strip-forbidden-properties): Remove check for
14265         obsolete `message-hidden' text property, hidden headers are not
14266         accessible in the buffer anymore.
14268 2004-11-22  Romain Francoise  <romain@orebokech.com>
14270         * message.el (message-header-format-alist): Add `From' in list
14271         so that it can be sorted.
14272         (message-fix-before-sending): Widen and sort headers before
14273         sending.
14274         (message-hide-headers): Use narrowing to hide headers by moving
14275         them to the top of the buffer and narrowing to the region
14276         underneath.
14278 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14280         * message.el (message-strip-forbidden-properties):
14281         Bind buffer-read-only (etc) to nil.
14283 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14285         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14286         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14288 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14290         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14292 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14294         * dns.el (query-dns): Use sit-for to time instead of
14295         accept-process-output, since that doesn't seem to work on udp
14296         sockets.
14298 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14300         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14302 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14304         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14305         doc string.  Improve doc string.
14307 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14309         * nntp.el (nntp-request-update-info): Return nil if
14310         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14311         may not call gnus-activate-group which uselessly issues the GROUP
14312         commands for all nntp groups and wastes time.  Reported by Romain
14313         Francoise <romain@orebokech.com>.
14315         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14317 2004-11-15  Simon Josefsson  <jas@extundo.com>
14319         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14320         headers separately.
14321         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14322         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14324 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14326         * gnus-start.el (gnus-convert-old-newsrc):
14327         Assign legacy-gnus-agent to 5.10.7.
14329 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14331         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14332         start of the lines.
14334 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14336         * hashcash.el (hashcash-default-payment): Change default to 20.
14337         (hashcash-default-accept-payment): Change default to 20.
14338         (hashcash-process-alist): New variable.
14339         (hashcash-generate-payment-async): Add.
14340         (hashcash-already-paid-p): Add.
14341         (hashcash-insert-payment): Don't generate payments twice.
14342         (hashcash-insert-payment-async): Add.
14343         (hashcash-insert-payment-async-2): Add.
14344         (hashcash-cancel-async): Add.
14345         (hashcash-wait-async): Add.
14346         (hashcash-processes-running-p): Add.
14347         (hashcash-wait-or-cancel): Add.
14348         (mail-add-payment): New optional argument.  Conditionally start
14349         asynchronous calculation.
14350         (mail-add-payment-async): Add.
14352         * message.el (message-send-mail): Wait for asynchronous hashcash
14353         results.  Don't clobber existing X-Hashcash headers.
14354         (message-setup-1): Call mail-add-payment-async when
14355         message-generate-hashcash is non-nil.
14357 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14359         * message.el (message-use-alternative-email-as-from): Examine the
14360         From header as well; use message-make-from in order to include a
14361         user's full name.
14363 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14365         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14366         default; improve customization type.
14367         (gnus-emphasis-custom-with-format): New macro.
14368         (gnus-emphasis-custom-value-to-external): New function.
14369         (gnus-emphasis-custom-value-to-internal): New function.
14371 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14373         * dns.el (query-dns): Resolve reverse addresses.
14375 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14377         * gnus-group.el (gnus-group-get-new-news): Use it.
14379         * gnus-start.el (gnus-check-reasonable-setup): New function.
14381 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14383         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14384         "Args out of range" error.  Reported by Arnaud Giersch
14385         <arnaud.giersch@free.fr>.
14387 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14389         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14391 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14393         * spam.el (spam group): Add :version.
14395         * pgg-def.el (pgg group): Add :version.
14397 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14399         * gnus-art.el (gnus-article-edit-article): Don't associate the
14400         article buffer with a draft file.  This is a temporary measure
14401         against the 2004-08-22 change to gnus-article-edit-mode.
14403 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14405         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14406         (html2text-format-tags): Remove unused variable `attr'.
14408 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14410         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14412         * spam-stat.el (spam-stat): Add :version.
14414         * sieve.el (sieve): Add :version.
14416         * sha1.el (sha1): Add :version.
14417         (sha1-use-external): Remove redundant version.
14419         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14420         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14421         (nnmail-split-fancy-match-partial-words)
14422         (nnmail-split-lowercase-expanded): Add :version.
14424         * nndiary.el (nndiary): Add :version.
14426         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14428         * mml-sec.el (mml-default-sign-method)
14429         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14430         Add :version.
14432         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14434         * mm-url.el (mm-url-use-external, mm-url-program)
14435         (mm-url-arguments): Add :version.
14437         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14438         (mm-attachment-file-modes, mm-decrypt-option)
14439         (mm-w3m-safe-url-regexp): Add :version.
14441         * message.el (message-cite-prefix-regexp)
14442         (message-sendmail-envelope-from, message-minibuffer-local-map)
14443         (message-user-fqdn, message-completion-alist): Add :version.
14445         * gnus-win.el (gnus-configure-windows-hook)
14446         (gnus-use-frames-on-any-display): Add :version.
14448         * gnus-art.el (gnus-article-address-banner-alist)
14449         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14450         (gnus-treat-from-picon, gnus-treat-mail-picon)
14451         (gnus-treat-x-pgp-sig): Add :version.
14453         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14454         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14455         (gnus-summary-article-delete-hook)
14456         (gnus-summary-display-while-building): Add :version.
14458         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14459         (gnus-get-top-new-news-hook): Add :version.
14461         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14462         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14464         * gnus-registry.el (gnus-registry): Add :version.
14466         * gnus-spec.el (gnus-use-correct-string-widths)
14467         (gnus-make-format-preserve-properties): Add :version.
14469         * gnus.el (gnus-group-charter-alist)
14470         (gnus-group-fetch-control-use-browse-url)
14471         (gnus-install-group-spam-parameters): Add :version.
14473         * gnus-diary.el (gnus-diary): Add :version.
14475         * gnus-delay.el (gnus-delay): Add :version.
14477         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14478         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14479         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14480         Add :version.
14482         * gnus-agent.el (gnus-agent-max-fetch-size)
14483         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14484         (gnus-agent-prompt-send-queue): Add :version.
14486         * deuglify.el (gnus-outlook-deuglify): Add :version.
14488         * html2text.el: Beautify code.  Improve doc strings.
14489         Some checkdoc cleanup.
14490         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14492 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14494         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14496 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14498         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14499         when package is loaded.
14501         * spam.el (spam-summary-score-preferred-header): Add global preference
14502         for people who want to override the default SpamAssassin over
14503         Bogofilter preference (when both are set).
14504         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14505         (spam-user-format-function-S):
14506         Check spam-summary-score-preferred-header.
14507         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14508         (spam-user-format-function-S): Format the score correctly.
14510 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14512         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14513         signature file.  Suggested by Manoj Srivastava
14514         <srivasta@golden-gryphon.com>.
14516         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14517         iso-2022-jp even in the Japanese language environment.
14518         Suggested by Jason Rumney <jasonr@gnu.org>.
14520 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14522         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14523         use the same characters as the dummy marks; make it free from
14524         getting affected by the language environment.
14525         (gnus-summary-read-group-1): Update mark positions only when the
14526         format spec is updated.
14528         * gnus-spec.el (gnus-update-format-specifications): Return a list
14529         of updated types.
14531 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14533         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14534         of boundp to check if display-warning is available.
14536 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14538         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14540 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14542         * nnspool.el (nnspool-spool-directory): Use news-path if the
14543         news-directory variable is not bound.
14545         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14546         function instead of display-warning if it is not available.
14548 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14550         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14551         v5-10: Use `point-at-bol'.
14553 2004-10-26  Simon Josefsson  <jas@extundo.com>
14555         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14556         <chenggao@gmail.com>.
14558 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14560         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14561         instead.
14563 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14565         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14566         to remove a server from the nnimap-server-buffer-alist.
14567         (nnimap-open-connection, nnimap-close-server): Use it.
14569         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14571 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14573         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14574         running the major-mode function.
14576 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14578         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14579         dummy marks in the right way.
14581 2004-10-18  David Edmondson  <dme@dme.org>
14583         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14584         excessively.
14586 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14588         * gnus-util.el (gnus-split-references): Accept a nil references
14589         string and go on blissfully.
14591         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14592         cases where the references string is non-nil but has no references.
14594         * encrypt.el: Add autoload tags.
14596         * spam.el (spam-resolve-registrations-routine): Remove article
14597         from unregistration list too.  Reported by David Hanak
14598         <dhanak@isis.vanderbilt.edu>
14600 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14602         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14603         nil.  Change custom type.
14605 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14607         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14609         * gnus-sum.el (gnus-summary-move-article): Use it.
14611 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14613         * encrypt.el: Add autoload cookies.
14615         * spam.el (spam-backend-article-list-property)
14616         (spam-backend-get-article-todo-list)
14617         (spam-backend-put-article-todo-list)
14618         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14619         Resolve registrations separately.
14620         (spam-register-routine): Format comments.
14621         (spam-unregister-routine, spam-register-routine): Always call with
14622         specific-articles, no default list.
14623         (spam-summary-prepare-exit): Use the spam-classifications function.
14625         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14626         gnus-encrypt.el.
14628         * encrypt.el: Copied from gnus-encrypt.el.
14630         * gnus-encrypt.el: Commented that it's obsolete.
14632 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14634         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14635         (gnus-score-save): Use it.
14637         * message.el (message-bury): Use `window-dedicated-p'.
14639 2004-10-15  Simon Josefsson  <jas@extundo.com>
14641         * pop3.el (top-level): Don't require nnheader.
14642         (pop3-read-timeout): Add.
14643         (pop3-accept-process-output): Add.
14644         (pop3-read-response, pop3-retr): Use it.
14646 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14648         * spam.el (spam-register-routine): Move comment.
14649         (spam-verify-bogofilter): Use 'unknown for the initial
14650         spam-bogofilter-valid state, not 'never.
14652         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14653         for netrc-machine.
14655         * nnimap.el (nnimap-open-connection):
14656         Use netrc-machine-user-or-password.
14658 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14660         * gnus-registry.el (gnus-registry-unload-hook):
14661         Set as a variable with add-hook.
14663         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14664         of news-path.
14666         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14668         * spam.el: Delete duplicate `provide'.
14669         (spam-unload-hook): Set as a variable with add-hook.
14671 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14673         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14674         in the doc string.
14676         * message.el (message-ignored-news-headers)
14677         (message-ignored-supersedes-headers)
14678         (message-ignored-resent-headers)
14679         (message-forward-ignored-headers): Improve custom type.
14681 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14683         * message.el (message-tokenize-header): Fix 2004-09-06 change
14684         which used point-min in the wrong place.
14686 2004-10-12  Simon Josefsson  <jas@extundo.com>
14688         * tls.el (tls-certtool-program): New variable.
14689         (tls-certificate-information): New function, based on
14690         ssl-certificate-information.
14692 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14694         * compface.el: Move the version of ELisp-based uncompface program
14695         to the contrib directory because of the copyright problem.
14697 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14699         * message.el (message-kill-buffer): Raise the current frame.
14701 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14703         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14705         * gnus.el (message-y-or-n-p): Autoload.
14707         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14708         (pop3-password-required, pop3-authentication-scheme)
14709         (pop3-leave-mail-on-server): Make customizable.
14710         (pop3): New custom group.
14711         (pop3-retr): Remove `sleep-for' statements.
14712         Suggested by Dave Love <fx@gnu.org>.
14714         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14715         Windows/DOS.
14717         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14718         (imap-parse-body): Fix incorrect use of `assert'.
14719         Suggested by Dave Love <fx@gnu.org>.
14721         * mml.el (mml-minibuffer-read-disposition): Require match.
14722         Suggested by Dave Love <fx@gnu.org>.
14724 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14726         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14727         doc string.
14729 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14731         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14733 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14735         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14736         instead of calling `mm-insert-inline', to decode text/* parts
14737         before displaying them.
14739 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14741         * mm-uu.el (mm-uu-text-plain-type): New variable.
14742         (mm-uu-pgp-signed-extract-1): Use it.
14743         (mm-uu-pgp-encrypted-extract-1): Use it.
14744         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14745         bind mm-uu-text-plain-type with that value.
14746         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14747         mm-uu-dissect.
14749 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14751         * gnus-group.el (gnus-update-group-mark-positions):
14752         * gnus-sum.el (gnus-update-summary-mark-positions):
14753         * message.el (message-check-news-body-syntax):
14754         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14755         of string-as-multibyte.
14757 2004-10-05  Juri Linkov  <juri@jurta.org>
14759         * gnus-group.el (gnus-update-group-mark-positions):
14760         * gnus-sum.el (gnus-update-summary-mark-positions):
14761         * message.el (message-check-news-body-syntax):
14762         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14763         8-bit unibyte values to a multibyte string for search functions.
14765 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14767         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14768         (mm-uu-dissect-text-parts): New function.
14770         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14771         dissect text parts.
14773         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14774         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14776         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14778         * gnus-topic.el (gnus-topic-hierarchical-parameters):
14779         Use gnus-current-topics instead of gnus-current-topic.
14781 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14783         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14785 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14787         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14788         where approriate.
14790         * nnml.el (nnml-generate-active-info): do.
14792         * nndiary.el (nndiary-generate-active-info): do.
14794         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14795         (gnus-topic-move): do.
14797         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14798         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14800         * gnus-srvr.el (gnus-server-prepare)
14801         (gnus-server-open-all-servers): do.
14803         * gnus-msg.el (gnus-summary-cancel-article)
14804         (gnus-summary-resend-message)
14805         (gnus-summary-mail-crosspost-complaint): do.
14807         * gnus-move.el (gnus-change-server): do.
14809         * gnus-group.el (gnus-group-unmark-all-groups)
14810         (gnus-group-set-current-level): do.
14812 2004-10-04  Simon Josefsson  <jas@extundo.com>
14814         * message.el (message-generate-hashcash): Doc fix.
14816 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14818         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14819         avoid infinite recursion via gnus-get-function.
14821 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14823         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14825         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14827         * nnmail.el (nnmail-split-history): do.
14829         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14830         (nnml-request-delete-group): do.
14832         * nnslashdot.el (nnslashdot-read-groups): do.
14834         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14835         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14837         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14838         (nnspool-sift-nov-with-sed): Use last.
14839         (nnspool-retrieve-headers-with-nov): Use mapc.
14840         (nnspool-request-newgroups): Use dolist.
14841         (nnspool-request-group): Use last.
14843         * nntp.el (nntp-read-server-type): Use dolist.
14845         * nnvirtual.el (nnvirtual-create-mapping)
14846         (nnvirtual-update-read-and-marked): Use dolist.
14847         (nnvirtual-convert-headers): Simplify.
14849 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14851         * gnus-agent.el (gnus-agent-synchronize-group-flags):
14852         Add support for sync'ing tick marks.
14854 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14856         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14857         there's no visible header.
14859 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14861         * gnus-agent.el (gnus-agent-synchronize-group-flags):
14862         When necessary, pass full group name to gnus-request-set-marks.
14864 2004-10-01  Simon Josefsson  <jas@extundo.com>
14866         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14867         acroread.
14869 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14871         * spam-report.el (spam-report-gmane): Fix interactive.
14873         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14875         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14876         when writing file.
14877         (gnus-agent-synchronize-flags): Don't default to being
14878         interactive.
14880 2004-09-30  Simon Josefsson  <jas@extundo.com>
14882         * message.el (message-generate-hashcash): Add.
14883         (message-send-mail): Use it, call mail-add-payment.
14885 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14887         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14889 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14891         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
14892         gnus-requst-update-info with explicit code to sync the in-memory
14893         info read flags with the marks being sync'd to the backend.
14895         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
14897 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14899         * spam.el (spam-verify-bogofilter): Add new function.
14900         (spam-check-bogofilter)
14901         (spam-bogofilter-register-with-bogofilter): Use it.
14902         (spam-verify-bogofilter): Add small fixes.
14904 2004-09-28  Simon Josefsson  <jas@extundo.com>
14906         * hashcash.el (hashcash-generate-payment): Revert.
14908 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14910         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14911         Use gnus-extract-references instead of gnus-split-references.
14913         * gnus-util.el (gnus-extract-references): Add new function, analogous
14914         to gnus-split-references but extracts only the message-ID without
14915         anything extra.
14917         * hashcash.el (hashcash-generate-payment)
14918         (hashcash-check-payment): Do the right thing if hashcash-path is
14919         nil (because the hashcash program could not be found).
14921         * spam.el (spam-use-hashcash): Remove comment.
14923 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14925         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14926         (gnus-cache-enter-article, gnus-cache-remove-article)
14927         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14929         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14931         * gnus-art.el (article-hide-boring-headers)
14932         (article-translate-strings, article-display-face)
14933         (gnus-article-mime-match-handle-first)
14934         (gnus-article-highlight-headers)
14935         (gnus-article-add-buttons-to-head): do.
14937 2004-09-27  Simon Josefsson  <jas@extundo.com>
14939         * hashcash.el: New version, from
14940         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14941         ../contrib/.
14943 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14945         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14947 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14949         * gnus-dup.el (gnus-dup-open): Use mapc.
14950         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14952         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14953         Reported by Stefan Wiens <s.wi@gmx.net>.
14955         * gnus.el (gnus-shutdown): Use dolist.
14957         * gnus-undo.el (gnus-undo): Use mapc.
14959         * nnrss.el (nnrss-generate-active): do.
14961         * message.el (message-cite-original-without-signature)
14962         (message-cite-original): Use mapc.
14963         (message-do-actions, message-make-forward-subject): Use dolist.
14965 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14967         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
14968         deletion to remove entire duplicate line.  Fixes merged article
14969         number bug.
14971 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14973         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14974         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14975         first ask if you want to open a server and then, even when you
14976         responded with no, asking if you want to synchronize the server's
14977         flags.
14978         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14979         multi-line expressions.
14980         (gnus-agent-synchronize-group-flags): New internal function.
14981         Updates marks in memory (in the info structure) AND in the
14982         backend.
14984         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
14986         * nnagent.el (nnagent-request-set-mark):
14987         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
14988         method, to ensure that synchronization updates marks in the
14989         backend and in the info (in memory) structure.
14991 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14993         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14994         convention fully; don't miss the root article of a thread; make
14995         the X-Draft-From header with correct article numbers.
14997 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14999         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15000         unless plugged.  Disable the agent so that an open failure causes
15001         an error.
15003         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15004         Revert 2004-09-21 change.  The backend must be opened while
15005         synchronizing flags even when the backend stores the flags
15006         locally.
15008 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15010         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15011         in `header' match.  Reported by Svend Tollak Munkejord.
15013         * message.el (message-cite-original): Fix use of
15014         `message-cite-articles-with-x-no-archive'.
15016 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15018         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15019         (gnus-window-to-buffer): Ditto.
15021         * mml.el (mml-preview-buffer): New variable.
15022         (mml-preview): Manage window layout with gnus-buffer-configuration.
15024         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15025         X-Draft-From header even if those articles aren't quoted.
15027 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15029         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15030         (gnus-request-set-mark, gnus-request-update-mark): Use new
15031         g-s-t-u-l-m to decide to use backend even when unplugged.
15033 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15035         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15036         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15038 2004-09-20  Simon Josefsson  <jas@extundo.com>
15040         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15041         "utf-16-le".
15043 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15045         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15047 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15049         * uudecode.el (uudecode-use-external): Add :version.
15051         * smime.el (smime-CA-file, smime-encrypt-cipher)
15052         (smime-dns-server): Add :version.
15054         * smiley.el (gnus-smiley-file-types): Add :version.
15056         * sha1.el (sha1-use-external): Add :version.
15058         * pgg-def.el (pgg-query-keyserver): Add :version.
15060         * nnmail.el (nnmail-fancy-expiry-targets)
15061         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15062         Add :version.
15064         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15065         (nnimap-retrieve-groups-asynchronous): Add :version.
15066         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15068         * mml.el (mml-content-disposition-parameters)
15069         (mml-insert-mime-headers-always): Add :version.
15071         * mm-util.el (mm-coding-system-priorities): Add :version.
15073         * mm-decode.el (mm-inline-text-html-with-images)
15074         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15075         (mm-verify-option): Add :version.
15076         (mm-text-html-renderer): Change :version.
15078         * message.el (message-fcc-externalize-attachments)
15079         (message-required-headers, message-draft-headers)
15080         (message-subject-trailing-was-query)
15081         (message-subject-trailing-was-ask-regexp)
15082         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15083         (message-mark-insert-end, message-archive-header)
15084         (message-archive-note, message-cross-post-default)
15085         (message-cross-post-note, message-followup-to-note)
15086         (message-cross-post-note-function, message-use-mail-followup-to)
15087         (message-subscribed-address-functions)
15088         (message-subscribed-address-file, message-subscribed-addresses)
15089         (message-subscribed-regexps, message-allow-no-recipients)
15090         (message-yank-cited-prefix, message-signature-insert-empty-line)
15091         (message-hidden-headers, message-hierarchical-addresses)
15092         (message-mail-user-agent, message-use-idna)
15093         (message-valid-fqdn-regexp)
15094         (message-strip-special-text-properties, message-header-synonyms)
15095         (message-beginning-of-line, message-tab-body-function): Add :version.
15096         (message-insert-canlock, message-wide-reply-confirm-recipients):
15097         Change :version.
15099         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15100         and :version.
15101         (mail-source-delete-old-incoming-confirm)
15102         (mail-source-movemail-program): Add :version.
15104         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15105         (gnus-agent-cache, gnus-agent): Change :version.
15107         * gnus-util.el (gnus-use-byte-compile): Change :version.
15109         * gnus-sum.el (gnus-summary-make-false-root-always)
15110         (gnus-summary-default-high-score)
15111         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15112         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15113         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15114         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15115         (gnus-sum-thread-tree-single-indent)
15116         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15117         (gnus-sum-thread-tree-leaf-with-other)
15118         (gnus-sum-thread-tree-single-leaf): Add :version.
15119         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15120         (gnus-article-loose-mime): Change :version.
15122         * gnus-start.el (gnus-backup-startup-file)
15123         (gnus-save-startup-file-via-temp-buffer): Add :version.
15125         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15126         (gnus-server-offline-face): Add :version.
15128         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15130         * gnus-msg.el (gnus-gcc-externalize-attachments)
15131         (gnus-debug-files, gnus-debug-exclude-variables)
15132         (gnus-discouraged-post-methods): Change :version.
15133         (gnus-confirm-mail-reply-to-news)
15134         (gnus-confirm-treat-mail-like-news): Add :version.
15136         * gnus-int.el (gnus-server-unopen-status): Add :version.
15138         * gnus-group.el (gnus-group-jump-to-group-prompt)
15139         (gnus-large-ephemeral-newsgroup)
15140         (gnus-fetch-old-ephemeral-headers): Add :version.
15142         * gnus-fun.el (gnus-x-face-directory)
15143         (gnus-convert-pbm-to-x-face-command)
15144         (gnus-convert-image-to-x-face-command)
15145         (gnus-convert-image-to-face-command): Add :version.
15147         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15149         * gnus-cite.el (gnus-cite-blank-line-after-header)
15150         (gnus-article-boring-faces): Add :version.
15152         * gnus-art.el (gnus-buttonized-mime-types)
15153         (gnus-inhibit-mime-unbuttonizing)
15154         (gnus-treat-display-face)
15155         (gnus-treat-body-boundary): Change :version.
15156         (gnus-body-boundary-delimiter, gnus-picon-databases)
15157         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15158         (gnus-treat-date-english, gnus-treat-fold-headers)
15159         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15160         (gnus-treat-mail-picon, gnus-treat-wash-html)
15161         (gnus-article-encrypt-protocol)
15162         (gnus-use-idna, gnus-article-over-scroll)
15163         (gnus-mime-display-multipart-alternative-as-mixed)
15164         (gnus-mime-display-multipart-related-as-mixed)
15165         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15166         (gnus-ctan-url, gnus-button-ctan-handler)
15167         (gnus-button-handle-ctan-bogus-regexp)
15168         (gnus-button-ctan-directory-regexp)
15169         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15170         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15171         (gnus-button-man-level, gnus-button-emacs-level)
15172         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15174         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15175         (gnus-agent-go-online): Change :version.
15176         (gnus-agent-expire-unagentized-dirs)
15177         (gnus-agent-auto-agentize-methods): Add :version.
15179         * flow-fill.el (fill-flowed-display-column)
15180         (fill-flowed-encode-column): Add :version.
15182         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15183         (gnus-outlook-deuglify-unwrap-max)
15184         (gnus-outlook-deuglify-cite-marks)
15185         (gnus-outlook-deuglify-unwrap-stop-chars)
15186         (gnus-outlook-deuglify-no-wrap-chars)
15187         (gnus-outlook-deuglify-attrib-cut-regexp)
15188         (gnus-outlook-deuglify-attrib-verb-regexp)
15189         (gnus-outlook-deuglify-attrib-end-regexp)
15190         (gnus-outlook-display-hook): Add :version.
15192         * binhex.el (binhex-use-external): Add :version.
15194 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15196         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15197         and `invisible'.
15199 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15201         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15202         in gnus-registry-trim.
15204 2004-09-13  Simon Josefsson  <jas@extundo.com>
15206         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15208         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15210         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15211         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15212         <yamaoka@jpl.org>.
15213         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15214         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15215         <yamaoka@jpl.org>.
15217         * sieve.el (sieve-manage-mode): Ditto.
15219 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15221         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15223 2004-09-11  Simon Josefsson  <jas@extundo.com>
15225         * dns-mode.el: Add.
15227         * mm-view.el (mm-display-dns-inline): Add.
15229         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15230         (mm-automatic-display): Ditto.
15232         * mailcap.el (mailcap-mime-data): Add text/dns.
15233         (mailcap-mime-extensions): Map .soa to text/dns.
15235 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15237         * gnus-art.el (article-decode-mime-words, article-babel)
15238         (gnus-article-highlight-signature, gnus-article-add-buttons)
15239         (gnus-signature-toggle): Remove unnecessary bindings of
15240         `inhibit-read-only' inherited from v5.10 merge.
15242 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15244         * nntp.el (nntp): New customization group.
15245         (nntp-authinfo-file): Add customization group.
15247         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15249         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15251         * gnus.el (to-address, to-list, subscribed)
15252         (large-newsgroup-initial): Ditto.
15254         * flow-fill.el (fill-flowed-display-column)
15255         (fill-flowed-encode-column): Ditto.
15257 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15259         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15260         Use point-min rather than 1.
15261         (message-send-mail): Use buffer-size rather than point-max.
15263         * gnus-sum.el (gnus-summary-search-article-forward):
15264         Signal a specific `search-failed' rather than a generic `error'.
15266         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15267         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15268         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15270 2004-09-10  Simon Josefsson  <jas@extundo.com>
15272         * nndb.el (require): Remove tcp and duplicate cl.
15274 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15276         * gnus-agent.el (directory-files-and-attributes): Move forward.
15278 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15280         * gnus-agent.el (directory-files-and-attributes):
15281         Optionally defined to support XEmacs.
15283 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15285         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15286         to avoid run-time CL dependencies.
15287         (gnus-agent-unfetch-articles): New function.
15288         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15289         article numbers even when local .overview file is missing.
15290         (gnus-agent-read-article-number): New function.  Only accepts
15291         27-bit article numbers.
15292         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15293         Use gnus-agent-read-article-number.
15294         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15295         from backend while recognizing that article numbers in .overview
15296         must be valid.
15297         (gnus-agent-update-files-total-fetched-for):
15298         Use directory-files-and-attributes to improve performance.
15299         * gnus-int.el (gnus-request-move-article):
15300         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
15301         improve performance.
15303         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
15304         some users confused by references to .newsrc when they only have a
15305         .newsrc.eld file.
15306         (gnus-convert-mark-converter-prompt)
15307         (gnus-convert-converter-needs-prompt): Fix use of property list.
15308         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15309         New function.  Used internally to only display 'gnus converting
15310         files' message when actually necessary.
15312         * gnus-sum.el (): Remove (require 'gnus-agent) as required
15313         methods now autoloaded.
15315 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15317         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15318         identifiers.
15320 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15322         * gnus-picon.el: Fix indentation and closing parenthesis.
15324 2004-09-01  Simon Josefsson  <jas@extundo.com>
15326         * message.el (message-canlock-generate): Require sha1, not
15327         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15328         to require within a function.  Sadly, if sha1.el isn't loaded, the
15329         let binding in m-c-g will hide the defcustom definition, which is
15330         bad.)
15332         * canlock.el: Require sha1, not sha1-el.
15334         * message.el: Don't autoload sha1 (there is a autoload cookie in
15335         sha1.el).
15337         * sha1-el.el: Rename to sha1.el.
15339 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15341         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15343 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15345         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15347 2004-08-30  Kim F. Storm  <storm@cua.dk>
15349         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15351         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15352         Add :group 'nnimap.
15354 2004-08-30  Andreas Schwab  <schwab@suse.de>
15356         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15357         ?* and ?\;.
15359         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15360         and ?\' to symbol instead of whitespace.
15362 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15364         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15366         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15367         instead of re-search-forward.
15369         * gnus-uu.el (gnus-uu-save-article): Ditto.
15370         (gnus-uu-post-encode-uuencode): Ditto.
15372         * html2text.el (html2text-clean-list-items): Ditto.
15373         (html2text-clean-dtdd): Ditto.
15374         (html2text-format-tags): Ditto.
15376         * message.el (message-send-mail-with-sendmail): Fix regexp.
15377         (message-fill-field-general): Use search-forward instead of
15378         re-search-forward.
15379         (unbold-region): Ditto.
15381         * nnrss.el (nnrss-request-article): Ditto.
15383         * nnslashdot.el (nnslashdot-request-article): Ditto.
15385         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15387         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15388         "Unrecognized menu descriptor" error in XEmacs.
15390 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15392         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15393         parent article of a sparse article in the thread hashtb.
15395 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15397         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15398         (nnmail-expand-newtext): Lowercase expanded entries if
15399         nnmail-split-lowercase-expanded is non-nil.
15401 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15403         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15405         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15406         of gnus-tmp-news-method into string under XEmacs.  It will be
15407         passed to gnus-correct-length which takes only a string argument.
15409 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15411         * gnus-util.el (gnus-bind-print-variables): New macro.
15412         (gnus-prin1): Use it.
15413         (gnus-prin1-to-string): Use it.
15414         (gnus-pp): New function.
15415         (gnus-pp-to-string): New function.
15417         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15418         Replace pp-to-string with gnus-pp-to-string.
15419         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15420         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15421         * gnus-msg.el (gnus-debug): Ditto.
15422         * gnus-score.el (gnus-score-save): Ditto.
15423         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15424         gnus-pp-to-string.
15425         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15426         with gnus-pp.
15427         * score-mode.el (gnus-score-pretty-print): Ditto.
15428         * webmail.el (webmail-debug): Ditto.
15430 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15432         * gnus-art.el (article-display-face, article-display-x-face):
15433         Use buffer-read-only.
15435 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15437         * gnus-art.el (article-hide-list-identifiers):
15438         Bind inhibit-read-only as t.
15440 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15442         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15444 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15446         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15447         (gnus-narrow-to-page): Don't assume point-min == 1.
15448         (gnus-article-edit-mode): Derive from message-mode.
15450         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15451         point-min == 1.
15453         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15454         Disable incorrect use of `assert'.
15456         * message.el (message-mode): Set comment-start-skip.
15458 2004-08-22  Sam Steingold  <sds@gnu.org>
15460         * pop3.el (pop3-leave-mail-on-server): New user variable.
15461         (pop3-movemail): Delete mail only when it is nil.
15463 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15465         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15467         * mml.el (mml-preview): Use `pop-to-buffer'.
15469         * message.el (message-goto-mail-followup-to): Insert after "To".
15470         (message-carefully-insert-headers): Add comment.
15472         * gnus.el: Remove unused variable `gnus-article-check-size'.
15474         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15476         * gnus-art.el (gnus-button-alist):
15477         Improve `gnus-button-handle-library' entry.
15479 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15481         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
15482         Use downcase, since XEmacs capitalizes error messages differently.
15484 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15486         * nntp.el: Add (require 'gnus) due to reference to
15487         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15489 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15491         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
15492         Bind `mm-fill-flowed'.
15494         * mm-decode.el (mm-dissect-singlepart): Check it.
15496 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15498         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15499         'imap' for netrc parsing.
15501 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15503         * mailcap.el (mailcap-mime-data): Mark as risky.
15505 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15507         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15508         may be included in the encoded word.
15509         (rfc2047-encode): Don't append a space if the encoded word
15510         includes close parenthesis.
15512 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15514         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15515         of text within parentheses.
15517 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15519         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15520         (gnus-encrypt-write-file-contents): Make the password key the file
15521         name PLUS the cipher, not just the cipher.  Also remove failed
15522         passwords from the cache.
15524 2004-08-06  Simon Josefsson  <jas@extundo.com>
15526         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
15527         Doc fix.
15529 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15531         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15532         LWSP.
15534 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15536         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15537         Try to append in-reply-to: data to the references: header.
15539         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15540         (netrc-parse): Use gnus-encrypt.el functions.
15542         * gnus-encrypt.el: Add new file for encryption support; currently
15543         does only a few GPG ciphers and an internal XOR cipher.
15545         * password.el: Add comments on using password-read-and-add.
15546         (password-read-and-add): Add function to read and add the
15547         password to the cache at once.
15549 2004-07-28  Simon Josefsson  <jas@extundo.com>
15551         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15552         parameter (but don't use it, for now).
15554         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15555         instead of hard coding to nil.
15557 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15559         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15560         as mm-inline-image-xemacs does.
15562 2004-07-26  Simon Josefsson  <jas@extundo.com>
15564         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15565         Revert part of 2004-07-17 change below.
15567 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15569         * rfc2047.el (rfc2047-encode-region): Don't infloop.
15570         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15572 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15574         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15575         quotes that actually start with ">" at the beginning of the
15576         lines.
15578 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15580         * rfc2047.el (rfc2047-encode-region): Fix last change.
15581         (rfc2047-encode-parameter): Remove useless concat.
15583 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15585         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15586         encode special characters; fix some kind of misconfigured headers;
15587         signal a real error if debug-on-quit or debug-on-error is non-nil.
15588         (rfc2047-encode-max-chars): New variable.
15589         (rfc2047-encode-1): Use it.
15590         (rfc2047-encode-parameter): New function.
15592         * mml.el (mml-insert-parameter): Remove an excessive space.
15594 2004-07-17  Simon Josefsson  <jas@extundo.com>
15596         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15597         Kai Grossjohann <kai@emptydomain.de>.
15598         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15599         (gnus-group-make-menu-bar): Ditto.
15601         * gnus-util.el (gnus-group-server): Add.
15603 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15605         * message.el (message-clone-locals): Clone sendmail and smtp
15606         variables.
15608 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15610         * rfc2047.el (rfc2047-encode-region): Fix last change.
15612 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15614         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15615         characters as non-special.
15617 2004-07-09  Simon Josefsson  <jas@extundo.com>
15619         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15620         Users will lose all flag changes made while unplugged with
15621         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15622         good default.  See numerous reports on ding mailing list.
15624 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15626         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15627         add generate-head-function and generate-article-function to the
15628         rfc822-forward entry.
15629         (nndoc-rfc822-forward-generate-article): New function.
15630         (nndoc-rfc822-forward-generate-head): New function.
15632         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15634 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15636         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15637         respect display group parameter and gnus-summary-expunge-below.
15638         (gnus-articles-to-read): Remove unused reference to display group
15639         parameter.
15641 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15643         * nnheader.el (nnheader-uniquify-message-id): New experimental
15644         variable.
15645         (nnheader-nov-read-message-id): Use it.
15647         * spam-report.el (spam-report-gmane): Add interactive.
15649 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15651         * mm-encode.el (mm-content-transfer-encoding-defaults):
15652         Use qp-or-base64 for the application/* types.
15654 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15656         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15658 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15660         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15661         trim value.
15663 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15665         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15666         New macro and function.
15667         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15669 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15671         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15672         after-load-alist.
15674 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15676         * gnus-group.el (gnus-group-get-new-news-this-group):
15677         Don't update info that isn't there.
15679 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
15681         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15682         entry.
15684 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15686         * mm-view.el (mm-inline-render-with-function): Use multibyte
15687         buffer; decode html source by charset.
15689         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15691         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15692         Mule-UCS is loaded under XEmacs.
15693         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15695 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15697         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15699 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15701         * mm-util.el (mm-coding-system-p): Return a coding-system.
15702         (mm-mime-mule-charset-alist): Use shift_jis instead of
15703         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15704         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15705         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15706         instead of japanese-shift-jis and iso-latin-1 respectively in
15707         order to share the default value with both Emacs and XEmacs-mule.
15708         (mm-mule-charset-to-mime-charset):
15709         Make mm-coding-system-priorities effective.
15710         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15711         while predicating of candidates upon the priorities.
15713 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15715         * gnus-sum.el (gnus-summary-make-menu-bar):
15716         Add gnus-uu-invert-processable.
15718         * gnus.el: Autoload gnus-uu-invert-processable.
15720 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15722         * mm-util.el (mm-with-multibyte-buffer): New macro.
15724         * rfc2047.el (rfc2047-encode-string): Use it.
15725         (rfc2047-encode-region): Move point to the end of the region after
15726         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15728 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15730         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15731         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15733 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15735         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15736         (gnus-cite-parse): Ignore quoted envelope From_.
15737         Suggested by Karl Chen <quarl@nospam.quarl.org>.
15739 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15741         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15742         invalid addresses.
15744 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15746         * spam.el: Change section markers, revise TODO list.
15747         (spam-backends): Make new master list of all installed backends.
15748         (spam-summary-exit-behavior): Add new variable to determine how
15749         messages moves are done at summary exit.
15750         (spam-move-spam-nonspam-groups-only)
15751         (spam-process-ham-in-nonham-groups)
15752         (spam-process-ham-in-spam-groups): Remove variables, the
15753         spam-summary-exit-behavior variable should be used to manage this
15754         behavior.
15755         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15756         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15757         and spam-old-spam-articles.
15758         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15759         Add empty variables, placeholders for the backends they represent.
15760         (spam-set-difference): Move, unchanged.
15761         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15762         unless the user has a processor variable.
15763         (spam-classifications, spam-classification-valid-p)
15764         (spam-backend-properties, spam-backend-property-valid-p)
15765         (spam-backend-function-type-valid-p)
15766         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15767         (spam-report-articles-gmane, spam-report-articles-resend):
15768         Remove functions, they are not needed.
15769         (spam-install-backend-super, spam-backend-list)
15770         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15771         (spam-backend-function, spam-backend-ham-registration-function)
15772         (spam-backend-spam-registration-function)
15773         (spam-backend-ham-unregistration-function)
15774         (spam-backend-spam-unregistration-function)
15775         (spam-backend-statistical-p, spam-backend-mover-p)
15776         (spam-install-backend-alias, spam-install-checkonly-backend)
15777         (spam-install-mover-backend, spam-install-nocheck-backend)
15778         (spam-install-backend, spam-install-statistical-backend)
15779         (spam-install-statistical-checkonly-backend): Add backend installation
15780         support.
15781         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15782         (spam-group-processor-p): Use the new backend code and respect the
15783         summary exit behavior.
15784         (spam-mark-spam-as-expired-and-move-routine): Remove.
15785         (spam-summary-prepare): Change to use the new spam-old-articles
15786         variable.
15787         (spam-copy-or-move-routine, spam-copy-spam-routine)
15788         (spam-move-spam-routine, spam-copy-ham-routine)
15789         (spam-move-ham-routine): Add code to copy/move ham or spam.
15790         (spam-fetch-field-fast): Improve doc and code, plus allow the
15791         'number request.
15792         (spam-list-of-checks, spam-list-of-statistical-checks):
15793         Remove variables.
15794         (spam-split, spam-find-spam): Use the new backend code.
15795         (spam-registration-functions): Remove variable.
15796         (spam-unregister-routine): Add convenience wrapper.
15797         (spam-log-undo-registration, spam-register-routine)
15798         (spam-log-processing-to-registry)
15799         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15800         where possible.
15801         (spam-check-gmane-xref, spam-check-regex-headers)
15802         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15803         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15804         (spam-check-bogofilter-headers, spam-check-spamoracle)
15805         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15806         (spam-check-crm114-headers): Use the spam-split-group that
15807         spam-split prepares, no need to determine it every time.
15809         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15810         to the nnheader-parse-naked-head call.
15812         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15814         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15815         the nnheader-nov-read-message-id call.
15817 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15819         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15820         gnus-activate-group twice.  Suggested by Markus Peter
15821         <warp@spin.de>.
15823 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15825         * gnus-art.el (gnus-article-time-format): Exchange the order of
15826         day and month in the default value; fix customization type.
15827         (article-date-ut): Use add-text-properties.
15828         (article-make-date-line): Use message-make-date instead of
15829         current-time-string.
15831         * message.el (message-fetch-field): Don't use set-text-properties.
15832         (message-make-date): Simplify.
15834 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15836         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15837         (rfc2047-encode-region): Treat text within parentheses as special;
15838         show the original text when error has occurred.
15840         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15841         already-computed method to gnus-activate-group.
15843         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15844         same select-methods identical Lisp objects.
15846         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15847         object when modifying the info.
15849 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15851         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15852         gnus-opened-servers since it has never been opened with the new
15853         configuration yet.
15855 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15857         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15858         arg to nnheader-generate-fake-message-id.
15860 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15862         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15863         number and build a fake message ID localized to a group and
15864         article number (so it's repeatable from that point on).
15865         (nnheader-fake-message-id-p): Change regex to accommodate new fake
15866         ID format.
15868         * gnus-sum.el (gnus-get-newsgroup-headers):
15869         Call nnheader-generate-fake-message-id with the article number.
15871 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15873         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15874         end-of-buffer.
15876 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15878         * message.el (message-ignored-supersedes-headers): Add Approved.
15880 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15882         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15883         goto-char.
15884         (rfc2047-encode): Fold the line before encoding.
15886 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15888         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15889         folding -- not all headers can be folded, and this should be done
15890         by the message composition mode.  Probably.  I think.
15892 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15894         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15895         fast.
15897         * gnus-ems.el (gnus-remove-image): Don't use
15898         message-text-with-property; remove only the image found first.
15900 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15902         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15904 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15906         * message.el (message-text-with-property): Make it fast and accept
15907         optional arguments.
15908         (message-strip-forbidden-properties): Use it.
15909         (message-fix-before-sending): Follow the m-t-w-p change.
15911         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15913 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15915         * gnus-art.el (article-hide-headers): Don't change the buffer
15916         mistakenly when performing mml-preview even if
15917         gnus-single-article-buffer is nil.
15919 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15921         * message.el (message-expand-name-databases): New user option.
15922         (message-expand-name): Use it.
15924 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15926         * spam.el (spam-report-articles-resend)
15927         (spam-report-resend-register-routine): Allow ham reporting.
15928         (spam-report-resend-register-ham-routine): Add wrapper.
15929         (spam-registration-functions): Add ham resending functions.
15930         (spam-list-of-processors): Add ham resend processor.
15932         * gnus.el (ham-resend-to): Add new group parameter.
15933         (spam-process): Add ham resend option.
15935         * spam-report.el (spam-report-resend): Allow reporting ham.
15936         (spam-report-resend-ham): Add wrapper.
15938 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15940         * message.el (message-cite-articles-with-x-no-archive):
15941         New variable.
15942         (message-cite-original): Use it.
15944 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15946         * message.el (message-cite-original): Respect X-No-Archive.
15948 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15950         * gnus-art.el (article-hide-headers): Refer to the values for
15951         gnus-ignored-headers and gnus-visible-headers in the summary
15952         buffer since a user may have set them as group parameters.
15954 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15956         * assistant.el (assistant-node-name): Add convenience function.
15957         (assistant-render-text, assistant-render-node): Add error handling,
15958         plus handle multiple next nodes.
15959         (assistant-find-next-node): Comment out for now.
15960         (assistant-find-next-nodes): Add function, returns list of next
15961         nodes.
15963 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15965         * mail-source.el (mail-source-directory): Fix doc-string.
15967 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15969         * assistant.el (assistant-render-text, assistant-eval): Add :set
15970         widget type, which is different because it takes and returns a
15971         list.  Much hilarity ensues.
15973 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15975         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
15977         * gnus-group.el (gnus-group-get-new-news-this-group):
15978         Add doc-string.
15980         * gnus-start.el (gnus-activate-group): Add doc-string.
15982 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15984         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15986 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15988         * assistant.el (assistant-render-text): Try to add a :set
15989         widget, more to come.
15991         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15992         strings.
15993         (spam-report-articles-resend)
15994         (spam-register-routine): Do registration iff any articles warrant
15995         it.
15996         (spam-summary-prepare-exit): Change log message for nil group
15997         destinations.
15999 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16001         * spam.el (spam-report-resend-register-routine):
16002         Allow spam-report-resend-to to be a group parameter or a global value.
16004 2004-05-26  Simon Josefsson  <jas@extundo.com>
16006         * starttls.el: Merge with my GNUTLS based starttls.el.
16007         (starttls-gnutls-program, starttls-use-gnutls)
16008         (starttls-extra-arguments, starttls-process-connection-type)
16009         (starttls-connect, starttls-failure, starttls-success):
16010         New variables.
16011         (starttls-program, starttls-extra-args): Doc fix.
16012         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16013         New functions.
16014         (starttls-negotiate, starttls-open-stream):
16015         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16016         function if it is set.
16018 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16020         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16021         structured fields.
16023 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16025         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16027 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16029         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16030         Add variable.
16031         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16032         assigning the spam-mark to new messages.
16034 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16036         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16038 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16040         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16041         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16042         default.
16044 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16046         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16047         correct data.
16049 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16051         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16052         (spam-group-processor-p): Fix function.
16053         (spam-group-processor-multiple-p)
16054         (spam-group-spam-processor-report-gmane-p)
16055         (spam-group-spam-processor-report-resend-p)
16056         (spam-group-spam-processor-bogofilter-p)
16057         (spam-group-spam-processor-blacklist-p)
16058         (spam-group-spam-processor-ifile-p)
16059         (spam-group-ham-processor-ifile-p)
16060         (spam-group-spam-processor-spamoracle-p)
16061         (spam-group-spam-processor-crm114-p)
16062         (spam-group-ham-processor-bogofilter-p)
16063         (spam-group-spam-processor-stat-p)
16064         (spam-group-ham-processor-stat-p)
16065         (spam-group-ham-processor-whitelist-p)
16066         (spam-group-ham-processor-BBDB-p)
16067         (spam-group-ham-processor-spamoracle-p)
16068         (spam-group-ham-processor-copy-p): Remove functions with some
16069         prejudice against unneeded code.
16070         (spam-report-articles-resend)
16071         (spam-report-resend-register-routine): Allow the group/topic
16072         spam-resend-to value to override spam-report-resend-to.
16073         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16074         properly now.
16076         * gnus.el (spam-resend-to): Add group/topic parameter.
16077         (spam-process): Move the OBSOLETE processors to the end of the
16078         choices.
16080 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16082         * spam-report.el (spam-report-resend-to, spam-report-resend):
16083         Start with resend-to set to nil, and then ask the user if necessary.
16084         (spam-report-resend): spam-report-resend takes a list of articles, not
16085         separate article numbers.
16087 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16089         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16090         addition to emacs-w3m.
16092 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16094         * assistant.el (assistant-authinfo-data): New function.
16095         (assistant-eval): Eval for entire assistant.
16097         * netrc.el (netrc-services-file): New variable.
16098         (netrc-parse-services): New function.
16099         (netrc-find-service-name): New function.
16100         (netrc-find-service-number): New function.
16101         (netrc-port-equal): New function.
16102         (netrc-machine): Use it.
16104         * nnimap.el (nnimap-open-connection): Use netrc.
16106         * gnus-util.el (gnus-netrc-get): Remove aliases.
16108         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16110         * assistant.el (wid-edit): Fix compilation.
16112         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16114 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16116         * gnus-util.el (gnus-set-file-modes): New function.  (small
16117         patch).
16119 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16121         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16123         * assistant.el (assistant-render-node): Fix up rendering and
16124         read-only text.
16125         (assistant-render-node): Reset.
16126         (assistant-make-read-only): Not sticky.
16128 2004-05-20  Danny Siu  <dsiu@adobe.com>
16130         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16131         centered even when gnus-auto-center-summary is t
16133 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16135         * dns.el (dns-get-txt-answer): New function.
16136         (dns-read-txt): Ditto.
16137         (query-dns): Use it.
16139 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16141         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16142         active for foreign groups even if the group level is higher than
16143         the specified value.
16145 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16147         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16148         non-active groups.
16150         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16152 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16154         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16156 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16158         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16159         (spam-crm114-header, spam-crm114-spam-switch)
16160         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16161         (spam-crm114-positive-spam-header)
16162         (spam-crm114-database-directory, spam-list-of-processors)
16163         (spam-group-spam-processor-crm114-p)
16164         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16165         (spam-generic-score, spam-list-of-checks)
16166         (spam-list-of-statistical-checks, spam-registration-functions)
16167         (spam-check-crm114-headers, spam-crm114-score)
16168         (spam-check-crm114, spam-crm114-register-with-crm114)
16169         (spam-crm114-register-spam-routine)
16170         (spam-crm114-unregister-spam-routine)
16171         (spam-crm114-register-ham-routine)
16172         (spam-crm114-unregister-ham-routine): Add CRM114 support.
16173         From asjo@koldfront.dk (Adam Sjøgren).
16175         * gnus.el: Add spam-use-crm114.
16177         * spam.el (spam-list-of-processors, spam-registration-functions):
16178         Add spam-use-resend.
16179         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16180         (spam-report-articles-gmane): Add doc fix.
16181         (spam-report-articles-resend, spam-report-resend-register-routine):
16182         Add wrappers around spam-report-resend-to.
16184         * spam-report.el (spam-report-resend-to, spam-report-resend):
16185         Add support for resending spam.
16186         (spam-report-gmane): Fix line length >80.
16188         * gnus.el (spam-process): Add spam-use-resend.
16190 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16192         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16193         number of processed spam messages.
16194         (spam-ham-copy-or-move-routine): Return the number of processed
16195         ham messages.
16196         (spam-summary-prepare-exit): Use the above values to decide
16197         whether status messages shouled be displayed.
16199 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16201         * rfc2047.el (rfc2047-encode-function-alist): Rename from
16202         `rfc2047-encoding-function-alist' in order to avoid conflicting
16203         with the old version.
16204         (rfc2047-encode-region): Concatenate words containing non-ASCII
16205         characters in structured fields; don't encode space-delimited
16206         ASCII words even in unstructured fields; don't break words at
16207         char-category boundaries.
16208         (rfc2047-encode-1): New function.
16209         (rfc2047-encode): Use it; encode text so that it occupies the
16210         maximum width within 76-column; work correctly on Q encoding for
16211         iso-2022-* charsets.
16212         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16213         sure not to break a line just after the header name.
16214         (rfc2047-b-encode-region): Remove.
16215         (rfc2047-b-encode-string): New function.
16216         (rfc2047-q-encode-region): Remove.
16217         (rfc2047-q-encode-string): New function.
16219         * mm-util.el (mm-replace-in-string): New function.
16221 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16223         * gnus-msg.el (gnus-inews-make-draft-meta-information):
16224         Really get it right.
16225         (gnus-inews-make-draft): Really.
16227 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16229         * nnmh.el (nnmh-request-list-1): Don't check the link count
16230         before descending.  (small patch)
16232 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16234         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16235         stuff.
16237         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16238         Match on real group name.
16240         * gnus-art.el (gnus-signature-limit): Doc fix.
16242         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16244 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16246         * gnus-draft.el (gnus-draft-send):
16247         Bind rfc2047-encode-encoded-words.
16249         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16250         (rfc2047-encodable-p): Say that =? needs encoding.
16251         (rfc2047-encode-encoded-words): New variable.
16253         * gnus-group.el (gnus-group-select-group): Doc fix.
16255         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16257         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16258         to nil.
16260         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16262         * nnheader.el (nnheader-get-lines-and-char): New function.
16264 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16266         * gnus-msg.el (gnus-summary-followup-with-original):
16267         Document yanking of region when active.
16269 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16271         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16272         groups if the group level is higher than the specified value.
16274 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16276         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16277         (gnus-group-jump-to-group): Add prefix argument using
16278         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16279         non-active group.
16281         * compface.el (uncompface): Be verbose when changing
16282         `uncompface-use-external'.
16284         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16285         handle manual section.
16287 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16289         * gnus-art.el (gnus-button-alist): Revert previous change.
16291 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16293         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16295 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16297         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16298         whether backend can accept message.
16300         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16302 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16304         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16305         Avoid creating directory when nntp-marks-is-evil is true.
16306         Reported by Reiner Steib.
16308 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16310         * gnus-picon.el (gnus-picon-style): New variable.
16311         (gnus-picon-insert-glyph): Add optional `nostring' argument.
16312         (gnus-picon-transform-address): Support `gnus-picon-style'.
16313         From Jesper Harder <harder@ifa.au.dk>.
16315 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16317         * message.el (message-fill-field): Return point.
16318         (message-generate-headers): Go to end of field.
16320         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16321         stuff for non-living groups.
16323 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16325         * gnus-art.el (gnus-article-followup-with-original)
16326         (gnus-article-reply-with-original): gnus-mark-active-p ->
16327         gnus-region-active-p.
16329 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16331         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16332         only when there is spam or ham to be processed.
16334 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16336         * mail-source.el (mail-source-delete-crash-box): Refactor.
16337         (mail-source-fetch): Use it.
16338         (mail-source-fetch-file): Ditto.
16339         (mail-source-fetch-directory): Run postscript in loop.
16340         (mail-source-fetch-pop): Delete.
16341         (mail-source-fetch-maildir): Ditto.
16342         (mail-source-fetch-imap): Ditto.
16344         * imap.el (imap-authenticators): Comment out sasl.
16346         * message.el (message-skip-to-next-address): New function.
16347         (message-fill-header-address): Refactor.
16348         (message-fill-address): Use it.
16349         (message-delete-address): Use it.
16350         (message-fill-header-general): Refactor.
16351         (message-fill-field-address): Rename.
16352         (message-narrow-to-field): Find the start of the header.
16353         (message-header-format-alist): Don't pre-fill.
16354         (message-fill-header): Remove.
16355         (message-insert-header): New function.
16356         (message-shorten-references): Use it.
16358         * rfc2047.el (rfc2047-field-value): Strip props.
16360         * mail-parse.el (mail-header-make-address): New alias.
16362         * ietf-drums.el (ietf-drums-make-address): New function.
16364         * imap.el: Add compiler directives.
16366         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16368         * gnus-art.el (article-decode-idna-rhs): Don't use
16369         message-idna-inside-rhs-p.
16371 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16373         * message.el (message-idna-inside-rhs-p): Remove.
16374         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16376         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
16377         false positives.
16379 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16381         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16383 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16385         * nneething.el (nneething-file-name): Don't create spurious
16386         files.
16388         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16389         (gnus-inews-do-gcc): Remove sleep.
16391         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16392         part under point.
16394         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16395         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16397 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16399         * spam.el (spam-summary-prepare-exit): Fix (length).
16401 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16403         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16404         as expired without moving it" message when there are spam
16405         messages left.
16407 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16409         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16410         header is not nil.
16412 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16414         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16415         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
16416         (nntp-marks-changed-p): New arg SERVER.
16417         (nntp-request-update-info): Adjust caller.
16419 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16421         * nntp.el (nntp-save-marks): Pass missing arg.
16423 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16425         * nntp.el: Support marks.
16426         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16427         (nntp-marks-modtime, nntp-marks-directory): New variables.
16428         (nntp-request-set-mark, nntp-request-update-info)
16429         (nntp-possibly-create-directory, nntp-marks-changed-p)
16430         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
16431         New functions.
16433 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16435         * gnus-score.el (gnus-score-insert-help):
16436         Use gnus-select-lowest-window.
16438         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16439         appt-select-lowest-window and rename to gnus-select-lowest-window.
16441         * gnus.el: do.
16443 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16445         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16446         encodings of MIME-encoded words, in order to improve
16447         interoperability with several broken MUAs.
16449 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16451         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16452         tags, only when charsets are not specified in headers.
16453         (mm-inline-text-html-render-with-w3m): Ditto.
16455 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16457         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16458         instead of MIME-decoded from fields when checking
16459         `gnus-article-address-banner-alist'.
16461 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16463         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16464         description rather than subject.
16466 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16468         * gnus.el (gnus-version-number): Bump.
16470 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16472         * gnus.el: No Gnus v0.2 is released.
16474 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16476         * gnus-agent.el (gnus-agent-read-agentview):
16477         Inline gnus-uncompress-range.
16479 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16481         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16482         `exec-installed-p'.
16484 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16486         * gnus.el (spam-process, spam-autodetect-methods):
16487         Add bsfilter and bsfilter-headers.
16489         * spam.el (spam-bsfilter): New customize group.
16490         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16491         (spam-bsfilter-header, spam-bsfilter-probability-header)
16492         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16493         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16494         (spam-bsfilter-database-directory): New options.
16495         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16496         (spam-list-of-statistical-checks, spam-registration-functions):
16497         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16498         (spam-bsfilter-score): New command.
16499         (spam-check-bsfilter-headers, spam-check-bsfilter)
16500         (spam-bsfilter-register-with-bsfilter)
16501         (spam-bsfilter-register-spam-routine)
16502         (spam-bsfilter-unregister-spam-routine)
16503         (spam-bsfilter-register-ham-routine)
16504         (spam-bsfilter-unregister-ham-routine): New functions.
16505         (spam-generic-score): Support bsfilter; Accept an optional argument
16506         to recalcurate spam score even if scoring header has already been
16507         added.
16508         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16509         optional argument to recalcurate spam score even if scoring header
16510         has already been added.
16512 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16514         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16515         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16516         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16517         link is missing.
16519 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16521         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16522         (html2text-get-attr): Rewrite.
16524         * message.el (message-setup-1): Remove redundant put-text-property
16525         on mail-header-separator.
16527 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16529         * gnus-registry.el (gnus-registry-cache-whitespace)
16530         (gnus-registry-action, gnus-registry-spool-action)
16531         (gnus-registry-split-fancy-with-parent): Change message levels
16532         from 5 to 3 or 7, as needed.
16534         * spam.el (spam-summary-prepare-exit)
16535         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16536         (spam-split, spam-find-spam, spam-log-undo-registration)
16537         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
16538         level from 5 to 6.
16540 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16542         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16543         2004-03-04 change).
16545 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16547         * sieve-manage.el (sieve-manage-open):
16548         * nnweb.el (nnweb-insert-html):
16549         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16550         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16551         * nnspool.el (nnspool-request-group):
16552         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16553         * nnml.el (nnml-request-update-info):
16554         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16555         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16556         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16557         (nnimap-request-set-mark):
16558         * nnfolder.el (nnfolder-request-update-info):
16559         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16560         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16561         * gnus-uu.el (gnus-uu-find-articles-matching):
16562         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16563         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16564         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16565         * gnus-nocem.el (gnus-nocem-scan-groups):
16566         * gnus-int.el (gnus-start-news-server):
16567         * gnus-group.el (gnus-group-make-kiboze-group)
16568         (gnus-group-browse-foreign-server):
16569         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16570         Use mapc when appropriate.
16572 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16574         FIXME: Make separate entries for each person.
16576         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16577         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16578         <shields@msrl.com>:
16580         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16581         may need for spam sorting and scoring.
16582         (spam-user-format-function-S): Add user format function suitable for
16583         general use.
16584         (spam-article-sort-by-spam-status): Add sorting function for summary
16585         sorting.
16586         (spam-extra-header-to-number): Add function to get a score from a
16587         header.
16588         (spam-summary-score): Add function to  get a numeric score from the
16589         headers.
16590         (spam-generic-score): Fix function doc, was in wrong place.
16591         (spam-initialize): Take symbols when it's run, and install the
16592         extra headers that spam-necessary-extra-headers thinks we need.
16594 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16596         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16597         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16599 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16601         * gnus-sum.el (gnus-set-global-variables)
16602         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16603         (gnus-article-get-xrefs, gnus-summary-best-group)
16604         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16605         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16606         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16607         Use with-current-buffer.
16609 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16611         * spam.el (spam-summary-prepare-exit): Simplify logic.
16612         (spam-fetch-article-header): Read the article header if it's not
16613         available.
16614         (spam-list-articles): Simplify logic.
16615         (spam-filelist-register-routine): Fix bug with unregister-list.
16617         * gnus-registry.el: Fix comments at beginning.
16619 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16621         * message.el (message-cater-to-broken-inn): Remove.
16622         (message-shorten-references): Make sure the total folded length of
16623         References is shorter than 998 characters to cater to a bug in INN
16624         2.3.  Also, don't pretend that references aren't folded -- this
16625         hasn't worked for a while.
16627 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16629         * gnus-agent.el (gnus-agentize):
16630         gnus-agent-send-mail-real-function no longer set to current value
16631         of message-send-mail-function but rather a lambda that calls
16632         message-send-mail-function.  The change makes the agent real-time
16633         responsive to user changes to message-send-mail-function.
16635 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16637         * legacy-gnus-agent.el
16638         (gnus-agent-convert-to-compressed-agentview): Fix typos with
16639         help from Florian Weimer <fw@deneb.enyo.de>
16641 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16643         * nnmail.el (nnmail-cache-insert): Revert last change.
16645 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16647         * nnmail.el (nnmail-cache-insert): Always check whether
16648         nnmail-cache-ignore-groups matches a group name.
16650 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16652         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16653         (spam-find-spam, spam-log-processing-to-registry)
16654         (spam-log-registered-p, spam-log-unregistration-needed-p)
16655         (spam-log-undo-registration): Use gnus-message instead of
16656         gnus-error, none of these errors are fatal.
16658         * gnus-registry.el (gnus-registry-clean-empty-function)
16659         (gnus-registry-clean-empty): Remove only empty entries without
16660         extra data.
16662 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16664         * spam-stat.el (spam-stat-buffer-change-to-spam)
16665         (spam-stat-buffer-change-to-non-spam): Change (error) to
16666         (gnus-message 8) invocation.
16668 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16670         * nntp.el (nntp-via-netcat-command): New variable.
16671         (nntp-via-netcat-switches): New variable.
16672         (nntp-open-via-rlogin-and-netcat): New function.
16673         (nntp-open-connection-function): Doc fix.
16674         (nntp-telnet-command): Doc fix.
16675         (nntp-end-of-line): Doc fix.
16676         (nntp-via-rlogin-command): Doc fix.
16677         (nntp-via-user-name): Doc fix.
16678         (nntp-via-address): Doc fix.
16680 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16682         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16683         error in Emacs 21.1.
16685 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16687         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16689 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16691         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16692         (gnus-agent-with-refreshed-group): New macro.
16693         (gnus-agent-rename-group): New function.
16694         (gnus-agent-delete-group): New function.
16695         (gnus-agent-save-group-info): Use gnus-command-method when
16696         `method' parameter is nil.  Don't write nil entries into the
16697         active file.
16698         (gnus-agent-get-group-info): New function.
16699         (gnus-agent-fetch-articles):
16700         Use gnus-agent-update-files-total-fetched-for to increment disk space
16701         used.
16702         (gnus-agent-fetch-headers, gnus-agent-save-alist):
16703         Use gnus-agent-update-view-total-fetched-for to increment disk space
16704         used.
16705         (gnus-agent-get-local): Add optional parameters to avoid calling
16706         gnus-group-real-name and gnus-find-method-for-group.
16707         (gnus-agent-set-local): Delete stored entry if either min, or max,
16708         are nil.
16709         (gnus-agent-fetch-session): Reworded error/quit messages.
16710         On quit, use gnus-agent-regenerate-group to record existence of any
16711         articles fetched to disk before the quit occurred.
16712         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16713         gnus-agent-update-view-total-fetched-for, and
16714         gnus-agent-update-files-total-fetched-for to decrement disk space
16715         used.
16716         (gnus-agent-retrieve-headers):
16717         Use gnus-agent-update-view-total-fetched-for to increment disk space
16718         used.
16719         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16720         with gnus-agent-update-files-total-fetched-for to decrement disk
16721         space and fresh group buffer.
16722         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16723         (gnus-agent-need-update-total-fetched-for): New variable.
16724         (gnus-agent-update-files-total-fetched-for): New function.
16725         (gnus-agent-update-view-total-fetched-for): New function.
16726         (gnus-agent-total-fetched-for): New function.
16728         * gnus-cache.el (gnus-cache-save-buffers):
16729         Use gnus-cache-update-overview-total-fetched-for to change disk space
16730         used by this group.
16731         (gnus-cache-possibly-enter-article):
16732         Use gnus-cache-update-file-total-fetched-for to increment disk space
16733         used by this group.
16734         (gnus-cache-possibly-remove-article):
16735         Use gnus-cache-update-file-total-fetched-for to decrement disk space
16736         used by this group.
16737         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16738         (gnus-cache-rename-group): New function.
16739         (gnus-cache-delete-group): New function.
16740         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16741         (gnus-cache-need-update-total-fetched-for): New variable.
16742         (gnus-cache-with-refreshed-group): New macro.
16743         (gnus-cache-update-file-total-fetched-for): New function.
16744         (gnus-cache-update-overview-total-fetched-for): New function.
16745         (gnus-cache-rename-group-total-fetched-for): New function.
16746         (gnus-cache-delete-group-total-fetched-for): New function.
16747         (gnus-cache-total-fetched-for): New function.
16749         * gnus-group.el: Require gnus-sum and autoload functions to
16750         resolve warnings when gnus-group.el compiled alone.
16751         (gnus-group-line-format): Documented new %F.
16752         (size of Fetched data) group line format; identifies disk space
16753         used by agent and cache.
16754         (gnus-group-line-format-alist): Defined new F format.
16755         (gnus-total-fetched-for): New function.
16756         (gnus-group-delete-group): No longer update
16757         gnus-cache-active-altered as gnus-request-delete-group now keeps
16758         the cache in sync.
16759         (gnus-group-list-active): Let the agent store a server's active
16760         list if currently plugged.
16762         * gnus-int.el (gnus-request-delete-group):
16763         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16764         local disk in sync with the server.
16765         (gnus-request-rename-group):
16766         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16767         local disk in sync with the server.
16769         * gnus-start.el (gnus-get-unread-articles):
16770         Cosmetic simplification to logic.
16772         * gnus-util.el (gnus-rename-file): New function.
16774 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16776         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16778 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16780         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16781         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16783 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16785         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16786         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16788 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16790         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16792 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16794         * spam.el (spam-set-difference): Add function to replace
16795         gnus-set-difference in spam.el.
16796         (spam-summary-prepare-exit): Use spam-set-difference.
16798 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16800         * gnus-registry.el (gnus-registry-cache-file): Update to use
16801         gnus-dribble-directory OR gnus-home-directory OR ~.
16802         (gnus-registry-split-fancy-with-parent): Fix doc.
16804 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16806         * message.el (message-exchange-point-and-mark):
16807         Use message-mark-active-p.  Suggested by Jesper Harder
16808         <harder@ifa.au.dk>.
16810 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16812         * message.el (message-exchange-point-and-mark): Don't activate
16813         region if it was inactive.  Suggested by Hiroshi Fujishima
16814         <pooh@nature.tsukuba.ac.jp>.
16816 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16818         * gnus-art.el (article-display-face): Display Faces in the same
16819         order as X-Faces.
16821 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16823         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16825 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16827         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16828         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16829         (gnus-article-mime-hierarchy): Remove.
16830         (gnus-article-mime-hierarchy-next): Remove.
16831         (gnus-article-mode): Revert 2004-03-19 change.
16832         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16833         (gnus-insert-mime-button): Revert 2004-03-19 change.
16834         (gnus-mime-accumulate-hierarchy): Remove.
16835         (gnus-mime-enter-multipart): Remove.
16836         (gnus-mime-leave-multipart): Remove.
16837         (gnus-mime-display-part): Revert 2004-03-19 change.
16838         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16840         * mml.el (mml-preview): Revert 2004-03-19 change.
16842 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16844         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16846 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16848         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16849         t while entering a file name using the mm-with-multibyte macro.
16850         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16852         * mm-util.el (mm-with-multibyte): New macro.
16854 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16856         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
16857         New user option.
16858         (gnus-mime-multipart-functions): Doc and customization fix.
16859         (gnus-article-mime-hierarchy): New variable.
16860         (gnus-article-mime-hierarchy-next): New variable.
16861         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16862         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16863         gnus-article-mime-hierarchy-next to nil.
16864         (gnus-insert-mime-button): Show hierarchy numbers.
16865         (gnus-mime-accumulate-hierarchy): New function.
16866         (gnus-mime-enter-multipart): New function.
16867         (gnus-mime-leave-multipart): New function.
16868         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16869         (gnus-mime-display-alternative): Show hierarchy numbers.
16871         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16872         gnus-article-mime-hierarchy-next to nil.
16874 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16876         * dns.el: Don't require gnus-xmas.
16878 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16880         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16881         inline PGP.
16882         (mml-menu): Disable mml-quote-region if mark is inactive.
16884 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16886         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16887         when the group's active is not available.
16889 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16891         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16892         error.
16894 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16896         * imap.el (imap-store-password): New variable.
16897         (imap-interactive-login): Use it.
16898         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16900 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16902         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16903         window-start and hscroll to summary window.
16905 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16907         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16908         conversion message to newsrc-dribble when an actual conversion is
16909         performed.
16911 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16913         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16915 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16917         * mm-decode.el (mm-complicated-handles): New function reviving
16918         former definition of mm-multiple-handles.
16920         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16921         (gnus-mime-delete-part): Use it.
16923 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16925         * gnus-agent.el (gnus-agent-read-local):
16926         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
16927         avoid the implicit assumption that they will always be equal.
16928         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16929         coding-system-for-write, as the with-temp-file macro first prints
16930         to a buffer then saves the buffer.
16932 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16934         * gnus-art.el (gnus-article-edit-part): New function.
16935         (gnus-mime-save-part-and-strip): Use it; do query instead of
16936         signaling an error; don't use mm-multiple-handles.
16937         (gnus-mime-delete-part): Ditto.
16939 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16941         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
16942         old file versions.
16943         (gnus-group-prepare-hook): Remove function that converted list
16944         form of gnus-agent-expire-days to group properties.
16946         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16947         (gnus-request-accept-article): Re-indented.
16949         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16950         converters to handle old agent file formats.  Add logic for a
16951         "backup before upgrading warning".
16952         (gnus-convert-mark-converter-prompt): Developers can mark
16953         functions as needing (default), or not needing,
16954         gnus-convert-old-newsrc's "backup before upgrading warning".
16955         (gnus-convert-converter-needs-prompt): Tests whether the user
16956         should be protected from potentially irreversable changes by the
16957         function.
16959         * legacy-gnus-agent.el: New.  Provides converters that are only
16960         loaded when gnus-convert-old-newsrc needs to call them.
16962 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16964         * mail-source.el (mail-source-touch-pop): Doc fix.
16966         * message.el (message-smtpmail-send-it): Doc fix.
16968 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16970         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16972         * nnmail.el (nnmail-split-fancy): do.
16974         * gnus-kill.el (gnus-kill, gnus-execute): do.
16976 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16978         * gnus-sum.el (gnus-widget-reversible-match)
16979         (gnus-widget-reversible-to-internal)
16980         (gnus-widget-reversible-to-external): New functions.
16981         (gnus-widget-reversible): New widget.
16982         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16984 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16986         * gnus-sum.el (gnus-thread-sort-functions)
16987         (gnus-article-sort-functions): Document `(not F)' items.
16989 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16991         * spam.el (spam-use-gmane-xref): Add new backend.
16992         (spam-gmane-xref-spam-group): Add variable to control the name of the
16993         Gmane spam group.
16994         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16995         (spam-regex-headers-spam, spam-regex-headers-ham)
16996         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16997         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16998         backends and checks.
16999         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17001         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17002         an autodetect method.
17004 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17006         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17007         articles are being added to a group.
17008         (gnus-request-replace-article): Inform the agent that articles
17009         need to be uncached as the cached contents are no longer valid.
17011 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17013         * binhex.el: Don't autoload executable-find.
17015         * canlock.el: Don't autoload mail-fetch-field.
17017         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17019         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17020         rmail-dont-reply-to and rmail-output.
17022         * gnus-score.el: Don't autoload ffap-string-at-point.
17024         * gnus-setup.el: Don't autoload sc-cite-original.
17026         * imap.el: Don't autoload base64-decode-string,
17027         base64-encode-string and md5.
17029         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17030         and rmail-msg-restore-non-pruned-header.
17032         * mm-decode.el: Don't autoload executable-find.
17034         * mm-url.el: Don't autoload executable-find.
17036         * mm-view.el: Don't autoload diff-mode.
17038         * nndb.el: Don't autoload news-reply-mode, news-setup,
17039         cancel-timer and telnet.
17041         * password.el: Don't autoload run-at-time for Emacs.
17043         * sha1-el.el: Don't autoload executable-find.
17045         * sieve-mode.el: Don't autoload c-mode.
17047         * uudecode.el: Don't autoload executable-find.
17049 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17051         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17052         (gnus-agent-possibly-alter-active): Avoid null in numeric
17053         comparison.
17054         (gnus-agent-set-local): Refuse to save null in local object table.
17055         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17056         list of articles that will be marked as unread.
17058 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17060         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17062 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17064         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17065         language tags.
17067 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17069         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17070         Don't bind "obarray".
17072         * gnus-sum.el (gnus-thread-sort-functions):
17073         Add `gnus-thread-sort-by-most-recent-number' and
17074         `gnus-thread-sort-by-most-recent-date'.
17075         Reported by Kai Grossjohann <kai@emptydomain.de>.
17077 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17079         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17081 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17083         * gnus-cus.el (gnus-agent-customize-category):
17084         Remove ignore-errors macro reference that required cl to be loaded at
17085         run-time.
17087         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17088         single-interval range of the form (min . max).  Previously the
17089         range had to look like ((min . max)).  Likewise, return
17090         (min . max) rather than ((min . max)).
17091         (gnus-range-map): Use gnus-range-normalize to accept
17092         single-interval range.
17094         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17095         the cache, but not the agent, now appear with their usual face.
17097 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17099         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17100         w3m-safe-url-regexp variable buffer-local.
17102         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17104 2004-02-27  Simon Josefsson  <jas@extundo.com>
17106         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17107         gnus-group-real-prefix.
17108         (gnus-summary-move-article): Use it, instead of
17109         gnus-group-real-prefix.
17111 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17113         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17114         w3m-safe-url-regexp variable buffer-local and set it as the value
17115         of mm-w3m-safe-url-regexp.
17117         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17119         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17120         parsing gnus-posting-styles when the message is not for replying.
17122         * nnrss.el (nnrss-opml-export):
17123         Use mm-set-buffer-file-coding-system instead of
17124         set-buffer-file-coding-system.
17126 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17128         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17129         of checkdoc.el).
17130         * nnrss.el: do.
17131         * gnus-mlspl.el: do.
17132         * gnus-ml.el: do.
17133         * gnus-srvr.el: do.
17135         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17137 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17139         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17140         Corrections to custom-manual links.
17142         * gnus-art.el (gnus-article): Ditto.
17144         * mm-decode.el (mime-display, mime-security): Ditto.
17146 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17148         * flow-fill.el: Typo.
17150 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17152         * spam-wash.el: New file.
17154 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17156         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17158 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17160         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17161         to be run with new-articles as LIST1, not LIST2.
17162         (spam-registration-functions): Add spam-use-ham-copy as a nil
17163         registration backend.
17165 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17167         * spam-stat.el (spam-stat-washing-hook): New option.
17168         (spam-stat-buffer-words): Use it.
17169         (spam-stat-process-directory, spam-stat-test-directory):
17170         Use insert-file-contents-literally.
17171         (spam-stat-coding-system): New variable.
17172         (spam-stat-load, spam-stat-save): Use it.
17174 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17176         * spam-report.el (spam-report-plug-agent):
17177         Quote spam-report-url-to-file and spam-report-url-ping-plain.
17179 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17181         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17182         Allow / in mailto URLs.
17184 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17186         * spam-report.el (spam-report-process-queue): Fix interactive use.
17187         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17188         (spam-report-unplug-agent): Doc fixes.
17189         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17190         (spam-report-agentize, spam-report-deagentize):
17191         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17193         * message.el (message-setup-fill-variables): Add mml tags to
17194         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17195         <ajk@iu.edu>.
17196         (message-mode): Don't modify paragraph-separate there.
17198 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17200         * compface.el (uncompface-use-external): Default to undecided.
17201         (uncompface-use-external-threshold): New variable.
17202         (uncompface-float-time): New macro.
17203         (uncompface): Determine whether to use the external decoder if
17204         uncompface-use-external is undecided.
17206 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17208         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17209         after images.
17211         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17213 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17215         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17217         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17219         * gnus-sum.el (gnus-summary-limit-to-age)
17220         (gnus-summary-limit-children): do.
17222         * gnus-int.el (gnus-request-scan): do.
17224         * gnus-group.el (gnus-group-suspend): do.
17226         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17228         * gnus-cite.el (gnus-cite-parse-attributions): do.
17230         * gnus-agent.el (gnus-summary-set-agent-mark)
17231         (gnus-agent-regenerate-group): do.
17233         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17235         * binhex.el (binhex-decode-region-internal): do.
17237 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17239         * gnus-fun.el (gnus-face-properties-alist): New user option.
17240         (gnus-display-x-face-in-from): Use it.
17242         * gnus-art.el (article-display-face): Ditto.
17244         * compface.el (uncompface-use-external): Default to nil.
17246 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17248         * nntp.el (nntp-erase-buffer): New function.
17249         (nntp-retrieve-data, nntp-send-command)
17250         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17251         (nntp-possibly-change-group): Use it.
17253         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17254         Use with-current-buffer.
17256 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17258         * compface.el: Merge the ELisp-based uncompface program.
17259         (compface): New customization group.
17260         (uncompface-use-external): New user option.
17261         (uncompface): Call uncompface-internal if uncompface-use-external
17262         is nil.
17263         (uncompface-internal): New function.  Note that there are also
17264         some other functions and variables added for this function.
17266 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17268         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17269         if necessary.
17271 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17273         * spam-report.el (spam-report-unplug-agent)
17274         (spam-report-plug-agent, spam-report-deagentize)
17275         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17276         Add support for the Agent in spam-report: when unplugged, report to a
17277         file; when plugged, submit all the requests.
17279         * spam.el (spam-register-routine): Fix message about
17280         registration.
17282 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17284         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17285         dependencies.
17286         (rfc2047-encode): Use it.
17288         * gnus-art.el (gnus-button-marker-list): Move before first
17289         reference.
17291         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17292         (imap-parse-body): Fix format string mismatch.
17294         * gnus-score.el (gnus-summary-increase-score): do.
17296         * nnrss.el (nnrss-close): New function.
17298 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17300         * nnrss.el (nnrss-make-filename): New function.
17301         (nnrss-request-delete-group, nnrss-read-server-data)
17302         (nnrss-save-server-data, nnrss-read-group-data)
17303         (nnrss-save-group-data): Use it.
17304         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17305         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17306         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17308 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17310         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17312 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17314         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17315         files.
17317         * message.el (message-generate-headers-first): Don't quote nil
17318         and t in docstrings.
17320         * imap.el (imap-id): do.
17322         * gnus-agent.el (gnus-agent-consider-all-articles)
17323         (gnus-agent-queue-mail): do.
17325 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17327         * spam-report.el (spam-report-process-queue): New function.
17328         Process requests from `spam-report-requests-file'.
17329         (spam-report-process-queue): Doc fix.
17331 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17333         * spam.el (spam-register-routine)
17334         (spam-log-processing-to-registry, spam-log-registered-p)
17335         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17336         Change "check" to "spam-check" for semi-clarity.
17338 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17340         * pop3.el: Require nnheader.
17342         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17344         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17346         * gnus-picon.el: Require cl.
17348         * gnus-fun.el: Require gnus-ems and gnus-util.
17350         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17352         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17354         * gnus-art.el (gnus-article-edit-mode): Define before first
17355         reference.
17357 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17359         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17360         (gnus-uu-post-encoded): Use point-at-bol.
17362         * gnus-topic.el (gnus-group-active-topic-p): do.
17364         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17366         * gnus-group.el (gnus-group-kill-region): do.
17368         * gnus-art.el (article-date-ut): do.
17370         * message.el (message-fetch-field): Remove redundant
17371         case-fold-search binding.
17372         (message-narrow-to-field): Simplify.
17374 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17376         * spam.el (spam-directory): Derive from `gnus-directory'.
17378         * spam-report.el (spam-report-url-to-file)
17379         (spam-report-requests-file): New function and variable for offline
17380         reporting.
17381         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17382         and user defined function.
17383         (spam-report-url-ping-mm-url): Remove doubled slash.
17385 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17387         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17389 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17391         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
17392         Fix format string mismatch.
17394         * sieve.el (sieve-deactivate-all): do.
17396         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17398         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17400         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17402         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17404 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17406         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17407         the list of checks.
17409 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17411         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17412         padding.
17414 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17416         * mm-view.el (mm-fill-flowed): New variable.
17417         (mm-inline-text): Use it.
17419 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17421         * spam.el (spam-spamassassin-register-ham-routine)
17422         (spam-spamassassin-register-spam-routine): Fix function names.
17424 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17426         * gnus.el (gnus-tmp-grouplens): Remove.
17427         (gnus-summary-line-format): Remove grouplens.
17429         * gnus-group.el (gnus-group-line-format): Ditto.
17431         * gnus-spec.el (gnus-format-specs): Ditto.
17432         (gnus-update-format-specifications): Flush the group format spec
17433         cache if there's the grouplens stuff.
17434         (gnus-parse-simple-format): Replace %l with the empty string.
17436 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17438         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17439         omission.
17441 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17443         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17444         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17446 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17448         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17449         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17450         New macros and functions.
17451         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17452         Handle > NLINK_MAX messages.
17453         * nnmaildir.el (nnmaildir-request-set-mark):
17454         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
17456 2004-01-25  Alex Schroeder  <alex@gnu.org>
17458         * spam-stat.el (spam-stat-process-directory-age): New option.
17459         (spam-stat-process-directory): Use it.
17461 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17463         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17464         (spam-stat-save): Accept prefix argument.
17466 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17468         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17469         links" error.
17471 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17473         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17474         compatibility with old .newsrc.eld files.
17476         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17478         * gnus-start.el (gnus-1): do.
17480         * gnus-group.el (gnus-group-line-format-alist): do.
17482         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17484         * gnus-gl.el: Remove.
17486 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17488         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17489         marks consisting of a single range {for example, (3 . 5)} rather
17490         than a list of a single range { ((3 . 5)) }.
17492 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17494         * spam-stat.el (spam-stat-store-gnus-article-buffer):
17495         Use with-current-buffer.
17496         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17497         avoid consing a string.
17499         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17500         Remove obsolete entries for big5 and gb2312.
17502 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17504         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17505         uncompressed list.
17507 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17509         * spam-stat.el (spam-stat-strip-xref): New function.
17510         (spam-stat-process-directory): Use it.
17512         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17513         here -- it's done in message-fetch-field.
17515 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17517         * gnus-agent.el (gnus-agent-queue-mail)
17518         (gnus-agent-prompt-send-queue): New variables.
17519         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17520         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17521         "nndraft:queue" along to gnus-draft-send.
17522         Use gnus-agent-prompt-send-queue.
17523         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17524         is "nndraft:queue".  Suggested by Gaute Strokkenes
17525         <gs234@srcf.ucam.org>
17527         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
17528         (agent-enable-undownloaded-faces): Add.
17529         (gnus-agent-cat-groups): Use eval-and-compile, not
17530         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17531         method of gnus-agent-cat-groups even when the buffer has been
17532         evaled.
17533         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
17534         delete gnus-agent-save-active-1.
17535         (gnus-agent-save-groups): Delete.  Identical to
17536         gnus-agent-save-active.
17537         (gnus-agent-write-active): No longer adjust agent's copy of active
17538         file as agent's adjustments are now stored in their own
17539         file.  Remove optional parameter.
17540         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17541         servers.  Add use of min/max range limits from server's local
17542         file.
17543         (gnus-agent-save-alist): Remove unused optional argument.
17544         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17545         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17546         (gnus-agent-set-local): A per-server file that keeps min/max range
17547         limits for articles known to the agent.  Provides a fast mechanism
17548         for altering many active ranges.
17549         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17550         active file (local makes it unnecessary).
17551         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
17553         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
17554         (agent-enable-undownloaded-faces): Add.
17556         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17557         disable it when sending to "nndraft:queue".
17558         (gnus-group-send-queue): Add safety check to avoid sending queue
17559         when unplugged.
17561         * gnus-group.el (gnus-group-catchup): Use new
17562         gnus-sequence-of-unread-articles, not
17563         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17564         numbers of articles.  Use gnus-range-map to avoid having to
17565         uncompress the unread list.
17566         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17567         Fix invalid ange-ftp reference.
17569         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17570         (gnus-sorted-range-intersection): Intersection of two ranges
17571         without requiring that they first be uncompressed.
17573         * gnus-start.el (gnus-activate-group): Unless blocked by the
17574         caller, possibly expand the active range to include both cached
17575         and agentized articles.
17576         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17577         multiple version-dependent converters.
17578         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
17579         gnus-agent-save-active.
17580         (gnus-save-newsrc-file): Save dirty agent range limits.
17582         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
17583         gnus-agent-possibly-alter-active.
17584         (gnus-adjust-marked-articles): Faster handling of simple lists
17586 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17588         * spam-stat.el (spam-stat-test-directory): New optional argument
17589         displays a list of files detected.  Suggested by Andrew Cohen
17590         <cohen@andy.bu.edu>.
17591         (spam-stat-buffer-words-with-scores): Don't narrow and change
17592         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17594 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17596         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17597         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17598         (spam-spamassassin-arguments)
17599         (spam-spamassassin-spam-flag-header)
17600         (spam-spamassassin-positive-spam-flag-header)
17601         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17602         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17603         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17604         (spam-list-of-processors, spam-list-of-checks)
17605         (spam-list-of-statistical-checks, spam-registration-functions)
17606         (spam-check-spamassassin-headers, spam-check-spamassassin)
17607         (spam-spamassassin-score)
17608         (spam-spamassassin-register-with-sa-learn)
17609         (spam-spamassassin-register-spam-routine)
17610         (spam-spamassassin-register-ham-routine)
17611         (spam-assassin-register-spam-routine)
17612         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17613         (spam-bogofilter-score): Fix to show article before scoring.
17615 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17617         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17618         default scoring function.
17619         (spam-generic-score): Call spam-spamassassin-score if
17620         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17621         spam-bogofilter-score otherwise.
17623         * gnus.el (spam-process, spam-autodetect-methods):
17624         Add spamassassin and spamassassin-headers.
17626 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17628         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17629         Suppress unnecessary messages.
17631 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17633         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17634         make-hash-table.
17636 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17638         * canlock.el (base64-encode-string): Don't autoload it.
17640 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17642         * run-at-time.el: Remove useless (require 'itimer),
17643         eval-and-compile and (featurep 'xemacs).
17645 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17647         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17648         GROUP is a virtual group.
17650 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17652         * gnus.el: Autoload `message-y-or-n-p'.
17654 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17656         * pgg-parse.el: Remove unnecessary (require 'custom).
17658         * pgg-def.el: do.
17660         * nnmail.el: do.
17662         * gnus-undo.el: do.
17664         * gnus-picon.el: do.
17666         * gnus-util.el: do.
17668 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17670         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17672 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17674         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17675         handle, as well as a list.
17677         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17678         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17679         (mm-w3m-cid-retrieve): Simplify.
17681 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17683         * message.el (message-kill-to-signature): Allow prefix arg to
17684         specify number of lines to keep before signature.
17686 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17688         * message.el (message-kill-to-signature): Change docstring.
17690 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17692         * canlock.el: Always require sha1-el.
17693         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17695         * message.el: Autoload sha1 only when compiling.
17697 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17699         * message.el (message-canlock-generate): Require sha1-el.
17701 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17703         * message.el (message-expand-name): Silence the byte compiler.
17705 2004-01-13  Simon Josefsson  <jas@extundo.com>
17707         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17708         Invoke gnus-score-mode.
17709         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17711         * gnus-range.el (gnus-compress-sequence): Doc fix.
17712         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
17714 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17716         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17718 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17720         * spam.el (spam-get-article-as-string): Update to use
17721         gnus-request-article-this-buffer, much simpler.
17722         (spam-get-article-as-buffer): Remove.
17724 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17726         * message.el (message-expand-name): Use EUDC if the user uses that.
17728 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17730         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17731         character for the encoding to avoid consing a string.
17733         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17734         unnecessarily.
17736         * mm-util.el (mm-replace-chars-in-string): Remove.
17738         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17739         of mm-replace-chars-in-string.
17741 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17743         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17745         * mm-util.el (mm-subst-char-in-string): Support inplace.
17747         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17748         a new string in every iteration.  Use shy groups.
17750 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17752         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17753         * gnus-soup.el (gnus-soup-group-brew):
17754         * gnus-msg.el (gnus-put-message):
17755         * gnus-move.el (gnus-group-move-group-to-server):
17756         * gnus-kill.el (gnus-batch-score):
17757         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17758         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17759         (gnus-group-update-group, gnus-group-read-group)
17760         (gnus-group-make-group, gnus-group-make-help-group)
17761         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17762         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17763         (gnus-group-sort-by-unread, gnus-group-catchup)
17764         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17765         (gnus-group-yank-group, gnus-group-set-info)
17766         (gnus-group-list-groups):
17767         * gnus.el (gnus-generate-new-group-name):
17768         * gnus-delay.el (gnus-delay-send-queue):
17769         * nnvirtual.el (nnvirtual-catchup-group):
17770         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17771         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17772         (gnus-group-prepare-topics, gnus-topic-check-topology):
17773         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17774         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17775         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17776         (gnus-group-make-articles-read):
17777         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17778         (gnus-group-change-level, gnus-kill-newsgroup)
17779         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17780         (gnus-get-unread-articles, gnus-make-articles-unread)
17781         (gnus-make-ascending-articles-unread): Use accessor
17782         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17783         to get group information for improved readability.
17785 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17787         * gnus-art.el (article-decode-mime-words, article-babel)
17788         (gnus-article-highlight-signature, gnus-article-add-buttons)
17789         (gnus-signature-toggle): Use gnus-with-article-buffer.
17791         * gnus-art.el (gnus-article-highlight-headers)
17792         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17794         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17795         (gnus-article-set-globals, gnus-request-article-this-buffer)
17796         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17797         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17798         (gnus-mime-display-alternative): Use with-current-buffer.
17800 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17802         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17803         also under 80 char limit, and call gnus-error if needed.
17804         (spam-fetch-article-header): Fix - it was a
17805         buffer-local variable (gnus-newsgroup-data).
17806         (spam-find-spam): Use spam-generate-fake-headers, forget about
17807         spam-insert-fake-headers.
17808         (spam-insert-fake-headers): Remove.
17810 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17812         * deuglify.el (gnus-article-outlook-unwrap-lines)
17813         (gnus-outlook-rearrange-article)
17814         (gnus-outlook-repair-attribution-outlook)
17815         (gnus-outlook-repair-attribution-block)
17816         (gnus-outlook-repair-attribution-other): Remove redundant
17817         save-excursion.
17819 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17821         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17822         (spam-fetch-field-subject-fast)
17823         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17824         (spam-fetch-article-header): Add functions to deal with Gnus
17825         internals for fast retrieval of article header data.
17826         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17828 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17830         * pop3.el (pop3-md5): Remove.
17831         (pop3-apop): Replace pop3-md5 with md5.
17833         * mm-bodies.el: base64 is always built-in.
17835         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17836         Use with-current-buffer.
17838 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17840         * canlock.el (canlock-insert-header): Remove excessive grouping in
17841         regexp.
17843         * gnus-sum.el (gnus-summary-read-document): Ditto.
17845         * gnus-uu.el (gnus-uu-part-number): Ditto.
17847         * html2text.el (html2text-remove-tags): Ditto.
17848         (html2text-format-tags): Ditto.
17849         (html2text-format-single-elements): Ditto.
17851         * mml.el (mml-parse-1): Ditto.
17853 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17855         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17857         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17859         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17861         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17863 2003-11-15  Simon Josefsson  <jas@extundo.com>
17865         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17866         (pgg-gpg-lookup-key): Use regexp match instead of
17867         split-string (split-string is different between emacs 21.2 and
17868         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17870 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17872         * gnus-art.el (gnus-mime-view-all-parts)
17873         (gnus-article-part-wrapper, gnus-article-view-part):
17874         Use with-current-buffer.
17876 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17878         * spam.el (spam-disable-spam-split-during-ham-respool)
17879         (spam-spamoracle-database, spam-cache-lookups)
17880         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17881         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17882         (spam-group-ham-marks, spam-group-spam-marks)
17883         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17884         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17885         also add spam-use-blackholes to the statistical checks.
17886         (spam-fetch-field-fast): Add interface to fetching fields, may
17887         become a macro.
17888         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17889         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17890         (spam-insert-fake-headers): Fake an article when needed.
17891         (spam-find-spam): Fake article when possible.
17892         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17893         (spam-check-bogofilter-headers): Use message-fetch-field instead
17894         of nnmail-fetch-field.
17896 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17898         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17900 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17902         * spam.el (spam-split): Do not require spam-use-CHECK to be
17903         enabled if that check is passed to spam-split explicitly; also
17904         fix so 'spam doesn't get converted to spam-split-group when
17905         spam-split-symbolic-return is t.
17906         (spam-find-spam): Find registrations of the article and use those
17907         instead of re-running spam-split to find the spam/ham
17908         classification of the article.
17909         (spam-log-processing-to-registry, spam-log-registered-p)
17910         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17911         Use gnus-error instead of gnus-message.
17912         (spam-log-registration-type): Add function to determine the
17913         classification of a message based on registry entries; will
17914         return nil if both 'spam and 'ham are found.
17915         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17916         a reasonably fast local cache without the loading errors.
17917         (spam-cache-lookups): Set to t by default.
17918         (spam-find-spam): Don't try to guess spam-cache-lookups.
17919         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17920         spam-caches entry.
17921         (spam-filelist-build-cache, spam-filelist-check-cache):
17922         Fix caching of whitelist/blacklist entries.
17923         (spam-check-whitelist, spam-check-blacklist):
17924         Invoke spam-from-listed-p with a type, not a cache variable.
17925         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17927 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17929         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17931         * nnmail.el (nnmail-split-fancy): do.
17933         * mml.el (mml-parse): do.
17935         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17936         (gnus-score-adaptive): do.
17938 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17940         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17941         (gnus-mime-button-map): Don't set keymap parent.
17942         (gnus-button-ctan-directory-regexp): Use shy grouping.
17943         (gnus-prev-page-map): Don't set keymap parent.
17944         (gnus-prev-page-map): Remove duplicated one.
17945         (gnus-next-page-map): Don't set keymap parent.
17946         (gnus-mime-security-button-map): Ditto.
17948         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17949         version number.
17951         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17953 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17955         * canlock.el (canlock-sha1-function): Remove.
17956         (canlock-sha1-function-for-verify): Remove.
17957         (canlock-openssl-program): Remove.
17958         (canlock-openssl-args): Remove.
17959         (canlock-ignore-errors): Remove.
17960         (canlock-sha1-with-openssl): Remove.
17961         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17962         (canlock-verify): Don't use canlock-ignore-errors.
17964         * sha1-el.el (sha1-string-external): Make it can return a string
17965         in binary form.
17966         (sha1-region-external): Ditto.
17967         (sha1-string-internal): Ditto.
17968         (sha1-region-internal): Ditto.
17969         (sha1-region): Ditto.
17970         (sha1-string): Ditto.
17971         (sha1): Ditto.
17973 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17975         * spam.el (spam-report-articles-gmane): New command.
17977 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17979         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17981         * run-at-time.el (run-at-time-saved): Remove.
17982         (run-at-time): Doc fix.
17984 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17986         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17987         (gnus-summary-limit-map): Add it.
17988         (gnus-summary-make-menu-bar): do.
17990 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17992         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17993         Make attempt at some caching support (done for BBDB only now).
17994         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17995         addresses to be checked.
17996         (spam-clear-cache-BBDB): Add function, to be invoked by
17997         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17998         (spam-check-BBDB): Check and use the caches, if
17999         spam-cache-lookups is on, remove superfluous (provide).
18001 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18003         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18005 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18007         * run-at-time.el (run-at-time-saved): Move to after the definition
18008         of `run-at-time'.
18010 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18012         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18013         mm-w3m-local-map-property.
18015         * mm-view.el (mm-w3m-mode-map): Remove.
18016         (mm-w3m-local-map-property): Remove.
18017         (mm-inline-text-html-render-with-w3m): Don't use
18018         mm-w3m-local-map-property.
18020 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18022         * run-at-time.el: New file.
18024         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18025         of gnus-set-text-properties.
18027         * gnus-uu.el (gnus-uu-save-article): Ditto.
18029         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18031         * gnus-cite.el (gnus-cite-parse): Ditto.
18033         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18034         of gnus-.
18036         * gnus.el: Change calls to nnheader-run-at-time and
18037         password-run-at-time throughout to use run-at-time directly.
18039         * password.el: Remove definition of run-at-time.
18041 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18043         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18044         in prompt.
18046 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18048         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18049         XEmacs version.
18051         * dns.el (dns-make-network-process): Use `open-network-stream'
18052         instead of `gnus-xmas-open-network-stream'.
18054         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18056 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18058         * gnus-art.el (gnus-mime-display-alternative)
18059         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18060         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18061         Don't use gnus-local-map-property.
18063         * gnus-util.el (gnus-local-map-property): Remove.
18065         * mm-view.el (mm-view-pkcs7-decrypt):
18066         Replace gnus-completing-read-maybe-default with completing-read.
18068         * gnus-util.el (gnus-completing-read): do.
18069         (gnus-completing-read-maybe-default): Remove.
18071 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18073         * password.el: Only autoload `run-at-time' if not XEmacs.
18074         Only autoload the itimer functions if XEmacs.
18076 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18078         * gnus-art.el (gnus-read-string): Remove.
18079         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18080         read-string.
18082 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18084         * netrc.el: Autoload password-read.
18085         (netrc): Add configuration group.
18086         (netrc-encoding-method, netrc-openssl-path):
18087         Add variables for encoding and decoding of files with symmetric
18088         ciphers.
18089         (netrc-encode): Add assistant function to encode a file with
18090         netrc-encoding-method.
18091         (netrc-parse): Add interactive parameter, added optional
18092         decoding if netrc-encoding-method is non-nil but otherwise
18093         behavior is standard.
18094         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18095         Do s/encode/encrypt/ everywhere.
18097         * spam.el: Remove executable-find autoload.
18099 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18101         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18103         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18105 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18107         * gnus-art.el (gnus-treat-ansi-sequences)
18108         (article-treat-ansi-sequences): New variable and function.
18109         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18111         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18112         Use it.
18114 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18116         * mm-util.el (mm-quote-arg): Remove.
18118         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18119         shell-quote-argument.
18121         * gnus-uu.el (gnus-uu-command): do.
18123         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18125         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18126         with make-char.
18128         * mm-util.el (mm-make-char): Remove.
18130         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18131         add-minor-mode.
18133         * gnus-undo.el (gnus-undo-mode): do.
18135         * gnus-topic.el (gnus-topic-mode): do.
18137         * gnus-sum.el (gnus-dead-summary-mode): do.
18139         * gnus-start.el (gnus-slave-mode): do.
18141         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18143         * gnus-ml.el (gnus-mailing-list-mode): do.
18145         * gnus-gl.el (gnus-grouplens-mode): do.
18147         * gnus-draft.el (gnus-draft-mode): do.
18149         * gnus-dired.el (gnus-dired-mode): do.
18151         * gnus-ems.el (gnus-add-minor-mode): Remove.
18153         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18154         Replace gnus-char-width with char-width.
18156         * gnus-ems.el (gnus-char-width): Remove.
18158         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18159         Replace gnus-char-width with char-width.
18161         * gnus-ems.el (gnus-char-width): Remove.
18163         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18164         definition.
18165         Remove Emacs 20 hash table compatibility code.
18167         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18168         20 compatibility code.
18170         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18172         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18174         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18175         Replace with point-at-{eol,bol}.
18177         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18179         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18181         * flow-fill.el (fill-flowed-point-at-bol)
18182         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18184         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18185         Replace with point-at-{eol,bol} throughout all files.
18187 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18189         * ntlm.el (ntlm-string-as-unibyte): New macro.
18190         (ntlm-build-auth-response): Use it.
18192         Remove Emacs 20 stuff:
18193         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18194         of delq and copy-sequence.
18195         * gnus-art.el (popup-menu): Remove the compiler macro.
18196         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18197         Emacs 20.
18199 2004-01-05  Simon Josefsson  <jas@extundo.com>
18201         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18202         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18203         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18204         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18205         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18206         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18207         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18208         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18209         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18210         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18211         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18212         string-xor into ntlm-string-xor.
18213         Suggested by Jesper Harder <harder@myrealbox.com>.
18215         * ntlm.el: Don't include poem.
18217         * md4.el (print-int32, print-string-hexa): Remove.
18218         Suggested by Jesper Harder <harder@myrealbox.com>.
18220         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18222         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18223         probably breaks emacs with DL patch, but do we care? Is anyone
18224         still using the DL stuff?)
18226         * sieve-manage.el: Use the password package.
18227         (sieve-manage-read-passwd): Remove.
18228         (sieve-manage-interactive-login): Use password.  Re-add
18229         condition-case around loop.
18231         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18232         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18233         Use the password package.
18235 2003-02-19  Simon Josefsson  <jas@extundo.com>
18237         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18238         token.
18240 2002-08-07  Simon Josefsson  <jas@extundo.com>
18242         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18243         (sieve-manage-authenticators):
18244         (sieve-manage-authenticator-alist): Add some SASL mechs.
18245         (sieve-sasl-auth): New function.
18246         (sieve-manage-cram-md5-auth):
18247         (sieve-manage-plain-auth): Rewrite using SASL library.
18248         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18249         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18250         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18251         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18253 2004-01-05  Simon Josefsson  <jas@extundo.com>
18255         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18256         New files.
18258 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18260         * gnus-group.el (gnus-no-groups-message): Update.
18262         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18264 2003-11-09  Simon Josefsson  <jas@extundo.com>
18266         * imap.el: Support for ID IMAP extension (RFC 2971).
18267         (imap-local-variables): Add imap-id.
18268         (imap-id): New variable.
18269         (imap-id): New function.
18270         (imap-parse-response): Parse untagged ID response.
18271         * nnimap.el (nnimap-id): New variable.
18272         (nnimap-open-connection): Use it.
18274 2003-12-28  Simon Josefsson  <jas@extundo.com>
18276         * gnus-score.el (gnus-score-edit-all-score): New.
18277         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18279 2004-01-04  Simon Josefsson  <jas@extundo.com>
18281         * password.el: Add.
18283 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18285         * dns.el (dns-query-types): Fix typo.
18286         (dns-query-types): New function.
18287         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18288         PTR and SOA replies, see RFC 1035.
18290 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18292         * gnus.el (gnus-logo-color-style): Change colors to `no'.
18294         * Move to Changelog.2.
18296 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18298         * gnus.el (gnus-version-number): Bump version.
18300 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18302         * gnus.el: No Gnus v0.1 is released.
18304 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18306         * gnus.el: No Gnus v0.0 is released.
18308 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18310         * gnus.el (gnus-version-number): Bump.
18311         (gnus-version): No.
18313 See ChangeLog.2 for earlier changes.
18315   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18316     Free Software Foundation, Inc.
18318   This file is part of GNU Emacs.
18320   GNU Emacs is free software: you can redistribute it and/or modify
18321   it under the terms of the GNU General Public License as published by
18322   the Free Software Foundation, either version 3 of the License, or
18323   (at your option) any later version.
18325   GNU Emacs is distributed in the hope that it will be useful,
18326   but WITHOUT ANY WARRANTY; without even the implied warranty of
18327   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18328   GNU General Public License for more details.
18330   You should have received a copy of the GNU General Public License
18331   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18333 ;; Local Variables:
18334 ;; coding: utf-8
18335 ;; fill-column: 79
18336 ;; add-log-time-zone-rule: t
18337 ;; End: