Merge from trunk
[emacs.git] / lisp / gnus / ChangeLog
blob642a7f582934e8303edefba239e834db59212114
1 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * gnus-art.el (gnus-mime-display-single)
4         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
5         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6         parameter.
8 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10         * shr.el (shr-table-horizontal-line): Renamed from shr-table-line.
11         (shr-table-vertical-line): New variable.
12         (shr-insert-table): Use it.
14 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16         * gnus-html.el (gnus-html-wash-images): Don't display images if
17         gnus-inhibit-images is non-nil; register displayer for cid images.
18         (gnus-html-display-image): Work for cid image.
19         (gnus-html-insert-image): Allow arguments.
20         (gnus-html-put-image): Inhibit read-only.
21         (gnus-html-prefetch-images): Don't prefetch images if
22         gnus-inhibit-images is non-nil.
24 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26         * shr.el (shr-put-image): Break lines when inserting big pictures.
28 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
30         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
31         sender, thanks Katsumi Yamaoka.
33 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
35         * nnir.el (nnir-run-imap): Reverse the article list for each group
36         rather than the whole list.
38 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
40         * shr.el (shr-image-displayer): Protect function against non-existent
41         image source.
43         * gnus-art.el (gnus-inhibit-images): New user option.
44         (gnus-mime-display-single): Don't display image if it is non-nil.
46         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
47         gnus-inhibit-images.
49         * shr.el (shr-image-displayer): New function.
50         (shr-tag-img): Use it.
52 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
54         * mml2015.el (mml2015-epg-sign): Use From header.
56 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58         * gnus-html.el (gnus-html-wash-images): Register a displayer.
60         * gnus-util.el (gnus-find-text-property-region): Return markers.
62         * shr.el (shr-tag-img): Put a displayer in the text property.
64         * gnus-util.el (gnus-find-text-property-region): New utility function.
66         * gnus-html.el (gnus-html-display-image): Make the alt optional.
67         (gnus-html-show-images): Remove.
69         * gnus-art.el (gnus-article-show-images): New, more general function.
71         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
72         image url text properties.
74         * shr.el: Ditto.
76         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
77         gnus-agent-auto-agentize-methods is set.  Which it isn't.
79 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
81         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
82         work for two or more articles.
84 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
86         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
87         divide an image that's in an html article to two or more when washing
88         non-ASCII characters in alt text of it.
90 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
92         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
93         smime-decrypt-region using function argument.
94         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
96         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
98         * smime.el (smime-decrypt-region): Catch it.
100 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
102         * smime.el (smime-mode-map): Move initialization into declaration.
103         (gnus-run-mode-hooks): Don't autoload.
104         (smime-mode): Use define-derived-mode.
106 2010-11-11  Glenn Morris  <rgm@gnu.org>
108         * smime.el (from): Restrict declaration to XEmacs.
110         * nnir.el (gnus-group-topic-name): Autoload.
112 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
114         * shr.el (shr-insert): Don't break long line if it is because of
115         kinsoku-bol characters in the line end.
117 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
119         * nnir.el (nnir-request-move-article): Fix to provide original group
120         and subject.
121         (nnir-warp-to-article): Don't fail on articles whose headers haven't
122         been retrieved.
124         * gnus-sum.el (gnus-summary-move-article): Use original group and
125         subject for virtual articles such as those in an nnir summary buffer.
127 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
129         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
130         least 21.5).
132         * smime.el (from): Declare it again for XEmacs.
134 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136         * message.el (message-resend): Don't disable encoding unless it's
137         already encoded.
139         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
140         low-numbered articles.
142 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
144         * rfc2047.el (rfc2047-syntax-table): Simplify.
146         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
147         set-char-table-range for XEmacs.
149 2010-11-10  Glenn Morris  <rgm@gnu.org>
151         * smime.el (from): Remove unused declaration.
153         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
154         (gnus-float-time): On Emacs, always an alias.
156         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
157         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
159 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
161         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
163 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165         * shr.el (browse-url-mailto): Autoload.
167         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
169         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
170         regexp doesn't need quoting.
172 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
174         * message.el (message-subject-trailing-was-ask-regexp)
175         (message-subject-trailing-was-regexp): Match was: in addition to was.
177 2010-11-09  Glenn Morris  <rgm@gnu.org>
179         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
180         (nnbabyl-check-mbox): Use point-at-bol.
182 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
186         * message.el (message-mailto): New function.
187         (message-mailto): Should accept other parameters.
188         (message-mailto): Remove since it duplicates browse-url-mailto
189         functionality.
191 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
194         methods.
195         (gnus-read-active-file): Ditto.
197         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
198         ": " from the prompt.
199         (gnus-group-make-group): Ditto.
201 2010-11-07  Glenn Morris  <rgm@gnu.org>
203         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
204         (gnus-bookmark-kill-line): Use point-at-eol.
206 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
208         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
209         asterisks in From header.
211 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
214         string to avoid making the From headers syntactically invalid.
216         * message.el (message-send-mail): Don't insert courtesy messages if the
217         message already has List-Post and List-ID messages.
219 2010-11-06  Glenn Morris  <rgm@gnu.org>
221         * gnus-art.el (gnus-treat-article): Give dynamic local variables
222         `condition', `type', `length' a prefix.
223         (gnus-treat-predicate): Update for above name changes.
225 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
227         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
228         binding.  Handled by `gnus-summary-refer-thread' instead.
229         (nnir-warp-to-article): New backend function.
231         * nnimap.el (nnimap-request-thread): Force dependency updating.
233         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
234         (gnus-summary-refer-thread): Rework to improve thread-referral.
236         * gnus-int.el (gnus-warp-to-article): New function.
238         * gnus-sum.el (gnus-summary-article-map): Bind it.
240 2010-11-05  Martin Rudalics  <rudalics@gmx.at>
242         * message.el (message-mail-other-window)
243         (message-news-other-window): Pass pop-to-buffer-other-window as
244         switch-function to message-pop-to-buffer.
245         (message-mail-other-frame, message-news-other-frame): Pass
246         pop-to-buffer-other-frame as switch-function to
247         message-pop-to-buffer.
249 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
251         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
252         gnus-summary-refer-thread.
254         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
255         headers.
256         (gnus-summary-limit-include-thread): Prevent articles in thread from
257         being cut in gnus-cut-threads.
258         (gnus-summary-refer-thread): Limit retrieved headers to those in
259         thread.
261 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263         * message.el (message-send-mail): Use the value of
264         message-courtesy-message from the message buffer.
266         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
268         * shr.el (shr-browse-url): Implement mailto: URLs.
270         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
271         "raw".
273         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
274         if it's already selected.
276         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
278 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
280         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
281         to measure the length and truncate alt text.
283 2010-11-03  Glenn Morris  <rgm@gnu.org>
285         * nndiary.el (nndiary-generate-nov-databases-1)
286         (nndiary-generate-active-info): Rename dynamic variable `files' to
287         something less generic.
289 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
291         * nnir.el (nnir-request-move-article): Call the underlying backend to
292         move articles from nnir.
294 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
298 2010-11-02  Julien Danjou  <julien@danjou.info>
300         * nnir.el: Remove wais support.
302 2010-11-02  Glenn Morris  <rgm@gnu.org>
304         * gnus-html.el: Reorder requirements to quieten compiler.
306 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
308         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
309         properly for XEmacs as well.
310         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
311         (gnus-article-natural-long-line-p): Use window-width rather than
312         frame-width.
314 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
316         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
317         (nnir-read-parms): Don't modify query.
318         (nnir-run-query): Add ability to search topic on current line.
319         (nnir-get-active): Clean up.
321 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
324         degenerate articles.
326         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
327         (gnus-print-buffer): Just print the buffer as is, without any copying
328         to a buffer and then re-highlighting.
330         * nnimap.el (nnimap-request-group): Store the new updated info.
331         (nnimap-request-group): Select the group when we don't know whether it
332         exists or not.
334         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
335         groups.
337         * gnus-group.el (gnus-group-find-new-groups): Display all the new
338         groups.
340         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
341         groups.
343         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
344         long-lines case by only filling the long lines.
346         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
347         (bug #7311).
349 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
351         * shr.el: No need to declare `declare-function' since shr.el is for
352         only Emacsen that provide `libxml-parse-html-region'.
354 2010-11-01  Glenn Morris  <rgm@gnu.org>
356         * mm-util.el (gnus-completing-read): Autoload.
357         (mm-read-coding-system): Simplify Emacs definition.
359         * nnmail.el (gnus-activate-group):
360         * nnimap.el (gnutls-negotiate):
361         * nntp.el (netrc-parse): Fix declarations.
363 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
365         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
366         string-match-p in Emacs >=23.
368         * gnus-msg.el (gnus-configure-posting-styles)
369         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
371 2010-11-01  Glenn Morris  <rgm@gnu.org>
373         * nnir.el (declare-function): Add compat stub.
374         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
375         (nnir-run-gmane): Require 'mm-url.
377         * mm-util.el (mm-string-to-multibyte): Simplify.
379         * shr.el (declare-function): Add compat stub.
380         (url-cache-create-filename): Declare.
381         (mm-disable-multibyte, widget-convert-button): Autoload.
383         * smime.el (ldap-search): Declare.
384         (smime-cert-by-ldap-1): Require ldap on Emacs.
386         * nnimap.el: Require nnmail, and gnus-sum when compiling.
387         (nnimap-keepalive): Use gnus-float-time.
389         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
390         (mail-source-delete-crash-box): Use gnus-float-time.
392         * gnus-dired.el (gnus-completing-read): Autoload.
394         * mm-view.el (gnus-rescale-image): Autoload.
396         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
398         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
400         * sieve-manage.el: Require 'cl when compiling.
402         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
403         (gnus-iswitchb-completing-read): Require iswitchb.
404         (gnus-select-frame-set-input-focus): Silence compiler.
406 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
408         * message.el (message-subject-trailing-was-query): Change default to t,
409         since I think that's what most people want.
411         * nnimap.el (nnimap-request-accept-article): Erase buffer before
412         appending for easier debugging.
413         (nnimap-wait-for-connection): Take a regexp.
414         (nnimap-request-accept-article): Wait for the continuation line before
415         sending anything unless we're streaming.
417         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
418         leave the header washing to take place.
420 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
422         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
423         regular expression match and replace in posting styles.
425 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
427         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
428         an entire server.
429         (nnir-get-active): New function.
430         (nnir-run-imap): Use it.
431         (nnir-run-gmane): Who knew, gmane search returns an article score!
433         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
434         server on the current line with nnir.
436 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
439         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
440         left edge.
441         (gnus-article-foldable-buffer): Skip past the prefix when determining
442         raggedness.
444         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
445         the raw article, and change `C-u g' to show the article without doing
446         treatments.
448         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
449         on to `gnus-treat-article'.
450         (gnus-inhibit-article-treatments): New variable.
452         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
454         * gnus-art.el (gnus-treatment-function-alist): Have
455         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
456         (gnus-treat-fill-long-lines): Change default to fill all text/plain
457         sections.
459         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
460         parameter.
461         (gnus-article-fill-cited-long-lines): New function.
462         (gnus-article-fill-cited-article): Allow filling only long sections.
464         * shr.el (shr-find-fill-point): Don't break lines between punctuation
465         and non-punctuation (like after the apostrophe in "'We").
467         * gnus-sum.el (gnus-summary-select-article): Make sure
468         gnus-original-article-buffer is alive.
470         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
471         reflect the order they're in in the digest.
473         * gnus.el (gnus-group-startup-message): Move point to the start of the
474         buffer.
476         * nnimap.el (nnimap-capability): New function.
477         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
478         is set.
480 2010-10-31  David Engster  <dengste@eml.cc>
482         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
483         conform with changes to gnus-completing-read.
485 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487         * shr.el (shr-tag-img): Output "*" instead of "[img]".
489 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
491         * nnir.el move defvar, defcustom around to keep file organized and keep
492         byte-compiler quiet.
493         (nnir-read-parms): accept search-engine as arg.
494         (nnir-run-query): pass search-engine as arg.
495         (nnir-search-engine): remove.
497 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499         * shr.el (shr-generic): The text nodes should be text, not :text.
501         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
502         later in the file.
504 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
506         * nnir.el: general clean up. allow searching with multiple
507         engines. allow separate extra-parameters for each engine. batch queries
508         when possible.
509         (nnir-imap-default-search-key,nnir-method-default-engines): add
510         customize interface.
511         (nnir-run-gmane): new engine.
512         (nnir-engines): use it. qualify all prompts with engine name.
513         (nnir-search-engine): remove global variable.
514         (nnir-run-hyrex): restore for now.
515         (nnir-extra-parms,nnir-search-history): new variables.
516         (gnus-group-make-nnir-group): use them.
517         (nnir-group-server): remove in favor of gnus-group-server.
518         (nnir-request-group): avoid searching twice.
519         (nnir-sort-groups-by-server): new function.
521 2010-10-30  Julien Danjou  <julien@danjou.info>
523         * gnus-group.el: Remove gnus-group-fetch-control.
525         * gnus-start.el (gnus-find-new-newsgroups): Remove
526         gnus-check-first-time-used.
528         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
530 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
532         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
533         set on groups that don't have \* permanentflags.
535 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
538         control the background color.
539         (shr-tag-img): Ignore very small web bug type images.
540         (shr-put-image): Add help-echo alt texts to the images.
541         (shr-tag-video): Show the video poster image.
543 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545         * shr.el (shr-table-depth): New variable.
546         (shr-tag-table-1): Only insert the images after the top-level table.
548         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
550         * gnus-util.el (gnus-list-memq-of-list): New function.
552         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
553         selected.
554         (nnimap-unsplittable-articles): New slot.
555         (nnimap-new-articles): Use it.
557 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
559         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
560         move to the previous line on `M-g'.
562 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
565         *-request-group, which seems unnecessary.
567         * nnimap.el (nnimap-quote-specials): Function copied over from
568         imap.el.
569         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
570         they support that.  Suggested by Tom Regner.
572 2010-10-29  Julien Danjou  <julien@danjou.info>
574         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
575         defalias.
576         (gnus-summary-delete-marked-with): Remove obsolete defalias.
578         * gnus.el: Remove `gnus-nntp-service' variable.
579         (gnus-secondary-servers): Make obsolete.
580         (gnus-nntp-server): Make obsolete.
582         * gnus-start.el (gnus-1): Remove x-splash calls.
584         * gnus-ems.el (gnus-x-splash): Remove.
586         * gnus.el (gnus-group-startup-message): Simplify/update code.
588         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
589         capability before doing anything.
590         (gnus-group-insert-group-line): Remove useless
591         gnus-group-remove-excess-properties.
593 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
595         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
597 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
600         config after reselecting.
602 2010-10-28  Julien Danjou  <julien@danjou.info>
604         * shr.el (shr-put-image): Use point even if only inserting text.
605         (shr-put-image): Save excursion when inserting alt text on non-graphic
606         display, so the behaviour is the same when we are on a graphic display.
608         * nnir.el (nnir-run-swish-e): Remove hyrex support.
610 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
612         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
613         (gnus-mime-copy-part): Check coding system, not charset.
614         (gnus-mime-view-part-externally): Never remove part.
615         (gnus-mime-view-part-internally): Don't remove part here.
616         (gnus-article-part-wrapper): Make sure MIME tag is visible.
617         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
618         multipart/alternative.
620         * mm-decode.el (mm-display-part): Take optional arg `force'.
622 2010-10-26  Julien Danjou  <julien@danjou.info>
624         * gnus-group.el (gnus-group-default-list-level): Add this function to
625         compute the default list level.
626         (gnus-group-default-list-level): Add possibility to use a function.
628 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
630         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
632         * gnus-group.el (gnus-group-completing-read)
633         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
634         gnus-replace-in-string.
636 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
638         * shr.el (shr-tag-div): Added.
640 2010-10-25  Julien Danjou  <julien@danjou.info>
642         * gnus-util.el: Remove `gnus-with-local-quit'.
644         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
646 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
649         the original article buffer.
651 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653         * nnimap.el (nnimap-request-head): New function.
654         (nnimap-request-move-article): Try to be slighly faster by not
655         requesting the entire message when moving.
656         (nnimap-transform-headers): Don't bug out on bodiless articles.
657         (nnimap-send-command): Have no outstanding messages if the IMAP server
658         doesn't support streaming.
659         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
661 2010-10-24  Julien Danjou  <julien@danjou.info>
663         * message.el (message-default-headers): Fix type.
665 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
668         prefetching images.
670         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
671         backend for unknown groups.  This is mainly useful for nnimap groups.
673         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
674         group isn't covered by the agent.
676 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
678         * nnir.el (nnir-method-default-engines): new variable.
679         (nnir-run-query): use it.
680         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
681         (gnus-summary-nnir-goto-thread): change group if needed.
683         * gnus-group.el (gnus-group-group-map): add key binding for
684         gnus-group-make-nnir-group.
686 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688         * shr.el (shr-tag-object): Added.
690         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
691         original article buffer live.
692         (gnus-summary-select-article-buffer): Mention
693         gnus-widen-article-buffer.
695 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697         * shr.el (shr-tag-strong): Added.
699 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
702         group names.  They mess up the group buffer badly.
704         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
706         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
707         instead of the summary one.
709 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
711         * mml.el (mml-preview): Work properly when editing article.
713         * gnus-start.el (gnus-read-active-file-1): Don't add method to
714         gnus-have-read-active-file if it's already been in.
716 2010-10-22  Tom Tromey  <tromey@redhat.com>
718         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
719         gnus-group-completing-read.
721 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723         * message.el (message-mode-map): Don't bind M-; to comment region, to
724         allow the global comment-dwim to work.
726 2010-10-21  Julien Danjou  <julien@danjou.info>
728         * message.el (message-setup-1): Allow message-default-headers to be a
729         function.
731 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
733         * shr.el (shr-tag-table): Simplify.
735 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
738         to avoid trying to snarf invalid stuff.
740         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
742         * gnus.el (gnus-message-archive-group): Quote value.
743         (gnus-message-archive-group): Mark as changed.
745         * shr.el (shr-add-font): Don't put the font properties on the newline
746         or the indentation.
748         * message.el (message-fix-before-sending): Change options when sending
749         non-printable characters.
751         * gnus.el (gnus-message-archive-method): Change the default to
752         monthly outgoing groups.
754         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
755         that have gotten new numbers.
757         * nnimap.el (nnimap-request-replace-article): New function.
759 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
761         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
762         (nnrss-request-article): Don't use special html washing code.
764 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
766         * shr.el (shr-tag-table): Remove useless nconc.
768 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
770         * gnus-art.el (article-wash-html): Simplify and remove the charset
771         stuff.  Use the normal html rendering code instead of the special html
772         washing code.
774         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
775         `gnus-w3m' symbols.
776         (mm-text-html-washer-alist): Removed.
778         * mm-decode.el (mm-inline-text-html-renderer): Removed.
779         (mm-inline-media-tests): Removed use.
780         (mm-text-html-renderer): Change default to the `shr' symbol.
782         * mm-view.el (mm-inline-text-html): Removed use.
784         * gnus-art.el (gnus-blocked-images): New function.  Allow the
785         `gnus-blocked-images' to be a function.
786         (gnus-article-wash-function): Removed.
788 2010-10-20  Julien Danjou  <julien@danjou.info>
790         * spam.el (spam-list-of-processors): Mark as obsolete.
792         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
793         (nnimap-insert-partial-structure): Fix boundary detection.
795 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
797         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
798         run file-truename on remote files.  This can be expensive and even
799         prevent one from editing drafts if some unrelated buffer has a stale
800         connection.
802 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
804         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
805         kinsoku-eol regardless of shr-kinsoku-shorten.
806         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
807         (shr-tag-table): Support caption, thead, and tfoot.
809 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
812         lines.
813         (shr-save-contents): New command and keystroke.
815         * nndoc.el (nndoc-type-alist): Add git support.
816         (nndoc-git-type-p): New function.
817         (nndoc-transform-git-article): Ditto.
818         (nndoc-transform-git-headers): Ditto.
819         (nndoc-transform-git-headers): Generate Subject headers.
821         * shr.el (shr-parse-style): New function.
822         (shr-tag-span): Ditto.
824         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
825         to `G G' to avoid collisions.
827 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
829         * shr.el: Load kinsoku if necessary.
830         (shr-kinsoku-shorten): New internal variable.
831         (shr-find-fill-point): Make kinsoku shorten text line if
832         shr-kinsoku-shorten is bound to non-nil.
833         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
834         shr-indentation too when testing if table is wider than frame width.
835         (shr-insert-table): Use `string-width' instead of `length' to measure
836         text width.
837         (shr-insert-table-ruler): Make sure indentation is done at bol.
839 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
841         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
842         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
843         undecoded network data.
845 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
848         name in the mode line spec so that the mode line menu works
849         (bug #2431).
851         * message.el (message-get-reply-headers): If we're fed `to-address',
852         then always use that.
854         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
855         aren't so wide as to need to switch off the edit menu.
857         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
858         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
860         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
861         `M-g'.
862         (nnimap-update-info): Update flags/read marks even if \* isn't part of
863         the permanent marks.
865 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
867         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
868         Splitting according to references/in-reply-to obeys the ignore-groups
869         variable, while splitting by sender and subject do not.
871 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
874         alist, so that we can look for non-Unicode chars.
875         (article-translate-strings): Allow both character and string maps.
877 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
879         * shr.el (shr-insert): Don't insert space behind a wide character
880         categorized as kinsoku-bol, or between characters both categorized as
881         nospace.
883 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
885         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
886         headers to gnus-newsgroup-headers.
888 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
890         * shr.el (shr-tag-img): Don't align images -- since we're not
891         rescaling, this often leads to ugly displays.
893 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
895         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
896         duplicates.
898 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
900         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
901         call.
903 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905         * gnus.el: Autoload gnus-html-show-images.
907         * nnimap.el: Use nnheader-message throughout.
909         * shr.el (shr-tag-img): Ignore images with no data.
911 2010-10-15  Julien Danjou  <julien@danjou.info>
913         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
914         a possibility to disable format=flow encoding when using hard newlines.
916 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
918         * shr.el (shr-insert): Remove space inserted before or after a
919         breakable character or at the beginning or the end of a line.
920         (shr-find-fill-point): Do kinsoku; find the second best point or give
921         it up if there's no breakable point.
923 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925         * nnimap.el (nnimap-open-connection): Message when opening connection
926         for debugging purposes.
928         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
929         on every setup buffer call to allow this to change from article to
930         article.
932         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
933         buffers where we have a wide table.
935 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
937         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
938         uses *-request-thread.
940 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942         * nnimap.el (nnimap-open-connection): Remove %s from openssl
943         incantation, which is no longer valid.
945 2010-10-14  Julien Danjou  <julien@danjou.info>
947         * shr.el: Fix defcustom type (char -> character).
949 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951         * nnimap.el (nnimap-open-connection): tls-program should be a list of
952         programs.
954 2010-10-14  Julien Danjou  <julien@danjou.info>
956         * shr.el (shr-tag-a): Use url-link as widget type.
958         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
959         `gnus-group-get-icon'.
961 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
964         This should make server editing work better.
966         * shr.el (shr-find-fill-point): Don't inloop on indented text.
968         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
969         (nnimap-parse-flags): Fix regexp.
971         * shr.el (shr-find-fill-point): Use a filling algorithm that should
972         probably work for CJVK text, too.
974         * nnimap.el (nnimap-extend-tls-programs): Removed.
975         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
977 2010-10-13  Julien Danjou  <julien@danjou.info>
979         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
980         responses.
982 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
986         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
987         anything in Emacs.
989         * shr.el (shr-current-column): Remove buggy and unnecessary function.
991 2010-10-13  Julien Danjou  <julien@danjou.info>
993         * shr.el (shr-width): Make shr-width a defcustom with default to
994         fill-column.
995         (shr-tag-img): Use shr-width rather than fill-column.
997 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
999         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1001         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1002         position when (X-)Faces exist.
1003         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1004         avatars when called interactively.
1006 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1008         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1009         gnus-article-x-face-too-ugly is bound.
1011 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1015         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1016         mailbox that doesn't exist.
1018 2010-10-12  Julien Danjou  <julien@danjou.info>
1020         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1021         (shr-get-image-data): Encode URL properly when fetching from cache.
1022         (shr-tag-img): Use aligned-to spaces to align correctly images.
1024         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1025         before inserting the Gravatar.
1027         * shr.el (shr-tag-img): Add align attribute support for <img>.
1029 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031         * gnus-gravatar.el (gnus-art): Required.
1033         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1034         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1035         Remove long obsoleted functions.
1037 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1039         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1041         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1042         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1043         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1044         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1045         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1046         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1047         Fix comment for declare-function.
1049 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051         * nnimap.el (nnimap-request-rename-group): Select group read-only
1052         before renaming it.
1054         * shr.el (shr-insert): Fix up the white space only regexp.
1056         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1057         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1059         * shr.el (shr-current-column): New function.
1060         (shr-find-fill-point): New function.
1062 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1064         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1065         numbers.
1067 2010-10-11  Julien Danjou  <julien@danjou.info>
1069         * shr.el (shr-hr-line): Add.
1070         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1071         display hr lines.
1072         (shr-max-columns): Do not change state to nil if we just inserting
1073         spaces.
1075 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1078         select the last group.
1080 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1082         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1084 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1087         for Gnus.
1088         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1089         (nnimap-update-qresync-info): Mark \Seen articles as read.
1091         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1092         non-variable, too.
1094         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1095         available.
1096         (nnimap-update-info): Rely more on the current active than the param
1097         active to avoid marking articles as read too much.
1099         * auth-source.el (auth-source-create): Use (user-login-name) for the
1100         user name default.
1102         * nnimap.el (nnimap-update-info): If the server doesn't return any
1103         useful info, just use the previous info.
1104         (nnimap-update-info): Prefer old info over start-article.
1105         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1107 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1109         * nnir.el (autoload): Clean up autoloads.
1110         (nnir-imap-default-search-key): Renamed from
1111         nnir-imap-search-field. Use key rather than value.
1112         (nnir-imap-search-other): New variable.
1113         (nnir-read-parm): Use it.
1114         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1115         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1117 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1119         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1120         the process, too.
1122 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1125         Allbery.
1127         * shr.el: Rework the way things are indented by <li> slightly.
1129         * gnus.el (gnus-group-set-parameter): Fix typo.
1131         * nnimap.el: Start implementing QRESYNC support.
1133 2010-10-09  Julien Danjou  <julien@danjou.info>
1135         * nnir.el (nnir-engines): Fix too many arguments.
1137 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1139         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1140         group is the "last", so that the backends like nnfolder actually save
1141         their folders.
1143         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1144         try to use that for the tls stream.
1145         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1146         UIDVALIDITY and find out which groups are read-only and not.
1147         (nnimap-get-flags): Use the same marks parsing code as the rest of
1148         nnimap.
1150 2010-10-09  Julien Danjou  <julien@danjou.info>
1152         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1154         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1155         retrieving gravatars.
1157         * shr.el (shr-table-corner): Add.
1158         (shr-table-line): Add.
1159         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1161 2010-10-08  Julien Danjou  <julien@danjou.info>
1163         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1165 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1167         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1169         * gnus-sum.el (gnus-mark-article-as-unread)
1170         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1171         (gnus-summary-set-bookmark): Use it.
1173         * gnus-msg.el (gnus-setup-message): Use it.
1175         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1177         * gnus.el (gnus-group-remove-parameter): Use it.
1179         * gnus-group.el (gnus-group-make-web-group): Use it.
1181         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1183         * nnregistry.el: Update docs to mention manual.
1185         * gnus-registry.el: Update docs to mention nnregistry.el.
1186         (gnus-registry-initialize): Don't install nnregistry refer method
1187         automatically.
1188         (gnus-registry-install-nnregistry): Remove it.
1190 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192         * shr.el (shr-insert): Don't insert double spaces.
1194 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1196         * gnus-gravatar.el (gnus-treat-from-gravatar)
1197         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1198         called interactively.
1200         * gnus-art.el (gnus-mime-view-part-externally)
1201         (gnus-mime-view-part-internally): Make predicate function passed to
1202         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1203         of a mime type.
1205         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1207 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209         * shr.el (require): Require cl when compiling.
1210         (shr-tag-hr): New function.
1212         * nnimap.el (nnimap-update-info): Remove double setting of high.
1213         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1214         makes nnimap work properly on Courier again.
1216         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1217         the variable for backwards compatability.
1219         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1220         the file name before using to avoid setting mm-default-directory to
1221         nil.
1223         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1224         bidning gnus-agent variables.
1226         * shr.el (shr-render-td): Use a cache for the table rendering function
1227         to avoid getting an exponential rendering behaviour in nested tables.
1228         (shr-insert): Rework the line-breaking algorithm.
1229         (shr-insert): Don't leave trailing spaces.
1230         (shr-insert-table): Also insert empty TDs.
1231         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1233 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1235         * gnus-sum.el (gnus-number): Rename from `number'.
1236         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1237         (gnus-summary-limit-children): Update uses correspondingly.
1239 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1241         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1242         (gnus-gravatar-transform-address): Don't show avatars of people of
1243         which mail addresses match gnus-gravatar-too-ugly.
1245 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247         * shr.el (shr-table-widths): Expand TD elements to fill available
1248         space.
1250 2010-10-07  Julien Danjou  <julien@danjou.info>
1252         * nnimap.el (nnimap-request-rename-group): Add this method.
1254 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1256         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1257         name from XEmacs' function-arglist.
1259         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1260         gravatar under XEmacs.
1262 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1264         * auth-source.el: Update docs with TODO items.
1266         * gnus-sync.el: Update docs to explain state and plans.
1268         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1269         Hooks for mark updates.
1270         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1272         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1273         hooks with arguments, which is needed for mark update hooks.
1275 2010-10-06  Julien Danjou  <julien@danjou.info>
1277         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1278         was matched.
1280         * sieve-manage.el: Update example in `Commentary'.
1282         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1284         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1285         not 2000.
1286         (sieve-manage-authenticate): Re-add function.
1288 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290         * shr.el (shr-insert): Get 'space transition right.
1291         (shr-render-td): Only delete space at the end of the TD.
1293         * nnimap.el (nnimap-open-connection): Prepare to support
1294         open-gnutls-stream.
1296         * shr.el: Rearrange function order to be more logical.
1298 2010-10-06  Julien Danjou  <julien@danjou.info>
1300         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1301         (nnrss-discover-feed): Remove 404 URL in docstring.
1303         * nnir.el: Fix Swish-E URL.
1304         Fix Namazu URL.
1306         * message.el (message-change-subject): Remove 404 URL in a comment.
1308 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1310         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1311         called interactively.
1313         * gnus-util.el (gnus-remove-if): Allow hash table.
1314         (gnus-remove-if-not): New function.
1316         * gnus-art.el (gnus-mime-view-part-as-type)
1317         * gnus-score.el (gnus-summary-score-effect)
1318         * gnus-sum.el (gnus-read-move-group-name):
1319         Replace remove-if-not with gnus-remove-if-not.
1321         * gnus-group.el (gnus-group-completing-read):
1322         Regard collection as a hash table if it is not a list.
1324 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1328         * shr.el: Document the table-rendering algorithm.
1330         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1331         invalid URLs.
1333         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1334         line-broken.
1335         (shr-tag-img): Ignore image fetching errors.
1336         (shr-overlays-in-region): Compute overlay positions correctly.
1338         * mm-decode.el (mm-shr): Require shr.
1340         * gnus-art.el (gnus-blocked-images): Move variable here.
1342         * shr.el (shr-insert-table): Bind free variable.
1344         * mm-decode.el (mm-shr): Bind shr-content-function.
1346         * shr.el (shr-content-function): New variable.
1348         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1349         added for symmetry.
1351         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1353         * gnus-group.el (gnus-group-make-group): Doc fix.
1355         * nnimap.el (nnimap-request-newgroups): Return success.
1357         * shr.el (shr-find-elements): New function.
1358         (shr-tag-table): Put all the images after the table.
1359         (shr-tag-table): Really inhibit images inside the table.
1360         (shr-collect-overlays): Copy over overlays from the TD elements to the
1361         main document.
1363         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1364         gnus-blocked-images.
1366 2010-10-05  Julien Danjou  <julien@danjou.info>
1368         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1370         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1371         (gnus-html-maximum-image-size): Add this function.
1372         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1374         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1375         server-value of the capability is nil.
1377 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379         * shr.el (shr-tag-em): Add <EM> tag.
1381 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1383         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1384         customizable.
1386         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1387         handing broken links to browse-url.
1389 2010-10-05  Julien Danjou  <julien@danjou.info>
1391         * gnus-util.el (gnus-emacs-completing-read)
1392         (gnus-iswitchb-completing-read): Use autoload rather than require.
1394 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1396         * gnus-util.el (gnus-completing-read-function): Exclude
1397         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1398         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1399         XEmacs.
1401         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1402         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1404         * gnus-html.el: Don't require help-fns under XEmacs.
1405         (gnus-html-schedule-image-fetching): Work for XEmacs.
1407         * mm-decode.el (mm-shr): Decode contents by charset.
1409 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1411         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1412         unknown.
1414         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1415         (shr-get-image-data): Ensure against the cache file missing.
1417         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1418         for data.
1420         * spam-report.el (spam-report-url-ping-plain): Don't query about
1421         killing the process.
1423         * shr.el (shr-render-td): Protect against too-wide text.
1425 2010-10-04  Julien Danjou  <julien@danjou.info>
1427         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1428         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1430         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1431         retrieved.
1433 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435         * shr.el (browse-url): Required.
1436         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1437         lines.
1438         (shr-show-alt-text, shr-browse-image): New commands.
1439         (shr-browse-url, shr-copy-url): New commands.
1441         * gnus-sum.el (gnus-widen-article-window): New variable.
1442         (gnus-summary-select-article-buffer): Use it.
1444         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1445         without @ signs.
1447 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1449         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1451 2010-10-04  Julien Danjou  <julien@danjou.info>
1453         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1454         for XEmacs.
1456 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1458         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1460         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1461         (nnimap-close-server): Implement.
1463         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1464         (shr-insert): Tweak line breaking.
1465         (shr-insert): Handle <pre> better.
1466         (shr-tag-li): Get <li> indentation right.
1467         (shr-tag-li): Get <li> indentation even righter.
1468         (shr-tag-blockquote): Ensure paragraph start.
1469         (shr-make-table): Tweak table generation.
1470         (shr-make-table): Fix typo.
1472         * shr.el: Implement table rendering.
1474 2010-10-04  Julien Danjou  <julien@danjou.info>
1476         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1478 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480         * shr.el (shr-insert): Use string anchors instead of line anchors.
1482 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484         * shr.el: Add headings.
1485         (shr-ensure-paragraph): Actually work.
1486         (shr-tag-li): Make <ul> prettier.
1487         (shr-insert): Get white space at the beginning/end of elements right.
1488         (shr-tag-p): Collapse subsequent <p>s.
1489         (shr-ensure-paragraph): Don't insert double line feeds after blank
1490         lines.
1491         (shr-insert): \t is also space.
1492         (shr-tag-s): Fix "s" tag name function.
1493         (shr-tag-s): Fix face prop name.
1495 2010-10-03  Julien Danjou  <julien@danjou.info>
1497         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1499         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1500         gnus-window-inside-pixel-edges.
1502         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1503         gnus-ems.
1505         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1507         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1508         function.
1510         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1511         resize choice.
1513 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1516         beginning of the buffer.
1518         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1519         article buffer again.
1521         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1522         buffer.
1524         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1525         when it's at the start of the buffer.
1527         * shr.el (shr-tag-blockquote): Convert name.
1528         (shr-rescale-image): Use the right image-size variant.
1530         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1531         buffer isn't shown, then select the current article first instead of
1532         bugging out.
1533         (gnus-summary-select-article-buffer): Show both the article and summary
1534         buffers again.
1536         * shr.el (shr-fontize-cont): Protect against regions with no text.
1537         Rename tag functions to shr-tag-* for enhanced security.
1538         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1540 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1542         * shr.el (shr-insert):
1543         * pop3.el (pop3-movemail):
1544         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1545         loaded.
1547 2010-10-03  Glenn Morris  <rgm@gnu.org>
1549         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1551         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1553         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1555         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1557         * gnus-util.el (gnus-make-local-hook): Simplify.
1559 2010-10-02  Julien Danjou  <julien@danjou.info>
1561         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1562         (gnus-ido-completing-read): New function.
1563         (gnus-emacs-completing-read): New function.
1564         (gnus-completing-read): Use gnus-completing-read-function.
1565         Add gnus-completing-read-function.
1567 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569         * shr.el (shr-insert-document): Autoload.
1570         (shr-img): Be silent.
1571         (shr-insert): Add a newline after every picture before text.
1572         (shr-add-font): Use overlays for combining faces.
1573         (shr-insert): Pass upwards the text start point.
1575         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1576         possible.
1577         (mm-shr): New function.
1579 2010-10-02  Julien Danjou  <julien@danjou.info>
1581         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1582         should go backward.
1584 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1586         * shr.el (shr): Fix typo in provide call.
1588 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590         * shr.el: New file.
1592         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1594         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1595         completing read.
1597 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1600         we're being queried about.  Suggested by Dan Jacobson.
1602         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1603         by Jason Eisner.
1605         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1606         table, too.  Suggested by Stefan Wiens.
1607         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1608         the table unnecessary.  Suggested by Stefan Wiens.
1610         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1611         longer needed, and probably doesn't work either, as pointed out by
1612         Stefan Wiens.
1613         (gnus-summary-exit): Remove call to the clearing function.
1614         (gnus-summary-exit-no-update): Ditto.
1616         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1617         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1618         Reported by Stefan Monnier.
1619         (gnus-summary-save-in-rmail): Ditto.
1621         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1622         article buffer, instead of both the article buffer and the summary
1623         buffer.  Sort of suggested by Dan Jacobson.
1625         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1627         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1628         Suggested by Dan Jacobson.
1630         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1631         documentation clearer.
1633         * message.el (message-shorten-references): Comment on the number "21".
1634         Suggested by Stefan Monnier.
1636         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1637         Suggested by Dan Jacobson.
1639         * gnus.el (gnus-large-newsgroup): Mention
1640         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1642         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1643         externalize attachments.  Bug reported by Steve Wen.
1645         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1646         really message anything to the user.
1648         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1649         directly.
1651         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1652         messages in empty groups.
1654 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1656         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1657         non-UIDNEXT group.
1659 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1662         not the value from the collection.
1664         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1665         values.  This sometimes happens on some groups that have no info.
1666         (nnimap-request-newgroups): New function.
1668 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1670         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1671         check into `gnus-registry-initialize'.
1672         (gnus-registry-initialize): Ditto.
1673         Fix and extend header docs.
1675 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1677         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1678         regexp backtrace overflows.
1680         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1681         for starttls that tls.el implements; i.e. openssl.
1683 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1685         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1686         (gravatar-create-image): New function that's an alias to
1687         gnus-xmas-create-image, gnus-create-image, or create-image.
1688         (gravatar-data->image): Use it.
1690 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1692         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1693         install the nnregistry refer method.
1694         (gnus-registry-install-hooks): Use it.
1695         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1696         unfollowed groups.
1698 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1700         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1701         expanding threads.
1703 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705         * nnir.el: Use the server names without suffixes (bug #7009).
1707         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1708         unencrypted to STARTTLS, if possible.
1710 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1712         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1713         headers before superseding.
1715 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1717         * nnrss.el (nnrss-use-local): Add documentation.
1719         * nnimap.el (nnimap-extend-tls-programs): New function.
1720         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1721         (nnimap-wait-for-connection): Accept the greeting from the stupid
1722         output from openssl s_client -starttls, too.
1724         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1725         article number.
1726         (nnimap-split-fancy): New variable.
1727         (nnimap-split-incoming-mail): Use it.
1729         * nntp.el (nntp-server-list-active-group): Document.
1731         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1732         SELECT to get the message-id.
1734         * mail-source.el (mail-sources): Removed webmail support.
1735         (defvar): Ditto.
1736         (mail-source-fetcher-alist): Ditto.
1737         (mail-source-fetch-webmail): Removed.
1739         * webmail.el: Removed -- doesn't seem relevant any more.
1741         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1743         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1744         the \r.
1746 2010-09-30  Julien Danjou  <julien@danjou.info>
1748         * gnus-agent.el (gnus-agent-add-group): Fix call to
1749         gnus-completing-read.
1751 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753         * nndoc.el (nndoc-retrieve-groups): New function.
1755         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1756         `default', use nnmail-split-methods.
1757         (nnimap-request-article): Downcase the NILs so that they are nil.
1759         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1760         symbol.
1762         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1763         code, since if the user has requested network, that's what they ought
1764         to get.
1765         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1766         (nnimap-split-rule): Mark as obsolete.
1768         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1769         variable.
1771         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1772         correct slot, too.
1774 2010-09-29  Julien Danjou  <julien@danjou.info>
1776         * gnus.el (gnus-local-domain): Declare variable obsolete.
1778         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1779         computing.
1780         (gnus-ido-completing-read): Require ido.
1782 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1784         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1785         build Gnus.
1787         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1788         when interpreting the structures.
1789         (nnimap-request-accept-article): Add \r\n to the lines to make this
1790         work with Cyrus.
1792         * nndraft.el (nndraft-request-expire-articles): Use the group name
1793         instead if "nndraft".  Fix found by Nils Ackermann.
1795 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1797         * nnregistry.el: Added.
1799 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1801         * nnmail.el (group, group-art-list, group-art):
1802         Remove unneeded directives.
1804 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1806         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1807         (mm-mime-charset)
1808         * rfc2047.el (rfc2047-syntax-table)
1809         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1811         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1812         rather than `insert-file-contents' and `eval-region'.
1814 2010-09-29  Julien Danjou  <julien@danjou.info>
1816         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1817         replacement of `gnus-gravatar-relief' to mimic
1818         `gnus-faces-properties-alist'.
1819         Add :version property.
1821 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1823         * mail-source.el (mail-source-report-new-mail)
1824         * message.el (message-default-mail-headers)
1825         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1827         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1829 2010-09-28  Julien Danjou  <julien@danjou.info>
1831         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1832         mail-address contains the same string as real-name.
1834         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1835         non-blank in header, otherwise it'll get stripped.
1837         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1838         real-name, and then for mail address rather than doing : or , search.
1840 2010-09-27  Julien Danjou  <julien@danjou.info>
1842         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1843         (gnus-server-goto-server): Use gnus-completing-read.
1845         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1847         * mm-util.el (defalias): Use gnus-completing-read.
1848         (mm-codepage-setup): Use gnus-completing-read.
1850         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1851         (smime-decrypt-buffer): Use gnus-completing-read.
1853         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1855         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1856         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1857         (mml-insert-multipart): Use gnus-completing-read.
1859         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1861         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1863         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1865         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1867         * gnus.el (gnus-read-method): Use gnus-completing-read.
1869         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1871         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1872         (gnus-mime-action-on-part): Use gnus-completing-read.
1873         (gnus-article-encrypt-body): Use gnus-completing-read.
1875         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1876         (gnus-topic-move-matching): Use gnus-completing-read.
1877         (gnus-topic-copy-matching): Use gnus-completing-read.
1878         (gnus-topic-sort-topics): Use gnus-completing-read.
1879         (gnus-topic-move): Use gnus-completing-read.
1881         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1882         (gnus-agent-add-group): Use gnus-completing-read.
1884         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1885         gnus-completing-read.
1886         (nnmairix-update-groups): Use gnus-completing-read.
1887         (nnmairix-get-server): Use gnus-completing-read.
1888         (nnmairix-backend-to-server): Use gnus-completing-read.
1889         (nnmairix-goto-original-article): Use gnus-completing-read.
1890         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1892         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1894         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1895         (gnus-group-make-useful-group): Use gnus-completing-read.
1896         (gnus-group-make-web-group): Use gnus-completing-read.
1897         (gnus-group-add-to-virtual): Use gnus-completing-read.
1898         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1900         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1901         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1902         (gnus-summary-execute-command): Use gnus-completing-read.
1903         (gnus-summary-respool-article): Use gnus-completing-read.
1904         (gnus-read-move-group-name): Use gnus-completing-read.
1906         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1907         (gnus-summary-score-effect): Use gnus-completing-read.
1909         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1911         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1912         right completing-read function.
1913         (gnus-use-ido): New variable
1914         (gnus-completing-read-with-default): Remove.
1916 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1918         * nnimap.el (auth-source-forget-user-or-password)
1919         (auth-source-user-or-password): Autoload.
1921         * message.el (message-from-style, message-interactive)
1922         (message-signature): Remove comment.
1923         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
1924         always.
1925         (message-sendmail-envelope-from): Comment fix.
1926         (message-yank-prefix): Default to mail-yank-prefix always.
1927         (message-indentation-spaces): Default to mail-indentation-spaces always.
1928         (message-signature-file): Default to mail-signature-file always.
1930 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1933         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1934         new articles.
1936         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1937         parts.
1938         (nnimap-request-article): Work with the t setting, too.
1940         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1941         that you don't get flashes of other buffers.
1942         (gnus-summary-show-complete-article): Intern before setting.
1944 2010-09-27  David Engster  <dengste@eml.cc>
1946         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1947         well as HEADERS.
1948         (nnmairix-retrieve-headers): Provide new argument for the above.
1950 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952         * gnus-sum.el (gnus-summary-move-article): Don't alter
1953         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1954         group.
1956         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1958         * message.el (message-cite-prefix-regexp): Revert my last edit.
1960         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1961         variable instead of the Gnus variable.
1963         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1965         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1966         again.
1968         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1969         since some servers don't like it.
1970         (nnimap-open-connection): Forget credentials if the server says the
1971         password was wrong.
1972         (nnimap-parse-line): Protect against invalid data.
1974         * gnus-sum.el (gnus-summary-move-article): Add comment.
1975         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1976         nothing alters it while scanning for new messages.
1978         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1979         which may or may not help.
1980         (nnimap-open-connection): If we're doing a stream connection, and then
1981         discover we're on a STARTTLS-capable server, then open a STARTTLS
1982         connection instead.
1984 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986         * nnimap.el (utf7): Required.
1988         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1989         prefix.
1991 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1993         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1995 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1997         * nnimap.el (nnimap-request-accept-article): Message the error on
1998         error.
2000 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2002         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2004 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006         * nndoc.el (nndoc-request-list): Return success always.
2008         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2009         `fetch-old' -- we only want to fetch the articles we've requested.  The
2010         rest are in the agent, probably.
2011         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2012         disappeared server" to something low.  It's not important.
2014         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2015         arrived before the FETCH data.
2017         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2018         target here, because we don't know the Gnus name of the group.
2020         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2021         for the correct group.
2023         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2025         * gnus.el (gnus): Give a final warning after startup.
2027         * gnus-util.el (gnus-action-message-log): New variable.
2028         (gnus-message): Use it.
2029         (gnus-final-warning): New function.
2031         * nnimap.el (nnimap-open-connection): Record the greeting.
2032         (nnimap): Add greeting.
2034 2010-09-26  Julien Danjou  <julien@danjou.info>
2036         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2037         arguments.
2038         (gnus-html-wash-images): Fix spec computing to include start/end.
2040         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2042 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2045         deletion.
2046         (nnimap-retrieve-headers): Don't select the group, because that's
2047         already done by nnimap-possibly-change-group.
2049         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2050         (gnus-picon-transform-address): Use it.
2052         * mail-source.el (mail-source-value): Revert previous patch.
2054         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2055         on failure.
2056         (nnimap-open-connection): Look up both virtual and physical server name
2057         credentials.
2059         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2061 2009-02-08  Dave Love  <fx@gnu.org>
2063         * gnus-win.el (gnus-window-to-buffer-helper,
2064         gnus-all-windows-visible-p): Function needn't be a symbol.
2066         * mail-source.el (mail-source-value): Function needn't be a symbol.
2068 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070         * message.el (message-cite-prefix-regexp): Remove } from the cite
2071         prefix.
2073         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2074         highlight again, so that the highlight is correct.
2076         * gnus-picon.el (gnus-picon): Remove again.
2077         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2079         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2080         doing the header highlightling, so that the background colour of the
2081         picon is correct.
2083         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2084         (gnus-picon): Ditto.
2085         (gnus-picon): Reinstate.  The background colour for picons is white.
2086         (gnus-picon-insert-glyph): Make the background white.
2088         * nnml.el (nnml-open-nov): Don't return dead buffers.
2090         * auth-source.el (auth-source-create): Query the user for whether to
2091         store the credentials.
2093         * auth-source.el (auth-source-user-or-password): Use the existing auth
2094         sources, if any, for creation.
2096         * gnus.el (gnus-group-fast-parameter): Return the last matching
2097         parameter instead of the first matching parameter.
2099 2010-09-26  Julien Danjou  <julien@danjou.info>
2101         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2103 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105         * mml2015.el (mml2015-use): Remove gpg support.
2107         * mml1991.el (mml1991-function-alist): Remove gpg function.
2108         (mml1991-gpg-sign): Removed.
2110 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2112         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2113         (gnus-browse-unsubscribe-current-group): Document it.
2114         (gnus-browse-unsubscribe-group): Use it.
2116 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2119         address to the To list for easier response.
2121         * gnus.el (gnus-play-startup-jingle): Removed.
2122         (gnus-splash): Don't play jingle.
2123         (gnus): Silence gnus-load message.
2125         * gnus-art.el (gnus-treat-play-sounds): Removed.
2127         * gnus.el (gnus-play-jingle): Remove audio support.
2129         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2131         * earcon.el: Removed -- no users.
2133         * gnus-audio.el: Removed -- no users of this package.
2135         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2137         * gnus-start.el (gnus-setup-news): Remove nocem support.
2139         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2141         * gnus.el (gnus-use-nocem): Removed.
2143         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2144         Removed.
2146         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2147         uses NoCeM any more.
2149         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2150         (gnus-button-ctan-handler): Ditto.
2151         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2152         (gnus-button-ctan-directory-regexp): Ditto.
2153         (gnus-button-handle-ctan): Ditto.
2154         (gnus-button-tex-level): Ditto.
2155         (gnus-button-alist): Removed CTAN stuff.
2157 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2160         nnimap-streaming test.
2162         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2163         servers twice.
2165         * nnimap.el (nnimap-open-connection): Add more error reporting when
2166         nnimap fails early.
2168         * nnheader.el (nnheader-get-report-string): New function.
2169         (nnheader-get-report): Use it.
2171         * gnus-int.el (gnus-check-server): Say what the error was when opening
2172         failed.
2174         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2175         using streaming.
2177 2010-09-25  Julien Danjou  <julien@danjou.info>
2179         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2180         gnus-window-inside-pixel-edges.
2182 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2186         * mm-decode.el (mm-save-part): Allow saving to other directories the
2187         normal Emacs way.
2189         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2190         by Jay Berkenbilt.
2192         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2193         there isn't a single byte.
2195         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2196         just do it.  It doesn't really seem to matter what the user responds
2197         here, I think, so it's just a confusing question.
2199         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2200         non-streaming case.
2202         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2203         (gnus-article-encrypt-body): Use it.
2205         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2206         keystroke.
2208         * nnimap.el (nnimap-find-wanted-parts-1): Use
2209         gnus-fetch-partial-articles.
2211         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2213         * nnimap.el (nnimap-insert-partial-structure): New function.
2214         (nnimap-get-partial-article): New function.
2215         (nnimap-request-article): Use it.
2216         (nnimap-wait-for-response): Return whether the wait was successful.
2217         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2218         retrieval wasn't successful.
2219         (nnimap-retrieve-group-data-early): Allow throttling servers.
2220         (nnimap-streaming): New variable.
2221         (nnimap-fetch-partial-articles): Removed.
2223         * mm-decode.el (mm-with-part): Protect against killed buffers.
2225         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2226         for prettier summary display.
2228 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2230         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2231         directly.
2233 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2236         apparently third-party libraries depend on it.
2238         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2239         before starting negotiation.
2241         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2242         privacy reasons.
2243         (gnus-treat-mail-gravatar): Ditto.
2245         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2246         buffer when inserting images.  Inserting text into the headers, for
2247         instance, can make them invalid.
2249 2010-09-25  Julien Danjou  <julien@danjou.info>
2251         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2252         variables.
2254         * nnheader.el: Remove useless variables news-reply-yank-from and
2255         news-reply-yank-message-id.
2257         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2258         variables.
2260         * mml1991.el: Remove useless mml1991-verbose.
2262         * gnus.el: Remove useless variable gnus-use-generic-from.
2263         Remove obsolete variable gnus-topic-indentation.
2265         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2267         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2269         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2271         * gnus-group.el: Remove useless gnus-group-icon-cache.
2272         Remove useless gnus-ephemeral-group-server.
2274         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2276         * mml2015.el: Remove useless mml2015-verbose.
2278         * mml-smime.el: Remove useless mml-smime-verbose.
2280         * gnus.el: Remove useless gnus-local-domain.
2282         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2283         gnus-gravatar-size.
2285         * gnus-art.el: Remove useless gnus-treat-translate.
2287 2010-09-24  Julien Danjou  <julien@danjou.info>
2289         * gnus-sum.el: Add support for Gravatars.
2291         * gnus-art.el: Add support for Gravatars.
2293         * gnus-gravatar.el: Add this file.
2295         * gravatar.el: Add this file.
2297 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2299         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2301         * gnus-group.el (gnus-group-fetch-faq): Removed.
2303         * gnus.el (gnus-group-faq-directory): Removed.
2305         * gnus-group.el (gnus-group-fetch-charter): Removed.
2307         * gnus.el (gnus-group-charter-alist): Removed.
2309         * gnus-group.el (gnus-group-archive-directory): Removed.
2310         (gnus-group-recent-archive-directory): Ditto.
2311         (gnus-group-make-archive-group): Removed.
2313         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2315         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2316         use the same article number for all the cached articles.
2318         * nnimap.el (nnimap-command): Register the last command time so
2319         that we can use it for idling NOOPs.
2320         (nnimap-open-connection): Start the keeplive timer.
2321         (nnimap-make-process-buffer): Store all the process buffers.
2322         (nnimap-keepalive): New function.
2324         * starttls.el (starttls-open-stream): Add autoload cookie.
2326 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2328         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2329         handling.
2331 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2334         its data structures.
2336         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2337         instead of the cl.el copy-list.
2338         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2339         equalp.
2341 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2343         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2344         and tool-bar-local-item-from-menu.
2346         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2347         mode-line-highlight face for Emacs.
2349         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2350         loading gnus-sum.elc; fix comment for canlock-verify.
2351         (gnus-article-jump-to-part): Use read-number.
2352         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2353         Emacs pre-21 compatible code for help-echo.
2354         (gnus-article-next-page-1): No need to adjust the number of lines.
2355         (gnus-article-describe-bindings): Always use help-buffer.
2357         * gnus-audio.el (gnus-audio-inline-sound)
2358         * gnus-cus.el (gnus-custom-mode)
2359         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2361         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2363         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2364         compatible code.
2366 2010-09-24  Glenn Morris  <rgm@gnu.org>
2368         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2369         visiting the fcc file in rmail-mode.
2371 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2373         * nnir.el: Silence the byte compiler.
2375         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2376         alias to browse-url-url-encode-chars if any.
2377         (gnus-html-encode-url): Use it.
2379 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381         * gnus-start.el (gnus-use-backend-marks): New variable.
2382         (gnus-get-unread-articles-in-group): Use it.
2384         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2385         makeover.
2387 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2389         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2391 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2394         Removed.
2395         (gnus-setup-news-hook): Removed
2396         gnus-fixup-nnimap-unread-after-getting-new-news.
2398         * gnus-int.el (gnus-request-update-info): Protect against backends not
2399         having the function.
2401         * nnimap.el (nnimap-stream): Mention starttls.
2402         (nnimap-open-connection): Add starttls support.
2404 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2406         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2408 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2410         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2411         BODYSTRUCTUREs.
2412         (nnimap-transform-headers): Unfold quoted {42} headers.
2414         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2415         the info.
2416         (gnus-get-unread-articles): Only call updatep on backends that support
2417         it.
2419         * nnweb.el (nnweb-request-update-info): NOOP.
2421         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2423         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2424         since it only deals with marks.
2426         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2427         gnus-request-marks, and make a new gnus-request-update-info.
2429         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2430         the active instead of the high number, which is usually too low.
2432 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2434         * encrypt.el: Removed.
2436 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2439         server in symbolic form.
2441         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2442         0.9.
2444 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2447         (nnimap-update-info): Fix up code slightly.
2449         * gnus-int.el (gnus-open-server): Add tracing for performance
2450         debugging.
2452         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2453         (gnus-group-insert-group-line): Pass the real group name so that it
2454         gets the right data.
2456         * gnus-start.el (gnus-get-unread-articles): Don't have
2457         `gnus-get-unread-articles-in-group' update info, since that can be
2458         really slow and doesn't seem to be needed?
2460 2010-09-22  Julien Danjou  <julien@danjou.info>
2462         * gnus-group.el (gnus-group-insert-group-line): Call
2463         gnus-group-highlight-line.
2464         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2465         default hook list.
2466         (gnus-group-update-eval-form): Add new function.
2467         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2468         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2470 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2473         immediate, then expire all articles.
2474         (nnimap-update-info): Fix off-by-one errors.
2475         (nnimap-flags-to-marks): Would return no marks lists for group with no
2476         flags.  Instead return the other data.
2478 2010-09-22  Julien Danjou  <julien@danjou.info>
2480         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2481         Only return an icon.
2482         (gnus-group-insert-group-line): Compute icon to return.
2484         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2485         variable.
2486         (gnus-html-image-fetched): Only cache if
2487         gnus-html-image-automatic-caching is set.
2488         (gnus-html-image-fetched): Check for errors.
2490 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2492         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2493         once per method on `g'.  This ensures that backends like nnfolder don't
2494         open all their folders.
2496         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2497         (nnimap-request-list): Nix out group in the correct buffer.
2498         (nnimap-parse-flags): Implement by using `read' instead of
2499         hand-parsing.
2500         (nnimap-flags-to-marks): Pass on permanent-flags.
2501         (nnimap-make-process-buffer): Record the server name.
2502         (nnimap-parse-flags): Fix typo.
2503         (nnimap-request-scan): Run split on the server in general, not just a
2504         single group.
2506         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2507         parameter, and propagate this downwards.
2509         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2510         since EXAMINE changes it on the server.
2512         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2513         this command might take a while.
2515 2010-09-22  Julien Danjou  <julien@danjou.info>
2517         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2518         harmful if you have 2 images side-by-side, they can't be properly
2519         update on text deletion.  Using text-property is safer here.
2520         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2521         data.
2523 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525         * nnimap.el (nnimap-expunge-inbox): Removed.
2526         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2527         (nnimap-expunge): Flip default to t.
2529         * gnus.el (gnus-method-to-server): Don't push things to the cache
2530         unless it's unique.
2531         (gnus-server-to-method): Ditto.
2533 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2535         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2537 2010-09-22  Julien Danjou  <julien@danjou.info>
2539         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2540         get the start of data.
2541         (gnus-html-encode-url): Add this function to encode special chars in
2542         URL.
2543         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2544         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2546         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2547         default.
2548         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2550         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2551         images alt-text.
2552         (gnus-html-put-image): Put alt-text as help-echo.
2554 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2556         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2557         * mm-util.el (mm-decompress-buffer)
2558         * nnir.el (nnir-run-find-grep)
2559         * pop3.el (pop3-list): Use 3rd arg of split-string.
2561 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2563         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2564         outside the active range.  Suggested by Dan Christensen.
2566         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2567         slightly later to avoid double-getting it.
2569         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2570         previous patch.
2572         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2574 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2576         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2578 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580         * gnus-int.el (gnus-open-server): Give a better error message in the
2581         "go offline" case.
2583         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2584         marks for nnimap, which is seldom the right thing to do.
2586         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2587         (gnus-same-method-different-name): New function.
2589         * nnimap.el (parse-time): Require.
2591         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2592         method in the presence of many similar methods.
2594         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2596         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2597         nnml-inhibit-expiry.
2599         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2600         find out whether methods are equal.
2602         * nnimap.el (nnimap-find-expired-articles): New function.
2603         (nnimap-process-expiry-targets): New function.
2604         (nnimap-request-move-article): Request the article before looking at
2605         what the Message-ID is.  Fix found by Andrew Cohen.
2606         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2608         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2609         for oldness in addition to being a predicate.
2611         * nnimap.el (nnimap-request-group): When we have zero articles, return
2612         the right data to Gnus.
2613         (nnimap-request-expire-articles): Only delete articles immediately if
2614         the target is 'delete.
2616         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2617         method, this would bug out.
2619         * gnus-group.el (gnus-group-expunge-group): Renamed from
2620         gnus-group-nnimap-expunge, and implemented as a normal interface
2621         function.
2623         * gnus-int.el (gnus-request-expunge-group): New function.
2625         * nnimap.el (nnimap-request-create-group): Implement.
2626         (nnimap-request-expunge-group): New function.
2628 2010-09-21  Julien Danjou  <julien@danjou.info>
2630         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2631         (gnus-html-cache-expired): Add new function.
2632         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2633         wethever we should display image for fetch it.
2634         Compute alt-text earlier to pass it to the fetching function too.
2635         (gnus-html-schedule-image-fetching): Change function argument to only
2636         get one image at a time, not a list.
2637         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2638         cache.
2639         (gnus-html-get-image-data): New function to retrieve image data from
2640         cache.
2641         (gnus-html-put-image): Change buffer argument to use image data rather
2642         than file, and place image above region rather than inserting a new
2643         one. Do not take alt-text as argument, since it's useless now: we place
2644         the image above alt-text.
2645         (gnus-html-prune-cache): Remove.
2646         (gnus-html-show-images): Start to fetch image when we find one, do not
2647         push into a temporary list.
2648         (gnus-html-prefetch-images): Only fetch image if they have expired.
2649         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2650         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2652 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2654         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2656 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2658         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2659         spec inser "*" if the group isn't active instead of 0.
2661         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2662         opening the server.
2663         (nnimap-request-delete-group): Implement group deletion.
2664         (nnimap-transform-headers): Return the size of the entire message in
2665         the Bytes header, not just the size of the first part.
2666         (nnimap-request-move-article): When moving an article from nnimap,
2667         request the article first so the accepting form has an article to
2668         accept.  Reported by Dan Christensen.
2669         (nnimap-command): Make sure that the error message doesn't error out.
2671 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2673         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2674         we haven't requested anything.
2676 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2679         "".  Fix found by Andrew Cohen.
2681         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2682         instead of -encode-string.
2684 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2686         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2688         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2689         by mm-subst-char-in-string.
2691 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2694         waiting for the connection string.
2696         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2697         arriving.
2699         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2700         bogus characters.  This allows selecting certain Gmail groups.
2702         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2703         (nnimap-fetch-partial-articles): New variable.
2704         (nnimap-open-connection): When looking for credentials, also use the
2705         nnimap-server-port.
2706         (nnimap-request-article): Return the group/article number, so that Gnus
2707         `^' works as expected.
2708         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2709         them.
2711         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2712         comments.
2713         (gnus-methods-sloppily-equal): New function.
2714         (gnus): When using the development version of Gnus, load the gnus-load
2715         file.
2717         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2718         `gnus-open-server' on each method before trying to scan them etc.  This
2719         ensures that all the backend parameters are set correctly.
2721         * nnimap.el (nnimap-authenticator): New variable.
2722         (nnimap-open-connection): Allow anonymous login.
2723         (nnimap-transform-headers): The chars header is called Chars not
2724         Bytes.
2725         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2726         drops.
2728         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2729         patch, found by Knut Anders Hatlen.
2731 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2733         * gnus-agent.el (gnus-agent-batch-confirmation)
2734         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2735         to gnus-message.
2736         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2737         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2738         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2739         * gnus-int.el (gnus-open-server): Likewise.
2740         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2741         (gnus-score-check-syntax): Likewise.
2742         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2743         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2744         Likewise.
2745         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2747 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2750         calling conventions so that prefetch doesn't bug out.
2752 2010-09-19  Julien Danjou  <julien@danjou.info>
2754         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2755         rather than `subst-char-in-region' in order to be able to replace ASCII
2756         char by UTF-8 ones.
2758         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2759         than curl.
2760         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2761         the right URL and ALT text on images.
2762         (gnus-html-wash-tags): Fix tag case.
2763         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2764         (gnus-article-html): Add -o display_ins_del=2 option.
2765         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2767 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2770         the extra mail headers, which sometimes seem to happen for unknown
2771         reasons.
2773         * mail-parse.el (mail-header-encode-parameter): Define as
2774         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2775         (or most, perhaps?) mail readers don't understand the latter, but do
2776         understand the former.
2778         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2779         to nil, so that no methods are automatically agentized.  I think this
2780         is probably what most users want.
2782         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2783         from url-retrieve, for instance about invalid URLs.
2785         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2786         groups that have no articles.
2787         (nnimap-request-article): Check that we really got an article when we
2788         requested one.
2790         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2791         doesn't exist.
2793         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2794         nntp buffer so the agent can save it.
2795         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2796         that CRLF doesn't get translated to \n.
2797         (nnimap-open-connection): Don't make 'shell commands only send \n.
2799 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2801         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2802         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2803         Update var name.
2804         (nnml-generate-nov-file): Use dolist.
2805         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2806         Use with-current-buffer.
2808 2010-09-18  Julien Danjou  <julien@danjou.info>
2810         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2811         parallel.
2813 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2816         the range update right.
2817         (nnimap-request-group): Don't make `M-g' bug out on group with no
2818         marks.
2819         (nnoo): Required, so that other packages can require nnimap.
2820         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2821         command we're looking for.  This helps when the server sends more
2822         responses after we've gotten everything we expected.
2823         (nnimap): Add a `newlinep' field to keep track of end-of-line
2824         conventions.
2825         Don't send CRLF to things that don't want it.
2826         (nnimap-request-accept-article): Ditto.
2828 2010-09-18  Julien Danjou  <julien@danjou.info>
2830         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2831         than curl to retrieve images.
2833 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2836         the marks.
2837         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2838         (nnimap-wait-for-connection): New function.
2839         (nnimap-open-connection): If we have PREAUTH, don't query for login
2840         credentials.
2841         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2842         when doing a partial update.
2844 2010-09-18  Julien Danjou  <julien@danjou.info>
2846         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2847         tags.
2849 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851         * nnimap.el (nnimap-credentials): New function.
2852         (nnimap-open-connection): Use the new function to look for credentials
2853         also on the numeric equivalents of "imap" and "imaps".
2855         * gnus-start.el (gnus-activate-group): Send the info to
2856         gnus-request-group.
2858         * nnimap.el (nnimap-request-group): Have the "check" version of the
2859         function parse flags and update the info, so that a `M-g' get a total
2860         resync of all flags from the group.
2862         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2863         to allow backends to alter the info on group selection.  Also alter all
2864         the backend -request-group functions to take the parameter.
2866         * nnimap.el (nnimap-store-info): New function.
2867         (nnimap-update-info): Store the info for later usage.
2868         (nnimap-request-group): Use the stored info for the dont-check case, so
2869         that we don't retrieve all marks when we enter a group.
2871         * nnimap.el: Use deffoo instead of defun for interface functions.
2873         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2874         update the group info.  This makes the nndraft groups, for instance, go
2875         back to their old behaviour.
2877         * gnus-sum.el (gnus-select-newsgroup): Indent.
2879         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2880         in.
2881         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2882         nothing.
2884         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2885         from methods that are denied.
2887         * gnus-int.el (gnus-method-denied-p): New function.
2889         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2890         store the password instead of netrc.
2891         (nnimap-open-connection): Don't error out when we can't make a
2892         connections.
2894         * auth-source.el (auth-source-create): In the password prompt, say what
2895         we're querying for.  Also prompt for user name if that hasn't been
2896         given.
2898         * nnimap.el (nnimap-with-process-buffer): Removed.
2900 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2903         method when we're reading from the agent.
2905         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2907         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2908         that's probably most useful for users.
2910         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2911         "failed" all the time.
2913         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2914         ...)) with (with-current-buffer ... ).
2916         * nntp.el (nntp-open-server): Return whether the open was successful or
2917         not.
2919         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2920         select an unread unseen article first.
2922         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2923         /etc/services, supply some sensible port defaults.
2925 2010-09-17  Julien Danjou  <julien@danjou.info>
2927         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2929 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2931         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2932         doesn't have any parameters.
2934 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2937         only upcased checks.
2939         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2941         * nnimap.el (nnimap-open-shell-stream): New function.
2942         (nnimap-open-connection): Use it.
2943         (nnimap-transform-headers): Get the number of lines in each message.
2944         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2945         number of lines.
2946         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2947         problem.
2949         * utf7.el (utf7-encode): Autoload.
2951         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2952         to allow the mail splitting to not return a default group.  This is
2953         useful for nnimap, which will leave unmatched mail in the inbox.
2955         * nnimap.el: Rewritten.
2957         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2958         nnimap usage.
2960         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2961         if the move is internal, so that nnimap can do fast internal moves.
2963         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2964         data.
2965         (gnus-read-active-for-groups): Support finishing the early retrieval of
2966         data.
2968         * gnus-range.el (gnus-range-nconcat): New function.
2970         * gnus-int.el (gnus-finish-retrieve-group-infos)
2971         (gnus-retrieve-group-data-early): New functions.
2973 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2975         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2976         (nnrss-retrieve-groups):
2977         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2978         (pop3-quit): Use with-current-buffer.
2980 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2982         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2983         instead of nnheader-accept-process-output.
2985         * gnus-html.el (gnus-html-schedule-image-fetching)
2986         (gnus-html-prefetch-images): Replace process-kill-without-query by
2987         gnus-set-process-query-on-exit-flag.
2989 2010-09-16  Romain Francoise  <romain@orebokech.com>
2991         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2993 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2996         parameter to unintern is mandatory-ish in Emacs 24.
2998         * gnus-html.el (gnus-html-schedule-image-fetching)
2999         (gnus-html-prefetch-images): Check for curl before using it.
3001         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3002         depend on curl, which isn't essential.
3004         * imap.el: Revert back to version
3005         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3006         seem problematic.
3008 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3010         * gnus-registry.el (gnus-registry-install-shortcuts):
3011         Explicitly pass `obarray' to `unintern' to avoid a warning.
3013 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3016         change.
3018         * nnrss.el (nnrss-request-list): Removed this function and related
3019         functions, including the moreover stuff.
3021 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023         * nnrss.el (nnrss-retrieve-groups): New function.
3025 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3027         * .dir-locals.el: Add no-byte-compile cookie.
3029 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3031         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3032         for back end that doesn't support request-scan.
3034 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3036         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3037         then do request scans from the backends.
3039         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3040         avoid running a hook per line, since this takes a lot of time,
3041         profiling shows.
3042         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3043         directly if gnus-visual-p is true.
3045 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3047         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3048         groups; replace mapcar with dolist which is a bit faster; pass groups
3049         info to gnus-read-active-file-1.
3050         (gnus-read-active-file-1): Scan only specified groups if the new
3051         optional arg `infos' is given.
3053 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3057         * pop3.el (pop3-movemail): Removed.
3058         (pop3-streaming-movemail): Renamed to pop3-movemail.
3060         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3061         don't restrict end-tag searches to the end of the line.
3063 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3065         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3066         articles of every unchecked group to t, which means unknown since the
3067         server has never been opened.
3069 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071         * gnus-html.el (gnus-html-show-alt-text): New command.
3072         (gnus-html-browse-image): Ditto.
3073         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3074         to browse the image directly.
3075         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3076         better.
3078         * gnus-async.el (gnus-async-article-callback): Call
3079         `gnus-html-prefetch-images' unconditionally.
3081         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3082         before feeding URLs to curl.
3084 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3086         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3087         internal images as deletable by `W D D'.
3089         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3090         (gnus-async-article-callback): Fix typo.
3092 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3095         current line to work around bugs in the output from w3m.
3097         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3098         for groups that want that.
3100         * nntp.el (nntp-wait-for-string): Supply a timeout for
3101         accept-process-output to ensure progress.
3103         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3104         level to get unread articles from, then use that for foreign groups,
3105         too.
3107         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3108         confuses the rest of the function.
3110         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3111         for the methods that support -retrieve-groups, too.
3113         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3115 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3117         * pop3.el: Require cl when compiling.
3118         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3120 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3123         that aren't going to be activated.
3124         (gnus-get-unread-articles): Fix up the last commit.
3126         * gnus-html.el (gnus-article-html): Allow calling without specifying
3127         the handle.  In that case, dissect the buffer first.
3129         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3131         * nnimap.el (nnimap-open-connection): Revert the change that would look
3132         into authinfo for imaps instead of imap.
3134         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3135         say that you don't want to call gnus-request-group with don-check, but
3136         do check the reponse.  This is for virtual groups only.
3137         (gnus-get-unread-articles): Count the archive groups as secondary, so
3138         that they're activated the same way as before.
3140         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3141         case-insensitively.
3142         (nnimap-debug): Removed.
3144         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3145         mail from a file, and the file doesn't exist.
3147         * pop3.el (pop3-streaming-movemail): Return t for success.
3149         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3150         .authinfo if we're using ssl connection.
3152         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3153         already have if we're in a main Gnus `g' run.
3155         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3157 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3159         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3161         * nnmh.el (nnmh-request-list-1): Bind `file'.
3163         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3164         alias to set-process-query-on-exit-flag or process-kill-without-query.
3165         (pop3-open-server): Use it.
3167 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3170         box to the Incoming file.  Fixes mistake in previous checkin.
3172         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3173         request loop (for debugging purposes) removed.
3175         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3176         culprit is more visible.
3177         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3178         (nnml-add-incremental-nov): New functions to do "incremental" nov
3179         updates, where we just append to the end of the existing nov files
3180         without reading/writing them in full.
3182         * mail-source.el (mail-source-delete-crash-box): Really only check the
3183         incoming files once in a while.
3185         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3187         * mail-source.el (mail-source-delete-crash-box): Only check the
3188         incoming files for deletion once per day to save a lot of file
3189         accesses.
3191         * pop3.el (pop3-logon): Fix up unbound variable typo.
3193         * mail-source.el (pop3-streaming-movemail): Autoload.
3195         * pop3.el (pop3-streaming-movemail): Respect
3196         pop3-leave-mail-on-server.
3198         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3199         retrieval.
3201         * pop3.el (pop3-process-filter): Removed unused function.
3202         (pop3-streaming-movemail, pop3-send-streaming-command)
3203         (pop3-wait-for-messages, pop3-write-to-file)
3204         (pop3-number-of-responses): New functions for streaming pop3
3205         retrieval.
3207         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3208         come from no known methods.
3209         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3210         list.
3212         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3213         message sizes.
3214         (pop3-movemail): Use erase-buffer instead of looping and deleting
3215         regions, which seems rather odd.
3217         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3218         file once per `g' run.
3220         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3221         directories.  This makes the draft queue directory work.
3223         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3224         data from the backends, so that we only request the list of groups from
3225         each method once.  This should speed things up considerably.
3227         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3228         detect that it's not implemented.
3230         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3231         we actually do recurse down into the tree, but don't stat all leaf
3232         nodes.
3234         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3235         then say so instead of bugging out.
3237         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3238         files exist before trying to read them.
3240         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3241         around <pre_int>.
3243         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3245         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3247 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249         * mm-util.el (mm-image-load-path): Just return the image directories,
3250         not all directories in the path in addition to the image directories.
3251         (mm-image-load-path): Maintain a cache of the image directories so that
3252         the `g' command in Gnus doesn't have to stat dozens of directories each
3253         time.
3255         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3256         (gnus-html-wash-tags): Add a new `i' command to insert images.
3257         (gnus-html-insert-image): New command and keystroke.
3258         (gnus-html-redisplay-with-images): New command and keystroke.
3259         (gnus-html-show-images): Renamed command.
3260         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3261         spacers.
3262         (gnus-html-wash-tags): Decode entities at the end, so that entities
3263         inside the tags don't mess up the rest of the "parsing".
3265         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3266         so that nnimap methods aren't agentized by default.  There's apparently
3267         many problems related to agent/imap behaviour.
3269         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3271         * gnus-html.el: Doc fix.
3273 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3275         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3276         glyph-width and glyph-height instead of display-graphic-p and
3277         image-size; make avoidance of displaying small images work for XEmacs.
3279         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3280         for XEmacs.
3282         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3283         of symbol that holds plist data.
3284         (gnus-process-plist): Remove plist of process after getting it.
3286 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3288         * message.el (message-generate-hashcash): Change default to
3289         'opportunistic if hashcash is installed.
3291         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3292         (gnus-html-put-image): Only call image-size once, since it's somewhat
3293         time-consuming on remote X servers.
3295 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3297         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3298         decoded contents.
3299         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3301 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3304         group line format, since it isn't very interesting.
3306         * gnus-agent.el (gnus-agent-short-article),
3307         (gnus-agent-long-article): Increase values for these two variables,
3308         since most people are likely to have more network connection and
3309         storage than before.
3311         * gnus.el (gnus-refer-article-method): Change default to 'current.
3312         When referring an article, the common behaviour is to refer it from the
3313         current select method, not the native select method.  The chances of
3314         the native select method having the message in question is rather slim
3315         these days.
3317         * gnus-sum.el (gnus-auto-select-subject): Change default to
3318         `unseen-or-unread'.  I think it's likely that most people want to
3319         select an unseen article over a previously seen, but unread one.
3321         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3322         means that in the article buffer none of the minor mode elements will
3323         be shown, usually, and this is not desirable in most cases.
3325         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3326         that commands like `d' (and the like) go to the next line in the
3327         buffer, instead of the next unread article.  I think this is the
3328         behaviour that is most natural for most users.
3329         (gnus-single-article-buffer): Change default to nil, so that people can
3330         have as many article buffers open as they have summary buffer.  I think
3331         this is the most natural way for the groups to behave.
3333         * message.el (message-generate-new-buffers): Change default to
3334         `unsent', so that all new message buffers start their names with the
3335         string "*unsent", and it's easier to find the buffers if you move from
3336         them.
3338 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3341         small.  They're probably tracking images.
3342         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3343         (gnus-html-rescale-image): Yet another try at getting the image sizing
3344         right.
3346         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3347         nntp-marks-file-name is nil.
3349 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3351         * gnus-html.el (gnus-html-wash-tags)
3352         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3353         Better logging.
3355 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3359         * gnus-html.el (gnus-html-wash-tags): Check the value of
3360         gnus-blocked-images in the summary buffer.
3362 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3364         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3366 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3368         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3369         like "a", it seems like.
3370         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3371         since it needs to be picked from the correct buffer.
3373         * nnwfm.el: Removed.
3375         * nnlistserv.el: Removed.
3377 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3379         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3380         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3382 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384         * nnkiboze.el: Removed.
3386         * nndb.el: Removed.
3388         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3389         alt text.
3390         (gnus-html-rescale-image): Try to get the rescaling logic right for
3391         images that are just wide and not tall.
3393         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3394         overshadow variable bindings.
3396 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3398         * gnus-html.el (gnus-html-wash-tags)
3399         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3400         extra logging.
3402 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3405         (gnus-max-image-proportion): New variable.
3406         (gnus-html-rescale-image): New function.
3407         (gnus-html-put-image): Rescale images.
3409 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3411         Fix up some byte-compiler warnings.
3412         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3413         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3414         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3415         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3416         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3417         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3418         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3420 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3422         * gnus-html.el (gnus-article-html): Decode contents by charset.
3424 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3426         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3427         (gnus-html-frame-width, gnus-blocked-images)
3428         * message.el (message-prune-recipient-rules): Add custom version.
3429         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3431         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3432         functions.
3434         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3435         gnus-process-get.
3437 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3439         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3440         instead of lsub directly.
3442 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444         * nnwarchive.el: Removed.
3446         * gnus-soup.el: Removed.
3448         * nnsoup.el: Removed.
3450         * nnultimate.el: Removed.
3452         * gnus-html.el (gnus-blocked-images): New variable.
3454         * message.el (message-prune-recipients): New function.
3455         (message-prune-recipient-rules): New variable.
3457         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3458         guess whether a long line is natural text or not.
3460         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3461         gnus-process-plist and friends for compatibility.
3463 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3465         * gnus-html.el: Require packages that define macros used in this file.
3466         (gnus-article-mouse-face): Declare to silence byte-compiler.
3467         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3468         process-get.
3469         (gnus-html-put-image): Use plist-get to avoid getf.
3470         (gnus-html-prefetch-images): Use with-current-buffer.
3472 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3474         * gnus-ems.el: Provide compatibility functions for
3475         gnus-set-process-plist.
3477         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3478         * gnus.el (gnus-valid-select-methods)
3479         * message.el (message-send-mail-partially-limit)
3480         * mm-decode.el (mm-text-html-renderer)
3481         * mml.el (mml-insert-mime-headers-always)
3482         * smiley.el (smiley-regexp-alist): Bump custom version.
3484 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486         * gnus-html.el: require mm-url.
3487         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3488         with the url to `url'.
3489         (gnus-html-wash-tags): Support cid: URLs/images.
3491 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3493         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3494         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3495         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3497         * gnus-move.el: Removed file, since it doesn't really work.
3499         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3500         UTF-8.  This seems to fix problems with some German web feeds.
3502         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3503         at the top so that the proper colours are applied.
3505         * gnus-art.el (gnus-article-view-part): Doc fix.
3507         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3508         XEmacs-compatible.
3509         (gnus-html-put-image): Don't do images on non-graphic displays.
3511         * nnslashdot.el: Removed this unused backend.
3513         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3514         actions.
3515         (gnus-undo-register-1): Revert last change.
3517         * gnus-group.el (gnus-group-completing-read): Protect against not
3518         having completion-styles bound.
3520         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3521         make broken recipients happier.
3523         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3525         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3526         point parameter.
3528         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3529         completion-styles for group selection.
3531 2009-02-04  Andreas Schwab  <schwab@suse.de>
3533         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3534         headers and regexp-quote the match if necessary.
3536 2009-03-24  Miles Bader  <miles@gnu.org>
3538         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3539         the blinking smiley.
3541 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3543         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3544         blink smiley.
3546 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3548         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3549         where the dribbel file lives exists.
3551         * message.el (message-send-mail-partially-limit): Change the default to
3552         nil, since most people don't want this.
3554         * mm-url.el (mm-url-decode-entities): Also decode entities like
3555         &#x3212.
3557 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3559         * gnus-sum.el (gnus-summary-idna-message):
3560         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3561         Hyperlink urls in docstrings with URL `...'.
3563 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3565         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3566         functions.
3568 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3571         say what the mouseover text should be.
3573         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3574         version of the mm-w3m-safe-url-regexp variable to only download images
3575         in the groups where we want that to happen.
3577         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3579         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3580         easier debugging.
3581         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3582         big pictures in the article buffer.
3584         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3585         gnus-article-html.
3586         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3587         w3m.
3589         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3591 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3594         which doesn't exist.
3596         * message.el (message-inhibit-ecomplete): New variable to allow some
3597         function to inhibit ecomplete address storage.
3598         (message-resend): Disable ecomplete message storage when resending
3599         messages.
3601         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3603 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3605         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3606         Save excursion while copying, moving, and deleting articles in order to
3607         prevent the cursor from jumping to unforeseen place.
3609 2010-08-17  Glenn Morris  <rgm@gnu.org>
3611         * gnus-sync.el: Require gnus components whose functions are used.
3613         * gnus-art.el (bookmark-make-record-function):
3614         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3615         Declare for compiler.
3617         * mm-url.el (mml-compute-boundary): Autoload.
3619 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3621         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3623 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3625         Typo fix "hoo4a" -> "hook".
3627         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3629 2010-08-14  Glenn Morris  <rgm@gnu.org>
3631         * gnus-sync.el (gnus-sync): Fix defgroup version.
3633 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3635         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3637         * gnus-sync.el: Fix docs.
3638         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3639         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3641 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3643         Optimizations for gnus-sync.el.
3645         * gnus-sync.el: Add docs about gnus-sync-backend
3646         possibilities.
3647         (gnus-sync-save): Remove unnecessary message.
3648         (gnus-sync-read): Optimize and show what groups were skipped.
3650 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3652         Minor bug fixes for gnus-sync.el.
3654         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3655         read the sync on get-new-news.
3657         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3658         quiet.
3660         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3662 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3664         Make saving and restoring of hidden threads work with overlays.
3665         Patch applied by Ted Zlatanov.
3667         * gnus-sum.el (gnus-hidden-threads-configuration)
3668         (gnus-restore-hidden-threads-configuration): Update to deal with text
3669         properties, rather than searching for a magic character.
3671 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3673         New gnus-sync.el library for synchronization of marks.
3675         * gnus-sync.el: New library for synchronization of marks.
3677         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3678         renamed from `gnus-registry-grep-in-list'.
3680         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3682         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3684 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3686         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3687         determining charset of text fails.
3689 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3691         * nnmail.el (nnmail-get-new-mail-1): Revert.
3693         * nnml.el (nnml-active-number): Make sure names of newly created groups
3694         in nnml-group-alist are encoded.
3696 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3698         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3699         containing non-ASCII characters in active file for nnml back end.
3701 2010-07-24  David Engster  <dengste@eml.cc>
3703         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3704         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3706 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3708         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3709         tag (Bug#6654).
3711 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3713         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3714         the article buffer, not the summary buffer.
3716 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3718         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3719         Emacs 23 as well.
3721 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3723         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3724         Patch applied by Karl Fogel.
3726         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3727         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3729 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3731         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3732         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3733         C-w still not working correctly from Article buffers; Thierry's
3734         patch to fix that will be applied after this.
3736         * gnus-art.el (bookmark-make-record-function): New local variable.
3738         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3739         article buffer.
3740         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3742 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3744         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3745         on changes in bookmark.el.
3747 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3749         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3750         the *other* type of HTML form submission.
3752 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3754         * auth-source.el (auth-source-pick): If choice does not contain a
3755         questioned keyword, set the check to t.
3757 2010-06-12  Romain Francoise  <romain@orebokech.com>
3759         * gnus-util.el (gnus-date-get-time): Move up before first use.
3761 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3763         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3764         (gnus-article-edit-part): Bind it to make last part that is substituted
3765         or deleted visible.
3766         (gnus-mime-display-single): Buttonize part of which id equals to
3767         gnus-mime-buttonized-part-id.
3769 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3771         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3772         (gnus-dd-mmm): Use gnus-date-get-time.
3773         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3774         simplify logic.
3775         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3776         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3778 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3780         * auth-source.el (top): Autoload `secrets-list-collections',
3781         `secrets-create-item', `secrets-delete-item'.
3782         (auth-sources): Fix tag string.
3783         (auth-get-source, auth-source-retrieve, auth-source-create)
3784         (auth-source-delete): New defuns.
3785         (auth-source-pick): Rewrite in order to avoid 2 passes.
3786         (auth-source-forget-user-or-password): New parameter USERNAME.
3787         (auth-source-user-or-password): New parameters CREATE-MISSING and
3788         DELETE-EXISTING.  Retrieve password interactively, if needed.
3790 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3792         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3793         deleting unused directories when gnus-expert-user is t.
3795 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3797         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3798         for each temp file when gnus-article-browse-delete-temp is ask.
3800 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3802         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3804 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3806         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3807         article unless decoding article to be saved.
3809 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3811         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3812         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3813         generated within the mm-with-unibyte-current-buffer macro.
3815 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3817         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3818         to nil when we're in a mml-preview buffer and no group is selected.
3820 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3822         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3823         when catching the `C-g'.  Reported by "Leo".
3825 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3827         * message.el (message-forward-make-body-plain)
3828         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3829         multibyte-string-p.
3831 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3833         * message.el (message-forward-make-body-mml): Assume original message
3834         is multibyte string; error on unibyte.
3835         (message-forward-make-body-plain): Ditto; don't add excessive newline
3836         in body end.
3838 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3840         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3841         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3843 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3845         * mm-extern.el (mm-extern-url): Don't use
3846         mm-with-unibyte-current-buffer.
3847         (mm-extern-cache-contents): Use with-current-buffer instead of
3848         save-excursion + set-buffer.
3850 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3852         * mm-util.el (mm-emacs-mule): Remove.
3854 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3856         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3857         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3858         change.
3860 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3862         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3863         bind the default value of enable-multibyte-characters to nil.
3865 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3867         * message.el (message-forward-make-body-plain)
3868         (message-forward-make-body-mml):
3869         Don't use mm-with-unibyte-current-buffer.
3871 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3873         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3874         (Bug#5592).
3876 2010-05-07  Julien Danjou  <julien@danjou.info>
3878         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3879         it to mm-pipe-part.
3881         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3882         it is given.
3884 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3886         * nnweb.el (nnweb-gmane-search)
3887         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3888         XEmacs.
3890         * gnus-art.el (gnus-article-browse-html-parts)
3891         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3892         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3893         make-temp-file.
3895         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3896         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3897         compiling.
3899         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3900         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3901         XEmacs when compiling.
3903         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3904         gnus-pick-mode-off-hook for XEmacs when compiling.
3905         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3906         gnus-binary-mode-off-hook for XEmacs when compiling.
3908         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3909         nil if char-charset is not available.
3911         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
3912         macro.
3914         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3915         instead of encode-coding-string.
3917         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3918         'xemacs) instead of mm-emacs-mule to switch function definitions.
3919         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3921 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3923         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3925 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3927         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3928         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3930 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3932         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3933         alias `jka-compr-delete-temp-file' no longer exists.
3935 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3937         Use define-minor-mode in Gnus where applicable.
3938         * mml.el (mml-mode): Use define-minor-mode.
3939         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3940         (gnus-undo-mode): Use define-minor-mode.
3941         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3942         (gnus-dead-summary-mode): Use define-minor-mode.
3943         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3944         Initialize in declaration.
3945         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3946         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3947         (gnus-mailing-list-mode): Use define-minor-mode.
3948         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3949         (gnus-draft-mode): Use define-minor-mode.
3950         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3951         (gnus-dired-mode): Use define-minor-mode.
3953 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3955         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3956         handles on recursive mml-to-mime translation and check them for
3957         boundary delimiter collisions.  Reported by Greg Troxel.
3959 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3961         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3963 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3965         * mm-util.el (mm-find-buffer-file-coding-system):
3966         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3968 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3970         * message.el (message-generate-headers): Record insertion of optional
3971         headers as well.  Otherwise the check to prevent repeated insertion of
3972         optional headers is a no-op.
3974 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3976         * smime.el: Don't mention CVS.
3978         * nnrss.el (nnrss-fetch): Don't mention CVS.
3980         * nnir.el: Don't mention CVS.
3982 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3984         * gnus-sum.el (gnus-summary-bookmark-make-record):
3985         Add `location' field.
3987 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3989         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3990         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3991         Use with-current-buffer to silence the byte-compiler.
3992         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3993         bother to require `gnus'.
3994         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3996 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3998         * gnus-sum.el (gnus-summary-bookmark-make-record)
3999         (gnus-summary-bookmark-jump): New functions.
4000         (gnus-summary-mode): Setup bookmark support.
4002 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4004         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4005         if set.
4007 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4009         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4010         gnus-article-browse-html-save-cid-image; make it work recursively for
4011         forwarded messages as well.
4012         (gnus-article-browse-html-parts): Work when prefix arg is given.
4013         (gnus-article-browse-html-article): Doc fix.
4015 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4017         * message.el (message-default-mail-headers):
4018         (message-default-headers): Carry the value mail-default-headers over
4019         into message-default-mail-headers, rather than message-default-headers.
4021 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4023         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4024         charset.
4026         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4027         charset into the <meta> tag when the article is encoded to utf-8.
4029 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4031         * gnus-art.el (gnus-article-browse-delete-temp-files):
4032         Delete directories as well.
4033         (gnus-article-browse-html-parts): Work for images that do not specify
4034         file names; delete temp directory when quitting; insert header at the
4035         right place; use file: scheme for image files.
4037 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4039         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4040         (gnus-article-browse-html-parts): Use it to make temporary cid image
4041         files in addition to html file so that browser may display them.
4043 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4045         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4047 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4049         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4051 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4053         * auth-source.el (auth-sources): Change default to be simpler.
4054         Explain about Secret Service API sources.  Improve Customize options.
4055         (auth-source-pick): Change to accept any number of search parameters.
4056         Implement fallbacks iteratively, not recursively.  Add scoring on the
4057         second pass and sort by score.  Call Secret Service API when needed.
4058         (auth-source-user-or-password): Use it.  Call Secret Service API
4059         directly when needed to get the user name and the password.
4061 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4063         * message.el (message-interactive): Doc fix.
4064         (message-qmail-inject-args): Reflow.
4065         (message-kill-to-signature): Fix typo in docstring.
4067         * smiley.el (smiley-buffer): Fix typo in docstring.
4069 2010-03-24  Glenn Morris  <rgm@gnu.org>
4071         * mail-source.el (gnus-message): Declare.
4072         (mail-source-delete-old-incoming): Require gnus-util.
4074 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4076         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4078         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4080         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4081         password-cache's default if it is not bound.
4082         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4083         password-cache-expiry's default if it is not bound.
4085         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4086         available in Emacs 21.
4088 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4090         * auth-source.el (auth-sources): Fix up definition so extra parameters
4091         are always inline.
4093 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4095         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4096         wasn't updated after mismatch.  Clear cached mailbox info correctly
4097         when uidvalidity changes.
4098         (nnimap-group-prefixed-name): New function to avoid some code
4099         duplication.
4100         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4101         (nnimap-request-group): Use it.
4102         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4103         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4104         with many imap folders.  This is done by caching the group status from
4105         the imap server persistently in a group parameter `imap-status'.  (This
4106         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4107         but not persistently, so every Gnus startup was still very slow.)
4109 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4111         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4112         secrets.el dependency.
4113         (auth-sources): Add optional user name.  Add secrets.el configuration
4114         choice (unused right now).
4116 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4118         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4119         `gnus-registry-install-shortcuts' fill in the functions.
4121         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4122         warnings.
4123         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4124         (gnus-registry-install-shortcuts): Populate and use it in a
4125         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4127 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4129         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4130         In-place substitutions for the group name encoding/decoding.
4131         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4132         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4133         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4134         (nnimap-update-unseen, nnimap-request-list)
4135         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4136         (nnimap-request-set-mark, nnimap-split-to-groups)
4137         (nnimap-split-articles, nnimap-request-newgroups)
4138         (nnimap-request-create-group, nnimap-request-accept-article)
4139         (nnimap-request-delete-group, nnimap-request-rename-group)
4140         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4141         `encoded-mbx' for consistency.
4142         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4143         variable `imap-current-mailbox'.
4145         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4146         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4148 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4150         * pop3.el (pop3-display-message-size-flag): Display message size byte
4151         counts during POP3 download.
4152         (pop3-movemail): Use it.
4153         (pop3-list): Implement listing of available messages.
4155 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4157         * nnir.el (nnir-get-article-nov-override-function): New function to
4158         override the normal NOV retrieval.
4159         (nnir-retrieve-headers): Use it.
4161 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4163         * auth-source.el (netrc-machine-user-or-password): Autoload.
4165 2010-03-19  Glenn Morris  <rgm@gnu.org>
4167         Stop message.el from loading about 40 libraries it doesn't always need.
4168         The general approach is to autoload rather than require, and to
4169         require in the specific functions rather than the file.  (Bug#5642)
4171         * gmm-utils.el: Don't require wid-edit.
4172         (widget-create-child-value, widget-convert, widget-default-get):
4173         Autoload.
4175         * gnus-util.el: Don't require time-date, netrc.
4176         (message-fetch-field, gnus-group-name-decode): Declare rather than
4177         autoloading.
4178         (gnus-fetch-field): Require message.
4179         (gnus-decode-newsgroups): Require gnus-group.
4181         * ietf-drums.el: Don't require time-date.
4183         * message.el: Don't require hashcash, canlock, ecomplete.
4184         Do require mail-utils.  Require nnheader only when compiling.
4185         (smtpmail-default-smtp-server): Remove declaration.
4186         (message-send-mail-function): Check smtpmail-default-smtp-server
4187         is bound rather than requiring smtpmail.
4188         (message-auto-save-directory, message-insert-signature): Use
4189         expand-file-name rather than nnheader-concat.
4190         (nnheader-insert-file-contents): Autoload.
4191         (hashcash-wait-async): Declare.
4192         (message-send-mail): Only call gnus-setup-posting-charset if
4193         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4194         (message-send-mail-with-sendmail): Require sendmail.
4195         (canlock-password, canlock-password-for-verify): Declare.
4196         (message-canlock-password): Require canlock.
4197         (nnheader-get-report): Autoload.
4198         (gnus-setup-posting-charset): Declare.
4199         (message-send-news): Require gnus-msg.
4200         (message-make-references, message-make-in-reply-to): Use mail-header-id
4201         rather than the alias mail-header-message-id.
4202         (ecomplete-add-item, ecomplete-save): Declare.
4203         (message-put-addresses-in-ecomplete): Require ecomplete.
4204         (ecomplete-display-matches): Autoload.
4206         * mm-decode.el: Don't require mailcap, gnus-util.
4207         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4208         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4209         Autoload.
4210         (mailcap-mime-extensions): Declare.
4212         * mm-encode.el: Don't require mailcap.
4213         (mailcap-extension-to-mime): Autoload.
4215         * mml-sec.el: Don't require password-cache.
4217         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4218         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4219         (mml-minibuffer-read-type): Require mailcap.
4220         (mml-preview): Require gnus-msg.
4222         * mml1991.el: Require password-cache.
4223         (password-cache-expiry): Remove declaration.
4225         * mml2015.el: Require password-cache.
4226         (password-cache-expiry): Remove declaration.
4228         * nneething.el (mailcap): Require mailcap.
4230         * nnheader.el (declare-function): Add compatibility stub.
4231         (message-remove-header): Declare rather than autoload.
4232         (nnheader-replace-header): Require message.
4234         * nnimap.el (declare-function): Add compatibility stub.
4235         (netrc-parse, netrc-machine-user-or-password): Declare.
4236         (nnimap-open-connection): Require netrc.
4238         * nntp.el (declare-function): Add compatibility stub.
4239         (netrc-parse, netrc-machine, netrc-get): Declare.
4240         (nntp-send-authinfo): Require netrc.
4242         * rfc2047.el: Don't require qp.
4243         (quoted-printable-encode-region, quoted-printable-decode-string):
4244         Autoload.
4246         * sieve-mode.el: Don't require easymenu.
4247         (easy-menu-add-item): Autoload it.
4249         * spam-stat.el (time-to-number-of-days): Autoload it.
4251 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4253         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4254         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4255         value if any backslash escapes).
4257 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4259         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4260         if it is available.  (bug#5647)
4262 2010-02-26  Glenn Morris  <rgm@gnu.org>
4264         * message.el (message-send-mail-function): Change the default, so that
4265         it inherits from a customized send-mail-function.  (Bug#5643)
4267 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4269         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4270         shell-command-to-string signals an error (bug#5299).
4272 2010-02-24  Glenn Morris  <rgm@gnu.org>
4274         * message.el (message-smtpmail-send-it)
4275         (message-send-mail-with-mailclient): Doc fixes.
4277 2010-02-16  Glenn Morris  <rgm@gnu.org>
4279         * message.el (message-default-mail-headers): Change the default value
4280         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4282 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4284         * message.el (message-mail): Just pass yank-action on to message-setup.
4285         (message-setup): Handle (FUN . ARGS) form of yank-action.
4286         (message-with-reply-buffer, message-widen-reply)
4287         (message-yank-original): Handle non-buffer values of
4288         message-reply-buffer (Bug#4080).
4289         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4291 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4293         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4294         Fix typo in docstring.
4296 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4298         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4299         response.
4301 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4303         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4305         * message.el (message-check-news-header-syntax): Protect against a
4306         string that `rfc822-addresses' returns when parsing fails.
4308 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4310         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4311         (gnus-previous-char-property-change): New functions.
4313         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4315 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4317         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4318         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4320 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4322         * message.el (message-exchange-point-and-mark): Rework last change to
4323         avoid using optional arg of exchange-point-and-mark, for backward
4324         compatibility.
4326 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4328         * message.el (message-exchange-point-and-mark): Call
4329         exchange-point-and-mark with an argument rather than setting
4330         mark-active by hand (Bug#5175).
4332 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4334         * nntp.el (nntp-service-to-port): Work for service expressed with
4335         numeric string; replace [:digit:] with [0-9] for XEmacs.
4337 2009-12-17  Glenn Morris  <rgm@gnu.org>
4339         * gnus-group.el (gnus-bug-group-download-format-alist):
4340         Change emacs entry to debbugs.gnu.org.  Bump :version.
4342 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4344         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4346 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4348         * message.el (message-info): Explain why we use `Info-goto-node'.
4350 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4352         * message.el (message-completion-in-region): New compatibility function.
4353         (message-expand-group): Use it.
4355 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4357         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4358         with no unread article should be listed if the 2nd arg `predicate' is
4359         given.
4361 2009-11-29  Juri Linkov  <juri@jurta.org>
4363         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4364         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4365         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4367 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4369         * message.el (message-from-style, message-interactive)
4370         (message-signature): Always set default values from the corresponding
4371         mail-* variables.
4372         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4373         (message-yank-prefix, message-indentation-spaces)
4374         (message-signature-file, message-default-headers): Use boundp rather
4375         than (featurep 'xemacs) to check if the corresponding mail-* variables
4376         exist.
4378 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4380         * message.el (message-send-mail-with-sendmail): Revert last change.
4382 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4384         * message.el (message-from-style, message-interactive)
4385         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4386         (message-yank-prefix, message-indentation-spaces, message-signature)
4387         (message-signature-file, message-default-headers): For GNU Emacs, set
4388         default values from the corresponding mail-* variables.
4389         (message-send-mail-with-sendmail): Use envelope-from only if
4390         mail-specify-envelope-from is non-nil.
4392 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4394         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4395         containing tspecial characters if they have been already quoted.
4397 2009-10-24  Glenn Morris  <rgm@gnu.org>
4399         * gnus-art.el (help-xref-stack-item): Define for compiler.
4401 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4403         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4405 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4407         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4408         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4410 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4412         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4413         (gnus-overlays-in): New alias to overlays-in.
4415         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4416         gnus-overlay-get, and gnus-delete-overlay.
4417         (gnus-summary-show-thread): Make it work as well for systems in which
4418         next-single-char-property-change is not available.
4419         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4421 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4423         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4425 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4427         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4428         and XEmacs that don't have `remove-overlays'.
4430 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4432         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4433         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4434         selective display.  Use overlays instead.
4436 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4438         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4440 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4442         * spam-stat.el (spam-stat-load): Fix typo in message.
4444 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4446         * gnus-art.el (gnus-article-encrypt-body):
4447         * message.el (message-check-recipients):
4448         * mm-util.el (mm-codepage-setup):
4449         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4450         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4452 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4454         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4455         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4456         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4457         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4458         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4460 2009-09-18  Glenn Morris  <rgm@gnu.org>
4462         * gnus-diary.el (gnus-diary-check-message):
4463         * message.el (message-insert-formatted-citation-line):
4464         * nnbabyl.el (top-level):
4465         * nndiary.el (nndiary-schedule):
4466         Fix typos in condition-case handlers.
4468 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4470         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4471         configuration that provides the sole article window in a frame;
4472         position point correctly after deleting a part.
4474 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4476         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4477         (spam-resolve-registrations-routine): Use it to unregister articles
4478         that change status.
4480 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4482         * nnrss.el (nnrss-request-article): Remove binding of
4483         default-enable-multibyte-characters that has gotten needless by
4484         the 2007-07-13 change in rfc2047-encode-message-header.
4486         * mml.el (mml-insert-multipart): Error on the message header.
4487         (mml-insert-part): Error on the message header; position point at
4488         the end of a MIME tag.
4490 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4492         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4493         (gnus-float-time): Alias to float-time if it exists.
4495         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4496         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4497         float-time is available; suppress compile warning for time-to-seconds.
4499 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4501         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4502         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4503         Add the optional argument `encoding' that overrides the default.
4505         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4506         mm-encode-buffer.
4508 2009-09-04  Glenn Morris  <rgm@gnu.org>
4510         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4511         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4512         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4513         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4514         * mm-util.el (mm-with-unibyte-current-buffer)
4515         (mm-find-buffer-file-coding-system):
4516         * yenc.el (yenc-decode-region): Use default-value rather than
4517         default-enable-multibyte-characters.
4519 2009-09-03  Glenn Morris  <rgm@gnu.org>
4521         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4522         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4523         than default-enable-multibyte-characters.
4525 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4527         * gnus-art.el (gnus-article-read-summary-keys):
4528         Fix gnus-buffer-configuration's value temporarily used.
4530 2009-09-02  Glenn Morris  <rgm@gnu.org>
4532         * gnus-util.el (gnus-float-time): New function.
4533         * gnus-delay.el (gnus-delay-article):
4534         * gnus-sum.el (gnus-thread-latest-date):
4535         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4536         * nnspool.el (nnspool-request-newgroups):
4537         Use gnus-float-time rather than time-to-seconds.
4538         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4540         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4541         (gnus-header-subject-face, gnus-header-newsgroups-face)
4542         (gnus-header-name-face, gnus-header-content-face):
4543         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4544         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4545         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4546         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4547         (gnus-cite-face-11):
4548         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4549         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4550         (gnus-server-closed-face, gnus-server-denied-face)
4551         (gnus-server-offline-face):
4552         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4553         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4554         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4555         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4556         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4557         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4558         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4559         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4560         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4561         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4562         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4563         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4564         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4565         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4566         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4567         (gnus-summary-high-undownloaded-face)
4568         (gnus-summary-low-undownloaded-face)
4569         (gnus-summary-normal-undownloaded-face)
4570         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4571         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4572         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4573         (gnus-splash-face):
4574         * message.el (message-header-to-face, message-header-cc-face)
4575         (message-header-subject-face, message-header-newsgroups-face)
4576         (message-header-other-face, message-header-name-face)
4577         (message-header-xheader-face, message-separator-face)
4578         (message-cited-text-face, message-mml-face):
4579         * sieve-mode.el (sieve-control-commands-face)
4580         (sieve-action-commands-face, sieve-test-commands-face)
4581         (sieve-tagged-arguments-face):
4582         * spam.el (spam-face):
4583         Mark face aliases with "-face" in the name as obsolete.
4585 2009-09-01  Glenn Morris  <rgm@gnu.org>
4587         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4588         than goto-line.
4590 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4592         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4593         Don't move point if the command is invoked inside the message header.
4595 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4597         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4598         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4599         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4600         * nnir.el (nnir-swish-e-index-file):
4601         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4602         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4603         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4604         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4605         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4606         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4608 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4610         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4611         Don't save excursion.
4613 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4615         * nnheader.el (nnheader-find-file-noselect):
4616         * mm-util.el (mm-insert-file-contents):
4617         Use (default-value 'major-mode) instead of default-major-mode.
4619 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4621         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4623 2009-08-25  Glenn Morris  <rgm@gnu.org>
4625         * nnir.el (top-level): Don't require cl at run-time.
4626         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4627         Replace cl-function substitute with gnus-replace-in-string.
4628         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4629         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4630         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4631         simplified expansions.
4633 2009-08-22  Glenn Morris  <rgm@gnu.org>
4635         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4636         goto-line.
4638 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4640         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4642         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4643         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4644         (gnus-mm-display-part, gnus-mime-display-single)
4645         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4646         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4648         * gnus-sum.el
4649         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4650         (gnus-summary-move-article): Add expirable mark to articles copied or
4651         moved to group that has auto-expire turned on if the option is non-nil.
4653 2009-07-24  Glenn Morris  <rgm@gnu.org>
4655         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4656         Fix typo.  (Bug#3903)
4658 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4660         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4661         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4662         that should not be used for draft articles.
4663         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4664         that has no concern in minor mode keys.
4665         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4666         Abolish.
4668 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4670         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4671         article without making inquiry to a user for unknown encoding.
4673         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4674         (nnmaildir--scan): Assume i-node and device number that file-attributes
4675         returns might be cons-cell.
4677 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4679         * auth-source.el: Remove docs now in auth.texi.  Don't use
4680         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4681         `auth-source-hide-passwords' and use them.
4683 2009-07-15  Glenn Morris  <rgm@gnu.org>
4685         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4687 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4689         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4690         excessive whitespace from the default values of title and description.
4692 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4694         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4695         mail-fetch-field to fetch Content-Description header in order to
4696         exclude newlines.
4698 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4700         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4701         to deleted part.
4703 2009-05-30  David Engster  <dengste@eml.cc>
4705         * nnmairix.el: Remove old documentation in the commentary block.
4706         (nnmairix-request-group): Do not update active file for nnml back ends.
4707         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4708         end so that overview files are ignored.
4709         (nnmairix-update-groups): Make updating the groups more robust by using
4710         marks.
4711         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4712         with dollar characters in message-id.
4714 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4716         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4717         2008-12-25 in dns.el.
4719 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4721         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4722         could happen if the text is only composed of spaces and/or tabs.
4724 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4726         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4727         when sending a queued message to avoid extra mml tags.
4729 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4731         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4733 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4735         * gnus-dired.el: Remove autoload for gnus-setup-message.
4736         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4737         displaying Gnus logo; always use compose-mail.
4739 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4741         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4743 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4745         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4746         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4747         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4748         available.
4749         (gnus-nocem-epg-verify): New function.
4751 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4753         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4755 2009-02-15  Glenn Morris  <rgm@gnu.org>
4757         * gnus-util.el (rmail-insert-rmail-file-header)
4758         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4759         autoloads.
4760         (rmail-default-rmail-file): Remove unnecessary declaration.
4761         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4763 2009-02-14  Glenn Morris  <rgm@gnu.org>
4765         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4766         variable (only used in gnus-util, which declares it anyway).
4767         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4768         which was only needed by gnus-art (changed to not use it any more).
4769         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4770         only used in gnus-util, which autoloads it itself.
4771         (rmail-update-summary): Fix autoload.
4773         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4774         rather than rmail-output-to-rmail-file.
4776 2009-02-07  Glenn Morris  <rgm@gnu.org>
4778         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4779         autoload of function that no longer exists.
4780         (rmail-toggle-header): Declare.
4781         (message-forward-rmail-make-body): Handle mbox Rmail.
4783 2009-01-31  Glenn Morris  <rgm@gnu.org>
4785         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4786         2009-01-09 change.
4788 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
4790         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4791         (auth-source-forget-all-cached): New convenience function.
4792         (auth-source-user-or-password): Accept list of modes or a single mode.
4794         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4795         auth-source modes.
4797         * nnimap.el (nnimap-open-connection): Use list of
4798         auth-source modes.
4800         * nntp.el (nntp-send-authinfo): Use list of
4801         auth-source modes.
4803 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4805         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4806         now.
4808 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4810         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4811         coding system in XEmacs; add a workaround for XEmacs.
4813 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4815         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4816         of current-language-environment.
4818 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4820         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4821         available at runtime.
4823 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4825         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4827 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4829         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4830         the greatest positive fixnum value doesn't work under an XEmacs with
4831         bignum support; use the most-positive-fixnum constant instead,
4832         available since Emacs 21.1 with cl and XEmacs 21.1.
4834 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4836         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4837         XEmacs gets not to work.
4839 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4841         * mm-util.el (mm-coding-system-priorities): Allow the value like
4842         "Japanese (UTF-8)" of current-language-environment.
4844 2009-01-09  Glenn Morris  <rgm@gnu.org>
4846         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4847         with last-command-event.
4849 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4851         * message.el (message-fix-before-sending): Amend comment.
4853 2009-01-07  David Engster  <dengste@eml.cc>
4855         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4856         simplified server definitions by converting it via
4857         gnus-server-to-method.
4859 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4861         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4862         parameter's operands.
4864 2009-01-06  David Engster  <dengste@eml.cc>
4866         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4867         primary select method (for gnus-group-mark-article-as-read).
4869 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4871         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4872         `(gnus)Face', not `(gnus)X-Face'.
4874 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4876         * mm-util.el (mm-ucs-to-char): New function.
4878         * mm-url.el (mm-url-decode-entities): Use it.
4880 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4882         * message.el (message-fix-before-sending): Add `eight-bit' to
4883         illegible-text check.
4885 2009-01-03  Michael Olson  <mwolson@gnu.org>
4887         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4888         `headers' is nil.  This can occur if the IMAP server does not have
4889         permissions to read messages from a folder, but can write new messages
4890         to the folder.
4891         (nnimap-request-article-part): Do not insert `data' if it is nil.
4893 2009-01-01  Dave Love  <fx@gnu.org>
4895         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4897         * nnimap.el: Fix author email.
4898         (nnimap-split-rule): Add FIXME comment.
4899         (nnimap-debug): Fix doc string.
4901 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4903         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4904         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4905         to check if those variables exist (first appeared in Emacs 18.50).
4907 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4909         * mm-util.el (mm-line-number-at-pos): New function.
4911         * spam-report.el (spam-report-process-queue): Use it.
4913 2008-12-24  David Engster  <dengste@eml.cc>
4915         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4916         parameters that haven't existed as variables as buffer-local variables.
4918 2008-12-23  Dave Love  <fx@gnu.org>
4920         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4921         cadar.
4923         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4924         imap-starttls-p.
4925         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4927 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4929         * spam-report.el (spam-report-gmane-max-requests): New constant.
4930         (spam-report-gmane-wait): New variable.
4931         (spam-report-gmane-ham, spam-report-gmane-spam)
4932         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4933         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4934         the server.
4936         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4937         Add explanations.
4939         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4940         nnheader-accept-process-output and nnheader-read-timeout if available.
4941         (pop3-movemail): Use it.
4943         * message.el (message-check-news-body-syntax): Fix signature check if
4944         there's an attachment.
4946 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4948         * mm-util.el: Add comments to the mm- emulating functions.
4950 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4952         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4953         by Stephen Berman <stephen.berman@gmx.net>.
4955 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4957         * mm-util.el (mm-substring-no-properties): New function.
4958         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4959         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4960         (mm-string-to-multibyte): Doc fix.
4962         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4964 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4966         * mml.el (mml-attach-file): Strip text properties from file name.
4967         (Bug#1574)
4969 2008-12-16  Glenn Morris  <rgm@gnu.org>
4971         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4973 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4975         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4976         knows since the charset specified might be a bogus alias that
4977         mm-charset-synonym-alist provides.
4979 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4981         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4982         "ISO_8859-1".
4984         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4986 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4988         * mm-util.el (mm-charset-eval-alist):
4989         Define it before mm-charset-to-coding-system.
4990         (mm-charset-to-coding-system): Add optional argument `silent';
4991         define it before mm-charset-override-alist.
4992         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4993         default value if it can be used in Emacs currently running;
4994         silence mm-charset-to-coding-system.
4996 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4998         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4999         `allow-override' which says whether to use `mm-charset-override-alist'.
5000         (rfc2047-decode-encoded-words): Use it.
5002         * mm-util.el (mm-charset-override-alist): Fix custom type;
5003         add `(gb2312 . gbk)' to choices.
5005 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5007         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5008         fast.
5010         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5012 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5014         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5015         on links.
5017         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5019 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5021         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5022         users' addresses that don't have domain parts.
5023         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5024         rather than message-narrow-to-head since there will be the message
5025         header separator.
5027 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5029         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5030         since the result is inserted in a unibyte buffer anyway.
5031         (nnimap-demule-use-string-to-multibyte): Remove.
5032         (nnimap-demule): Alias it to mm-string-to-multibyte.
5034 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5036         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5037         variable for debugging bug#464 and bug#1174.
5038         (nnimap-demule): Use it.
5040 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5042         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5043         score calculation correctly.
5045 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5047         * message.el (message-send-mail): Just set the buffer to unibyte
5048         rather than use mm-with-unibyte-current-buffer which does a lot more.
5049         (message-send-mail-partially): Don't bother with
5050         mm-with-unibyte-current-buffer since it's already been made unibyte by
5051         message-send-mail.
5053 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5055         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5057 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5059         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5061 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5063         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5064         require itself and to remove `with-no-warnings'.
5066 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5068         * starttls.el (starttls-any-program-available): Get the name of the
5069         available TLS layer program.
5070         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5071         well as the host name in the "opening" message.
5073         * auth-source.el (auth-source-cache, auth-source-do-cache)
5074         (auth-source-user-or-password): Cache passwords and logins by default,
5075         allow override with `auth-source-do-cache'.
5076         (auth-source-forget-user-or-password): Allow users to remove cache
5077         entries if needed.
5079 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5081         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5082         condition-case to only the forward-sexp call.
5084 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5086         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5087         quotes contained.  Make it more robust regardless by an extra
5088         condition-case wrapper.
5090 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5092         * nnml.el (nnml-request-expire-articles): Check if the function set to
5093         `nnmail-expiry-target' returns the symbol `delete'.
5095         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5097         * nnmail.el (nnmail-expiry-target): Fix custom type.
5099 2008-10-02  Glenn Morris  <rgm@gnu.org>
5101         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5102         Silence compiler warning.
5104 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5106         * mml.el (mml-menu): Don't assume mml2015 is bound.
5108 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5110         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5111         exists.
5113 2008-09-27  Glenn Morris  <rgm@gnu.org>
5115         * gnus-util.el (mail-header-remove-comments): Autoload it.
5117 2008-09-27  Andreas Schwab  <schwab@suse.de>
5119         * gnus-util.el (gnus-split-references): Strip comments.
5120         (gnus-parent-id): Likewise.
5122 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5124         * message.el (message-confirm-send): Fix version.
5126 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5128         * message.el (message-idna-to-ascii-rhs-1): Use
5129         mail-extract-address-components rather than mail-header-parse-addresses
5130         that is an alias by default to ietf-drums-parse-addresses that does not
5131         support non-ASCII names in headers' contents.
5133 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5135         * message.el (message-confirm-send): Fixed variable documentation to
5136         avoid the "y/n" wording.
5138 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5140         * message.el (message-set-auto-save-file-name): Save to a different
5141         filename so multiple messages (especially drafts) can be recovered.
5143 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5145         * message.el (message-confirm-send): Add appropriate version.
5147 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5149         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5150         defvar.
5152 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5154         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5155         (mm-pkcs7-enveloped-magic): Ditto.
5157 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5159         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5160         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5162 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5164         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5165         default, it's better.
5167 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5169         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5170         summary line gnus-number property and ignore them (with a warning
5171         message).
5173 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5175         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5176         macro caddr in the interactive form since it won't be expanded.
5178 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5180         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5181         `charset'; fix name of function called recursively.
5182         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5184 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5186         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5187         (gnus-mime-set-charset-parameters): New function.
5188         (gnus-mime-view-part-as-charset): Use it to correctly display part
5189         specifying wrong charset.
5191 2008-09-08  David Engster  <dengste@eml.cc>
5193         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5194         in completing-read for back end server.
5196 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5198         * message.el (message-confirm-send): New variable to confirm sending a
5199         message.
5200         (message-send): Use it.
5202 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5204         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5206 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5208         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5210 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5212         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5213         prevent tracking too many groups.
5214         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5215         Use it.
5217 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5219         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5220         moving point to the bottom of the window in order to avoid recentering.
5222 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5224         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5225         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5226         (gnus-article-beginning-of-window): Fix calculation.
5228 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5230         * gnus-msg.el (gnus-summary-supersede-article)
5231         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5232         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5233         message header.
5235 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5237         * message.el:
5238         * gnus-start.el:
5239         * gnus-registry.el: Remove VMS support.
5241 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5243         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5244         macro.
5245         (rfc2104-hash): Use it.
5247 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5249         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5250         (gnus-summary-sort-by-most-recent-date): New commands.
5251         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5252         and menu entries.
5254 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5256         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5257         don't redisplay article for raw contents; remove plural articles stuff.
5259         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5260         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5261         on gnus-summary-save-article; display results properly.
5263 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5265         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5267 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5269         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5270         gnus-save-all-headers.
5272 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5274         * gnus-util.el (ns-focus-frame): Remove declaration.
5275         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5276         like x.
5278 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5280         * rfc2104.el (rfc2104-zero): Delete defconst.
5281         (rfc2104-hex-alist): Likewise.
5282         (rfc2104-hex-to-int): Delete func.
5283         (rfc2104-hexstring-to-bitstring): Likewise.
5284         (rfc2104-nybbles): New defconst.
5285         (rfc2104-hash): Rewrite for speed.
5287 2008-07-16  Glenn Morris  <rgm@gnu.org>
5289         * gnus-util.el (ns-focus-frame): Declare for compiler.
5291 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5293         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5294         set as a group parameter.
5295         (gnus-summary-save-in-pipe): Work when it is called independently.
5296         (gnus-summary-pipe-to-muttprint): Don't modify
5297         gnus-summary-pipe-output-default-command.
5299 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5301         * message.el (message-send-mail-with-sendmail):
5302         Display the error message.
5304 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5306         * gnus-art.el (gnus-default-article-saver):
5307         Add gnus-summary-save-in-pipe to choices.
5308         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5309         gnus-summary-pipe-output-default-command as the default command.
5310         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5311         instead of gnus-last-shell-command.
5313         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5314         New user option.
5315         (gnus-summary-muttprint-program): Mention the value will be changed.
5316         (gnus-summary-save-article): Force showing of all headers.
5317         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5319 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5321         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5323 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5325         * nnimap.el (nnimap-id):
5326         * sieve-manage.el (sieve-manage-open): Doc fixes.
5328 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5330         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5331         if available.
5333 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5335         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5337         * nnkiboze.el (nnkiboze-generate-group):
5338         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5340         * nnmairix.el: Require CL.
5342 2008-06-15  David Engster  <dengste@eml.cc>
5344         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5346 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5348         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5349         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5350         runtime choice under XEmacs.
5352         * gnus-sum.el (gnus-summary-set-display-table):
5353         Use `gnus-put-display-table', `gnus-get-display-table',
5354         `gnus-set-display-table' for the display table, instead of `aset'.
5356 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5358         * nnmairix.el: Add autoloads.
5360 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5362         * nnmairix.el (nnmairix-delete-recreate-group)
5363         (nnmairix-update-and-clear-marks): Fix error messages.
5365 2008-06-14  David Engster  <dengste@eml.cc>
5367         * nnmairix.el: Upgrade to version 0.6.
5368         (nnmairix-group-toggle-propmarks-this-group)
5369         (nnmairix-group-toggle-readmarks-this-group)
5370         (nnmairix-group-delete-recreate-this-group)
5371         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5372         (nnmairix-remove-tick-mark-original-article): New commands.
5373         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5374         (nnmairix-propagate-marks-to-nnmairix-groups)
5375         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5376         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5377         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5378         functions needed for marks propagation and manipulation of read marks.
5379         (nnmairix-update-groups): New function.
5380         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5381         (nnmairix-determine-original-group-from-registry)
5382         (nnmairix-determine-original-group-from-path)
5383         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5384         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5385         New helper functions.
5386         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5387         keystrokes for new commands.
5388         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5389         (nnmairix-request-group): Check allow-fast group parameter.
5390         (nnmairix-request-create-group): Set allow-fast group parameter if
5391         nnmairix-allowfast-default is set.
5392         (nnmairix-close-group): Propagate marks upon closing if needed.
5393         (nnmairix-group-toggle-threads-this-group): Use new.
5394         nnmairix-group-toggle-parameter helper function.
5395         (nnmairix-search): Better check for empty search result.
5396         (nnmairix-goto-original-article): Use new helper functions for
5397         determining original article.
5398         (nnmairix-show-original-article): Make sure message-id is in brackets.
5399         (nnmairix-call-mairix-binary): Change variable name.
5400         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5401         helper function.
5402         (nnmairix-widget-toggle-activate): Fix doc string.
5404 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5406         * nnir.el: Require edmacro when compiling with XEmacs.
5407         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5408         available in Emacs 21.
5410 2008-06-11  Glenn Morris  <rgm@gnu.org>
5412         * gnus-util.el (x-focus-frame):
5413         * gnus.el (image-size):
5414         * mm-decode.el (image-size): Declare.
5416         * gnus-picon.el (declare-function): Add compat definition.
5417         (image-size): Declare.
5419         * gnus-group.el (tool-bar-map):
5420         * gnus-sum.el (tool-bar-map): Define for compiler.
5422         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5424         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5426         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5427         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5428         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5429         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5430         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5431         * sieve-manage.el, spam-report.el, spam.el:
5432         Remove unnecessary eval-and-compile of autoloads.
5434 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5436         * auth-source.el: Precise Tramp doc.
5438 2008-06-07  Glenn Morris  <rgm@gnu.org>
5440         * nnmairix.el: Remove unnecessary eval-when-compile.
5442 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
5444         * nnir.el: New file.
5446 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5448         * gnus-util.el (gnus-read-shell-command): New function.
5449         * mm-decode.el (mm-pipe-part):
5450         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5452 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5454         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5456 2008-06-03  Glenn Morris  <rgm@gnu.org>
5458         * pop3.el (nnheader-accept-process-output): Autoload it.
5460 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5462         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5463         are not 2-digit hexadecimal characters that follow `%'s.
5465 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5467         * message.el (message-bogus-recipient-p): Fix type in doc string.
5468         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5469         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5470         Improve custom options.
5471         (message-bogus-recipient-p): Adjust accordingly.
5473 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5475         * nnmairix.el: Require edmacro when compiling with XEmacs.
5477 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5479         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5480         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5482 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5484         * auth-source.el: Add more docs.
5486 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5488         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5489         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5490         retrieval faster in some cases, but might make CPU usage larger.  If
5491         this has any bad side effects, we might revert this change.
5493         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5494         seems to make mail retrieval much, much faster.
5495         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5496         unconditionally.
5498         * gnus-draft.el (gnus-group-send-queue): Bind
5499         message-send-mail-partially-limit to nil to avoid being prompted.
5501 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5503         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5505         * message.el (message-bogus-address-regexp): Fix and improve custom
5506         type.
5507         (message-setup-hook): Add message-check-recipients as custom option.
5509 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5511         * message.el (message-cite-function): Remove bogus autoload which crept
5512         in during merge from v5-10.
5514 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5516         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5518         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5520         * auth-source.el: Preliminary Tramp docs.
5521         (auth-sources): Change the default auth-sources to use
5522         EPA .gpg files.
5524 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5526         * nntp.el: Autoload `auth-source-user-or-password'.
5527         (nntp-send-authinfo): Use it.
5529         * nnimap.el: Autoload `auth-source-user-or-password'.
5530         (nnimap-open-connection): Use it.
5532         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5533         for the gnus-message function.
5534         (auth-source-user-or-password): Use it.
5536 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5538         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5539         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5540         (rfc2104-hash): Use it.
5542 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5544         * gnus-art.el (gnus-article-toggle-truncate-lines):
5545         Don't use `iff' in docstring.
5547 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5549         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5551         * gnus-util.el (gnus-extract-address-component-name)
5552         (gnus-extract-address-component-email): Convenience functions around
5553         `gnus-extract-address-components'.
5555         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5556         Use `gnus-extract-address-component-email' to fix bug of comparing full
5557         sender name to `user-mail-address'.
5559 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5561         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5562         catch/throw to optimize.
5563         (gnus-registry-find-keywords): Just use member to find a keyword.
5565 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5567         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5568         is current before calling gnus-server-prepare.
5569         (gnus-server-setup-buffer, gnus-server-update-server)
5570         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5572 2008-05-04  Juri Linkov  <juri@jurta.org>
5574         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5575         (mailcap-file-default-commands): Use mailcap-replace-in-string
5576         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5577         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5579 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5581         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5583 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5585         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5586         hooks.
5587         (gnus-update-read-articles): Speed up non-marks-using users.
5588         (gnus-use-marks): Define gnus-use-marks.
5589         (gnus-propagate-marks): Rename variable to something more sensible.
5591 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5593         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5594         (gmm-image-load-path-for-library): Fix typos in docstrings.
5595         (gmm-message): Reflow docstring.
5597 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5599         * mail-source.el (mail-source-set-1, mail-source-bind):
5600         Move auth-source code out of the macro to clean it up and fix bugs.
5602 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5604         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5605         by sender if it's equal to user-mail-address, it's likely to be
5606         useless.
5608         * mail-source.el (mail-source-bind): Don't use user or password if they
5609         are not bound.  Unintern them if they are nil.  Don't use server unless
5610         it's bound, and default it to empty string otherwise.
5612 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5614         * mail-source.el: Load auth-source.el.
5615         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5616         get user name or password, if auth-sources is set up.
5618         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5619         strategy of splitting with parent.
5620         (gnus-registry-split-fancy-with-parent)
5621         (gnus-registry-post-process-groups): Use it and fix prior
5622         bug (returning a list as the split result).
5624         * auth-source.el (auth-sources): Remove server parameter.
5625         (auth-source-pick, auth-source-user-or-password)
5626         (auth-source-user-or-password-imap)
5627         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5628         (auth-source-user-or-password-sftp)
5629         (auth-source-user-or-password-smtp): Remove server parameter.
5631 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5633         * smime.el (smime-sign-region, smime-encrypt-region)
5634         (smime-decrypt-region):
5635         Remove redundant calls to `generate-new-buffer-name'.
5637 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5639         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5640         Don't use QP for message/rfc822.
5641         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5643 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5645         * sieve-manage.el (sieve-string-bytes): Remove.
5646         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5647         correct byte-length only if the process's coding-system is the same as
5648         the one used internally by Emacs to represent strings.
5650 2008-04-22  Juri Linkov  <juri@jurta.org>
5652         * mailcap.el (mailcap-file-default-commands): New function.
5654 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5656         * message.el (message-signature-separator, message-cite-function):
5657         Change custom version.
5659 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5661         * mm-decode.el (mm-display-external): Make temp file read-only.
5663 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5665         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5666         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5667         `C-c C-f d'.
5669 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5671         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5673 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5675         * auth-source.el: Added docs.
5676         (auth-sources): Modify format to support server.
5677         (auth-source-pick, auth-source-user-or-password)
5678         (auth-source-user-or-password-imap)
5679         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5680         (auth-source-user-or-password-sftp)
5681         (auth-source-user-or-password-smtp): Add server parameter.
5683 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5685         * gnus-registry.el: Initialize the registry when gnus-registry-install
5686         is t.
5688 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5690         * compface.el (uncompface): Make buffer unibyte.
5692 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5694         * mail-source.el (mail-source-value):
5695         Prefer fboundp to functionp so it works with macros as well.
5697 2008-04-05  Glenn Morris  <rgm@gnu.org>
5699         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5701 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5703         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
5704         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5706         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5707         multibyteness after rather than before erasing it.
5709         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5710         mm-with-multibyte.
5711         (gnus-request-article-this-buffer): Make sure the proper decoding is
5712         used if gnus-original-article-buffer happens to be unibyte.
5714         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5715         default-enable-multibyte-characters.
5717         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5718         default-enable-multibyte-characters.
5720         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5722         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5724 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5726         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5727         Fix last change in case the element is not even a symbol.
5729 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5731         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5732         imap-enable-exchange-bug-workaround.
5733         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5735 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5737         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5738         a 100 byte status-checks into a 2-3MB transfer for each group.
5739         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5740         to enable bug workaround or not.
5741         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5743 2008-03-31  Glenn Morris  <rgm@gnu.org>
5745         * message.el (mml2015-use): Declare for compiler.
5746         (message-info): Require mml2015 when appropriate.
5748 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5750         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5751         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5752         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5753         (nntp-service-to-port): New function.
5754         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5755         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5756         (nntp-open-netcat-stream): New function.
5757         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5759 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5761         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5763 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5765         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5767 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5769         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5771 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5773         * message.el (message-signature-separator): Change default.
5774         Improve custom type.
5775         (message-cite-function): Change default to
5776         message-cite-original-without-signature.
5778         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5779         toggle.
5781         * message.el (message-check-news-body-syntax): Fix signature check.
5782         (message-setup-1): Mark buffer as unmodified _after_ running
5783         message-setup-hook and handling message-alternative-emails.
5784         (message-shorten-references): Be more strict when building list of
5785         valid references to comply with GNKSA.
5787         * gnus-group.el (gnus-read-ephemeral-bug-group)
5788         (gnus-read-ephemeral-debian-bug-group)
5789         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5791         * message.el (message-info): Don't use booleanp which isn't supported
5792         in Emacs 21 and XEmacs.
5794 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5796         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5797         gnus-group-gmane-group-download-format.
5798         (gnus-group-read-ephemeral-gmane-group): Rename from
5799         gnus-group-read-ephemeral-gmane-group.
5800         (gnus-read-ephemeral-gmane-group-url): Rename from
5801         gnus-group-read-ephemeral-gmane-group-url.
5802         (gnus-bug-group-download-format-alist): New variable.
5803         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5804         (gnus-read-ephemeral-emacs-bug-group): New commands.
5806 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5808         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5809         (gnus-visible-headers): Improve custom type.
5811 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5813         * mml.el (mml-menu): Add workarounds for XEmacs.
5815         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5816         X-Boundary header.
5818         * message.el (message-simplify-recipients): Fix previous commit.
5820 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5822         * mm-util.el (mm-set-buffer-multibyte): New function.
5823         * mm-decode.el (mm-copy-to-buffer): Use it.
5825         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5826         Prefer fboundp to functionp so it works with macros as well.
5828 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5830         * message.el (message-alter-recipients-discard-bogus-full-name):
5831         New function.
5832         (message-alter-recipients-function): New variable.
5833         (message-get-reply-headers): Use it.
5834         (message-replace-header): New helper function.
5835         (message-recipients-without-full-name): New variable.
5836         (message-simplify-recipients): New command.
5838         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5840         * message.el (message-info): Handle EasyPG manual.
5842         * mml.el (mml-menu): Add entry for EasyPG.
5844 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5846         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5847         parameter.
5849         * message.el (message-disassociate-draft): Specify drafts group name
5850         fully.
5852 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5854         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5855         unnecessary duplicates from the match list.
5857 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5859         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5860         args of `how-many' of which the XEmacs version doesn't take; declare
5861         Info-index-next as function.
5863 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5865         * gnus-score.el (gnus-score-headers): Fix handling of
5866         gnus-inhibit-slow-scoring.
5868         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5869         string.
5870         (gnus-button-url-regexp): Improve handling of parenthesis.
5871         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5872         (gnus-button-handle-info-keystrokes): Handle index entries.
5874 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5876         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5877         Incoming* files.
5879 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5881         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5882         (auth-source-pick): Use it.
5884 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5886         * auth-source.el (auth-source-protocols)
5887         (auth-source-protocols-customize, auth-source-choices): Added and
5888         modified variable customizations and defaults.
5889         (auth-source-pick, auth-source-user-or-password)
5890         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5891         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5892         (auth-source-user-or-password-sftp)
5893         (auth-source-user-or-password-smtp): Use new variables and provide an
5894         interface to netrc.el.
5896 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5898         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5899         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5900         Make sure the nntp port to specify is a string.
5902 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5904         * nntp.el: Use with-current-buffer.
5905         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5906         dubious mm-with-unibyte-current-buffer.
5907         (nntp-with-open-group-function): New function extracted from
5908         nntp-with-open-group macro.
5909         (nntp-with-open-group): Use the function, so it's easier to debug.
5910         Add indentation and debugging info.
5911         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5912         the use of the netcat alternatives.
5914         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5915         Avoid mm-string-as-multibyte as well.
5917         * nnweb.el (nnweb-insert-html):
5918         Remove use of nnheader-string-as-multibyte.
5920         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5921         (nnheader-string-as-multibyte): Remove.
5923         * mm-view.el: Use inhibit-read-only.
5924         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5925         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5926         or unibyte-string.
5928         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5929         (mm-uu-yenc-extract): Use with-current-buffer.
5931         * gnus-soup.el (gnus-soup-send-packet): Don't use
5932         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5934         * nnmh.el: Use with-current-buffer.
5935         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5936         mm-string-as-multibyte on the output of mm-encode-coding-string.
5938         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5939         (nnimap-request-move-article): Use with-current-buffer.
5941         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5942         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5943         conversion uses string-make-unibyte rather than string-as-unibyte.
5945         * gnus-msg.el: Use with-current-buffer.
5947         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5949 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5951         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5952         string for caching if it is 'PIN.
5954 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5956         * mail-source.el (mail-source-delete-old-incoming-confirm):
5957         Change default to nil.
5958         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5960 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5962         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5963         (gnus-article-goto-prev-page): Work for articles having ^L's.
5965         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5967         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5969 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5971         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5972         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5973         (gnus-bookmark-jump): Adjust some variable names.
5975 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5977         * auth-source.el: New package.
5978         (auth-source-choices): Add customization entry point variable.
5980         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5981         bug.
5983 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5985         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5986         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5987         (gnus-registry-install-shortcuts): Rename from
5988         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5989         the `gnus-registry-mark-map' keymap dynamically from
5990         `gnus-registry-marks'.  The generated functions update the summary line
5991         when a registry mark is added or deleted, and will call
5992         `gnus-registry-install-p' (see the comments in the code).
5993         (gnus-registry-user-format-function-M): Use concat intelligently.
5995         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5996         the registry mark functions.
5998 2008-03-05  Glenn Morris  <rgm@gnu.org>
6000         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6001         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6002         gnus-art.
6003         (top-level): No need to load own source when compiling.
6005 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6007         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6008         Suggested by <chris.anderton@zetnet.co.uk>.
6010 2008-03-04  Glenn Morris  <rgm@gnu.org>
6012         * gnus-sum.el (top-level): No need to require gnus when compiling,
6013         since unconditionally required near start of file.
6014         (gnus-summary-display-while-building): Move definition before use.
6016 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6018         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6019         formatting function.
6021 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6023         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6024         with plists.
6025         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6026         Use new format.
6028 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6030         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6031         `where-is-internal' that returns a range of key sequences.
6033 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6035         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6037         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6038         (gnus-summary-jump-to-group): Consider windows on other displayed
6039         frames as well.  Similar changes might be needed elsewhere, but that's
6040         the one I've bumped into during my use.
6042         * nndoc.el (nndoc-oe-dbx-type-p):
6043         * gnus-msg.el (gnus-debug):
6044         * gnus-group.el (gnus-update-group-mark-positions):
6045         Use mm-string-to-multibyte.
6047 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6049         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6050         doesn't handle NotDashEscaped.
6052         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6053         (mml-dnd-attach-options): Fix typo in custom choice.
6055         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6056         nndoc-article-type to mbox.
6057         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6059         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6060         to nil, instead of html2text.
6062         * imap.el (imap-debug): Add `imap-ping-server'.
6064         * gnus-bookmark.el: Add FIXMEs.
6066         * message.el (message-form-letter-separator)
6067         (message-send-form-letter-delay): New variables.
6068         (message-send-form-letter): Use them.  New command to send form
6069         letters.  Requested by Uwe Siart.
6070         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6072 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6074         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6075         empty author.
6077 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6079         * gnus-registry.el (gnus-registry-marks): Add variable for
6080         customization of marks and their appearance.
6081         (gnus-registry-read-mark): Use it.
6082         (gnus-registry-do-marks): Add utility function to loop through
6083         `gnus-registry-marks'.
6084         (gnus-registry-install-shortcuts-and-menus): Add function to install
6085         shortcuts and menus.
6086         (gnus-registry-initialize): Use it.
6087         (gnus-registry-default-mark): Clarify documentation.
6089 2008-02-29  Glenn Morris  <rgm@gnu.org>
6091         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6092         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6093         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6094         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6095         Change defcustom :version from 23.0 to 23.1.
6097 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6099         * gnus-registry.el (gnus-registry-follow-group-p)
6100         (gnus-registry-post-process-groups): Add functions to aid registry
6101         splitting and improve logging.  Clarify behavior in function
6102         documentation.
6103         (gnus-registry-split-fancy-with-parent): Use them.
6105 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6107         * gnus-art.el: Use with-current-buffer.
6109 2008-02-27  David Engster  <dengste@eml.cc>
6111         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6112         Express real group name in the response.
6114 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6116         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6117         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6118         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6119         autoload gnus-registry-fetch-group when compiling.
6120         (nnmairix-request-group-with-article-number-correction): Remove
6121         unreferenced argument passed to nnmairix-call-backend.
6123 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6125         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6126         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6127         Wilde.
6129 2008-02-27  Glenn Morris  <rgm@gnu.org>
6131         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6132         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6133         variables to defconsts.  Convert comments to doc-strings.
6134         (nnmairix-last-server, nnmairix-current-server): Convert from free
6135         variables to defvars.  Convert comments to doc-strings.
6136         (gnus-registry-fetch-group): Autoload.
6137         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6138         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6139         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6140         caddr.
6141         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6142         nnmairix-request-group-with-article-number-correction call.
6143         (nnmairix-fast, nnmairix-group): New, less general names, for free
6144         variables passed from nnmairix-request-group to
6145         nnmairix-request-group-with-article-number-correction.  Declare.
6146         (nnmairix-request-group-with-article-number-correction):
6147         Use nnmairix-fast, nnmairix-group rather than fast, group.
6149 2008-02-26  David Engster  <dengste@eml.cc>
6151         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6152         version 0.5.
6154 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6156         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6157         instead of making an extra function call.  Don't add the current group
6158         to articles only when they have the group.  Use
6159         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6160         Reported by David <de_bb@arcor.de>.
6162 2008-02-24  Miles Bader  <miles@gnu.org>
6164         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6165         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6166         (mm-find-mime-charset-region):
6167         * mm-bodies.el (mm-encode-body):
6168         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6170 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6172         * mail-source.el (mail-source-delete-incoming): Change default.
6173         Supplement doc string.
6175         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6177 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6179         * nnmail.el (nnmail-message-id-cache-file): Derive from
6180         `gnus-home-directory'.
6182 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6184         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6185         Document negative prefix.
6187         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6189 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6191         * message.el (message-unsent-separator): Add the Exim bounce
6192         separator.
6194 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6196         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6197         list.
6198         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6199         recipient/signer list.
6201 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6203         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6204         fbound (Emacs 23 unicode), signal an error.
6206 2008-02-08  Glenn Morris  <rgm@gnu.org>
6208         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6210 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6212         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6213         ports to the calls to `netrc-machine-user-or-password' in addition to
6214         "imap" and "imaps".
6216 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6218         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6219         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6220         <hanche@math.ntnu.no>.
6222 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6224         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6226 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6228         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6230         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6232 2008-02-01  Miles Bader  <miles@gnu.org>
6234         * mml.el (mml-parse-1): Remove apparently vestigial use of
6235         `mm-hack-charsets'.
6236         * mm-bodies.el (mm-encode-body): Likewise.
6238 2008-02-01  Kenichi Handa  <handa@m17n.org>
6240         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6241         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6242         (rfc2104-hash): Convert the result of concat to unibyte string.
6244 2008-02-01  Dave Love  <fx@gnu.org>
6246         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6247         coding-system-for-read.
6248         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6250         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6251         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
6252         (mm-find-mime-charset-region): Remove hack-charsets stuff.
6254 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6256         * mail-source.el (mail-sources): Add `group' choice.
6258         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6259         parameter `in-group' to control into which group the articles go.
6260         Add treatment of `group' mail-source.
6262 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6264         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6265         * message.el (message-beginning-of-line): Use featurep instead of bound
6266         tests in order to resolve conditionals at compile time.
6268 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6270         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6272         * mm-decode.el (mm-dissect-buffer): Decode description.
6274         * mml.el (mml-to-mime): Encode message header first.
6276 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6278         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6279         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6281 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6283         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6285 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6287         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6288         prefix keys.
6289         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6290         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6291         gnus-xmas.el.
6293 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6295         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6296         Add new variables for article mark management.
6297         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6298         list of extra data entries which, when present, will indicate that the
6299         article ID should not be trimmed from the registry.
6300         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6301         functions.
6302         (gnus-registry-read-mark): New function to read a mark name from the
6303         user.
6304         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6305         (gnus-registry-set-article-mark-internal): New functions to add and
6306         remove marks.
6307         (gnus-registry-get-article-marks): New function to show the marks for
6308         an article, or retrieve them for further use.
6310 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6312         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6313         keys when no argument is given.
6315 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6317         * gnus-sum.el (gnus-article-sort-by-random)
6318         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6319         jidanni@jidanni.org.
6321 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6323         * gnus-art.el (gnus-article-describe-bindings): New function.
6324         (gnus-article-read-summary-keys): Use it.
6325         (gnus-article-mode-map): Bind `C-h b' to it.
6327 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6329         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6330         XEmacs.
6331         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6332         against non-character events.
6334 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6336         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6337         command.
6338         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6339         instead of END.  Change name of the temp file.
6340         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6341         customizable.
6343 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6345         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6346         bind `S W' to gnus-article-wide-reply-with-original; set default
6347         binding to gnus-article-read-summary-send-keys.
6348         (gnus-article-read-summary-keys): Fix the order of keys; display
6349         continuation keys correctly in the echo area; describe bindings
6350         correctly when keys end with `C-h'.
6351         (gnus-article-read-summary-send-keys): New function.
6352         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6353         for gnus-article-read-summary-send-keys; display continuation keys
6354         correctly in the echo area.
6355         (gnus-article-reply-with-original): Ignore prefix argument.
6356         (gnus-article-wide-reply-with-original): New function.
6358 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6360         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6361         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6363 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6365         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6366         (gnus-group-read-ephemeral-gmane-group): New command.
6368 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6370         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6372 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6374         * message.el (message-send-mail-function): Increase custom version.
6376         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6377         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6379 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6381         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6382         html parts correctly; support forwarded messages.
6383         (gnus-article-browse-html-article): Remove work buffers.
6385         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6386         compiling.
6387         (netrc-bound-and-true-p): New macro.
6388         (netrc-parse): Use it instead of bound-and-true-p that is not available
6389         in XEmacs 21.4.
6391 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6393         * gnus-registry.el (gnus-registry-mark-article)
6394         (gnus-registry-article-marks): Add functionality to mark articles
6395         through the Gnus registry.
6397         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6398         (netrc-parse): Use encrypt-file-alist to determine if
6399         encrypt-find-model or encrypt-insert-file-contents should be used.
6401 2007-12-19  Glenn Morris  <rgm@gnu.org>
6403         * mml.el (message-options-set, message-narrow-to-head)
6404         (message-in-body-p, message-mail-p, message-encode-message-body):
6405         Autoload.
6406         (message-remove-header, message-narrow-to-headers-or-head)
6407         (message-subscribed-p, message-make-mail-followup-to)
6408         (message-position-on-field, message-news-p)
6409         (message-options-set-recipient, message-generate-headers)
6410         (message-sort-headers): Declare as functions.
6412 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6414         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6415         convention in doc string.
6417 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6419         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6420         title to html parts.
6421         (gnus-article-browse-html-article): Pass message header to it.
6423         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6425 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6427         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6428         or password compatible with XEmacs.
6430 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6432         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6433         format document.
6434         (gnus-mime-delete-part): Don't write description line if empty.
6435         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6437 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6439         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6440         (gnus-summary-mark-read-and-unread-as-read)
6441         (gnus-summary-mark-current-read-and-unread-as-read)
6442         (gnus-summary-mark-unread-as-ticked): Doc fix.
6443         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6445 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6447         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6448         Christoph Conrad <christoph.conrad@gmx.de>.
6450 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6452         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6453         yes-or-no-p.
6455 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6457         * mm-decode.el (mm-add-meta-html-tag): New function.
6458         (mm-save-part-to-file, mm-pipe-part): Use it.
6460         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6461         gnus-y-or-n-p instead of y-or-n-p.
6462         (gnus-article-browse-html-parts): Work with message/external-body; use
6463         mm-add-meta-html-tag.
6465 2007-12-11  Glenn Morris  <rgm@gnu.org>
6467         * gnus-cache.el: Require gnus-sum not just when compiling.
6469         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6471         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6472         definitions before use.
6474         * mm-decode.el: Require gnus-util.
6475         (mm-remove-part): Only call delete-annotation on XEmacs.
6477         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6479         * nnmail.el: Require gnus-int.
6481         * spam.el: Move `require's before `eval-when-compile's.
6483         * gnus-ems.el (gnus-alive-p):
6484         * gnus-fun.el (message-goto-eoh):
6485         * gnus-util.el (gnus-group-name-decode):
6486         * mail-source.el (gnus-compress-sequence):
6487         * message.el (Info-goto-node, format-spec):
6488         * mm-bodies.el (message-options-get):
6489         * mm-decode.el (mm-view-pkcs7):
6490         * mm-util.el (gmm-write-region):
6491         * mml-smime.el (mml-compute-boundary)
6492         (gnus-completing-read-with-default):
6493         * mml.el (widget-button-press, gnus-make-hashtable):
6494         * mml1991.el (mm-decode-content-transfer-encoding)
6495         (mm-encode-content-transfer-encoding)
6496         (message-options-get, message-options-set):
6497         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6498         * nnfolder.el (gnus-request-group):
6499         * nnheader.el (ietf-drums-unfold-fws):
6500         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6501         * smime.el (gnus-run-mode-hooks):
6502         * spam-stat.el (gnus-message): Autoload.
6504         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6505         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6506         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6507         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6508         Add declare-function compatibility definition.
6510         * gnus-cache.el (nnvirtual-find-group-art):
6511         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6512         (gnus-add-image, gnus-add-wash-type):
6513         * gnus-group.el (nnkiboze-score-file):
6514         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6515         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6516         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6517         (message-tokenize-header, gnus-get-buffer-create)
6518         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6519         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6520         * gnus.el (gnus-group-decoded-name):
6521         * mail-source.el (imap-capability):
6522         * mm-bodies.el (message-options-set):
6523         * mm-decode.el (gnus-configure-windows):
6524         * mm-extern.el (message-goto-body):
6525         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6526         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6527         (epg-sub-key-validity, message-options-set):
6528         * mml.el (widget-event-point, gnus-configure-windows):
6529         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6530         * mml2015.el (epg-check-configuration, epg-configuration)
6531         (message-options-set):
6532         * nndb.el (nndb-request-article):
6533         * nnfolder.el (gnus-request-create-group):
6534         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6535         * nnmaildir.el (gnus-group-mark-article-read):
6536         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6537         * rfc1843.el (message-fetch-field):
6538         * spam.el (gnus-extract-address-components):
6539         Declare as functions.
6541 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6543         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6545 2007-12-09  Glenn Morris  <rgm@gnu.org>
6547         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6549         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6550         * message.el, mm-view.el, sieve-manage.el, smime.el:
6551         Add declare-function compatibility definition.
6553         * gnus-art.el (w3-region, w3m-region, Info-menu):
6554         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6555         * gnus-sum.el (gnus-get-predicate):
6556         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6557         * message.el (mail-abbrev-in-expansion-header-p):
6558         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6559         (w3m-detect-meta-charset, w3m-region):
6560         * sieve-manage.el (password-read, password-cache-add)
6561         (password-cache-remove):
6562         * smime.el (password-read-and-add): Declare as functions.
6564 2007-12-08  David Kastrup  <dak@gnu.org>
6566         * gnus-sum.el (gnus-summary-simplify-subject-query):
6567         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6568         `message'.
6570 2007-12-07  Glenn Morris  <rgm@gnu.org>
6572         * gnus-art.el (article-make-date-line): Revert previous change.
6574 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6576         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6578 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6580         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6581         Call gnus-add-to-range ranges only once with a prepared article-list.
6583 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6585         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6586         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6587         group names with backslashes.  Reported by Tassilo Horn
6588         <tassilo@member.fsf.org>.
6590 2007-12-06  Deepak Goel  <deego3@gmail.com>
6592         * gnus-art.el (article-make-date-line):
6593         * gnus-start.el (gnus-load):
6594         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6596 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6598         * gnus-art.el (gnus-use-idna)
6599         * gnus-start.el (gnus-site-init-file)
6600         * message.el (message-use-idna)
6601         * mm-uu.el (mm-uu-hide-markers)
6602         * smiley.el (smiley-style): Revert changes that suppress warnings.
6604 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6606         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6607         specify charset to html source.  Reported by Christoph Conrad
6608         <christoph.conrad@gmx.de>.
6610 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6612         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6613         idna-program in order to suppress byte compile warning issued by XEmacs
6614         that came to byte compile the default value section of defcustom forms
6615         recently.
6617         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6618         value of installation-directory.
6620         * message.el (message-use-idna): Don't directly refer to the value of
6621         idna-program.
6623         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6625         * smiley.el (smiley-style): Don't directly call face-attribute.
6627 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6629         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6631         * gnus-dired.el: Reduce Gnus dependencies.
6632         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6633         require.  Use autoloads instead.
6634         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6635         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6636         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6637         (gnus-dired-mode): Adjust doc string.
6638         (gnus-dired-mail-mode): New variable.
6639         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6640         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6641         (gnus-dired-mail-buffers): New function.  Return mail or message
6642         composition buffers.
6643         (gnus-dired-attach): Use it.
6644         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6645         NO-DECODE.
6646         (gnus-dired-print): Use `gnus-print-buffer' depending on
6647         `gnus-dired-mail-mode'.
6649 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6651         * rfc2047.el (rfc2047-encoded-word-regexp)
6652         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6653         explaining what regexp patterns are for.
6655 2007-12-04  Glenn Morris  <rgm@gnu.org>
6657         * password.el: Move to ../password-cache.el.
6659         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6660         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6661         * mml-smime.el (password-read, password-cache-add)
6662         (password-cache-remove):
6663         No need to autoload, since mml-sec requires password.
6665         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6666         * message.el (gnus-extract-address-components):
6667         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6669         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6670         password.
6672 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6674         * mailcap.el: Reduce dependencies.
6675         (mail-header-parse-content-type): Autoload.
6676         (mailcap-delete-duplicates): New alias.
6677         (mailcap-mime-info): Add optional argument NO-DECODE.
6678         (mailcap-mime-types): Use mailcap-delete-duplicates.
6680         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6682 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6684         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6685         function.
6687         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6688         (gnus-uu-yenc-article): New function.
6690         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6692         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6693         buffer.
6695 2007-12-02  Glenn Morris  <rgm@gnu.org>
6697         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
6698         Move to ../net.
6700         * binhex.el, uudecode.el: Move to ../mail.
6702         * encrypt.el: Remove file.
6704 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6706         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6707         matches on patches.
6709         * gnus-art.el (gnus-article-browse-html-article): Mention
6710         `mm-text-html-renderer' in the doc string.
6712         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6713         string.  Add comments.
6715         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6716         if rhs is ASCII.
6718 2007-12-01  Glenn Morris  <rgm@gnu.org>
6720         * dig.el, dns.el: Move to ../net.
6721         * format-spec.el, hex-util.el, sha1.el: Move to ../.
6723         * mail-source.el (top-level): Require format-spec before
6724         eval-when-compile.
6726 2007-11-30  Glenn Morris  <rgm@gnu.org>
6728         * encrypt.el: Require password, rather than autoloading password-read.
6730 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6732         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6733         caller can indicate whether the cache should be disregarded for this
6734         call.  This way the result of the call is reproducible at all times and
6735         can be considered a canonical server name for the supplied method.
6736         (gnus-agent-method-p): Canonicalize server names by pushing their
6737         method through `gnus-method-to-server' using the no-cache argument.
6739         * gnus-srvr.el (gnus-server-insert-server-line): Call
6740         `gnus-method-to-server' with `no-cache' argument.
6742         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6743         gnus-agent-possibly-synchronize-flags as this should be called when the
6744         server is actually being opened.
6745         (gnus-agent-possibly-synchronize-flags)
6746         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6747         flags file of an agentized server to the latter function.
6749         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6750         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6751         after a connection has been established successfully.
6753 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6755         * gnus-art.el (article-display-face): Force to display face if called
6756         interactively; check if gnus-article-x-face-too-ugly matches author.
6757         (article-display-x-face): Display face even if From header is missing
6758         as article-display-face does.
6760 2007-11-28  Richard Stallman  <rms@gnu.org>
6762         * md4.el: Move to ../.
6763         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
6765 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6767         * mail-source.el (mail-sources): Default to fetch from file for
6768         compatibility with default of nnmail-spool-file.
6770 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6772         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6773         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6774         to look for encoded word that should be encoded again.
6775         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6776         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6777         encoding pattern.
6778         (rfc2047-decode-region): Switch strict regexp and loose one according
6779         to rfc2047-allow-irregular-q-encoded-words.
6781 2007-11-26  Simon Josefsson  <simon@josefsson.org>
6783         * imap.el: Move to ../net directory.
6785 2007-11-25  Romain Francoise  <romain@orebokech.com>
6787         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6789 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6791         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6792         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6794         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6795         `nnmail-spool-file'.
6797         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6798         `nnmail-spool-file'.
6800         * gnus-move.el (gnus-change-server): Ditto.
6802         * gnus-kill.el (gnus-batch-score): Ditto.
6804         * gnus-cache.el (gnus-jog-cache): Ditto.
6806         * gnus-msg.el (gnus-summary-reply):
6807         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6809 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6811         * gnus-cache.el (gnus-cache-generate-nov-databases):
6812         Use nnml-generate-nov-databases-directory instead of
6813         nnml-generate-nov-databases-1.
6815 2007-11-24  Glenn Morris  <rgm@gnu.org>
6817         * message.el (message-tool-bar-retro): Update for rename
6818         mail_send.xpm->mail-send.xpm.
6820 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6822         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6823         `smime-ldap-search' for Emacs 22 and up.
6825 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6827         * hashcash.el: Move to ../mail directory.
6829         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
6831         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6832         `smime-ldap-search' for Emacs 22 and up.
6834 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6836         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6838         * message.el (message-send-mail-function): Fix error convention.
6839         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6840         (message-widen-reply, message-send-mail, message-talkative-question)
6841         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6842         (message-clone-locals, message-send-news): Use with-current-buffer.
6843         (message-insert-or-toggle-importance): Remove unused var `valid'.
6844         (message-make-references): Remove unused var `new-references'.
6845         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6847 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6849         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6850         (spam-split-symbolic-return-positive): Reflow docstring.
6851         (spam-backends, spam-summary-exit-behavior)
6852         (spam-mark-ham-unread-before-move-from-spam-group)
6853         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6854         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6855         (spam-clear-cache, spam-backend-check, spam-install-backend)
6856         (spam-install-statistical-backend, spam-list-of-processors)
6857         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6858         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6859         (spam-check-crm114, spam-initialize, spam-unload-hook):
6860         Fix typos in docstrings.
6862 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6864         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6865         been checked if they have never been read and those group levels are
6866         higher than the one that a user specified.
6868 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6870         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6871         foreign groups unless a group level is specified by a user.
6872         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6874 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6876         * message.el (message-send-mail-function): Require sendmail.
6878 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6880         * message.el (message-send-mail-function): Check for smtpmail too.
6882         * utf7.el (utf7-encode, utf7-decode): Use coding system
6883         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6885         * message.el (message-send-mail-function): New function.
6886         (message-send-mail-function): Set default using
6887         message-send-mail-function.  Adjust doc string.
6888         (message-send-mail-with-mailclient): New function.
6890 2007-11-17  Richard Stallman  <rms@gnu.org>
6892         * assistant.el: Remove file.
6894 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6896         * smime.el (from):
6897         * rfc2047.el (message-posting-charset):
6898         * qp.el (mm-use-ultra-safe-encoding):
6899         * pop3.el (parse-time-months):
6900         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6901         * nnml.el (files):
6902         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6903         (jka-compr-compression-info-list, ange-ftp-path-format)
6904         (efs-path-regexp):
6905         * nndiary.el (files):
6906         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6907         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6908         (epg-digest-algorithm-alist, inhibit-redisplay)
6909         (password-cache-expiry):
6910         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6911         (pgg-output-buffer, password-cache-expiry):
6912         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6913         (efs-path-regexp):
6914         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6915         (inhibit-redisplay):
6916         * mm-uu.el (file-name, start-point, end-point, entry)
6917         (gnus-newsgroup-name, gnus-newsgroup-charset):
6918         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6919         (latin-unity-ucs-list):
6920         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6921         (mm-uu-binhex-decode-function):
6922         * message.el (gnus-message-group-art, gnus-list-identifiers)
6923         (rmail-enable-mime-composing, gnus-local-organization)
6924         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6925         (gnus-read-active-file, facemenu-add-face-function)
6926         (facemenu-remove-face-function, gnus-article-decoded-p)
6927         (tool-bar-mode):
6928         * mail-source.el (display-time-mail-function):
6929         * gnus-util.el (nnmail-pathname-coding-system)
6930         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6931         (gnus-original-article-buffer, gnus-user-agent)
6932         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6933         (xemacs-codename, sxemacs-codename, emacs-program-version):
6934         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6935         * gnus-start.el (gnus-agent-covered-methods)
6936         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6937         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6938         (gnus-newsgroup-headers, gnus-group-list-mode)
6939         (gnus-group-mark-positions, gnus-newsgroup-data)
6940         (gnus-newsgroup-unreads, nnoo-state-alist)
6941         (gnus-current-select-method, mail-sources)
6942         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6943         (nnmail-spool-file, gnus-cache-active-hashtb):
6944         * gnus-mh.el (mh-lib-progs):
6945         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6946         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6947         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6948         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6949         (gnus-group-buffer):
6950         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6951         (font-lock-set-defaults):
6952         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6953         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6954         (gnus-summary-post-menu, total-parts, type, condition, length):
6955         * gnus-agent.el (gnus-agent-read-agentview):
6956         * flow-fill.el (show-trailing-whitespace):
6957         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6958         eval-and-compile wrappers for byte compiler pacifiers.
6960         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6961         (mm-display-inline-fontify): Check for featurep 'xemacs not
6962         extent-list.
6964         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6965         itimer-list.
6966         (mm-create-image-xemacs): Only do something for XEmacs.
6967         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6969         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6971         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6972         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6974 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6976         * nnimap.el (nnimap-split-download-body):
6977         * gnus-demon.el (gnus-demon):
6978         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6980 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6982         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6983         macros.
6984         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6985         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6986         copy data from unibyte buffer to multibyte current buffer.
6987         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6988         to copy data from unibyte current buffer to multibyte buffer.
6989         (nntp-make-process-buffer): Make process buffer unibyte.
6991         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6993 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6995         * pop3.el (pop3-open-server): Accept and process data more robustly at
6996         connexion start to avoid spurious "POP SSL connexion failed" errors.
6998 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7000         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7001         read group names.
7003 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7005         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7007 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7009         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7010         (nnmail-save-active): Use a unibyte buffer when saving active file,
7011         which may contain non-ASCII group names.
7013         * nnml.el (nnml-request-group): Decode group names in messages.
7015 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7017         * message.el (message-citation-line-function)
7018         (message-insert-formatted-citation-line): Fix spelling of
7019         `message-insert-formated-citation-line'.
7021 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7023         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7025 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7027         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7028         nnmail-pathname-coding-system.
7030         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7031         that a user enters; decode group names in messages.
7033         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7035 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7037         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7039         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7041         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7042         risky local variable.
7044         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7046 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7048         * encrypt.el: Improve documentation to fix function name typo.
7049         Reported by Daiki Ueno <ueno@unixuser.org>.
7051 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7053         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7054         even if the point is not in the last page of an article.
7055         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7056         back to the previous page.
7058 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7060         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7062 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7064         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7066 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7068         * message.el (message-check-news-body-syntax): Avoid
7069         mm-string-as-multibyte.
7070         (message-hide-headers): Don't assume (point-min)==1.
7072 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7074         * message.el (message-remove-blank-cited-lines): Fix if remove is
7075         given.
7076         (message-bogus-address-regexp): New variable.
7077         (message-bogus-recipient-p): New function.
7078         (message-check-recipients): New command.
7079         (message-syntax-checks): Add `bogus-recipient'.
7080         (message-fix-before-sending): Add `bogus-recipient'.
7082         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7083         (gnus-treat-body-boundary): Don't test window-system.
7085 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7087         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7089 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7091         * gnus.el: Bump version to Gnus v5.13.
7093 2007-10-28  Miles Bader  <miles@gnu.org>
7095         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7096         at compile-time too.
7098 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7100         * gnus-msg.el (gnus-message-setup-hook): Add
7101         `message-remove-blank-cited-lines' to options.
7103 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7105         * message.el (message-remove-blank-cited-lines): New function.
7106         Suggested by Karl Plästerer.
7108 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7110         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7111         mapc.
7113         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7114         (top-level): Use mapc to set functions to be traced for debugging.
7116         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7117         called for effect with while loop.
7119         * message.el (message-talkative-question): Replace mapcar called for
7120         effect with mapc.
7122         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7123         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7124         called for effect with dolist.
7126         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7128         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7129         gnus-extra-headers and nnmail-extra-headers.
7131         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7132         called for effect with dolist.
7133         (top-level): Use mapc to set functions to be traced for debugging.
7135         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7136         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7137         dolist.
7139         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7140         Replace mapcar called for effect with mapc.
7141         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7142         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7143         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7144         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7146         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7147         remove-if that's a cl function.
7149         * webmail.el (webmail-debug): Replace mapcar called for effect with
7150         dolist.
7152 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7154         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7155         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7156         with while loop.
7158         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7159         functions from article-* functions.
7160         (gnus-multi-decode-header): Replace mapcar called for effect with
7161         dolist.
7163         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7164         (gnus-bookmark-show-details): Replace mapcar called for effect with
7165         while loop.
7167         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7168         called for effect with while loop.
7170         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7171         with dolist.
7173         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7174         mapcar called for effect with dolist.
7176         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7178         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7179         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7180         Replace mapcar called for effect with dolist.
7181         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7182         mapc.
7184         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7185         Replace mapcar called for effect with dolist.
7186         (gnus-topic-list): Replace mapcar called for effect with mapc.
7188         * gnus.el: Use mapc instead of mapcar to add autoloads.
7190 2007-10-23  Richard Stallman  <rms@gnu.org>
7192         * gnus-group.el (gnus-group-highlight): Mark as risky.
7194 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7196         * gnus.el (gnus-server-to-method): Return method found first in
7197         gnus-newsrc-alist.
7199         * gnus-art.el (gnus-article-highlight-signature)
7200         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7201         button overlay without the front stickiness.
7203 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7205         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7206         overview buffer needed a catch to receive its throw.
7207         (gnus-agent-flush-cache): Declared as interactive to make this function
7208         easier to use.
7210 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7212         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7213         `next-line'.
7215 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7217         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7218         exclude address matching message-dont-reply-to-names.
7220 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7222         * gnus-util.el (gnus-string<): New function.
7224         * gnus-sum.el (gnus-article-sort-by-author)
7225         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7227 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7229         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7230         the frame-focus tag is set in gnus-buffer-configuration.
7232 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7234         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7235         the front stickiness.
7237 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7239         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7240         url pattern; remove duplicate one.
7241         (gnus-article-extend-url-button): New function.
7242         (gnus-article-add-buttons): Use it.
7243         (gnus-button-push): Use concatenated url that it makes.
7245 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7247         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7248         (sieve-manage-open): Use `mapc' instead of `mapcar'.
7250 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7252         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7253         Don't hardcode point-min==1.
7255 2007-09-30  David Kastrup  <dak@gnu.org>
7257         * gnus-art.el (gnus-article-reply-with-original)
7258         (gnus-article-followup-with-original): When `transient-mark-mode' is
7259         off, refrain from active-region behavior for followups.
7261 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7263         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7264         Fix comment about "iso8859-1".
7266 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7268         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7269         ones returned from the verify-function.
7271         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7272         mml2015-extract-cleartext-signature if extraction failed.
7274 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7276         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7277         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7278         failed.
7280 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7282         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7284 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7286         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7287         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7288         thread for both the null and zero (kill/expire thread) universal prefix
7289         cases.
7290         (gnus-summary-expire-thread): Add new function to expire a thread,
7291         using gnus-summary-kill-thread.
7292         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7293         shortcuts for gnus-summary-expire-thread.
7294         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7295         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7297 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7299         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7300         extras value, so an extras entry can be deleted.
7301         (gnus-registry-delete-extra-entry): Use it.
7302         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7303         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7304         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7305         storage through the gnus-registry, and provide an appropriate API for
7306         it.
7308 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7310         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7311         Suggested by Leo <sdl.web@gmail.com>.
7313         * gnus.el: Do.
7315 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7317         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7318         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7320         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7322         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7323         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7325 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7327         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7328         newline.
7329         (nnmbox-request-accept-article): Don't change article in source buffer;
7330         narrow to header to use message-fetch-field rather than
7331         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7332         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7333         as delimiters; make sure article ends with newline.
7334         (nnmbox-delete-mail): Correct last position of article to be deleted;
7335         ignore X-Gnus-Newsgroup header in article body.
7336         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7337         positions; make sure article ends with newline.
7339         * message.el (message-display-abbrev): Don't infloop when a user
7340         inserts SPC in the beginning of header.
7342 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7344         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7345         list of groups not followed by default.  Fix type to be regexp.
7346         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7348 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7350         * hmac-def.el (define-hmac-function): Switch from old-style to
7351         new-style backquotes.
7353         * md4.el (md4-make-step): Likewise.
7355 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7357         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7358         raw-text coding system when saving .newsrc file, which may contain
7359         non-ASCII group names.
7361 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7363         * gnus-cus.el (gnus-score-extra): New widget.
7364         (gnus-score-extra-convert): New function.
7365         (gnus-score-customize): Use it for Extra.
7367 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7369         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7370         (mml2015-mailcrypt-clear-verify): Use it.
7371         (mml2015-gpg-clear-verify): Use it.
7372         (mml2015-pgg-clear-verify): Use it.
7373         (mml2015-epg-clear-verify): Replace the current part with the output
7374         from GnuPG; don't extract the plaintext by itself.
7376         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7377         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7378         mml2015-clear-verify-function; don't touch the armor headers or
7379         dash-escaped text here.
7381 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7383         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7384         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7385         parts, or application/octet-stream as a last resort.
7386         (gnus-mime-view-part-as-type): Don't toggle display.
7387         (gnus-mime-view-part-as-charset): Don't turn off display before
7388         querying charset.
7390         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7391         stuff to undisplayer function in Emacs.
7392         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7394         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7395         text/calendar parts.
7397 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7399         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7400         decoding text/calendar parts.
7402         * message.el (message-forward-make-body-mime): Always mark body as
7403         having no illegible text; remove signed-or-encrypted argument.
7404         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7406         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7407         (mml-generate-mime-1): Don't encode body if it is specified to be in
7408         raw form; don't make buffer be unibyte when inserting multibyte string.
7410 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7412         * sha1.el: Fix up comment style.
7413         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7414         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7416         * hex-util.el: Fix up comment style.
7417         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7419         * gnus-salt.el: Use with-current-buffer.
7420         (gnus-pick-setup-message): Fix long-standing typo.
7422 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7424         * imap.el (imap-logout-timeout): New variable.
7425         (imap-logout, imap-logout-wait): New functions.
7426         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7428         * nnimap.el (nnimap-logout-timeout): New server variable.
7429         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7430         nnimap-logout-timeout.
7432         * gnus-art.el (gnus-article-summary-command-nosave)
7433         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7435 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7437         * gnus.el (gnus-maximum-newsgroup): New variable.
7439         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7440         according to gnus-maximum-newsgroup.
7442         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7443         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7444         Limit the range of articles according to gnus-maximum-newsgroup.
7446 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7448         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7449         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7450         Don't perform gnus-configure-windows here; reuse existing sticky
7451         article buffer.
7453         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7454         it doesn't exist in gnus-article-mode.
7456 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7458         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7459         (gnus-agent-decoded-group-name): New function.
7460         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7461         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7463 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7465         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7466         Add binding for gnus-sticky-article.
7467         (gnus-summary-exit): Don't kill sticky article buffers.
7469         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7470         article buffer.
7471         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7472         (gnus-kill-sticky-article-buffers): New commands.
7474 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7476         * nntp.el (nntp-xref-number-is-evil): New server variable.
7477         (nntp-find-group-and-number): If it is non-nil, don't trust article
7478         numbers in the Xref header.
7480 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7482         * gnus-agent.el (gnus-agent-read-group): New function.
7483         (gnus-agent-flush-group, gnus-agent-expire-group)
7484         (gnus-agent-regenerate-group): Use it.
7485         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7486         nnmail-pathname-coding-system.
7488 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7490         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7492         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7493         that are unread as unread, and also as selected so that information of
7494         marks having been changed by a user may be updated when exiting group.
7496 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7498         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
7500 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7502         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7503         calculated ignoring signature parts to gnus-treat-article.
7505 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7507         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7508         a point here in order to keep the window start.
7509         (gnus-insert-mime-security-button): Make a button overlay without the
7510         front stickiness.
7511         (gnus-mime-display-security): Goto the end of a button.
7513         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7515 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7517         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7518         group-name-at-point.
7519         (gnus-group-completing-read): New function that offers decoded
7520         non-ASCII group names for completion.
7521         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7522         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7523         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7524         (gnus-group-fetch-control): Use it.
7525         (gnus-fetch-group): Use group-name-at-point for the initial value
7526         rather than the default value; use gnus-alive-p.
7528         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7529         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7530         (gnus-summary-post-news): Use gnus-group-completing-read.
7532         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7533         (gnus-read-move-group-name): Decode group name for completion.
7535 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7537         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7538         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7539         Yamaoka slightly modified the code).
7541 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7543         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7544         (nnmail-split-incoming): Bind it.
7546         * nnml.el (nnml-group-name-charset): New function.
7547         (nnml-decoded-group-name): Use it; don't decode group name if
7548         nnmail-group-names-not-encoded-p is non-nil.
7549         (nnml-encoded-group-name): New function.
7550         (nnml-group-pathname): Inline nnml-decoded-group-name.
7551         (nnml-request-expire-articles): Decode group name in message.
7552         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7553         nnmail-pathname-coding-system.
7554         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7555         not decoded ones according to nnmail-group-names-not-encoded-p.
7556         (nnml-generate-active-info): Use nnml-encoded-group-name.
7558 2007-08-08  Glenn Morris  <rgm@gnu.org>
7560         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7561         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7562         doc-strings and comments.
7564 2007-07-25  Glenn Morris  <rgm@gnu.org>
7566         * Relicense all FSF files to GPLv3 or later.
7568 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7570         * gnus-sum.el (gnus-summary-move-article): Make
7571         gnus-summary-respool-article work.
7573 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7575         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7576         string.
7578 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7580         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7581         that should be ignored when comparing distant RSS articles with local
7582         ones.
7583         (nnrss-make-hash-index): New function.  Create a hash index according
7584         to the ignored fields.
7585         (nnrss-check-group): Use it.
7587 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7589         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7591         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7593         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7594         the new optional argument ENCODED is non-nil.
7595         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7596         coding system for encoding group name.
7597         (gnus-group-make-rss-group): Pass un-encoded group name to
7598         gnus-group-make-group.
7599         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7600         encoded.
7602         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7603         Encode group name to which articles are moved or copied.
7604         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7605         coding system for encoding Newsgroup, Followup-To and Xref headers.
7607         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7608         marks; use nnheader-file-coding-system to write a file.
7609         (nnagent-retrieve-headers): Bind file-name-coding-system to
7610         nnmail-pathname-coding-system.
7612         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7614         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7615         (nnml-request-article, nnml-request-create-group)
7616         (nnml-request-rename-group, nnml-find-id)
7617         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7618         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7619         (nnml-save-marks): Use nnml-group-pathname instead of
7620         nnmail-group-pathname.
7622         (nnml-request-create-group, nnml-request-expire-articles)
7623         (nnml-request-move-article, nnml-request-delete-group)
7624         (nnml-deletable-article-p, nnml-possibly-create-directory)
7625         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7626         (nnml-open-marks): Bind file-name-coding-system to
7627         nnmail-pathname-coding-system.
7629         (nnml-request-article): Pass server argument to nnml-find-group-number.
7630         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7631         server argument to nnml-possibly-create-directory.
7632         (nnml-request-accept-article): Pass server argument to
7633         nnml-active-number and nnml-save-mail.
7634         (nnml-find-group-number): Pass server argument to nnml-find-id.
7635         (nnml-request-update-info): Pass server argument to
7636         nnml-marks-changed-p.
7638         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7639         (nnml-save-mail, nnml-active-number): Add server argument.
7641         (nnml-request-delete-group): Warn if group is missing.
7642         (nnml-get-nov-buffer): Decode group name.
7643         (nnml-generate-active-info): Encode group name.
7644         (nnml-open-marks): Decode group name in messages.
7646 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7648         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7649         if it is not specified.
7650         (gnus-article-pipe-part, gnus-article-save-part)
7651         (gnus-article-interactively-view-part, gnus-article-copy-part)
7652         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7653         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7654         (gnus-article-replace-part, gnus-article-delete-part)
7655         (gnus-article-view-part-as-type): Pass raw prefix argument to
7656         gnus-article-part-wrapper.
7658 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7660         * gnus-agent.el (gnus-agent-save-active): Bind
7661         nnheader-file-coding-system to gnus-agent-file-coding-system.
7663         * gnus-cache.el (gnus-cache-save-buffers)
7664         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7665         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7666         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7667         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7668         (gnus-cache-generate-active, gnus-cache-rename-group)
7669         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7670         (gnus-cache-update-overview-total-fetched-for): Bind
7671         file-name-coding-system to nnmail-pathname-coding-system.
7672         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7673         variables.
7674         (gnus-cache-decoded-group-name): New function.
7675         (gnus-cache-file-name): Use it.
7676         (gnus-cache-generate-active): Use non-decoded group name for active.
7678         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7679         right place.
7680         (gnus-write-active-file): Don't break non-ASCII group names.
7682         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7683         nnmail-pathname-coding-system.
7685         * gnus-uu.el (gnus-uu-decode-save): Typo.
7687 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7689         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7691 2007-07-14  David Kastrup  <dak@gnu.org>
7693         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
7694         finishing actions if we did not edit the article.
7696 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7698         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7699         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7700         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7701         (gnus-agent-flush-group, gnus-agent-flush-cache)
7702         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7703         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7704         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7705         (gnus-agent-regenerate-group)
7706         (gnus-agent-update-files-total-fetched-for)
7707         (gnus-agent-update-view-total-fetched-for): Bind
7708         file-name-coding-system to nnmail-pathname-coding-system.
7709         (gnus-agent-group-pathname): Don't encode file names by
7710         nnmail-pathname-coding-system.
7711         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7712         coding-system-for-write instead of buffer-file-coding-system to
7713         gnus-agent-file-coding-system.
7715         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7716         Decode group name.
7718         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7720         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7721         (gnus-read-newsrc-el-file): Make group names unibyte.
7723         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7724         nnmail-pathname-coding-system.
7726         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7727         (nnrss-request-delete-group): Bind file-name-coding-system to
7728         nnmail-pathname-coding-system.
7729         (nnrss-read-server-data, nnrss-read-group-data): Bind
7730         file-name-coding-system correctly.
7731         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7733         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7734         (nntp-server-to-method-cache): New variable.
7735         (nntp-group-pathname): New function that decodes non-ASCII group names.
7736         (nntp-possibly-create-directory, nntp-marks-changed-p)
7737         (nntp-save-marks, nntp-open-marks): Use it.
7738         (nntp-possibly-create-directory, nntp-open-marks):
7739         Bind file-name-coding-system to nnmail-pathname-coding-system.
7740         (nntp-open-marks): Decode group names when bootstrapping marks.
7742         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7743         Newsgroups and Folowup-To headers.
7745 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7747         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7748         (gnus-server-closed-face, gnus-server-denied-face)
7749         (gnus-server-offline-face): Remove variable.
7750         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7752         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7753         of modifying message-stack directly for XEmacs.
7755         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7756         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7757         if the coding-system argument is nil for XEmacs.
7759         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7760         mm-charset-override-alist.
7762         * rfc2047.el: Don't require base64; require rfc2045 for the function
7763         rfc2045-encode-string.
7764         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7765         to quote the parameter value.
7767 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7769         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7770         form in gnus-group-name-charset-method-alist.
7772         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7773         overrides the default layout edit-form.
7775         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7777         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7779 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7781         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7782         as unfetched articles.
7784 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7786         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7788 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7790         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7791         original back end that keeps marks in the local system.
7793 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7795         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7796         arg of pop-to-buffer for XEmacs.
7797         (gnus-article-read-summary-keys): Ditto; don't restore window
7798         configuration if summary command ends up with neither article buffer
7799         nor summary buffer; describe bindings if summary keys end with C-h.
7801 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7803         * message.el (message-fix-before-sending): Skip raw message part to be
7804         forwarded while checking illegible text.
7805         (message-forward-make-body-mime, message-forward-make-body): Mark
7806         signed or encrypted raw message as having no illegible text.
7808 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7810         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7811         (gnus-message-with-timestamp-1): New macro.
7812         (gnus-message-with-timestamp): New function.
7813         (gnus-message): Use them.
7815         * nnheader.el (nnheader-message): Use them.
7817 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7819         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7820         .newsrc.eld file.
7822 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7824         * gnus-agent.el (gnus-agent-fetch-headers)
7825         (gnus-agent-retrieve-headers): Bind
7826         gnus-decode-encoded-address-function to identity.
7828         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7829         available also when the server returns simply a dot.
7831         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7833 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7835         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7837 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7839         * gnus-ems.el (gnus-x-splash): Make it work.
7841         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7842         from being used.
7844 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7846         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7847         the front stickiness.
7848         (gnus-article-summary-command-nosave): Correct the order of the
7849         arguments passed to pop-to-buffer.
7850         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7851         summary command ends up with the article buffer.
7853         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7854         the same faces.
7856 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7858         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7860 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7862         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7863         * gnus-sum.el (gnus-summary-highlight):
7864         * mail-source.el (mail-source-delete-old-incoming-confirm):
7865         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7867 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7869         * gnus-art.el (gnus-mime-view-part-externally)
7870         (gnus-mime-view-part-internally): Fix predicate function passed to
7871         completing-read.
7873         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7875         * gnus.el (gnus-update-message-archive-method): Add :version.
7877 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7879         * gnus.el (gnus-update-message-archive-method): New variable.
7881         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7882         according to gnus-message-archive-method if
7883         gnus-update-message-archive-method is non-nil.
7885 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7887         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7888         by Loic Dachary <loic@dachary.org>.
7889         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7891 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7893         * message.el (message-pop-to-buffer): Add switch-function argument.
7894         (message-mail): Pass switch-function argument to it.
7896 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7898         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7899         Improve doc string.
7901 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7903         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7904         (gnus-header-content)
7905         * gnus-cite.el (gnus-cite-10)
7906         * gnus-srvr.el (gnus-server-closed)
7907         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7908         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7909         (gnus-group-mail-3-empty, gnus-group-mail-low)
7910         (gnus-group-mail-low-empty, gnus-splash)
7911         * message.el (message-header-to, message-header-cc)
7912         (message-header-subject, message-header-other, message-header-name)
7913         (message-header-xheader, message-separator, message-cited-text)
7914         (message-mml): Lighten colors of faces used for dark background.
7916 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7918         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7919         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7921 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7923         * message.el (message-narrow-to-headers-or-head):
7924         Ignore mail-header-separator in the body.
7926 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7928         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7929         same as window size.
7931 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7933         * message.el (message-font-lock-keywords): Use message-header-xheader
7934         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7935         ahead of the anything pattern, to get it recognised.
7937 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7939         * gnus-sum.el (gnus-articles-to-read)
7940         (gnus-summary-insert-old-articles): Don't truncate group name for
7941         `read-string'.
7943         * gnus-util.el (gnus-limit-string): Delete this function.
7945         * gnus-sum.el (gnus-simplify-subject-fully): Use
7946         `truncate-string-to-width' instead.
7948 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7950         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7951         if, on summary exit, the next group has to be selected.
7952         (gnus-summary-exit): Use it.
7954 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7956         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7957         non-break space.
7959 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7961         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7962         Check if group is not a directory.
7963         (nnfolder-request-expire-articles): Don't delete articles if the target
7964         group is not available.
7966         * nnml.el (nnml-request-create-group): Properly check if group is not a
7967         file.
7968         (nnml-request-expire-articles): Don't delete articles if the target
7969         group is not available.
7971         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7972         Don't quote characters that are within parentheses.
7974 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7976         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7977         (gnus-handle-ephemeral-exit): Select article according to it.
7979 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7981         * message.el (message-insert-formated-citation-line): Remove newline.
7982         (message-citation-line-format): Add final \n here so that the user can
7983         avoid a blank line.
7985 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7987         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7988         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7989         Update lanl/arXiv support.
7991 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7993         * gnus.el: Bump version number.
7995 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7997         * gnus.el (gnus-version-number): Bump version.
7999 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8001         * gnus.el: No Gnus v0.6 is released.
8003 2007-04-27  Didier Verna  <didier@xemacs.org>
8005         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8006         * gmm-utils.el (gmm-regexp-concat): here.
8007         * message.el: Don't require 'gnus-util.
8008         (message-dont-reply-to-names): Handle name change above.
8009         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8011 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8013         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8014         since the initial value varies according to the system.
8016 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8018         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8020 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8022         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8024 2007-04-24  Didier Verna  <didier@xemacs.org>
8026         Improve the type of gnus-ignored-from-addresses.
8027         * gnus-util.el (gnus-orify-regexp): New function.
8028         * message.el (gnus-util): Require it.
8029         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8030         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8031         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8033 2007-04-24  Didier Verna  <didier@xemacs.org>
8035         * gnus-sum.el:
8036         * gnus-utils.el: Fix some trailing whitespaces.
8038 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8040         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8041         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8042         article's Message-ID; refer parent article in summary buffer.
8044         * message.el (message-bounce): Call mime-to-mml.
8046 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8048         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8050 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8052         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8053         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8054         displayed of multipart/alternative part if it is invoked from summary
8055         buffer.
8057         * mm-view.el (mm-inline-text-html-render-with-w3m)
8058         (mm-inline-text-html-render-with-w3m-standalone)
8059         (mm-inline-render-with-function): Use mail-parse-charset by default.
8061 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8063         * parse-time.el (parse-time-string-chars): Check if CHAR
8064         is less than the length of parse-time-syntax.
8066 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8068         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8069         from gnus-newsgroup-processable.
8071 2007-04-16  Didier Verna  <didier@xemacs.org>
8073         * gnus-msg.el (gnus-configure-posting-styles): Handle
8074         message-signature-directory properly with :file syntax.  Reported by
8075         "Leo".
8077 2007-04-11  Didier Verna  <didier@xemacs.org>
8079         New user option: message-signature-directory.
8080         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8081         * message.el (message-insert-signature): Ditto.
8082         * message.el (message-signature-file): Doc update.
8083         * message.el (message-signature-directory): New.
8085 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8087         * gnus-msg.el (gnus-inews-yank-articles): Use
8088         message-exchange-point-and-mark instead of exchange-point-and-mark.
8090 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8092         * message.el (message-yank-original): Make sure cited text ends with
8093         newline; don't exchange point and mark.
8095 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8097         * tls.el (open-tls-stream): Properly handle case where there
8098         is no associated buffer.
8100 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8102         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8103         message-yank-original, make sure (< mark TEXT point).
8105 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8107         * message.el (message-fill-column): New variable.
8108         (message-mode): Use it.  Add comment on a possible new hook.
8110         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8111         (nnmail-get-new-mail): Reformat.
8113         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8115         * gmm-utils.el: Fix Commentary.
8116         (gmm-tool-bar-from-list): Fix typo in doc string.
8118 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8120         * message.el (message-yank-original): Don't switch point and mark
8121         unnecessarily to put point and mark as documented.
8123 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8125         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8126         from the message heads.
8128 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8130         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8131         article buffer does not have a window.  This may not be the best
8132         solution but is certainly better than setting the start of the null,
8133         that is the current, window.
8135 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8137         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8138         (gnus-draft-setup): Run it.
8140         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8141         gnus-score-fast-scoring.  Allow regexp.
8142         (gnus-score-headers): Use it.
8144         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8145         XEmacs.
8147         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8148         string.
8149         (gnus-button-alist): Also catch `<f1> k ...'.
8150         (gnus-treat-display-x-face): Fix doc string.
8152 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8154         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8155         evaluation of gnus-extended-version to ensure correct generation of the
8156         User-Agent header when message-generate-headers-first is used.
8158 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8160         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8161         hashcash-path is nil.  Don't call callback with incorrect number of
8162         parameters if val is 0.
8164 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8166         * message.el (message-required-news-headers):
8167         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8169 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8171         * message.el (message-generate-new-buffers): Change the meaning of the
8172         nil value; add `standard' to the choices; treat t as `unique'; improve
8173         doc string.
8174         (gnus-select-frame-set-input-focus): Autoload.
8175         (message-buffer-name): Search for the existing message buffer if
8176         message-generate-new-buffers is nil or `standard'; treat the value t of
8177         message-generate-new-buffers as `unique'.
8178         (message-pop-to-buffer): Raise the frame already displaying the message
8179         buffer; clear the echo area after querying.
8180         (message-setup): Pass the `continue' argument to compose-mail.
8181         (message-mail): Prefer `switch-function' if it is given; search for the
8182         existing message buffer if the `continue' argument is non-nil; pass
8183         continue and switch-function arguments to compose-mail by way of
8184         message-setup.
8185         (message-mail-other-window): Adjust argument of message-setup.
8186         (message-mail-other-frame): Ditto.
8188 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8190         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8191         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8192         to turn font-lock on when turning gnus-message-citation-mode on.
8194 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8196         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8197         (mml-smime-function-alist): New variable; add epg as the backend.
8198         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8199         mml-smime- functions instead.
8200         * mm-view.el: Require smime.
8202 2007-03-05  Didier Verna  <didier@xemacs.org>
8204         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8205         instead of just inheritance for posting styles.
8206         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8208 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8210         * tls.el (tls-certtool-program): Fix custom type.
8212 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8214         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8215         and point-at-eol instead of line-(beginning|end)-position.
8217         * assistant.el (assistant-parse-buffer): Ditto.
8219 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8221         * mml2015.el (mml2015-epg-find-usable-key): New function.
8222         (mml2015-epg-sign): Use it.
8223         (mml2015-epg-encrypt): Use it.
8225 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8227         * message.el (message-make-in-reply-to): Quote name containing
8228         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8229         if there are special characters.  Reported by NAKAJI Hiroyuki
8230         <nakaji@jp.freebsd.org>.
8232 2007-02-27  Didier Verna  <didier@xemacs.org>
8234         Include the group parameters as well as the topic ones in the
8235         inheritance filter process.
8236         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8237         argument GROUP-PARAMS-LIST.
8238         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8240 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8242         * nntp.el (nntp-never-echoes-commands)
8243         (nntp-open-connection-functions-never-echo-commands): New variables.
8244         (nntp-send-command): Use them.
8246 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8248         * mml2015.el (mml2015-epg-verify): Simplified.
8250 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8252         * mml.el (mml-content-disposition-alist): New user option.
8253         (mml-content-disposition): New function.
8254         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8255         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8257 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8259         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8260         verification.
8262 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8264         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8265         articles posted in the last 24 hours.
8267 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8269         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8271 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8273         * nntp.el (nntp-send-command): Don't wait for echoes when
8274         nntp-open-ssl-stream is used.
8276 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8278         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8279         (gnus-message-add-citation-keywords)
8280         (gnus-message-remove-citation-keywords): Remove.
8281         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8282         directly, make the variables in font-lock-defaults buffer-local, add
8283         gnus-message-citation-keywords to them and then update the value of
8284         font-lock-keywords.
8286 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8288         * message.el (message-cite-original-1): Don't call
8289         gnus-article-highlight-citation.
8291         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8292         citations; fix line count.
8294 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8296         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8297         (gnus-message-add-citation-keywords)
8298         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8299         versions of font-lock-add-keywords and font-lock-remove-keywords to
8300         work with XEmacs correctly.
8302 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8304         * gnus-cite.el (gnus-cite-face-list): Set the values of
8305         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8306         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8307         (gnus-message-cite-prefix-regexp): New variable.
8308         (gnus-message-search-citation-line): Use it; protect against long
8309         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8310         the 0th match data for Emacs.
8311         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8312         (gnus-message-add-citation-keywords): Append keywords rather than
8313         prepending; emulate font-lock-add-keywords if it is not available.
8314         (gnus-message-remove-citation-keywords): Emulate
8315         font-lock-remove-keywords if it is not available.
8317         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8319         * message.el (message-cite-prefix-regexp): Set the value of
8320         gnus-message-cite-prefix-regexp.
8322 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8324         * nnweb.el (nnweb-google-parse-1): Update parser.
8326 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8328         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8330 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8332         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8333         regexp.
8335 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8337         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8338         string-to-multibyte.
8339         (uudecode-decode-region-internal): Use it.
8341 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8343         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8344         custom choice.
8346         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8348 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8350         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8352         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8353         `write-region' to respect `mm-inhibit-file-name-handlers'.
8355 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8357         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8358         Use gnus-home-directory instead of "~/" or "$HOME".
8360 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8362         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8363         to mention filename.
8364         Add comments at beginning regarding usage.
8365         (encrypt-write-file-contents): Change interactive so a string is
8366         acceptable.  If the file has no associated model, show an error instead
8367         of a nonsense prompt.
8369 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8371         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8372         Thanks to Yoshihiko Yamada for kind notification of this typo.
8374 2007-01-12  Kenichi Handa  <handa@m17n.org>
8376         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8377         multibyte buffer.
8379 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8381         * gnus-score.el (gnus-score-fast-scoring): New variable.
8382         (gnus-score-headers): Use it.
8384         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8386         * message.el (message-cite-original-1): Call
8387         gnus-article-highlight-citation if requested.
8388         (message-make-from): Allow name and address as optional arguments.
8390         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8392         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8393         bugs to doc string.
8394         (gnus-button-alist): Add mid\\|message-id.
8395         (gnus-button-fetch-group): Extend for use in
8396         `browse-url-browser-function'.
8397         (gnus-button-url-regexp): Try to catch paired parentheses like in
8398         Wikipedia URLs.
8400         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8401         Suggested by Simon Krahnke <overlord@gmx.li>.
8403 2007-01-13  Romain Francoise  <romain@orebokech.com>
8405         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8406         Update copyright.
8408 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8410         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8412 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8414         * gnus-registry.el (gnus-registry-unfollowed-groups)
8415         (gnus-registry-split-fancy-with-parent): Fix documentation.
8417 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8420         from nnweb groups.
8422 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8424         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8425         Xref urls.  Erase buffer before requesting head.
8427         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8429 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8431         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8432         customizable.
8434 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8436         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8437         no signing key is found.
8438         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8439         no encrypting and/or signing key is found.
8441 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8443         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8445 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8447         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8448         headers read from disk with the ones newly found in the current search.
8449         This should no longer cause problems, because the article numbers in
8450         Gmane's `nov.php' output are ignored since the previous change.
8452 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8454         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8456 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8458         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8460 2007-01-01  Romain Francoise  <romain@orebokech.com>
8462         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8464 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8466         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8467         `define-minor-mode' macro definition expanded properly.
8468         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8469         exclude it there.
8471         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8472         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8473         `fboundp' test.
8474         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8475         This is OK to autoload in (S)XEmacs now.
8477 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8479         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8480         keystroke.
8481         (gnus-summary-limit-to-singletons): Fix typo.
8483         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8484         else fails.
8486 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8488         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8489         docstring.
8491         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8492         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8493         (gnus-summary-insert-dormant-articles): Fix typo in message.
8495 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8497         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8498         nil for XEmacs.
8499         (gnus-message-citation-mode): Don't autoload in XEmacs.
8501         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8503 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8505         * nnimap.el (nnimap-expunge-search-string): Mention
8506         nnimap-search-uids-not-since-is-evil in docstring.
8508 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8510         * spam.el: Revert to make-obsolete-variable because
8511         define-obsolete-variable-alias is not supported in Emacs 21.
8513         * spam.el (spam-ifile-path, spam-ifile-database-path)
8514         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8515         make-obsolete-variable.
8516         (spam-bsfilter-path, spam-bsfilter-program)
8517         (spam-spamassassin-path, spam-spamassassin-program)
8518         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8519         use "path" inappropriately.
8520         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8521         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8522         variable names.
8524 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8526         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8527         summary buffer.
8529         * password.el (password-cache-remove): Use clear-string to burn
8530         password, if available.
8532 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8534         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8536         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8538         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8539         (gnus-message-highlight-citation): Move defcustom here from
8540         gnus-cite.el.
8541         (gnus-message-citation-mode): Autoload.
8543         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8544         checks to make it compile with XEmacs.
8545         (gnus-message-citation-mode): New minor mode.
8546         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8547         (gnus-message-highlight-citation): New variables.
8548         (gnus-message-search-citation-line)
8549         (gnus-message-add-citation-keywords)
8550         (gnus-message-remove-citation-keywords)
8551         (turn-on-gnus-message-citation-mode)
8552         (turn-off-gnus-message-citation-mode): New functions.
8554 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8556         * gnus-cite.el: Enable highlighting of different citation levels in
8557         message-mode.
8559 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8561         * message.el (message-make-fqdn): Fix comment.
8562         (message-bogus-system-names): Add ".local".
8564         * spam.el (spam-ifile-path, spam-ifile-program)
8565         (spam-ifile-database-path, spam-ifile-database)
8566         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8567         Don't use "path" inappropriately.
8568         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8569         strings.
8570         (spam-check-ifile, spam-ifile-register-with-ifile)
8571         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8572         new variable names.
8574         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8575         (gnus-treat-display-smileys): Simplify using
8576         gnus-image-type-available-p.
8578         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8579         available.
8581 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8583         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8584         one after turning on the buffer's multibyteness instead of decoding
8585         them directly in the unibyte buffer that causes unexpected conversion
8586         in Emacs 23 (unicode).
8588 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8590         * message.el (message-generate-hashcash): Fix custom type.
8592 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8594         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8596 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8598         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8599         disconnect icons.  Add help text.
8601 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8603         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8604         negated to be consistent with the others we handle.
8606 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8608         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8609         version of gnus-summary-buffer to something, so that we can use two
8610         article buffers at the same time.
8612 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8614         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8615         trigger all the extra headers.
8616         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8617         sorting.
8619 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8621         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8622         solid groups.
8624 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8626         * legacy-gnus-agent.el: Add Copyright notice.
8628 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8630         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8632 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8634         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8636         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8637         to make it work reliably in CVS Emacs.
8638         (gnus-summary-limit-strange-charsets-predicate)
8639         (gnus-summary-limit-to-predicate): New functions.
8641 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8643         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8644         specifying array size.
8645         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8646         array if it is too small.
8647         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8648         (gnus-sort-threads-loop): New function.
8650 2006-12-06  Chris Moore  <dooglus@gmail.com>
8652         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8653         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8655 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8657         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8658         options.
8660 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8662         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8663         DOS-ing the recipient.
8665         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8666         the headers when creating the mapping to avoid mismappings.
8667         (nnweb-gmane-create-mapping): Always nix out old mapping.
8669 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8671         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8672         and mm-verify-option to never.
8674 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8676         * message.el (message-signed-or-encrypted-p): New function.
8677         (message-forward-make-body): Use it.
8679         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8680         Replace encode-coding-string with mm-encode-coding-string.
8682 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8684         * nneething.el (nneething-decode-file-name): Replace
8685         decode-coding-string with mm-decode-coding-string.
8687         * gnus-int.el (gnus-open-server): Say failed server's name.
8689 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8691         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8692         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8694         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8695         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8696         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8697         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8698         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8699         (gnus-subscribe-newsgroup, gnus-1):
8700         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8701         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8702         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8703         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8705 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8707         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8708         keystroke.
8709         (gnus-summary-limit-to-bodies): Implement headersp.
8711 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8713         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8715 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8717         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8719 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721         * message.el (message-generate-hashcash): Expand range of values to
8722         include `opportunistic'.
8723         (message-send-mail): Use it.
8725 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8727         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8728         and comment it.
8730         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8732 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8734         * gnus-util.el (gnus-extract-address-components): Improve comment.
8736 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8738         * gnus-util.el (gnus-extract-address-components): Work with address in
8739         which the name portion contains @.
8741 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8743         * gnus.el (gnus-start): Move custom group up.
8744         (gnus-select-method): Don't autoload, but make it available for
8745         `customize-variable'.
8746         (gnus-getenv-nntpserver): Don't autoload.
8748 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8750         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8752 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8754         * message.el (message-sendmail-extra-arguments): New variable.
8755         (message-send-mail-with-sendmail): Use it.
8757 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8759         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8760         mm-with-unibyte-current-buffer to make string unibyte.
8762         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8763         mm-string-as-multibyte.
8765 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8767         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8768         Reported by Werner Koch <wk@gnupg.org>.
8770 2006-11-14  Daiki Ueno  <ueno@p360>
8772         * mml2015.el: Autoload epa-select-keys when compiling.
8774 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8776         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8777         message-options.
8778         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8780 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8782         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8783         EasyPG (< 0.0.6).
8784         (mml2015-always-trust): New user option.
8785         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8786         prompt.
8788 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8790         * nntp.el (nntp-authinfo-force): New variable.
8791         (nntp-send-authinfo): Use it.
8793 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8795         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8796         decode encoded words.  Improve prompt.  Add comment about forwarding.
8797         (message-replacement-char): Move up.
8799 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8801         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8802         instead of gnus-intersection because arguments of gnus-sorted-nunion
8803         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8805 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8807         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8808         (message-simplify-subject-functions): Enable
8809         message-strip-subject-encoded-words by default.
8811 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8813         * message.el (message-strip-subject-encoded-words): New function.
8814         (message-simplify-subject-functions): New variable.
8815         (message-simplify-subject): Use it.  Fix typo in doc string.
8816         Support message-strip-subject-encoded-words.
8818 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8820         * gnus-diary.el (gnus-diary-delay-format-function):
8821         * nndiary.el (nndiary-reminders):
8822         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8824 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8826         * gnus-art.el (article-hide-boring-headers): Fetch date from
8827         gnus-original-article-buffer to avoid problems with localized date
8828         strings.
8830 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8832         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8834 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8836         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8837         New variables.
8838         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8839         (mm-charset-synonym-alist): Move some entries to
8840         mm-codepage-iso-8859-list.
8841         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8842         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8844 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8846         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8848 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8850         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8851         with Emacs 21 and XEmacs.
8853 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8855         * spam.el (spam-parse-address): New function for better parsing,
8856         catching errors, etc.
8857         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8859 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8861         * mm-view.el: Add interactive arg to html2text autoload.
8863 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8865         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8867 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8869         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8870         variables.
8871         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8872         (mm-charset-synonym-alist): Move some entries to
8873         mm-codepage-iso-8859-list.
8875         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8877 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8879         * message.el (message-citation-line-format)
8880         (message-insert-formated-citation-line): Fix implementation of %E, %N
8881         and %n according to the doc string.
8883 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8885         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8886         car-safe to avoid bad parses.
8888 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8890         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8891         names.
8893         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8895 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8897         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8898         header.
8900         * message.el (message-draft-headers): Add Date.
8901         (message-headers-to-generate): Fix typo in docstring.
8903         * nndraft.el (nndraft-required-headers): New variable.
8904         (nndraft-generate-headers): Use it.
8906         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8908 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8910         * gnus-registry.el (gnus-registry-wash-for-keywords)
8911         (gnus-registry-find-keywords): New functions to allow easy searching of
8912         articles that are in the registry.
8914 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8916         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8917         ietf-drums-parse-address instead of gnus-extract-address-components.
8918         Reported by Damien Elmes <damien@repose.cx>.
8920 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8922         * gnus.el (gnus-mime): Remove unused custom group.
8924 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8926         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8927         "blank line" when searching for end of armor headers.
8929 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8931         * gmm-utils.el (gmm-write-region): Fix variable name.
8933 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8935         * gmm-utils.el (gmm-write-region): New function based on compatibility
8936         code from `mm-make-temp-file'.
8938         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8940         * nnmaildir.el (nnmaildir--update-nov)
8941         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8942         Use `gmm-write-region'.
8944 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8946         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8947         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8949         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8951         * message.el (message-replacement-char): New variable.
8952         (message-fix-before-sending): Use it.
8953         (message-simplify-subject): New function to remove duplicate code.
8954         (message-reply, message-followup): Use it.
8956         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8957         gnus-summary-limit-to-articles.
8959 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8961         * gnus-util.el (gnus-with-local-quit): New macro.
8963         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8965 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8967         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8968         ignore non-string data.
8970 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8972         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8973         non-string data (needs to be done in the registry too).
8975 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8977         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8978         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8979         (gnus-registry-split-fancy-with-parent)
8980         (gnus-registry-fetch-simplified-message-subject-fast)
8981         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8982         Remove text properties on ingress into the registry and when it's saved.
8983         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8984         registry from entries with no groups.
8986 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8988         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8989         function to remove string properties.
8991 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8993         * gmm-utils.el (gmm): Adjust custom version.
8995         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8996         custom version.
8998         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9000 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9002         * gnus-art.el (gnus-insert-prev-page-button)
9003         (gnus-insert-next-page-button): Simplify.  Reformat.
9005 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9007         * gnus-art.el (gnus-insert-prev-page-button)
9008         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9010 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9012         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9014 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9016         * gnus-art.el (gnus-insert-mime-button)
9017         (gnus-insert-mime-security-button):
9018         Apply gnus-article-button-face to MIME and security buttons.
9020 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9022         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9023         readable.
9025 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9027         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9028         `browse-url-of-file' instead of `browse-url'.
9030 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9032         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9033         regexp.  Articles containing quotation were cut prematurely.
9035 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9037         * message.el (message-cite-original-1): Use nobody by default for the
9038         value of From header.
9039         (message-reply): Ditto.
9041 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9043         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9044         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9045         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9047 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9049         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9050         mails in the doc string.  Add some URLs in comment.
9051         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9053 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9055         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9056         backslashes handling and the way to find boundaries of quoted strings.
9058 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9060         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9061         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9062         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9063         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9065 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9067         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9068         doc string.
9069         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9071 2006-09-06  Simon Josefsson  <jas@extundo.com>
9073         * mml2015.el (mml2015-use): Doc fix, mention epg.
9075 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9077         * mml2015.el (mml2015-use): Default to epg, if available.
9079 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9081         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9082         message-sender.
9083         (mml1991-epg-encrypt): Ditto.
9084         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9085         message-sender.
9086         (mml2015-epg-encrypt): Ditto.
9088 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9090         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9091         several common directories.
9093 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9095         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9096         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9098 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9100         * gnus-art.el (article-decode-encoded-words): Make it fast.
9102 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9104         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9106         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9107         in quoted string into `\'.
9109 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9111         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9112         Use standard-syntax-table.
9114 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9116         * gnus-art.el (gnus-decode-address-function): New variable.
9117         (article-decode-encoded-words): Use it to decode headers which are
9118         assumed to contain addresses.
9119         (gnus-mime-delete-part): Remove useless `or'.
9121         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9122         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9123         (gnus-nov-parse-line): Use it to decode From header.
9124         (gnus-get-newsgroup-headers): Ditto.
9125         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9127         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9128         (mail-decode-encoded-address-string): New alias.
9130         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9131         New function.
9132         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9133         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9134         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9135         (rfc2047-decode-string): Ditto.
9136         (rfc2047-decode-address-region): New function.
9137         (rfc2047-decode-address-string): New function.
9139 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9141         * message.el (message-caesar-buffer-body): Allow rotating headers.
9143         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9145         * message.el (message-insert-formated-citation-line): Fix %f.
9146         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9148 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9150         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9151         (gnus-bookmark-mouse-available-p): New macro.
9152         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9153         (gnus-bookmark-bmenu-show-infos): Use it.
9154         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9155         (gnus-bookmark-bmenu-hide-infos): Ditto.
9156         (gnus-bookmark-remove-properties): New function.
9157         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9158         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9159         (gnus-bookmark-write-file): Bind coding-system-for-write.
9160         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9161         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9162         group before selecting it.
9163         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9164         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9165         quit-window if it is not available; use gnus-mouse-2 and bind it to
9166         gnus-bookmark-bmenu-select-by-mouse.
9167         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9168         (gnus-bookmark-bmenu-select-by-mouse): New function.
9170 2006-08-13  Romain Francoise  <romain@orebokech.com>
9172         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9173         space.
9175 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9177         * compface.el (uncompface): Use binary rather than raw-text-unix.
9179 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9181         * compface.el (uncompface): Make sure the eol conversion doesn't take
9182         place when communicating with the external programs.  Reported by
9183         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9185 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9187         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9189 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9191         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9192         Make it more robust by parsing author and date independently.
9194 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9196         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9198 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9200         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9201         first matching secret key.
9202         (mml2015-epg-encrypt): Ditto.
9204         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9205         first matching secret key.
9206         (mml1991-epg-encrypt): Ditto.
9208         * mml2015.el (mml2015-encrypt-to-self): New user option.
9209         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9210         mml2015-epg-encrypt-to-self is set.
9212         * mml1991.el (mml1991-encrypt-to-self): New variable.
9213         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9214         mml1991-epg-encrypt-to-self is set.
9216         * mml2015.el (mml2015-signers): New user option.
9217         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9218         (mml2015-epg-encrypt): Allow to select signing keys.
9220         * mml1991.el (mml1991-signers): New variable.
9221         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9222         (mml1991-epg-encrypt): Allow to select signing keys.
9224 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9226         * nnheader.el (nnheader-insert-head): Make it work even if the file
9227         uses CRLF for the line-break code.
9229 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9231         * mml2015.el: Require mml-sec instead of password.
9232         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9233         (mml2015-cache-passphrase): Inherit the default value from
9234         mml-secure-cache-passphrase.
9235         (mml2015-passphrase-cache-expiry): Inherit the default value from
9236         mml-secure-passphrase-cache-expiry.
9238         * mml1991.el: Require mml-sec instead of password.
9239         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9240         (mml1991-cache-passphrase): Inherit the default value from
9241         mml-secure-cache-passphrase.
9242         (mml1991-passphrase-cache-expiry): Inherit the default value from
9243         mml-secure-passphrase-cache-expiry.
9245         * mml-sec.el: Require password.
9246         (mml-secure-verbose): New user option.
9247         (mml-secure-cache-passphrase): New user option.
9248         (mml-secure-passphrase-cache-expiry): New user option.
9250 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9252         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9253         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9254         andreas@altroot.de (Andreas Vögele).
9256         FIXME: Use `tiny change'?
9258 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9260         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9261         workaround for the url package included with Emacs.
9263         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9265 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9267         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9268         correctly.  This fixes a bug caused by the 2006-05-12 change.
9270 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9272         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9273         some information about the error when saying that the `bogus' mail
9274         group will be used.
9276 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9278         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9279         string.
9281 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9283         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9285 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9287         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9289 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9291         * mml1991.el (mml1991-function-alist): Add epg.
9292         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9293         (mml1991-epg-encrypt): New functions.
9295 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9297         * mml2015.el (mml2015-verbose): New variable.
9298         (mml2015-cache-passphrase): Ditto.
9299         (mml2015-passphrase-cache-expiry): Ditto.
9300         (mml2015-function-alist): Add epg.
9301         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9302         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9303         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9304         functions.
9306 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9308         * message.el (message-cite-original-1): Preserve region when removing
9309         quoted text due to X-No-Archive in order to avoid bogus attribution
9310         when citing multiple messages.
9312 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9314         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9315         Kenneth Jacker <khj@be.cs.appstate.edu>.
9317 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9319         * gnus-diary.el (gnus-user-format-function-d)
9320         (gnus-user-format-function-D): Autoload.
9322         * imap.el (Commentary): Fix typo.
9324         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9325         2006-04-22 contribution.
9327 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9329         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9330         It didn't really fix the bogosity I'm seeing with solid web groups.
9332 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9334         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9335         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9336         created using server names.  If we use the feature without declaring
9337         it, Gnus does not properly manage server and group state.
9339         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9340         bound.
9342 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9344         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9345         looking up the method using GROUP's prefix before inventing a new one.
9346         It is used on killed/unknown groups in various places where returning
9347         an all-new method isn't expected by the caller.
9349         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9350         and match semantics of gnus-group-real-prefix.
9352 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9354         * nnmail.el (nnmail-broken-references-mailers): New variable.
9355         (nnmail-ignore-broken-references): New function generalizing
9356         nnmail-fix-eudora-headers.
9357         (nnmail-fix-eudora-headers): Now obsolete.
9359         * gnus-art.el (gnus-button-handle-custom): Support
9360         `customize-apropos*'.
9362 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9364         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9366         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9367         articles.
9369 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9371         * message.el (message-cite-reply-above): New variable.
9372         (message-yank-original): Use it.
9374 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9376         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9378 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9380         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9381         as read.
9383         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9385 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9387         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9388         (gnus-bookmark-default-file): Use gnus-directory.
9389         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9390         Remove "*" in doc string.
9391         (gnus-bookmark-write-file): Simplify.
9392         (gnus-bookmark-maybe-sort-alist): Use `when'.
9393         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9394         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9395         FIXME about Emacs 21 and XEmacs compatibility.
9396         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9397         compatibility.
9398         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9399         compatibility.
9400         (gnus-bookmark-menu-heading): Fix version.
9402 2006-06-19  Bastien Guerry  <bzg@altern.org>
9404         * gnus-bookmark.el: New file.
9406 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9408         * message.el (message-syntax-checks): Doc fix.
9410 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9412         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9413         unsubscribed groups as if they were killed ones.  It causes duplicate
9414         entries in gnus-newsrc-alist.
9416 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9418         * message.el (message-syntax-checks): Doc fix.
9419         (message-send-mail): Add check for continuation headers.
9420         (message-check-news-header-syntax): Fix regexp used to check for
9421         continuation headers.
9423 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9425         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9427 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9429         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9431 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9433         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9434         default-truncate-lines.
9436 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9438         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9439         to fill the utf-8 entry.
9441 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9443         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9445 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9447         * gnus-agent.el (directory-files-and-attributes): Move all the way
9448         forward (the third and final move).
9449         (gnus-agent-read-agentview): Trap reconstruction errors due to
9450         nonexistent directory.  Handle by returning nil.
9452 2006-05-30  Didier Verna  <didier@xemacs.org>
9454         * message.el (message-dont-reply-to-names): Update the custom type.
9455         * message.el (message-dont-reply-to-names): New defsubst: potentially
9456         convert a list of regexps into a single one.
9457         * message.el (message-get-reply-headers): Use it.
9458         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9460 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9462         * gnus-agent.el (directory-files-and-attributes): Move forward.
9464 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9466         * gnus-ml.el (gnus-mailing-list-subscribe)
9467         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9468         (gnus-mailing-list-message): Fix doc strings.
9470 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9472         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9473         of doing it manually.
9475 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9477         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9478         comment.
9480 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9482         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9483         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9484         (gnus-agent-read-local): All symbols allocated in my-obarray.
9485         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9486         (gnus-agent-regenerate-group): Check numeric names to see if they are
9487         messages or groups.
9488         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9489         better way of do this...)
9491         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9492         'dummy.group' (there should be a better way of do this...)
9494 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9496         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9497         (gnus-saved-headers): Ditto.
9498         (gnus-default-article-saver): Mention functions may have properties.
9499         (gnus-article-save): Override gnus-save-all-headers and
9500         gnus-saved-headers by :headers property which saver function may have.
9501         (gnus-summary-save-in-file): Add :headers property.
9502         (gnus-summary-write-to-file): Ditto.
9504         * gnus-sum.el (gnus-summary-save-article): Bind
9505         gnus-prompt-before-saving to t when saving many articles in a file;
9506         always show all headers.
9508 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9510         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9511         marks.
9513         * message.el (message-indent-citation): Add optional arguments to allow
9514         using it outside of message buffers.
9516         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9517         (gnus-article-treat-unfold-headers): Use it.
9518         (gnus-article-truncate-lines): New variable.
9519         (gnus-article-mode): Use it.
9520         (gnus-article-toggle-truncate-lines): New function.
9522         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9523         gnus-article-toggle-truncate-lines.
9525         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9526         coding system in XEmacs, use binary.
9528 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9530         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9531         after-load-alist.
9533         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9534         this function should save decoded articles.
9535         (gnus-summary-write-to-file): Use property to specify this function
9536         should save decoded articles and specify gnus-summary-save-in-file
9537         should be used to save articles other than the first one when saving
9538         many articles.
9539         (gnus-summary-save-body-in-file): Use property to specify this
9540         function should save decoded articles.
9541         (gnus-summary-write-body-to-file): Use property to specify this
9542         function should save decoded articles and specify
9543         gnus-summary-save-body-in-file should be used to save articles other
9544         than the first one when saving many articles.
9546         * gnus-sum.el (gnus-summary-save-article): Simplify.
9548 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9550         * gnus-art.el (gnus-default-article-saver): Add
9551         gnus-summary-write-body-to-file.
9552         (gnus-article-save-coding-system): Don't use coding system object
9553         in XEmacs.
9554         (gnus-read-save-file-name): Add optional `dir-var' argument which
9555         specifies directory in which files are saved; work even if optional
9556         `variable' argument is not specified.
9557         (gnus-summary-write-to-file): Read file name.
9558         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9559         (gnus-summary-write-body-to-file): New function.
9561         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9562         (gnus-summary-local-variables): Add it.
9563         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9564         (gnus-summary-save-article): Remove optional `decode' argument;
9565         determine whether to decode articles by the value of
9566         gnus-default-article-saver; when saving many files using
9567         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9568         it first and use gnus-summary-save-in-file or
9569         gnus-summary-save-body-in-file thereafter unless
9570         gnus-prompt-before-saving is always; move point to article which
9571         will be saved.
9572         (gnus-summary-save-article-file): Revert.
9573         (gnus-summary-write-article-file): Revert.
9574         (gnus-summary-save-article-body-file): Revert.
9575         (gnus-summary-write-article-body-file): New function.
9577 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9579         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9581 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9583         * gnus-art.el (gnus-default-article-saver): Doc fix.
9584         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9585         from gnus-summary-save-article-coding-system, and default to a
9586         certain coding system.
9587         (gnus-output-to-file): Add coding cookie and encode text according
9588         to gnus-article-save-coding-system; don't use mm-append-to-file.
9590         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9591         gnus-art.el and rename to gnus-article-save-coding-system.
9592         (gnus-summary-save-article): Require gnus-art; don't show all
9593         headers if it decodes articles; don't add coding cookie here;
9594         don't bind mm-text-coding-system-for-write.
9595         (gnus-summary-save-article-file): Save decoded articles.
9596         (gnus-summary-write-article-file): When saving many files, use
9597         gnus-summary-write-to-file first and gnus-summary-save-in-file
9598         thereafter unless gnus-prompt-before-saving is always.
9599         (gnus-summary-save-article-body-file): Save decoded articles.
9601 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9603         * nnrss.el (nnrss-check-group): Bind hash-index.
9605 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9607         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9608         its hash index.  Store this hash in `nnrss-group-data'.
9609         (nnrss-read-group-data): Update accordingly.
9611 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9613         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9614         entry.
9616         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9617         gnus-article-browse-html-article.
9619 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9621         * gnus-sum.el (gnus-summary-mime-map): Add
9622         gnus-article-browse-html-article.
9623 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9625         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9626         suitable coding systems in customize.
9628 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9630         * mail-source.el (mail-sources): Fix custom type.
9632 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9634         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9635         (gnus-summary-expire-articles-now): Shorten prompt.
9637         * gmm-utils.el (wid-edit): Require.
9638         (defun-gmm): Renamed from `gmm-defun-compat'.
9639         (gmm-image-search-load-path): Use it.
9640         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9642 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9644         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9645         variable.
9646         (gnus-summary-save-article): Add optional `decode' argument.  If
9647         it is set and gnus-summary-save-article-coding-system is non-nil,
9648         save decoded article.
9649         (gnus-summary-write-article-file): Save decoded article if
9650         gnus-summary-save-article-coding-system is non-nil.
9652         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9653         type.
9655 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9657         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9659 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9661         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9662         first to test gnus-single-article-buffer which may be buffer-local.
9664         * gnus-sum.el (gnus-summary-setup-buffer): Make
9665         gnus-single-article-buffer buffer-local and nil in ephemeral
9666         group; make gnus-article-buffer, gnus-article-current, and
9667         gnus-original-article-buffer always buffer-local.
9668         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9669         group.
9670         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9672 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9674         * nnml.el (nnml-request-compact-group): Compressed files might not
9675         have .gz extension.
9677 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9679         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9680         (mm-copy-to-buffer): Use with-current-buffer.
9681         (mm-display-part): Simplify.
9682         (mm-inlinable-p): Add optional arg `type'.
9684 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9686         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9687         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9688         Try harder to show the attachment internally or externally using
9689         gnus-mime-view-part-as-type.
9691 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9693         * message.el (message-from-style, message-signature-separator)
9694         (message-user-organization-file, message-send-mail-function)
9695         (message-citation-line-function, message-yank-prefix)
9696         (message-indent-citation-function, message-signature)
9697         (message-signature-file, message-signature-insert-empty-line):
9698         Remove autoloads.
9700         * gnus-art.el (gnus-buttonized-mime-types): Remove
9701         "multipart/signed".  Revert 2006-04-26 change.
9703 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9705         * gnus.el (gnus-version-number): Bump version.
9707 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9709         * gnus.el: No Gnus v0.5 is released.
9711 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9713         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9714         fetching articles by message-id.
9716 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9718         * message.el (hashcash): Require hashcash as normal.
9720         * ecomplete.el (ecomplete-highlight-match-line): Use
9721         point-at-eol.
9722         (ecomplete-highlight-match-line): Use `highlight', because that
9723         face exists in both Emacs and XEmacs.
9725         * message.el (message-display-abbrev): Use point-at-bol.
9727         * mail-source.el: Don't require timer/timer-funcs.
9729         * gnus-async.el: Ditto.
9731         * password.el: Ditto.
9733         * mm-url.el: Ditto.
9735         * mm-util.el: Require timer/timer-funcs.
9737 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9739         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9740         Close.
9742 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9744         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9745         unibyte after clear-decrypt function runs.
9747         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9748         returns as a unibyte string.
9750 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9752         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9753         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9754         (mml1991-pgg-encrypt): Ditto.
9756 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9758         * message.el (message-user-organization-file): Check several
9759         locations of the organization file.
9761         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9762         Add gnus-article-view-part-as-type.
9764         * gnus-art.el (gnus-article-view-part-as-type): New function.
9766         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9767         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9769         * mml.el: Simplify autoload.
9770         (mml-mode): defvar dnd-protocol-alist instead of using
9771         symbol-value.
9772         (mml-default-directory): New variable.
9773         (mml-minibuffer-read-file): Use it.
9774         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9776         * message.el (message-citation-line-format): New variable.
9777         (message-insert-formated-citation-line): New function.
9778         (message-citation-line-function): Add
9779         `message-insert-formated-citation-line' to custom type.
9781         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9782         to doc string.
9784         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9785         depending on mm-verify-option.
9787 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9789         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9790         binding pgg-* variables; reimplement the section which prevents
9791         MIME header from being signed.
9792         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9793         pgg-text-mode; remove a blank line at the top of body.
9795         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9796         lines at the top of body; use gnus-newsgroup-charset if there's no
9797         Charset header.
9799 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9801         * message.el (message-self-insert-commands): Doc fix.
9803         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9804         (mm-uu-pgp-encrypted-test): Ditto.
9805         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9806         between header and body; return application/pgp-encrypted handle
9807         if decryption failed; decode decrypted body by charset.
9809         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9810         element match to application/pgp-*.
9812 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9814         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9815         HTML.
9817 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819         * mail-source.el (mail-source-call-script): Message the error
9820         string.
9822 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9824         * gnus-util.el (gnus-byte-compile): Use it.
9826 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9828         * gnus-util.el (kill-empty-logs): New function.
9830 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9832         * message.el (message-mail-alias-type): Doc fix.
9833         (message-mail-alias-type-p): New function.
9834         (message-send): Use it.
9835         (message-mode): Ditto.
9836         (message-strip-forbidden-properties): Ditto.
9838         * ecomplete.el (ecomplete-database-file-coding-system): New
9839         variable.
9840         (ecomplete-save): Use it.
9841         (ecomplete-setup): Use it.
9843 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9845         * message.el (message-self-insert-commands): New variable.
9846         (message-strip-forbidden-properties): Use it.
9848 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9850         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9851         that doesn't make XEmacs choke.
9853 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9855         * gnus-util.el (gnus-replace-in-string):
9856         Prefer replace-regexp-in-string over of replace-in-string.
9858 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9860         * gnus-util.el (gnus-select-frame-set-input-focus):
9861         Use select-frame-set-input-focus if it is available in XEmacs; use
9862         definition defined in Emacs 22 for old Emacsen.
9864 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9866         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9868 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9870         * gnus-registry.el (gnus-registry-cache-save): Remove text
9871         properties when saving via the temp buffer.
9873 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9875         * message.el (message-generate-hashcash): Honor custom type.
9877 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9879         * message.el (message-generate-hashcash): Default to non-nil when
9880         hashcash is found.
9882         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9883         (gnus-refer-thread-limit): Increase default to 500.
9885         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9887         * flow-fill.el (fill-flowed): Allow delete-space.
9889 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9891         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9892         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9893         Remove autoloads.
9895 2006-04-18  Simon Josefsson  <jas@extundo.com>
9897         * message.el (message-generate-hashcash): Default to.
9899 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9901         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9902         concatenating segments rather than before concatenating them.
9904 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9906         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9908         * imap.el (imap-quote-specials): New function.
9909         (imap-login-auth): Quote specials.
9911 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9913         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9915         * message.el (message-forward-make-body-plain): Allow
9916         message-forward-ignored-headers to be a list.
9917         (message-remove-ignored-headers): Factor out into function.
9918         (message-forward-make-body-mml): Use it.
9919         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9920         (rfc2231-parse-string): Allow concatanation of parameters that
9921         aren't contiguous.  The test case is
9922           (mail-header-parse-content-type "message/external-body;
9923             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9924             access-type=LOCAL-FILE;
9925             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9927 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9929         * nntp.el (nntp-accept-process-output): Return the value of
9930         `nnheader-accept-process-output'.
9932 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9934         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9935         (gnus-button-alist): Recognize more diff formats.
9936         (gnus-button-patch): Strip directory.
9938 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9940         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9941         Emacs 22 when setting focus.
9943 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9945         * gnus-art.el (gnus-article-treat-types): Do treatment of
9946         text/x-verbatim parts.
9947         (gnus-button-patch): New command.
9949         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9950         addresses that contain invalid characters.
9952 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9954         * message.el (message-put-addresses-in-ecomplete): Use
9955         gnus-replace-in-string.
9956         (message-is-yours-p): Use the more correct
9957         mail-header-parse-address instead of
9958         mail-extract-address-components.
9959         (message-put-addresses-in-ecomplete): Fix typo.
9961         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9962         keystroke.
9964         * gnus-art.el (gnus-treatment-function-alist): Change order of
9965         newsgroups/generic header folding to avoid double-folding.
9967         * message.el (message-hidden-headers): Add X-Draft-From.
9969         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9970         command.
9971         (gnus-summary-repeat-search-article-backward): New command.
9973         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9974         groups in the parent topic.
9976 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9978         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9979         (spam-extra-header-to-number): Return the CRM114 number as a
9980         number instead of a string.
9982 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9984         * gnus-art.el (gnus-face-properties-alist): Moved here from
9985         gnus-fun.
9987         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9989 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9991         * message.el (message-strip-forbidden-properties): Only display on
9992         self-insert-command.
9994         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9995         reindent.
9996         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9998 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10000         * smiley.el (smiley-style): Fix typo.
10002 2006-03-23  Kenichi Handa  <handa@m17n.org>
10004         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10005         instead of set-buffer-multibyte.
10007 2006-03-23  Kenichi Handa  <handa@m17n.org>
10009         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10010         buffer and then decode the buffer text if necessary.
10011         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10012         first, and after mm-encode-body, change the buffer to unibyte.
10014 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016         * hashcash.el (hashcash-insert-payment-async-2): Use
10017         message-goto-eoh instead of doing it manually.
10018         (mail-add-payment): Use message-narrow-to-header instead of trying
10019         to do the same itself.
10021         * message.el (message-hidden-headers): Add Face.
10023         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10024         reparenting code.
10025         (gnus-summary-reparent-children): Refactored out code.
10026         (gnus-summary-thread-map): New keystroke.
10027         (gnus-summary-reparent-children): Make into command.
10029         * smiley.el (smiley-style): Default to `medium' if using a large
10030         font.
10032         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10033         does it itself.
10035         * message.el (message-point-in-header-p): Simplify definition.
10037 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10039         * nnagent.el (nnagent-request-set-mark): Silence log file
10040         writing.
10041         (nnagent-request-set-mark): Use write-region instead of
10042         append-to-file.
10044         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10045         strange select method.
10047         * ecomplete.el (ecomplete-display-matches): Get highlightling
10048         right.
10049         (ecomplete-display-matches): Use literals.
10050         (ecomplete-display-matches): Disable message logging.
10052         * message.el (message-display-abbrev): Small optimization.
10054         * ecomplete.el (ecomplete-display-matches): Allow automatic
10055         display.
10057         * message.el (message-strip-forbidden-properties): Display
10058         abbrevs.
10059         (message-display-abbrev): Get automatic display right.
10061         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10062         keystrokes.
10064 2006-04-13  Romain Francoise  <romain@orebokech.com>
10066         TODO: Backport to v5-10!
10068         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10069         Moved here (and renamed) from gnus-registry.el.
10071         * gnus-registry.el: Require gnus-util.
10072         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10074 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076         * gnus-group.el (gnus-group-catchup-current): Change
10077         if-then-else-if-then-else into cond.
10078         (gnus-group-catchup): Indent.
10079         (group-name-at-point): New function.
10080         (gnus-fetch-group): Provide default from thing at point.
10082 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10084         * message.el (message-display-abbrev): Fix regexp.
10086         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10087         choosing.
10088         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10089         dead variables.
10091         * message.el (message-newline-and-indent): Remove debugging.
10092         (message-display-abbrev): Use new implementation.
10094 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10096         * gnus-art.el (gnus-article-mode): Set
10097         cursor-in-non-selected-windows to nil.
10099         * smiley.el: Revert previous change.
10100         (smiley-data-directory): defvar it before using it in the
10101         defcustom of `smiley-style'.
10103 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10105         * message.el (message-newline-and-indent): New function.
10107         * ecomplete.el: Implement more bits.
10109         * message.el (message-put-addresses-in-ecomplete): Clean up the
10110         string.
10112         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10114         * gnus-sum.el (gnus-summary-save-parts): Bind
10115         gnus-summary-save-parts-counter and use it to make unique file
10116         names.
10118         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10120         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10121         parameter to say whether to actually parse the individual
10122         addresses.
10124         * message.el (message-put-addresses-in-ecomplete): New function.
10125         (ecomplete): Require.
10126         (message-mail-alias-type): Add ecomplete as an option.
10128 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10130         * flow-fill.el (fill-flowed): Remove trailing space from blank
10131         quoted lines.
10133 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10135         * smiley.el (smiley-style): Move definition later to avoid a
10136         compilation warning.
10138 2006-04-12  Kenichi Handa  <handa@m17n.org>
10140         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10141         buffer and then decode the buffer text if necessary.
10142         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10143         first, and after mm-encode-body, change the buffer to unibyte.
10144         Use mm-disable-multibyte instead of set-buffer-multibyte.
10146 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10148         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10149         Content-Type header instead of Content-Disposition header.
10150         (gnus-mime-inline-part): Ditto.
10151         (gnus-mime-view-part-as-charset): Ignore charset that the part
10152         specifies.
10154         * mm-decode.el (mm-display-part): Work with external parts and
10155         usual parts similarly.
10157         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10158         instead of gnus-display-mime.
10160         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10161         instead of with-temp-buffer.
10163         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10164         tag to summarized topics part in order to encode non-ASCII text.
10166 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10168         * smiley.el (smiley-style): New variable.
10169         (smiley-directory): New function.
10170         (smiley-data-directory): Derive from `smiley-style' using
10171         `smiley-directory'.
10172         (smiley-regexp-alist): Add new entries.
10174         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10175         (gnus-article-browse-delete-temp): Add :version.
10177 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10179         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10180         the sieve region.
10182 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10184         * gnus.el (gnus-version-number): Bump version.
10186 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10188         * gnus.el: No Gnus v0.4 is released.
10190 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10192         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10193         layout.
10195         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10196         unknown charset.
10198         * message.el (message-header-synonyms): Add Original-To to the
10199         default.
10201         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10202         optional parameter.
10204 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10206         * gnus-fun.el (gnus): Require it for gnus-directory.
10208 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10210         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10212 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10214         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10216 2006-04-05  Simon Josefsson  <jas@extundo.com>
10218         * password.el (password-reset): New function.
10220 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10222         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10223         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10225 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10227         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10228         Some whitespace was matched into the url, which broke browsing hits
10229         > 100 when mm-url-use-external was nil.
10231 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10233         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10234         gnus-extra-headers for 'Newsgroups.
10236         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10237         bound.
10239 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10241         * pgg-gpg.el: Clean up process buffers every time gpg processes
10242         complete.
10244 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10246         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10247         doc string.
10249 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10251         * pgg-gpg.el (pgg-gpg-process-filter)
10252         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10254         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10255         lines, temporary fix.
10257 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10259         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10261 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10263         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10264         default-enable-multibyte-characters.  This reverts the change from
10265         revision 6.17 which is no longer necessary because the passphrase
10266         is sent separately now.  GnuPG messages are unreadable under
10267         multibyte locales with default-enable-multibyte-characters set to
10268         nil.
10270 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10272         * message.el (message-tool-bar-gnome): Move "spell".
10274 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10276         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10277         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10278         instead.
10280 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10282         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10283         newsgroups handling for NNTP overviews which don't include
10284         Newsgroups.
10286 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10288         * message.el (message-resend): Bind message-generate-hashcash to nil.
10290 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10292         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10293         when searching for already-paid recipients.
10295 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10297         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10298         passphrases when it is not needed.
10299         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10300         passphrase stuff from gpg, should only be necessary when you use
10301         gpg with a smartcard.
10303 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10305         * mml.el (mml-insert-mime): Ignore cached contents of
10306         message/external-body part.
10308         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10309         (mm-insert-part): Ditto.
10311 2006-03-23  Simon Josefsson  <jas@extundo.com>
10313         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10314         Reiner.
10315         (pgg-gpg-use-agent-p): Use it again.
10317 2006-03-23  Simon Josefsson  <jas@extundo.com>
10319         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10320         older emacsen.
10321         (pgg-gpg-use-agent-p): Don't use it.
10323 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10325         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10326         if we can.
10328 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10330         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10331         (pgg-gpg-update-agent): New function.
10332         (pgg-gpg-use-agent-p): New function.
10333         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10334         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10335         (pgg-gpg-sign-region): Use it.
10337 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10339         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10340         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10342 2006-03-21  Simon Josefsson  <jas@extundo.com>
10344         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10345         <wilde@sha-bang.de>.
10346         (pgg-gpg-use-agent): New variable.
10347         (pgg-gpg-process-region): Use it.
10348         (pgg-gpg-encrypt-region): Likewise.
10349         (pgg-gpg-encrypt-symmetric-region): Likewise.
10350         (pgg-gpg-decrypt-region): Likewise.
10351         (pgg-gpg-sign-region): Likewise.
10352         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10354 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10356         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10358         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10359         Add comment on version.
10361 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10363         * smiley.el: Add missing test smiley.
10365 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10367         * mm-decode.el (mm-with-part): New macro.
10368         (mm-get-part): Use it; work with message/external-body as well.
10369         (mm-save-part): Treat name and filename equally.
10371         * mm-extern.el (mm-extern-cache-contents): New function.
10372         (mm-inline-external-body): Use it; force the part to be displayed;
10373         move undisplayer added to the cached handle to the parent.
10375         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10376         (gnus-mime-view-part-as-type): Work with message/external-body.
10378         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10380 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10382         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10383         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
10384         Emacs.]
10386 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10388         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10389         path rather than symbol.  Always return list of directories.
10390         Guarantee that image directory comes first.  [Sync with image.el,
10391         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
10393         * message.el (message-make-tool-bar): Adjust to new API of
10394         `gmm-image-load-path-for-library'.
10396         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10398         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10400 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10402         * gnus-art.el (gnus-article-only-boring-p):
10403         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10404         intangible text.
10405         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10407 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10409         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10410         `defun' instead of `gmm-defun-compat'.
10412 2006-03-14  Simon Josefsson  <jas@extundo.com>
10414         * message.el (message-unique-id): Don't use message-number-base36
10415         if (user-uid) is a float.
10416         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10418 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10420         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10422         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10423         empty line between a part and a message part.
10425 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10427         * smiley.el: Add more test smileys.
10428         (smiley-data-directory, smiley-regexp-alist)
10429         (gnus-smiley-file-types): Fix doc strings.
10430         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10431         adding new elements.
10432         (smiley-mouse-map): Unused code.  Make it a comment.
10434 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10436         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10437         scan latest NoCeM messages instead of old ones.
10438         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10439         delimiters that are recently used.
10440         (gnus-nocem-load-cache): Add autoload cookie.
10442         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10444         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10445         level which is larger than gnus-use-nocem is specified.
10447         * gnus-group.el (gnus-group-get-new-news): Ditto.
10449 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10451         * gnus-util.el (gnus-tool-bar-update): New function.
10453         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10454         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10456         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10458         * gnus-group.el (gnus-group-redraw-when-idle)
10459         (gnus-group-redraw-check): Remove.
10460         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10462 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10464         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10465         if optional last element is specified in splits (FIELD VALUE...).
10467 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10469         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10470         to gmm-image-load-path-for-library.  Call with no-error argument.
10471         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10473         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10475         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10477         * gmm-utils.el (gmm-image-load-path): Remove alias.
10479 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10481         * gmm-utils.el (gmm-image-load-path): Add alias.
10483         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10484         nnml-generate-nov-databases-1.
10485         (nnml-generate-nov-databases): Use it.
10486         (nnml-generate-nov-databases-directory): Document no-active
10487         argument.
10489         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10490         directory if path is t.  Add no-error.
10492         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10493         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10495         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10496         resetting gnus-article-browse-html-temp-list.
10498         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10499         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
10500         Add example to docstring.  Rename local variables.  Move error
10501         checks to default case in cond and simplify.
10503 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10505         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10506         handle is multipart when calling it recursively.
10507         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10509 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10511         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10512         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10514 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10516         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10517         is loaded.
10519         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10520         loaded.
10522 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10524         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10525         to "Emacs 23 (unicode)" in doc string.
10527         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10528         "Emacs 23 (unicode)" in comment.
10530 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10532         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10534         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10535         characters 160 through 255 in Emacs 23.
10537 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10539         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10540         gnus-article-browse-html-temp.
10541         (gnus-article-browse-delete-temp): Make it customizable.  Add
10542         `file'.  Adjust doc string.
10543         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10544         query for each file.  Adjust doc string.
10545         (gnus-article-browse-html-parts): Add
10546         `gnus-article-browse-delete-temp-files' to
10547         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10549 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10551         * gnus-art.el (gnus-article-browse-html-temp)
10552         (gnus-article-browse-delete-temp): New variables.
10553         (gnus-article-browse-delete-temp-files): New function.
10554         (gnus-article-browse-html-parts): Use it.
10556 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10558         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10560         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10561         string.
10563         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10564         gnus-summary-insert-new-articles when unplugged.  Remove
10565         gnus-summary-search-article-forward.
10567         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10568         display-visual-class instead of display-color-cells.
10570 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10572         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10573         message/* containing non-ASCII text properly.
10575 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10577         * message.el: Require gmm-utils, remove autoloads.
10578         (message-tool-bar): Set default based on
10579         gmm-tool-bar-style.
10580         (message-tool-bar-gnome): Add gmm-customize-mode.
10582         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10583         gmm-tool-bar-style.
10584         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10586         * gnus-group.el (gnus-group-tool-bar): Set default based on
10587         gmm-tool-bar-style.
10588         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10590         * gmm-utils.el (gmm-image-directory): Rename variable from
10591         gmm-image-load-path.
10592         (gmm-image-load-path): Use gmm-image-directory.
10593         (gmm-customize-mode): New function.
10594         (gmm-tool-bar-style): New variable.
10596         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10597         gnus-group-redraw-line-number.
10598         (gnus-group-redraw-check): Simplify.
10599         (gnus-group-tool-bar-update): Remove redraw check.
10600         (gnus-group-make-tool-bar): Add redraw check.
10602 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10604         * gnus-art.el (gnus-button): Add missing parentheses.
10606 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10608         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10610 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10612         * gnus-art.el (gnus-button): New face.
10613         (gnus-article-button-face): Use it.
10615         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10616         gnus-summary-next-page.  Re-order.
10618         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10619         next-node are now included.
10620         (gnus-group-redraw-line-number): New internal variable.
10621         (gnus-group-redraw-check): Helper function for updating the tool
10622         bar.
10623         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10625         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10627         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10628         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10629         Use it to match format of Spamassassin 3.0 and later.  Reported by
10630         IRIE Tetsuya <irie@t.email.ne.jp>.
10631         (spam-check-bogofilter)
10632         (spam-bogofilter-register-with-bogofilter): Fix args of
10633         `gnus-error' calls.
10635 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10637         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10638         unnecessary interaction when sending queued mails.  Reported by
10639         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10641 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10643         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10644         first or last are nil.
10646 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10648         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10650 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10652         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10654 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656         * dns.el (query-dns): Protect more against buggy tcp output.
10658 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10660         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10661         nov.php.
10663 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10665         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10666         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10667         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10668         output on the server side.
10669         (nnweb-google-create-mapping): Update regexps and add some
10670         progress indication.
10672 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10674         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10675         gnus-agent-toggle-plugged.  Re-order icons.
10676         (gnus-group-tool-bar-gnome): Add
10677         gnus-group-{prev,next}-unread-group.
10678         (gnus-group-tool-bar-gnome): Re-order icons.
10680         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10681         gnus-summary-insert-new-articles.
10683         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10684         comments.
10686         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10687         also available in Emacs 21.3.
10689         * message.el (message-fix-before-sending): Change "Emacs 22" to
10690         "Emacs 23 (unicode)" in comment.
10692         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10693         "Emacs 23 (unicode)" in comment.
10695         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10696         comment.
10697         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10699         * mm-view.el (mm-fill-flowed): Add :version.
10701 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10703         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10704         and load-path.
10706 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10708         * message.el: Autoload gmm-image-load-path.
10709         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10710         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10711         consitency.
10713         * gmm-utils.el (gmm-image-load-path): Also search in
10714         "../etc/images".  Don't set gmm-image-load-path if we don't find
10715         the image.
10717 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10719         * gmm-utils.el (gmm-image-load-path): Don't make
10720         `gmm-image-load-path' include subdirectories which the second arg
10721         `image' might specify.
10723         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10724         subdirectory to icon file names.
10726         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10728 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10730         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10731         gmm-image-load-path calls.
10733         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10735         * message.el (message-make-tool-bar): Ditto.
10737         * mml.el (mml-preview): Added comment concerning tool bar icons.
10739         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10740         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10742         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10743         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10745         * message.el (message-tool-bar-gnome): Use new icon names.
10746         (message-make-tool-bar): Use `gmm-image-load-path'.
10748         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10749         functions from MH-E.
10750         (gmm-image-load-path): New variable from MH-E.
10751         (gmm-image-load-path): New function from MH-E.  Added arguments
10752         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10753         *-image-load-path-called-flag.
10755 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10757         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10759 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10761         * nnimap.el (nnimap-request-move-article): Change folder back to
10762         source group before deleting.
10764 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10766         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10768         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10769         mm-url.
10771         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10773 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10775         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10776         coding system which mm-charset-to-coding-system returns for a
10777         given charset is valid.
10779 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10781         * html2text.el (html2text-remove-tag-list):
10782         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10784 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10786         * gnus-cus.el: Revert 2005-10-17 change.
10788 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10790         * gnus-art.el (article-strip-banner): Call
10791         article-really-strip-banner only when the regexp match is made.
10793 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10795         * gnus-art.el (article-strip-banner): Use
10796         gnus-extract-address-components instead of
10797         mail-header-parse-addresses to make it work with non-ASCII text;
10798         remove mail-encode-encoded-word-string.
10800         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10801         values which are surrounded with \"...\"; make it never cause a
10802         Lisp error; give up parsing of parameters if it failed in
10803         extracting type.
10805 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10807         * smime.el (smime-cert-by-ldap-1): Fix bug where
10808         `smime-ldap-search' returns results without userCertificates.
10810 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10812         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10814 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10816         * spam.el (spam-check-spamassassin-headers): Adapt format for
10817         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10818         <ari@mbf.ocn.ne.jp>.
10819         (spam-list-of-processors): Add spam-use-gmane.
10821 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10823         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10824         make-temp-file; make it work with XEmacs as well.
10826         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10827         mm-make-temp-file.
10829         * mm-decode.el (mm-display-external): Use the 3rd arg of
10830         mm-make-temp-file.
10831         (mm-create-image-xemacs): Ditto.
10833 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10835         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10836         with message-narrow-to-headers.
10837         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10838         (gnus-draft-check-draft-articles): New function.
10839         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10841 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10843         * gnus-art.el (gnus-article-browse-html-parts):
10844         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10845         Don't use suffix argument for mm-make-temp-file for Emacs 21
10846         compatibility.  Remove useless `format'.
10848 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10850         * nnweb.el (nnweb-google-wash-article): Update regexps.
10851         (nnweb-group-alist): Use defvoo instead of defvar.
10853 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10855         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10856         re-loading nn* modules.
10858 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10860         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10861         for `tool-bar-mode' and don't check it's default-value.
10863         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10865         * message.el (message-make-tool-bar): Ditto.
10867         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10868         `substring'.  Shorten tmp-file name.
10870         * gnus.el: Remove bogus comment.
10872 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10874         * gnus-art.el (gnus-article-browse-html-parts): New function.
10875         (gnus-article-browse-html-article): New function for viewing html
10876         articles with a browser.
10878 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10880         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10881         (mml2015-pgg-encrypt): Ditto.
10883         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10884         (mml1991-pgg-encrypt): Ditto.
10886 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10888         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10889         message-make-date instead of current-time-string.
10891         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10892         to gnus-decoded which mm-uu might set.
10894 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10896         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10897         don't decode quoted parameters; remove misimported Emacs code.
10898         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10899         (rfc2231-decode-encoded-string): Don't use split-string which
10900         behaves differently according to Emacs version; use
10901         mm-decode-coding-region to convert charset to coding-system.
10902         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10903         (rfc2231-encode-string): Remove misimported Emacs code.
10905 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10907         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10908         when calling mail-header-parse-content-type.
10909         (article-de-quoted-unreadable): Ditto.
10910         (article-de-base64-unreadable): Ditto.
10911         (article-wash-html): Ditto.
10913         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10914         calling mail-header-parse-content-type and
10915         mail-header-parse-content-disposition.
10916         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10917         mail-header-parse-content-type.
10919         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10920         insert charset and format parameters; encode description after
10921         inserting it to buffer.
10922         (mml-insert-parameter): Fold lines properly even if a parameter is
10923         segmented into two or more lines; change the max column to 76.
10925         * rfc1843.el (rfc1843-decode-article-body): Don't use
10926         ignore-errors when calling mail-header-parse-content-type.
10928         * rfc2231.el (rfc2231-parse-string): Return at least type if
10929         possible; don't cause an error even if it fails in parsing of
10930         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10931         (rfc2231-encode-string): Don't break lines at the beginning, leave
10932         it to mml-insert-parameter.
10934         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10935         calling mail-header-parse-content-type.
10937 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10939         * spam-report.el (spam-report-gmane-use-article-number):
10940         Improve doc string.
10941         (spam-report-gmane-internal): Check if a suitable header was found
10942         in the article.
10944 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10946         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10947         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10949 2006-02-05  Romain Francoise  <romain@orebokech.com>
10951         Update copyright notices of all files in the gnus directory.
10953 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10955         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10957 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10959         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10960         segmented lines of parameter value to cope with Thunderbird 1.5
10961         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10962         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10963         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10965 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10967         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10968         parts.
10970 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10972         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10973         there's only one active file for all servers.
10974         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10975         solid groups.  Gnus might have used a FAST request to select the group.
10976         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10977         and nnweb-search redundantly in the active file.
10978         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10979         (nnweb-request-create-group): Don't use ARGS.
10980         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10981         initialisations.  Let nnoo do the work.
10983 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10985         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10986         Say the part has been decoded.
10988         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10990 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10992         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10993         mailcap-viewer-test-cache when there's no 'test clause, since that
10994         will invert the meaning of a "nil" test previously determined by
10995         mailcap-mailcap-entry-passes-test.
10997 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10999         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11000         compiling.
11002         * gnus-sum.el: Ditto.
11004         * message.el: Don't bind tool-bar-map when compiling.
11006 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11008         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11010 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11012         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11013         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11014         current Google Groups.
11016 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11018         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11019         and tool-bar-mode.
11021         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11022         and tool-bar-mode.
11024         * message.el (message-tool-bar-update): Simplify.
11025         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11027         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11028         gnus-summary-buffer.
11029         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11030         gnus-summary-reply.
11032         * gmm-utils.el (gmm): Add :version.
11034 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11036         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11037         autoload.
11039 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11041         * gmm-utils.el (gmm-verbose): Add :group.
11043 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11045         * message.el: Change some comments WRT tool-bars.
11047         * gnus-sum.el (gnus-summary-tool-bar)
11048         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11049         (gnus-summary-tool-bar-zap-list): New variables.
11050         (gnus-summary-make-tool-bar): Complete rewrite using
11051         `gmm-tool-bar-from-list'.
11053         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11054         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11055         variables.
11056         (gnus-group-make-tool-bar): Complete rewrite using
11057         `gmm-tool-bar-from-list'.
11058         (gnus-group-tool-bar-update): New function.
11060         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11062 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11064         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11065         is dissected into a single part of which the type is the same as
11066         the given one; decode charset.
11068 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11070         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11071         into alists as symbol not string, since that's what
11072         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11073         look for.
11075 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11077         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11078         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11080         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11082 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11084         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11085         (gnus-mime-security-button-menu): New definition.
11086         (gnus-mime-security-button-map): Use them.
11087         (gnus-mime-security-button-menu): New function.
11088         (gnus-insert-mime-security-button): Addition to help echo.
11089         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11090         (gnus-mime-security-pipe-part): New functions.
11092         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11093         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11095         * mm-decode.el (mm-handle-set-disposition): Remove.
11096         (mm-handle-set-description): Remove.
11098 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11100         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11101         (mm-w3m-standalone-supports-m17n-p): New function.
11102         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11103         w3m usage.
11105         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11106         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11108 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11110         * message.el (message-tool-bar-zap-list): Use
11111         gmm-tool-bar-zap-list as custom type.
11112         (message-tool-bar-update): New function.
11113         (message-tool-bar, message-tool-bar-gnome)
11114         (message-tool-bar-retro): Add message-tool-bar-update.
11115         (message-tool-bar-gnome): Add flyspell-buffer.
11117         * gnus-util.el (gnus-error): Describe `args'.
11119         * gmm-utils.el (gmm-error): Describe `args'.
11120         (gmm-tool-bar-zap-list): New widget.
11121         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11123 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11125         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11126         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11127         the number of recursive calls.
11129         * mm-decode.el (mm-handle-set-disposition): New macro.
11130         (mm-handle-set-description): New macro.
11132 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11134         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11135         encoding.
11137 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11139         * message.el (message-tool-bar-zap-list, message-tool-bar)
11140         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11141         (message-tool-bar-local-item-from-menu): Remove.
11142         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11143         (message-make-tool-bar): New function.
11144         (message-mode): Use `message-make-tool-bar'.
11146         * gmm-utils.el: New file.
11147         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11148         (gmm-lazy): New widget copied from `nnmail.el'.
11149         (gmm-tool-bar-from-list): New function for creating customizable
11150         tool bars.
11151         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11152         output.
11153         (gmm): Add :prefix to defgroup.
11155 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11157         * gmm-utils.el (gmm-widget-p): New function.
11159 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11161         * mml.el (mml-attach-file): Describe `description' in doc string.
11162         (mml-menu): Add Emacs MIME manual and PGG manual.
11164 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11166         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11168 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11170         * nntp.el (nntp-end-of-line): Doc fix.
11172 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11174         * imap.el (imap-open): Handle case where buffer is a buffer
11175         object.
11177 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11179         * gnus-delay.el (gnus-delay): Don't autoload.
11180         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11181         to be re-loaded when customizing the `gnus-delay' group.
11183 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11185         * message.el (message-insert-citation-line): Use newlines.
11187 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11189         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11191         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11193 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11195         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11197 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11199         * mm-decode.el (mm-inlined-types): Add application/pgp.
11200         (mm-automatic-display): Ditto.
11202         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11203         part as text.
11205 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11207         * nnrss.el: Update copyright.
11208         (nnrss-opml-import): Query whether to subscribe to each entry.
11210         * gnus-art.el:
11211         * gnus-sum.el:
11212         * mm-uu.el:
11213         * mm-view.el: Update copyright.
11215 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11217         * message.el (message-info): New function.
11218         (message-mode-menu): Add it.
11219         Update copyright.
11221         * ChangeLog: Fix and update copyright.
11223 2006-01-13  Romain Francoise  <romain@orebokech.com>
11225         * message.el (message-forward-subject-name-subject): Prefer the
11226         address to 'nowhere' if the sender has no name.
11227         Fix typo.  Update copyright year.
11229 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11231         * gnus-art.el (article-wash-html): Use
11232         gnus-summary-show-article-charset-alist if a numeric arg is given.
11233         (gnus-article-wash-html-with-w3m-standalone): New function.
11235         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11236         mm-inline-text-html-render-with-w3m-standalone.
11237         (mm-text-html-washer-alist): Map w3m-standalone to
11238         gnus-article-wash-html-with-w3m-standalone.
11239         (mm-inline-text-html-render-with-w3m-standalone): New function.
11241 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11243         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11244         Improve LaTeX.
11246 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11248         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11249         (nnrss-request-article): Render text/plain parts as HTML.
11251         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11252         the buffer.
11254 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11256         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11257         custom definition of `gnus-posting-styles'.
11259         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11260         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11262 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11264         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11265         Use nntp for bug archive.
11267 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11269         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11270         parts.
11271         (nnrss-normalize-date): New function converts ISO 8601 date into
11272         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11273         (nnrss-check-group): Use it.
11275 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11277         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11279         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11280         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11281         (nnrss-insert-w3): Ditto.
11283 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11285         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11286         the articles to be forwarded including the case where neither a
11287         number of articles nor a region is specified.
11289 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11291         * nnrss.el (nnrss-request-article): Fix last change; fill
11292         text/plain parts.
11294 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11296         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11297         in text/plain part.
11298         (nnrss-check-group): Don't add excessive newline to dc:subject.
11300 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11302         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11303         article.
11305 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11307         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11308         (nnml-use-compressed-files, nnml-save-mail): Support other
11309         comression programs such as bzip2.
11311 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11313         * dns.el (query-dns): Make sure we check the buffer size before
11314         removing tcp headers.
11316 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11318         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11319         remove MIME buttons associated with multipart/alternative parts.
11320         (gnus-mime-display-alternative): Tag buttons using `article-type'
11321         text property.
11323         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11324         associated with multipart/alternative parts.
11326         * gnus-art.el (gnus-signature-separator): Fix custom type.
11328         * mm-decode.el (mm-inlined-types): Fix custom type.
11329         (mm-keep-viewer-alive-types): Ditto.
11330         (mm-automatic-display): Ditto.
11331         (mm-attachment-override-types): Ditto.
11332         (mm-inline-override-types): Ditto.
11333         (mm-automatic-external-display): Ditto.
11335 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11337         * spam-report.el (spam-report-user-mail-address)
11338         (spam-report-user-agent): New variables.
11339         (spam-report-url-ping-plain): Use spam-report-user-agent.
11341 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11343         * gnus-art.el (gnus-button-handle-custom): Do not just use
11344         `customize-apropos' for any "M-x customize-*" button but the
11345         function called for.  Accept both the function name and its
11346         argument in order to achieve this.
11347         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11348         function name to `gnus-button-handle-custom' in case of "M-x
11349         customize-*" buttons.
11351 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11353         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11354         multipart/alternative and add xref to mm-discouraged-alternatives
11355         in doc string.
11357         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11358         gnus-buttonized-mime-types in doc string.
11360 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11362         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11363         Suggest image/.* in the doc string.
11365 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11367         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11368         message-marks (Debian bug #342521).
11370 2005-12-12  Simon Josefsson  <jas@extundo.com>
11372         * password.el (password-read-from-cache): Add.
11373         (password-read): Use it.
11375 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11377         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11378         us-ascii as a MIME charset.
11380         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11381         against the case where the 2nd arg TYPE is nil.
11383 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11385         * pop3.el (pop3-stream-type): Fix custom version.
11387         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11389 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11391         * mm-decode.el (mm-display-external): Add missing cdr.
11393 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11395         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11396         RFC1524) if it is in mailcap or add a suffix according to
11397         mailcap-mime-extensions when generating a temp filename; postpone
11398         deleting a temp file for 2 seconds for some wrappers, shell
11399         scripts, and so on, which might exit right after having started a
11400         viewer command as a background job.
11402 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11404         * nntp.el (nntp-marks-directory): Fix custom group.
11406         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11407         steps when < 10.
11409         * gnus-start.el (gnus-no-server-1): Mention
11410         `gnus-level-default-subscribed' in doc string.
11412 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11414         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11415         parens.
11417 2005-11-26  Dave Love  <fx@gnu.org>
11419         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11420         (tls-program, tls-success): Provide openssl alternative.
11422         * starttls.el: Doc fixes.
11423         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11424         SERVICE to PORT.
11426         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11427         port null or service name.
11428         (starttls-negotiate): Autoload.
11430 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11432         * message.el (message-kill-to-signature): Fix interactive spec.
11434 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11436         * pop3.el (pop3-open-server): Recognize a string as a service name.
11438 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11440         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11442 2005-11-23  Dave Love  <fx@gnu.org>
11444         Add pop3s, pop3/starttls.
11446         * pop3.el (pop3-authentication-scheme): Clarify doc.
11447         (open-tls-stream, starttls-open-stream): Autoload.
11448         (pop3-stream-type): New.
11449         (pop3-open-server): Use it.
11451         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11452         for POP.
11453         (mail-source-keyword-map): Add :stream for POP.
11454         (mail-source-fetch-pop): Use pop3-stream-type.
11456 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11458         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11459         of current-time-string.
11461 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11463         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11464         date header.
11466 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11468         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11469         it can seriously impact performance as it bypasses the agent's
11470         local caches.
11472 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11474         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11475         must be explicitly online rather than "not explicitly offline" for
11476         its flags to be synchronized.
11478         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11479         that gnus-uu-unmark-thread will function correctly.
11481         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11482         1024K is instead displayed as 1M.
11484 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11486         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11488 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11490         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11492 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11494         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11495         error message to display actual error condition.
11496         (gnus-agent-save-local): Avoid saving symbols that are bound to
11497         nil as they simply result in a warning message in
11498         gnus-agent-read-local.
11500 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11502         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11503         rather than make-variable-buffer-local for file-precious-flag.
11505 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11507         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11508         for duplicates which are removed.  The invalid sort check then
11509         triggers a rescan after the sort as sorting may have moved
11510         duplicate entries such that they can be cheaply detected.
11512 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11514         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11516 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11518         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11519         internal variable to a custom variable.  Changed default value
11520         from compressed(2) to uncompressed(1).
11521         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11522         support for uncompressed agentview files.  Taken together, reading
11523         the agentview file should now be 6-7 times faster.
11525 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11527         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11528         as a buffer-local variable.  This avoids creating truncated
11529         dribble files as a result of a hang up, eg.
11531 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11533         * gnus-start.el (gnus-start-draft-setup): Enforce
11534         `gnus-draft-mode' for nndraft:drafts at startup.
11536         * gnus.el (gnus-splash): Change custom group.
11537         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11538         allow-list argument.
11540         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11541         string.
11543 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11545         * gnus-art.el (gnus-default-article-saver): Add user-defined
11546         `function' to custom type.
11548 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11550         * imap.el (imap-open): Handle case where buffer is a buffer
11551         object.
11553 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11555         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11556         long lines.
11557         (gnus-cache-delete-group): Wrap doc strings.
11559         * gnus-agent.el (gnus-agent-rename-group)
11560         (gnus-agent-delete-group): Wrap doc strings.
11562 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11564         * gnus-start.el (gnus-1): Add "native" to
11565         gnus-predefined-server-alist.
11567         * gnus.el (gnus-method-to-server): Don't add "native" to the
11568         lists here, because that leads to problems when
11569         gnus-select-method is bound.
11571 2005-11-09  Simon Josefsson  <jas@extundo.com>
11573         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11574         use (not sort-by-date) instead.
11576 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11578         * gnus-delay.el (gnus-delay-group): Don't autoload.
11579         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11580         to be re-loaded when customizing the `gnus-delay' group.
11582 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11584         * message.el: Revert last changes.
11585         (message-insert-citation-line): Use newlines.
11587 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11589         * message.el (message-courtesy-message)
11590         (message-mark-insert-begin, message-mark-insert-end)
11591         (message-elide-ellipsis, message-cancel-message)
11592         (message-add-header, message-change-subject)
11593         (message-cross-post-followup-to-header)
11594         (message-cross-post-insert-note, message-reduce-to-to-cc)
11595         (message-widen-reply, message-delete-not-region)
11596         (message-kill-to-signature, message-insert-signature)
11597         (message-insert-importance-high, message-insert-importance-low)
11598         (message-insert-or-toggle-importance)
11599         (message-insert-disposition-notification-to)
11600         (message-indent-citation, message-yank-original)
11601         (message-cite-original-without-signature, message-cite-original)
11602         (message-insert-citation-line, message-position-on-field)
11603         (message-fix-before-sending, message-send-mail-partially)
11604         (message-send-mail, message-send-mail-with-sendmail)
11605         (message-send-mail-with-qmail, message-send-news)
11606         (message-check-news-header-syntax, message-generate-headers)
11607         (message-insert-courtesy-copy, message-fill-address)
11608         (message-fill-header, message-shorten-references)
11609         (message-setup-1, message-cancel-news)
11610         (message-forward-make-body-plain, message-forward-make-body-mime)
11611         (message-forward-make-body-mml, message-encode-message-body)
11612         (message-forward-make-body-digest-plain)
11613         (message-forward-make-body-digest-mime)
11614         (message-use-alternative-email-as-from): Insert `hard-newline'
11615         instead of ordinary newlines.
11617 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11619         * message.el (message-generate-headers): Downcase the argument
11620         given to message-check-element.
11622 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11624         * nntp.el (nntp-authinfo-rejected): New error condition.
11625         (nntp-wait-for): Use new error condition to signal authentication
11626         error.
11627         (nntp-retrieve-data): Rethrow new error condition to break out of
11628         recursive call to nntp-send-authinfo.
11630 2005-11-08  Romain Francoise  <romain@orebokech.com>
11632         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11633         (gnus-summary-exit-map): Bind to `Z p'.
11634         (gnus-summary-make-menu-bar): Add menu item.
11636 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11638         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11639         (gnus-treat-*): Add `first' in all doc strings.
11641         * gnus-group.el (gnus-group-compact-group): Fix typo.
11643 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11645         * gnus.el (gnus-parameters-case-fold-search): New variable.
11646         (gnus-parameters-get-parameter): Use it.
11648         * gnus-score.el (gnus-home-score-file): Doc fix.
11650 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11652         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11654 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11656         * mm-util.el (mm-special-display-p): New function.
11658         * mml.el (mml-preview): Use it; doc fix.
11660 2005-10-29  Romain Francoise  <romain@orebokech.com>
11662         * message.el (message-fix-before-sending): Fix comment.
11664 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11666         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11668 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11670         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11671         Used in gnus-score.el.
11673 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11675         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11677 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11679         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11680         whitespace removed in revision 7.8.  Use concatenated string to
11681         protect trailing whitespace.
11683 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11685         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11686         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11687         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11688         Courier IMAP ("some version from 2004").  Mostly based on similar
11689         code in the same function.
11691 2005-10-26  Didier Verna  <didier@xemacs.org>
11693         * gnus-group.el (gnus-group-compact-group): Invalidate original
11694         article buffer.
11695         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11696         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11697         NOV database and in article itself.
11698         Invalidate article backlog.
11700 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11702         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11704 2005-10-26  Simon Josefsson  <jas@extundo.com>
11706         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11707         part of 2004-07-25 change.
11709 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11711         * message.el (message-display-completion-list): New function.
11712         (message-expand-group): Use it; make sure the Completions buffer
11713         is modifiable.
11715 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11717         * imap.el (imap-open): Handle case where buffer is a buffer object.
11719 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
11721         * pgg-def.el:
11722         * pgg-gpg.el:
11723         * pgg-parse.el:
11724         * pgg-pgp.el:
11725         * pgg-pgp5.el:
11726         * pgg.el: Move to the parent lisp directory.
11728 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11730         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11731         user-mail-name is an empty string.
11733 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11735         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11736         depending on gnus-score-decay-constant.
11738         * encrypt.el (encrypt-insert-file-contents)
11739         (encrypt-write-file-contents): Don't use `gnus-message'.
11741         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11742         arguments.
11743         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11744         arguments to mm-uu-verbatim-marks-extract.
11745         (mm-uu-hide-markers): New variable.
11746         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11748         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11749         (gnus-convert-image-to-face-command): Use "convert" by default to
11750         allow other input image formats.
11751         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11752         accordingly.
11754 2005-10-23  Simon Josefsson  <jas@extundo.com>
11756         * imap.el (imap-gssapi-program): Align command line parameters
11757         with latest GNU SASL.
11758         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11760 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11762         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11763         HTML.
11764         (nnslashdot-request-article): Ditto.
11766 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11768         * mail-source.el (mail-source-fetch-pop): Require pop3.
11769         (mail-source-check-pop): Ditto.
11771 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11773         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11774         errors.
11776 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11778         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11779         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11781         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11783         * mm-bodies.el (mm-decode-string): Call
11784         `mm-charset-to-coding-system' with allow-override argument.
11786 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11788         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11789         (rfc2047-charset-to-coding-system): New function.
11790         (rfc2047-decode-encoded-words): New function.
11791         (rfc2047-decode-region): Use them.
11792         (rfc2047-decode-cte): Remove.
11793         (rfc2047-parse-and-decode): Remove.
11794         (rfc2047-decode): Remove.
11796 2005-10-15  Kenichi Handa  <handa@m17n.org>
11798         * rfc2047.el (rfc2047-decode-cte): New function.
11799         (rfc2047-decode-region): Change the way to decode successive
11800         encoded-words: decode B- or Q-encoding in each encoded-word,
11801         concatenate them, and decode it as charset.
11803 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11805         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11806         widget-move-and-invoke.
11807         (gnus-custom-mode): Use gnus-custom-map.
11809 2005-10-15  Bill Wohler  <wohler@newt.com>
11811         * message.el (message-tool-bar-map): Renamed image file from
11812         mail_send to mail/send.
11814 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11816         * message.el (message-expand-group): Pass the common
11817         prefix substring of completion to `display-completion-list'.
11819 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11821         * mml-sec.el (mml-secure-method): New internal variable.
11822         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11823         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11824         functions using mml-secure-method.
11826         * mml.el (mml-mode-map): Add key bindings for those functions.
11827         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11828         Harder <harder@myrealbox.com>.
11829         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11830         end of message if point is the headers of the message.
11832         * message.el (message-in-body-p): New function.
11834         * assistant.el: Autoload gnus-util and netrc.
11836         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11837         Use `mm-charset-override-alist' only when decoding.
11839         * mm-bodies.el (mm-decode-body): Call
11840         `mm-charset-to-coding-system' with allow-override argument.
11842         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11843         `filename' from Content-Disposition if Content-Type doesn't
11844         provide `name'.
11845         (gnus-mime-view-part-as-type): Set default instead of
11846         initial-input.
11848 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11850         * format-spec.el (format-spec): Propagate text properties of % spec.
11852 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11854         * gnus-art.el (gnus-treat-predicate): Add `first'.
11856 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11858         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11859         (mm-charset-override-alist): New variable.
11860         (mm-charset-to-coding-system): Use it.
11861         (mm-codepage-setup): New helper function.
11862         (mm-charset-eval-alist): New variable.
11863         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11864         about unknown charsets.
11866 2005-10-04  David Hansen  <david.hansen@gmx.net>
11868         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11869         (nnrss-check-group): Ditto.
11871 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11873         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11874         Rename x-gnus-verbatim to x-verbatim.
11875         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11877         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11878         x-verbatim.
11880         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11882         * gnus-util.el (gnus-remove-duplicates): Remove.
11884         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11885         instead of gnus-remove-duplicates.
11887         * message.el (message-remove-duplicates): Remove.
11888         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11889         message-remove-duplicates.
11891         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11892         available, else use implementation from `delete-dups'.
11894         * message.el (message-insert-expires): New function.
11895         (message-mode-map): Add key binding.
11896         (message-mode-field-menu): Add menu entry.
11897         (message-mode): Document it.
11898         (message-make-expires-date): Use `message-make-date'.
11900 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11902         * message.el (message-make-expires-date): New function.
11904 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11906         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11908 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11910         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11911         function rather than the diff-mode.el package.
11912         (mm-display-external): Use with-current-buffer.
11913         (mm-viewer-completion-map, mm-viewer-completion-map):
11914         Move initialization inside declaration.
11916 2005-09-29  Simon Josefsson  <jas@extundo.com>
11918         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11919         autoload mail-check-payment.
11920         (spam-check-hashcash): Define unconditionally, since hashcash.el
11921         is part of Gnus now.  Ignore errors from payment checking.
11923 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11925         * message.el (message-bold-region, message-unbold-region): Rename
11926         from `bold-region' and `unbold-region'.
11928         * message.el: Remove useless autoloads.
11930 2005-09-28  Simon Josefsson  <jas@extundo.com>
11932         * message.el (message-use-idna): Default to t.
11933         (message-use-idna): Test whether encoding works too.  Doc fix.
11935 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11937         * nntp.el (nntp-warn-about-losing-connection): Remove.
11939 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11941         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11942         customizable.  Change default value.
11943         (mm-uu-diff-groups-regexp): Change default value.
11944         (mm-uu-type-alist): Add doc string.
11945         (mm-uu-configure): Add doc string.  Make it interactive.
11946         (mm-uu-tex-groups-regexp): New variable.
11947         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11948         (mm-uu-type-alist): Add LaTeX documents.
11949         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11950         of "text/verbatim".
11951         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11953         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11954         instead of "text/verbatim".
11956         * message.el (message-mark-inserted-region)
11957         (message-mark-insert-file): Use slrn style marks when called with
11958         prefix argument.
11960 2005-09-27  Simon Josefsson  <jas@extundo.com>
11962         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11964 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11966         * message.el (message-remove-duplicates): New function.
11967         Implementation borrowed from `gnus-remove-duplicates'.
11968         (message-idna-to-ascii-rhs): Also encode idna addresses in
11969         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11970         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11971         only ask about the same idna domain once per header and also tell
11972         in what header to replace the idna domain.
11974         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11975         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11976         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11977         a header is decoded and not just the last one.
11979 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11981         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11982         has been decoded.
11984         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11985         (mm-insert-part): Don't modify text if it has been decoded.
11987         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11988         decoded.
11990         * mm-view.el (mm-inline-text): Don't strip text props unless
11991         decoding enriched or richtext parts.
11993 2005-09-25  Romain Francoise  <romain@orebokech.com>
11995         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11996         * gnus-start.el (gnus-subscribe-interactively):
11997         * gnus-uu.el (gnus-uu-grab-articles):
11998         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11999         space.
12001 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12003         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12004         * mm-view.el (mm-view-pkcs7-decrypt):
12005         * gnus-sum.el (gnus-summary-limit-to-extra)
12006         (gnus-summary-respool-article, gnus-read-move-group-name):
12007         * gnus-score.el (gnus-summary-increase-score):
12008         * gnus-util.el (gnus-completing-read-with-default):
12009         * gnus-art.el (gnus-read-save-file-name)
12010         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12011         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12012         * message.el (message-check-news-header-syntax):
12013         Follow convention for reading with the minibuffer.
12015 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12017         * spam-report.el (spam-report-url-ping-plain):
12018         Use gnus-extended-version as User-Agent.
12020         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12021         default value is nil.
12023         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12024         (mm-uu-verbatim-marks-extract): New function.
12025         (mm-uu-extract): New face.
12026         (mm-uu-copy-to-buffer): Use it.
12028         * spam-report.el (spam-report-gmane-ham): Renamed from
12029         `spam-report-gmane-unspam'.
12030         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12031         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12033         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12034         Autoload.
12035         (spam-report-gmane-unregister-routine): Renamed
12036         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12038 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12040         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12041         (spam-report-gmane-unregister-routine): Add support for gmane
12042         unregistration.
12044         * spam-report.el (spam-report-gmane-unspam)
12045         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12046         (spam-report-gmane): Change to take a single article and do unspam
12047         registration.
12049 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12051         * mm-url.el (mm-url-decode-entities): Fix regexp.
12053 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12055         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12056         default to nil, to be able to use Gnus at all.  If the default
12057         switches to something else, then the function should be fixed not
12058         be exceedingly slow.
12060 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12062         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12063         fail hard.
12065         * spam-report.el: Add better Keywords line.
12067         * spam.el: Add Maintainer and better Keywords line.
12069 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12071         * gnus-art.el (gnus-article-replace-part)
12072         (gnus-mime-replace-part): New functions.
12073         (gnus-mime-action-alist, gnus-mime-button-commands)
12074         (gnus-mime-save-part-and-strip): Added file argument.
12075         (gnus-article-part-wrapper): Added interactive argument.
12077         * gnus-sum.el (gnus-summary-mime-map): Add
12078         `gnus-article-replace-part'.
12080 2005-09-19  Didier Verna  <didier@xemacs.org>
12082         The nnml compaction feature:
12083         * nnml.el (nnml-request-compact-group): New function.
12084         * nnml.el (nnml-request-compact): New function.
12085         * gnus-int.el (gnus-request-compact-group): New function.
12086         * gnus-int.el (gnus-request-compact): New function.
12087         * gnus-group.el (gnus-group-compact-group): New function.
12088         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12089         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12090         * gnus-srvr.el (gnus-server-compact-server): New function.
12091         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12092         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12094 2005-09-18  Deepak Goel  <deego@gnufans.org>
12096         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12097         format spec.
12099 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12101         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12103 2005-09-15  Romain Francoise  <romain@orebokech.com>
12105         * message.el (message-fill-paragraph): Clarify docstring.
12107 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12109         * gnus-art.el (gnus-mime-display-part): Protect against broken
12110         MIME messages.
12112 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12114         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12115         before parsing header.
12117 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12119         * html2text.el (html2text-replace-list): Add new entities.
12121 2005-09-11  Romain Francoise  <romain@orebokech.com>
12123         * message.el (message-alternative-emails): Improve docstring.
12124         (message-setup-1): Call `message-use-alternative-email-as-from'
12125         after `message-setup-hook' to give it precedence over posting
12126         styles, etc.
12127         (message-use-alternative-email-as-from): Add docstring.  Remove
12128         the original From header if present.
12130         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12131         (nnml-save-mail): Use it.
12133         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12134         articles.  Add new argument `silent'.
12135         (gnus-uu-mark-all): Report the total number of marked articles.
12137 2005-09-10  Romain Francoise  <romain@orebokech.com>
12139         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12140         (gnus-uu-mark-series): Likewise.
12142 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12144         * spam-report.el (spam-report-gmane): Fix generation of spam
12145         report URL.
12147 2005-09-10  Simon Josefsson  <jas@extundo.com>
12149         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12150         t, based on discussion on the ding list with Robert Epprecht
12151         <epprecht@solnet.ch>.
12153 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12155         * spam-report.el (spam-report-gmane): Make it work without
12156         X-Report-Spam header.  Gmane now only provides Archived-At.
12157         This is only used if `spam-report-gmane-use-article-number' is nil.
12158         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12160         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12161         make `gnus-summary-sort-by-recipient' work with threading.
12163         * nnweb.el (nnweb-google-wash-article): Print a message if article
12164         is not available.
12166 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12168         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12169         change.  Decode text/* parts content before displaying.
12171 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12173         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12175 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12177         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12179 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12181         * message.el (message-tab-body-function): Fix mismatched custom type.
12183         * gnus.el (gnus-group-change-level-function): Ditto.
12185         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12187         * gnus-art.el (gnus-signature-limit)
12188         (gnus-article-mime-part-function): Ditto.
12190 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12192         * mml.el (mml-mode): Silence the byte compiler.
12194         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12195         using `(sit-for 0)' before moving the point to the specified part;
12196         skip unbuttonized parts.
12197         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12198         return to the summary window if gnus-auto-select-part is non-nil.
12200 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12202         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12203         variables.
12204         (mml-dnd-attach-file, mml-mode): Use them.
12206         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12207         Make fetching article by MID work again for Google Groups.  Added
12208         FIXME concerning gnus-group-make-web-group.
12210         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12211         Don't depend on Gnus by using mail-extract-address-components if
12212         gnus-extract-address-components is not bound.
12214 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12216         * gnus-art.el (gnus-mime-display-security): Don't display the
12217         signature, but only the signed part.
12219 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12221         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12223         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12224         list, not listp.
12226 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12228         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12229         when encoding.
12231         * mm-bodies.el (mm-decode-content-transfer-encoding):
12232         De-canonicalize CRLF for all text content types, not just
12233         text/plain.
12235 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12237         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12238         valid article; point arrow and cursor at the MIME button.
12240 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12242         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12243         Suggested by Dan Christensen <jdc@uwo.ca>.
12245         * mm-decode.el (mm-save-part): Enable change of prompt.
12247 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12249         * gnus-msg.el (gnus-inews-add-send-actions): Made
12250         `message-post-method' lambda parameter ARG `&optional'.
12252 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12254         * gnus-sum.el (gnus-summary-mime-map): Added
12255         gnus-article-save-part-and-strip, gnus-article-delete-part and
12256         gnus-article-jump-to-part.
12258         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12259         (gnus-article-edit-part): Use it.
12260         (gnus-article-part-wrapper): Added no-handle argument.
12261         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12262         functions.
12264 2005-08-29  Romain Francoise  <romain@orebokech.com>
12266         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12267         docstring.
12268         (gnus-face-from-file): Likewise.
12270 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12272         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12273         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12274         non-nil.
12275         (gnus-auto-select-part): New variable.
12276         (gnus-article-jump-to-part): New function.
12277         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12278         (gnus-mime-delete-part): Allow selecting specified part after
12279         deleting or stripping parts.
12280         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12281         part if argument is bogus.
12283 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12285         * gnus-art.el (w3m-minor-mode-map):
12286         * gnus-spec.el (gnus-newsrc-file-version):
12287         * gnus-util.el (nnmail-active-file-coding-system)
12288         (gnus-original-article-buffer, gnus-user-agent):
12289         * gnus.el (gnus-ham-process-destinations)
12290         (gnus-parameter-ham-marks-alist)
12291         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12292         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12293         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12294         * mm-decode.el (gnus-current-window-configuration):
12295         * mm-extern.el (gnus-article-mime-handles):
12296         * mm-url.el (url-current-object, url-package-name)
12297         (url-package-version):
12298         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12299         (smime-keys, w3m-cid-retrieve-function-alist)
12300         (w3m-current-buffer, w3m-display-inline-images)
12301         (w3m-minor-mode-map):
12302         * mml-smime.el (gnus-extract-address-components):
12303         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12304         (gnus-newsrc-hashtb, message-default-charset)
12305         (message-deletable-headers, message-options)
12306         (message-posting-charset, message-required-mail-headers)
12307         (message-required-news-headers):
12308         * mml1991.el (mc-pgp-always-sign):
12309         * mml2015.el (mc-pgp-always-sign):
12310         * nnheader.el (nnmail-extra-headers):
12311         * rfc1843.el (gnus-decode-encoded-word-function)
12312         (gnus-decode-header-function, gnus-newsgroup-name):
12313         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12315 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12317         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12318         the end of the date treatments.
12320 2005-08-15  Simon Josefsson  <jas@extundo.com>
12322         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12323         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12324         Capello and Romain Francoise.
12325         (pgg-fetch-key-function): Removed, not used?
12326         (pgg-insert-url-with-w3): Require url, to get
12327         url-insert-file-contents regardless of where it is defined.
12329 2005-08-13  Romain Francoise  <romain@orebokech.com>
12331         * message.el (message-cite-original-1): New function.
12332         (message-cite-original): Use it.
12333         (message-cite-original-without-signature): Ditto.
12335 2005-08-08  Romain Francoise  <romain@orebokech.com>
12337         * message.el (message-yank-empty-prefix): New variable.
12338         (message-indent-citation): Use it.
12339         (message-cite-original-without-signature): Respect X-No-Archive.
12341 2005-08-08  Simon Josefsson  <jas@extundo.com>
12343         * pgg.el: Autoload url-insert-file-contents instead of loading
12344         w3/url.
12345         (pgg-insert-url-with-w3): Don't load url here.
12347 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12349         * message.el (message-kill-to-signature): Don't insert newline at
12350         bol.
12351         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12353 2005-08-06  Romain Francoise  <romain@orebokech.com>
12355         * message.el (message-user-fqdn): Fix typo in docstring.
12357 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12359         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12361         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12363 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12365         * mm-bodies.el (mm-encode-body): Use coding system rather than
12366         charset to encode text.
12368         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12369         number of charsets if utf-8 is available (XEmacs).
12371 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12373         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12374         taken from `gnus-button-mid-or-mail-regexp'.
12375         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12376         (gnus-button-alist): Improve regexp for domain part of the MIDs
12377         for news:localpart@domain buttons.
12378         (gnus-button-ctan-directory-regexp): Update.
12380 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12382         * sieve-manage.el (sieve-manage-interactive-login): Use
12383         make-local-variable rather than make-variable-buffer-local.
12384         (sieve-manage-open): Ditto.
12385         (sieve-manage-authenticate): Ditto.
12387         * mml.el (mml-generate-mime-1): Make the content type default to
12388         text/plain if the filename is not specified.
12390 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12392         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12393         instead of insert-buffer.
12395         * message.el (message-yank-original): Ditto; set the mark at the
12396         end of the yanked message.
12398 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12400         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12401         lines to scroll rather than to stop it.
12403         * mml.el (mml-generate-default-type): Add doc string.
12404         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12405         default to application/octet-stream when determining the content
12406         type if it is not specified for the part or the mml contents; add
12407         a comment about mml-generate-default-type.
12409 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12411         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12412         make it default to application/octet-stream when determining the
12413         content type if it is not specified for the external contents.
12415 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12417         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12418         segmented parameter but also other parameters might be there.
12420 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12422         * mm-decode.el (mm-display-external): Delete temp file, directory
12423         and buffer immediately if the external process is exited.
12425 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12427         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12428         fewer lines than that of scroll-margin.
12429         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12431 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12433         * gnus-art.el (gnus-article-next-page): Revert.
12434         (gnus-article-beginning-of-window): New macro.
12435         (gnus-article-next-page-1): Use it.
12436         (gnus-article-prev-page): Ditto.
12437         (gnus-article-edit-part): Use insert-buffer-substring instead of
12438         insert-buffer.
12439         (gnus-article-edit-exit): Ditto.
12441         * gnus-util.el (gnus-beginning-of-window): Remove.
12442         (gnus-end-of-window): Remove.
12444 2005-07-25  Simon Josefsson  <jas@extundo.com>
12446         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12447         to have the url package without w3.  Reported by Daiki Ueno
12448         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12450 2005-07-20  Didier Verna  <didier@xemacs.org>
12452         * gnus-diary.el: Remove the description comment (nndiary is now
12453         properly documented in the Gnus manual).
12454         Fix the spelling of "Back End".
12455         * nndiary.el: Ditto.
12456         Fix the copyright notice.
12458 2005-07-18  Romain Francoise  <romain@orebokech.com>
12460         * gnus-sum.el (gnus-summary-to-prefix)
12461         (gnus-summary-newsgroup-prefix): New variables.
12462         (gnus-summary-from-or-to-or-newsgroups): Use them.
12464 2005-07-17  Romain Francoise  <romain@orebokech.com>
12466         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12467         space as it's generally not especially interesting to the user.
12469 2005-07-16  Romain Francoise  <romain@orebokech.com>
12471         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12472         nil to avoid prompting and file modification if one of the
12473         messages at the top of the nnfolder file contains a copyright
12474         notice.
12475         Update copyright notice.
12477         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12478         instead of `current-time-string' as the latter creates a time
12479         string that is not RFC 2822 compliant (it lacks the zone).
12480         Update copyright notice.
12482 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12484         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12485         for text/rtf.  Display default in prompt.  Pass default for M-n.
12487         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12489 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12491         * gnus-msg.el (gnus-button-mailto): Remove
12492         save-selected-window-window hackery because it relies on
12493         save-selected-window internals.
12495 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12497         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12498         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12499         (gnus-article-prev-page): Ditto.
12501         * gnus-util.el (gnus-beginning-of-window): New function.
12502         (gnus-end-of-window): New function.
12504 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12506         * gnus-score.el (gnus-score-edit-all-score): Set
12507         gnus-score-edit-exit-function to gnus-score-edit-done and call
12508         gnus-message.
12510 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12512         * gnus-msg.el (gnus-button-mailto): Remove
12513         save-selected-window-window hackery because it relies on
12514         save-selected-window internals.
12516 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12518         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12519         add-minor-mode.
12520         (gnus-binary-mode): Ditto.
12522         * gnus-topic.el (gnus-topic-mode): Ditto.
12524 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12526         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12527         (gnus-article-prev-page): Take scroll-margin into consideration.
12529 2005-07-04  Lute Kamstra  <lute@gnu.org>
12531         Update FSF's address in GPL notices.
12533 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12535         * gnus.el (gnus-exit):
12536         * gnus-group.el (gnus-group-icons):
12537         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12539         * gnus-nocem.el (gnus-nocem):
12540         * message.el (message-various, message-buffers, message-sending)
12541         (message-interface, message-forwarding, message-insertion)
12542         (message-headers, message-news, message-mail):
12543         * pgg-gpg.el (pgg-gpg):
12544         * pgg-parse.el (pgg-parse):
12545         * pgg-pgp.el (pgg-pgp):
12546         * pgg-pgp5.el (pgg-pgp5):
12547         * pop3.el (pop3): Finish `defgroup' description with period.
12549 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12551         * gnus-art.el (article-display-face): Improve the efficiency.
12552         (article-display-x-face): Ditto; remove grey x-face stuff.
12554 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12556         * gnus-art.el (article-display-face): Correct the position in
12557         which Faces are inserted.
12559 2005-06-29  Didier Verna  <didier@xemacs.org>
12561         * gnus-art.el (article-display-face): Display faces in correct
12562         order.
12564 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12566         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12567         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12568         (gnus-nocem-check-article): Fetch the Type header.
12569         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12570         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12571         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12572         make sure gnus-nocem-hashtb is initialized.
12573         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12574         (gnus-nocem-unwanted-article-p): Ditto.
12576         * pgg.el (pgg-verify): Return the verification result.
12578 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12581         is ascii.
12583 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12585         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12586         `show-nonbreak-escape'.
12588 2005-06-23  Lute Kamstra  <lute@gnu.org>
12590         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12592         * dig.el (dig-mode):
12593         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12595 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12597         * nnimap.el (nnimap-split-download-body): Fix spellings.
12599 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12601         * gnus-art.el (gnus-article-encrypt-body):
12602         * gnus-cus.el (gnus-score-customize):
12603         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12604         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12606 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12608         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12609         header by looking for magic "MII" at the beginnig.
12611 2005-06-16  Miles Bader  <miles@gnu.org>
12613         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12614         (assistant-field-face): New backward-compatibility alias for renamed
12615         face.
12616         (assistant-render-text): Use renamed assistant-field face.
12618         * spam.el (spam): Remove "-face" suffix from face name.
12619         (spam-face): New backward-compatibility alias for renamed face.
12620         (spam-face, spam-initialize): Use renamed spam face.
12622         * message.el (message-header-to, message-header-cc)
12623         (message-header-subject, message-header-newsgroups)
12624         (message-header-other, message-header-name)
12625         (message-header-xheader, message-separator, message-cited-text)
12626         (message-mml): Remove "-face" suffix from face names.
12627         (message-header-to-face, message-header-cc-face)
12628         (message-header-subject-face, message-header-newsgroups-face)
12629         (message-header-other-face, message-header-name-face)
12630         (message-header-xheader-face, message-separator-face)
12631         (message-cited-text-face, message-mml-face):
12632         New backward-compatibility aliases for renamed faces.
12633         (message-font-lock-keywords): Use renamed message faces.
12635         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12636         (sieve-test-commands, sieve-tagged-arguments):
12637         Remove "-face" suffix from face names.
12638         (sieve-control-commands-face, sieve-action-commands-face)
12639         (sieve-test-commands-face, sieve-tagged-arguments-face):
12640         New backward-compatibility aliases for renamed faces.
12641         (sieve-control-commands-face, sieve-action-commands-face)
12642         (sieve-test-commands-face, sieve-tagged-arguments-face):
12643         Use renamed sieve faces.
12645         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12646         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12647         (gnus-group-news-3-empty, gnus-group-news-4)
12648         (gnus-group-news-4-empty, gnus-group-news-5)
12649         (gnus-group-news-5-empty, gnus-group-news-6)
12650         (gnus-group-news-6-empty, gnus-group-news-low)
12651         (gnus-group-news-low-empty, gnus-group-mail-1)
12652         (gnus-group-mail-1-empty, gnus-group-mail-2)
12653         (gnus-group-mail-2-empty, gnus-group-mail-3)
12654         (gnus-group-mail-3-empty, gnus-group-mail-low)
12655         (gnus-group-mail-low-empty, gnus-summary-selected)
12656         (gnus-summary-cancelled, gnus-summary-high-ticked)
12657         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12658         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12659         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12660         (gnus-summary-low-undownloaded)
12661         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12662         (gnus-summary-low-unread, gnus-summary-normal-unread)
12663         (gnus-summary-high-read, gnus-summary-low-read)
12664         (gnus-summary-normal-read, gnus-splash):
12665         Remove "-face" suffix from face names.
12666         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12667         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12668         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12669         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12670         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12671         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12672         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12673         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12674         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12675         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12676         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12677         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12678         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12679         (gnus-summary-normal-ticked-face)
12680         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12681         (gnus-summary-normal-ancient-face)
12682         (gnus-summary-high-undownloaded-face)
12683         (gnus-summary-low-undownloaded-face)
12684         (gnus-summary-normal-undownloaded-face)
12685         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12686         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12687         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12688         (gnus-splash-face):
12689         New backward-compatibility aliases for renamed faces.
12690         (gnus-group-startup-message): Use renamed gnus faces.
12692         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12693         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12694         (gnus-server-agent): Remove "-face" suffix from face names.
12695         (gnus-server-agent-face, gnus-server-opened-face)
12696         (gnus-server-closed-face, gnus-server-denied-face)
12697         (gnus-server-offline-face):
12698         New backward-compatibility aliases for renamed faces.
12699         (gnus-server-agent-face, gnus-server-opened-face)
12700         (gnus-server-closed-face, gnus-server-denied-face)
12701         (gnus-server-offline-face): Use renamed gnus faces.
12703         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12704         Remove "-face" suffix from face names.
12705         (gnus-picon-xbm-face, gnus-picon-face):
12706         New backward-compatibility aliases for renamed faces.
12708         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12709         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12710         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12711         (gnus-cite-11): Remove "-face" suffix from face names.
12712         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12713         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12714         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12715         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12716         New backward-compatibility aliases for renamed faces.
12717         (gnus-cite-attribution-face, gnus-cite-face-list)
12718         (gnus-article-boring-faces): Use renamed gnus faces.
12720         * gnus-art.el (gnus-signature, gnus-header-from)
12721         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12722         (gnus-header-content): Remove "-face" suffix from face names.
12723         (gnus-signature-face, gnus-header-from-face)
12724         (gnus-header-subject-face, gnus-header-newsgroups-face)
12725         (gnus-header-name-face, gnus-header-content-face):
12726         New backward-compatibility aliases for renamed faces.
12727         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12729         * gnus-sum.el (gnus-summary-selected-face)
12730         (gnus-summary-highlight): Use renamed gnus faces.
12731         * gnus-group.el (gnus-group-highlight): Likewise.
12733 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12735         * gnus-sieve.el (gnus-sieve-article-add-rule):
12736         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12737         * spam-stat.el (spam-stat-buffer-change-to-spam)
12738         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12740         * message.el (message-is-yours-p):
12741         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12743 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12745         * mm-view.el (mm-inline-text): Withdraw the last change.
12747 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12749         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12750         executing enriched-decode.
12752 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12754         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12755         charset of tar files.
12757 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12759         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12761 2005-06-04  Lute Kamstra  <lute@gnu.org>
12763         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12764         information is never recorded.
12766 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12768         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12770 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12772         * pop3.el (pop3-apop): Run md5 in the binary mode.
12774         * starttls.el (starttls-set-process-query-on-exit-flag):
12775         Use eval-and-compile.
12777 2005-05-31  Simon Josefsson  <jas@extundo.com>
12779         * smime.el (smime-replace-in-string): Define.
12780         (smime-cert-by-ldap-1): Use it.
12782 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12784         * gnus-art.el (article-display-x-face): Replace
12785         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12787         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12788         set-process-query-on-exit-flag or process-kill-without-query.
12790         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12791         loop instead of replace-regexp.
12793         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12794         instead of process-kill-without-query if it is available.
12796         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12797         instead of find-file-hooks if it is available.
12799         * mml1991.el: Bind pgg-default-user-id when compiling.
12801         * mml2015.el: Bind pgg-default-user-id when compiling.
12803         * nndraft.el (nndraft-request-associate-buffer):
12804         Use write-contents-functions instead of write-contents-hooks if it is
12805         available.
12807         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12808         instead of find-file-hooks if it is available.
12810         * nntp.el (nntp-open-connection): Replace
12811         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12812         (nntp-open-ssl-stream): Ditto.
12813         (nntp-open-tls-stream): Ditto.
12815         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12816         set-process-query-on-exit-flag or process-kill-without-query.
12817         (starttls-open-stream-gnutls): Use it instead of
12818         process-kill-without-query.
12819         (starttls-open-stream): Ditto.
12821 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12823         * smime.el (smime-cert-by-ldap-1): Don't use
12824         replace-regexp-in-string.
12826 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12828         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12830         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12831         in PEM format.  Adjust to the XEmacs compability.
12833 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12835         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12836         by `string-to-number'.
12837         * gnus-agent.el (gnus-agent-regenerate-group)
12838         (gnus-agent-fetch-articles): Ditto.
12839         * gnus-art.el (gnus-button-fetch-group): Ditto.
12840         * gnus-cache.el (gnus-cache-generate-active)
12841         (gnus-cache-articles-in-group): Ditto.
12842         * gnus-group.el (gnus-group-set-current-level)
12843         (gnus-group-insert-group-line): Ditto.
12844         * gnus-score.el (gnus-score-set-expunge-below)
12845         (gnus-score-set-mark-below, gnus-summary-score-effect)
12846         (gnus-summary-score-entry): Ditto.
12847         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12848         (gnus-soup-pack): Ditto.
12849         * gnus-spec.el (gnus-xmas-format): Ditto.
12850         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12851         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12852         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12853         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12854         * nndb.el (nndb-get-remote-expire-response): Ditto.
12855         * nndiary.el (nndiary-parse-schedule-value)
12856         (nndiary-string-to-number, nndiary-request-replace-article)
12857         (nndiary-request-article): Ditto.
12858         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12859         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12860         * nneething.el (nneething-make-head): Ditto.
12861         * nnfolder.el (nnfolder-request-article)
12862         (nnfolder-retrieve-headers): Ditto.
12863         * nnheader.el (nnheader-file-to-number): Ditto.
12864         * nnkiboze.el (nnkiboze-request-article): Ditto.
12865         * nnmail.el (nnmail-process-unix-mail-format)
12866         (nnmail-process-babyl-mail-format): Ditto.
12867         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12868         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12869         (nnmh-request-create-group, nnmh-request-list-1)
12870         (nnmh-request-group, nnmh-request-article): Ditto.
12871         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12872         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12873         * nnsoup.el (nnsoup-make-active): Ditto.
12874         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12875         * nntp.el (nntp-find-group-and-number)
12876         (nntp-retrieve-headers-with-xover): Ditto.
12877         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12878         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12879         (pgg-format-key-identifier): Ditto.
12880         * pop3.el (pop3-last, pop3-stat): Ditto.
12881         * qp.el (quoted-printable-decode-region): Ditto.
12883         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12884         of concat.
12886 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12888         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12890         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12892         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12894         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12896         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12898         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12900         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12901         (gnus-carpal-mode): Ditto.
12903         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12904         (gnus-browse-mode): Ditto.
12906         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12908         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12910 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12912         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12914 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12916         * gnus-util.el (gnus-run-mode-hooks): New function.
12918         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12920 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12922         * gnus-agent.el (gnus-agent-make-mode-line-string):
12923         Use mode-line-highlight as mouse-face.
12925 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12927         * canlock.el (canlock): Change the parent group to news.
12929         * deuglify.el (gnus-outlook-deuglify): Add :group.
12931         * dig.el (dig): Add :group.
12933         * dns-mode.el (dns-mode): Add :group.
12935         * encrypt.el (encrypt): Add :group.
12937         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12938         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12939         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12940         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12941         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12943         * gnus-diary.el (gnus-diary): Add :group.
12945         * gnus.el (gnus-group-news-1-face): Add :group.
12946         (gnus-group-news-1-empty-face): Ditto.
12947         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12948         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12949         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12950         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12951         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12952         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12953         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12954         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12955         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12956         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12957         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12958         (gnus-summary-high-ticked-face): Ditto.
12959         (gnus-summary-low-ticked-face): Ditto.
12960         (gnus-summary-normal-ticked-face): Ditto.
12961         (gnus-summary-high-ancient-face): Ditto.
12962         (gnus-summary-low-ancient-face): Ditto.
12963         (gnus-summary-normal-ancient-face): Ditto.
12964         (gnus-summary-high-undownloaded-face): Ditto.
12965         (gnus-summary-low-undownloaded-face): Ditto.
12966         (gnus-summary-normal-undownloaded-face): Ditto.
12967         (gnus-summary-high-unread-face): Ditto.
12968         (gnus-summary-low-unread-face): Ditto.
12969         (gnus-summary-normal-unread-face): Ditto.
12970         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12971         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12973         * hashcash.el (hashcash): New custom group.
12974         (hashcash-default-payment): Add :group.
12975         (hashcash-payment-alist): Ditto.
12976         (hashcash-default-accept-payment): Ditto.
12977         (hashcash-accept-resources): Ditto.
12978         (hashcash-path): Ditto.
12979         (hashcash-extra-generate-parameters): Ditto.
12980         (hashcash-double-spend-database): Ditto.
12981         (hashcash-in-news): Ditto.
12983         * message.el (message-minibuffer-local-map): Add :group.
12985         * netrc.el (netrc): Add :group.
12987         * sieve-manage.el (sieve-manage-log): Add :group.
12988         (sieve-manage-default-user): Diito.
12989         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12990         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12991         (sieve-manage-authenticators): Ditto.
12992         (sieve-manage-authenticator-alist): Ditto.
12993         (sieve-manage-default-port): Ditto.
12995         * sieve-mode.el (sieve-control-commands-face): Add :group.
12996         (sieve-action-commands-face): Ditto.
12997         (sieve-test-commands-face): Ditto.
12998         (sieve-tagged-arguments-face): Ditto.
13000         * smime.el (smime): Add :group.
13002         * spam-report.el (spam-report): Add :group.
13004         * spam.el (spam, spam-face): Add :group.
13006 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13008         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13009         return \n.\n.\n at the end of articles.  Protect against that.
13010         (nntp-with-open-group): Allow debugging.
13012         * nnheader.el (mail-header-set-extra): Make into a function
13013         because I just could't understand how to quote the list properly.
13015         * dns.el (query-dns-cached): New function.
13017 2005-05-26  Lute Kamstra  <lute@gnu.org>
13019         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13021 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13023         * gnus-art.el: Don't autoload mail-extract-address-components.
13025         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13026         eval-and-compile to evaluate it.
13028         * hashcash.el: Don't autoload executable-find.
13030         * nndb.el: Don't declare the nndb back end two or more times; don't
13031         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13033         * nntp.el: Autoload format-spec instead of format; use
13034         eval-and-compile to evaluate autoload forms.
13036 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13038         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13040 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13042         * gnus.el (gnus-version-number): Bump version.
13044 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13046         * gnus.el: No Gnus v0.3 is released.
13048 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13050         * gnus-art.el (gnus-article-edit-part): Disable undo.
13052 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13054         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13055         gnus-article-date-lapsed-new-header is t if date timer is active;
13056         skip headers in which the original date value is empty.
13057         (gnus-article-save-original-date): Redefine it as a macro.
13058         (gnus-display-mime): Use it.
13060 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13062         * gnus-art.el (article-date-ut): Support converting date in
13063         forwarded parts as well.
13064         (gnus-article-save-original-date): New function.
13065         (gnus-display-mime): Use it.
13067 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13069         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13070         enclosure element of <item>.
13072 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13074         * message.el (message-kill-buffer-query): Renamed from
13075         `message-kill-buffer-query-if-modified'.  Added :version.
13077 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13079         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13080         window layout.
13082 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13084         * mml.el: Autoload dnd when compiling.
13086 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13088         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13089         x-dnd-*.
13091 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13093         * qp.el (quoted-printable-encode-region): Save excursion.
13095 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13097         * message.el (message-kill-buffer-query-if-modified): Add new variable
13098         so the user can kill a modified message buffer quickly.
13099         (message-kill-buffer): Use it.
13101 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13103         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13104         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13106 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13108         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13109         contained in text because xml.el decodes entities) with LFs.
13111 2005-04-11  Lute Kamstra  <lute@gnu.org>
13113         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13114         differently.
13116 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13118         * mm-util.el (mm-detect-coding-region): Typo.
13120 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13122         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13124 2005-04-06  Deepak Goel  <deego@gnufans.org>
13126         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13127         user-function allow user modifications of the scores.
13128         (spam-stat-score-buffer-user): New function, to allow
13129         user-computed modifications to the score.
13130         (spam-stat-score-buffer-user-functions): List of additional
13131         scoring functions.
13132         (spam-stat-error-holder): Global temporary error holder.
13133         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13134         variable.
13136 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13138         * gnus-registry.el (gnus-registry-clean-empty-function)
13139         (gnus-registry-trim, gnus-registry-fetch-groups)
13140         (gnus-registry-delete-group): Groups that match
13141         `gnus-registry-ignored-groups' are removed from the registry
13142         entries, not just ignored for splitting.  This helps clean up the
13143         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13144         to get all the groups a message ID is in.
13146         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13147         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13148         (spam-stat-score-buffer-user-functions): Add :number custom type.
13150 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13152         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13153         argument in XEmacs.
13155         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13156         (nnrss-request-group): Decode group name first.
13157         (nnrss-request-article): Make a text/plain article if mml-to-mime
13158         failed.
13159         (nnrss-get-encoding): Return a compatible encoding according to
13160         nnrss-compatible-encoding-alist.
13161         (nnrss-find-el): Use consp instead of listp.
13162         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13164 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13166         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13167         which Emacs 20 doesn't support.
13168         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13170 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13172         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13173         silence the byte compiler inside the defun.
13175         * gnus-demon.el (parse-time-string): Add autoload.
13177         * gnus-delay.el (parse-time-string): Add autoload.
13179         * gnus-art.el (parse-time-string): Add autoload.
13181         * nnultimate.el (parse-time): Require for `parse-time-string'.
13183 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13185         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13187         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13189         * smime.el (smime-ldap-host-list): Add :version.
13191 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13193         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13194         pass it to `gnus-browse-read-group'.
13195         (gnus-browse-read-group): Add NUMBER argument and pass it to
13196         `gnus-group-read-ephemeral-group'.
13198         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13199         argument and pass it to `gnus-group-read-group'.
13201 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13203         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13204         mm-xemacs-find-mime-charset-1 if we have the mule feature
13205         available at runtime.
13207 2005-03-25  Werner Lemberg  <wl@gnu.org>
13209         * nnmaildir.el: Replace `illegal' with `invalid'.
13211 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13213         * gnus-start.el (gnus-display-time-event-handler):
13214         Check display-time-timer at runtime rather than only at load time
13215         in case display-time-mode is turned off in the mean time.
13217 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13219         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13220         used.
13222         * nneething.el (nneething-map-file-directory): Derive from
13223         `gnus-directory'.
13225         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13226         the To/Cc button.
13228 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13230         * nnmaildir.el (nnmaildir-request-accept-article):
13231         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13233 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13235         * gnus-async.el: Require timer-funcs at compile time when in
13236         XEmacs for `run-with-idle-timer'.
13238 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13240         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13241         autoloaded function.
13243 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13245         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13247 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13249         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13251 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13253         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13254         gnus-expert-user to default.
13256 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13258         * nnimap.el (nnimap-open-server): Ditto.
13260         * imap.el (imap-authenticate): Fix typo.
13262 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13264         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13265         buffer (since IMAP server might return FETCH response out of
13266         order, and the nntp buffer must be sorted).
13268 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13270         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13271         comparison on string.
13273         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13274         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13275         (gnus-agent-summary-fetch-series): Modified to protect against
13276         gnus-agent-summary-fetch-group clearing processable flags.
13277         (gnus-agent-synchronize-group-flags): Update live group buffer as
13278         synchronization may occur due to the user toggle the plugged
13279         status.
13280         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13281         successfully downloaded.
13282         (gnus-agent-expire-group-1): Avoid using markers when the overview
13283         is in ascending order; greatly improves performance.
13284         (gnus-agent-regenerate-group): Use
13285         gnus-agent-synchronize-group-flags to reset read status in both
13286         gnus and server.
13287         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13289 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13291         * message.el: Don't autoload former message-utils variables.
13292         (message-strip-subject-trailing-was): Change doc string.
13294         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13295         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13296         (nnweb-google-search): Add "hl=en" here.
13297         (nnweb-google-parse-1, nnweb-google-create-mapping):
13298         Don't hardcode URL.
13300 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13302         * message.el (message-get-reply-headers, message-followup):
13303         Mention related variables `message-use-followup-to' and
13304         `message-use-mail-followup-to', in the information buffer.
13306         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13307         of broken groups(-beta).google.com.
13309 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13311         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13312         parameter to invoked gnus-request-move-article; remove the
13313         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13314         all at once instead of once per article.
13315         (gnus-summary-remove-process-mark): Accept a list of articles as
13316         well as a single article for processing.
13318         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13319         parameter.
13321         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13323         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13325         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13326         parameter.
13328         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13329         parameter.
13331         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13332         parameter and remove the gnus-sum-hint-move-is-internal variable.
13334         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13335         parameter.
13337         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13338         parameter.
13340         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13341         parameter.
13343         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13345         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13346         parameter.
13348         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13349         parameter.
13351 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13353         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13354         a more conservative way.
13356 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13358         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13359         buffer, so it moves the window's cursor.
13361 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13363         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13364         `mm-dissect-multipart' and receive the from field as an (optional)
13365         argument from `mm-dissect-multipart'.
13366         (mm-dissect-multipart): Receive the from field as an argument and
13367         pass it on when we call `mm-dissect-buffer' on MIME parts.
13368         Fixes verification/decryption of signed/encrypted MIME parts.
13370 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13372         * gnus-sum.el (gnus-summary-move-article): Set
13373         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13374         whatever it calls (right now, only nnimap-request-move article
13375         respects it).
13377         * nnimap.el (nnimap-request-move-article): When
13378         gnus-sum-hint-move-is-internal is set, don't do the extra
13379         nnimap-request-article.
13381 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13383         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13385         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13386         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13388         * gnus-sum.el (gnus-summary-caesar-message):
13389         Apply `gnus-treat-article' after rotation.
13391         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13392         doc string.
13394 2005-02-22  Simon Josefsson  <jas@extundo.com>
13396         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13397         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13398         <arne@arnested.dk>.
13399         (encrypt): Add password-cache and password-cache-expiry as group
13400         members.
13402 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13404         * smime.el (smime-ldap-host-list): Doc fix.
13405         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13406         cache) password.
13407         (smime-sign-region): Use it.
13408         (smime-decrypt-region): Use it.
13409         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13410         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13411         fails.
13412         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13413         certificate from DER to PEM format rather than calling openssl.
13415         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13417         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13418         for signing/encryption.
13420         * mml.el (mml-parse-1): Use them.
13422 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13424         * nnrss.el (nnrss-verbose): Removed.
13425         (nnrss-request-group): Use `nnheader-message' instead.
13427 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13429         * nnrss.el (nnrss-verbose): New variable.
13430         (nnrss-request-group): Make it say nnrss is requesting a group.
13432 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13434         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13435         Handle news URL with given port correctly.
13437 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13439         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13440         containing special characters.
13442         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13444         * mml.el (mime-to-mml): Ditto.
13446         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13447         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13448         (rfc2047-decode-region): Quote decoded words containing special
13449         characters when rfc2047-quote-decoded-words-containing-tspecials
13450         is non-nil.
13452 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13454         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13456         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13458 2005-02-15  Simon Josefsson  <jas@extundo.com>
13460         * nnimap.el (nnimap-debug): Doc fix.
13462         * imap.el (imap-debug): Doc fix.
13464 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13466         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13468 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13470         * gnus.el (spam-contents): Improve docs for spam-contents
13471         parameter in its variable incarnation.
13473 2005-02-14  Simon Josefsson  <jas@extundo.com>
13475         * smime-ldap.el: Use require instead of load-library for ldap.
13476         (smime-ldap-search): Indent.
13477         (smime-ldap-search-internal): Shorten line.
13479         * smime.el (smime-cert-by-dns): Add doc-string.
13480         (smime-cert-by-ldap-1): Indent.
13482         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13483         mml-smime-get-dns-ldap.
13484         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13486 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13488         * smime.el: Require smime-ldap.
13489         (smime-ldap-host-list): New variable.
13490         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13492         * mml-smime.el (mml-smime-encrypt-query): New function.
13493         (mml-smime-encrypt-query): Use it.
13495         * smime-ldap.el: New file.
13497 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13499         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13501 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13503         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13504         argument in doc string.  Make query for type more clear.
13506 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13508         * gnus.el (gnus-group-startup-message): Search for gnus images in
13509         etc/images/gnus.
13510         * mm-util.el (mm-image-load-path): Likewise.
13511         * smiley.el (smiley-data-directory): Search for smilies in
13512         etc/images/smilies.
13514 2005-02-09  Kim F. Storm  <storm@cua.dk>
13516         Change Emacs release version from 21.4 to 22.1 throughout.
13517         Change Emacs development version from 21.3.50 to 22.0.50.
13519 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13521         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13523         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13524         non-Mule XEmacs as well.
13525         (mm-decompress-buffer): Signal an error intentionally if it does
13526         not decompress compressed data because auto-compression-mode is
13527         disabled.
13529 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13531         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13532         an ID in the registry even if it has no groups.
13534 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13536         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13537         merge it into mm-decompress-buffer.
13538         (gnus-mime-copy-part): Use the MIME part charset, the value which
13539         a user specified or gnus-newsgroup-charset for decoding, like
13540         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13541         save-buffer what was used.  Suggested by Kevin Ryde
13542         <user42@zip.com.au>.
13543         (gnus-mime-inline-part): Allow the name parameter as well as the
13544         filename parameter; force decompressing of compressed data; always
13545         display contents being not decoded as unibyte.
13547         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13548         as well as the filename parameter.
13550         * mm-util.el (mm-decompress-buffer): Merge
13551         gnus-mime-jka-compr-maybe-uncompress.
13552         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13553         of compressed data.
13555 2005-02-08  Simon Josefsson  <jas@extundo.com>
13557         * imap.el (imap-log): Doc fix.
13559 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13561         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13562         the coding cookies; decompress compressed parts.
13564         * mml.el (mml-generate-mime-1): Add the charset parameter according
13565         to the value which a user specified manually or the coding cookie.
13567         * mm-util.el (mm-string-to-multibyte): New function.
13568         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13569         (mm-coding-system-to-mime-charset): New function.
13570         (mm-decompress-buffer): New function.
13571         (mm-find-buffer-file-coding-system): New function.
13573         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13574         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13575         parts.
13577 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13579         * mm-view.el (mm-display-inline-fontify): Decode a part according
13580         to the charset parameter.
13582 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13584         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13585         prefix arg is neither nil nor a number, as info specifies.
13587 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13589         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13590         timestamps.
13592 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13594         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13595         groups error checking and notify user.
13597 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13599         * message.el (message-send-mail-function): Check existence of
13600         sendmail-program first before using default value
13601         `message-send-mail-with-sendmail'.  Otherwise use more generic
13602         `smtpmail-send-it'.
13604 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13606         * nntp.el (nntp-request-update-info): Always return nil.
13608 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13610         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13612 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13614         * message.el (message-beginning-of-line): Change the behavior when
13615         invoked between BOL and : so that it first moves backward.
13617 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13619         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13620         article buffer when editing of the article is discarded.
13621         (gnus-article-prepare): Revert.
13623 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13625         * gnus-art.el (gnus-article-prepare):
13626         Remove message-strip-forbidden-properties from the local hook.
13628 2005-01-27  Simon Josefsson  <jas@extundo.com>
13630         * password.el (password-cache-add): Only start one timer per key.
13631         Reported by Derek Atkins <warlord@MIT.EDU>.
13633 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13635         * run-at-time.el: Removed.  It is no longer needed as
13636         timer-funcs.el in the xemacs-base package has a working version of
13637         `run-at-time'.
13639         * password.el: Require timer-funcs instead of run-at-time in
13640         XEmacs.
13641         Remove `password-run-at-time' macro.
13642         (password-cache-add): Use `run-at-time' instead of
13643         `password-run-at-time'.
13645         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13646         for `run-with-idle-timer'.
13648         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13649         for `run-at-time'.
13651         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13652         for `with-timeout'.
13654 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13656         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13657         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13659 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13661         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13662         sensitively.
13664 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13666         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13668 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13670         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13671         which will be inserted according to the multibyteness of a buffer
13672         rather than the type of contents.  Suggested by ARISAWA Akihiro
13673         <ari@mbf.ocn.ne.jp>.
13675         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13676         of string which old xml.el may return rather than a string.
13678 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13680         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13682 2005-01-16  Simon Josefsson  <jas@extundo.com>
13684         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13685         idn/idna.el isn't available.
13686         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13687         <michael@waxrat.com>.
13689         * hashcash.el: Remove non-FSF copyright header.
13691         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13692         (hashcash-generate-payment): Use it.
13693         (hashcash-generate-payment-async): Use it.
13695 2005-01-15  Simon Josefsson  <jas@extundo.com>
13697         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13698         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13700         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13701         gnus-summary-idna-message.
13702         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13703         (gnus-summary-idna-message): New function.
13705 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13707         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13708         gnus-novice-user.
13710 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13712         * nnrss.el (nnrss-request-delete-group): Delete entries in
13713         nnrss-group-alist as well.
13714         (nnrss-save-server-data): Insert newline.
13716 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13718         * gnus.el (gnus-user-agent): Use list of symbols instead of
13719         symbols.  Display full version number for (S)XEmacs.  Optionally
13720         display (S)XEmacs codename.
13722         * gnus-util.el (gnus-emacs-version): Update for new
13723         `gnus-user-agent'.
13725         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13726         Gnus version.
13728 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13730         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13731         which is unreadable in some setups.
13733 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13735         * gnus-spec.el (gnus-update-format-specifications): Flush the
13736         group format spec cache if it doesn't support decoded group names.
13738 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13740         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13741         Allow to apply decay on score files matching a regexp.
13743 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13745         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13746         compatibility in %g and %c.
13748 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13750         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13751         name for only %g and %c.
13752         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13753         of gnus-tmp-group to decoded group name.
13754         (gnus-group-make-rss-group): Exclude `/'s from group names.
13756 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13758         * nnrss.el (nnrss-get-encoding): Fix regexp.
13760 2004-12-27  Simon Josefsson  <jas@extundo.com>
13762         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13763         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13764         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13766 2004-12-17  Kim F. Storm  <storm@cua.dk>
13768         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13770         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13772 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13774         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13776 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13778         * nnrss.el: Require rfc2047 and mml.
13779         (nnrss-file-coding-system): New variable.
13780         (nnrss-format-string): Redefine it as an inline function.
13781         (nnrss-decode-group-name): New function.
13782         (nnrss-string-as-multibyte): Remove.
13783         (nnrss-retrieve-headers): Decode group name; don't use
13784         nnrss-format-string.
13785         (nnrss-request-group): Decode group name.
13786         (nnrss-request-article): Decode group name; allow a Message-ID as
13787         well as an article number; don't use nnrss-format-string; encode a
13788         Message-ID string which may contain non-ASCII characters; use
13789         mml-to-mime to compose a MIME article.
13790         (nnrss-request-expire-articles): Decode group name.
13791         (nnrss-request-delete-group): Decode group name.
13792         (nnrss-fetch): Clarify error message.
13793         (nnrss-read-server-data): Use insert-file-contents instead of load;
13794         bind file-name-coding-system; use multibyte buffer.
13795         (nnrss-save-server-data): Bind coding-system-for-write to the
13796         value of nnrss-file-coding-system; bind file-name-coding-system;
13797         add coding cookie.
13798         (nnrss-read-group-data): Use insert-file-contents instead of load;
13799         bind file-name-coding-system; use multibyte buffer.
13800         (nnrss-save-group-data): Bind coding-system-for-write to the
13801         value of nnrss-file-coding-system; bind file-name-coding-system.
13802         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13803         make it work with non-ASCII text.
13804         (nnrss-find-el): Make it work with old xml.el as well.
13806 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13808         * nnrss.el (nnrss-get-encoding): New function.
13809         (nnrss-fetch): Use unibyte buffer initially; bind
13810         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13811         decode contents according to the encoding attribute.
13812         (nnrss-save-group-data): Add coding cookie.
13813         (nnrss-mime-encode-string): New function.
13814         (nnrss-check-group): Use it to encode subject and author.
13816 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13818         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13819         imaginary variable.
13821 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13823         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13824         correctly even if there are wide characters.
13826 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13828         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13829         downcased symbol names; make a new cache instead of reusing
13830         bbdb-hashtable.
13832 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13834         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13835         concatenating segments rather than before concatenating them.
13836         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13838         * message.el (message-get-reply-headers): Bind `extra'.
13840 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13842         * message.el (message-extra-wide-headers): New variable.
13843         (message-get-reply-headers): Use it.
13845 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13847         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13848         (gnus-agent-group-pathname): Ditto.
13850         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13852         * gnus-group.el (gnus-group-make-group): Decode group name.
13853         (gnus-group-make-rss-group): Register the group data after opening
13854         the nnrss group.
13856 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13858         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13859         by expiry now get marked as read.
13861 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13863         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13865 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13867         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13868         unify Latin characters in XEmacs.
13869         (mm-find-mime-charset-region): Use it.
13871 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13873         * gnus-util.el (gnus-delete-directory): New function.
13875         * gnus-agent.el (gnus-agent-delete-group): Use it.
13877         * gnus-cache.el (gnus-cache-delete-group): Use it.
13879 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13881         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13882         names.
13884 2004-12-16  Simon Josefsson  <jas@extundo.com>
13886         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13888 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13890         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13892         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13893         (gnus-group-set-current-level): Decode group name.
13895 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13897         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13898         failed.
13900 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13902         * gnus-group.el (gnus-group-delete-group): Decode group name.
13903         (gnus-group-make-rss-group): Encode group name.
13904         (gnus-group-catchup-current): Decode group name.
13905         (gnus-group-kill-group): Decode group name.
13907 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13909         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13911 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13913         * gnus-group.el (gnus-group-make-rss-group):
13914         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13916         * gnus-start.el (gnus-setup-news): Honor user's setting to
13917         gnus-message-archive-method.  Suggested by Lute Kamstra
13918         <lute@gnu.org>.
13920 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13922         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13923         global counterparts of the buffer-local variables.
13925 2004-11-16  Romain Francoise  <romain@orebokech.com>
13927         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13928         counterparts of the buffer-local variables.
13930 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13932         * message.el (message-forbidden-properties): Fixed typo in doc
13933         string.
13935 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13937         * gnus-util.el (gnus-replace-in-string): Added doc string.
13939         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13940         to avoid problems when splitting mails with many recipients.
13942 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13944         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13945         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13947 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13949         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13950         if there is no hashtable in memory or file modification time is
13951         newer than cached timestamp.
13953 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13955         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13956         not-matching option.
13958 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13960         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13961         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13962         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13963         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13964         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13965         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13967 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13969         * message.el (message-forward-make-body-mml): Remove headers
13970         according to message-forward-ignored-headers if a message is decoded.
13972 2004-12-02  Romain Francoise  <romain@orebokech.com>
13974         * message.el (message-forward-make-body-plain): Always remove
13975         headers according to message-forward-ignored-headers.
13977 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13979         * spam.el (spam-summary-prepare-exit): Remove the
13980         gnus-summary-limit pop for now, it has problems with ham marks for
13981         me.
13983 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13985         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13986         correctly.
13988 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13990         * format-spec.el (format-spec): Message the char.
13992 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13994         * gnus-art.el (gnus-split-methods): Reformat comments.
13996         * spam.el (spam-summary-prepare-exit): Remove article limits
13997         before exiting the summary buffer.
13999 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14001         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14002         order to silence the byte compiler.
14004         * spam.el: Fix the way to silence the byte compiler, which
14005         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14006         bbdb-search-simple, spam-BBDB-register-routine,
14007         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14008         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14009         spam-stat-buffer-is-spam, spam-stat-load,
14010         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14011         spam-stat-save and spam-stat-split-fancy.
14013 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14015         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14016         which may confuse users.
14017         (canlock-password-for-verify): Ditto.
14019         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14021         * gnus-art.el (gnus-emphasis-alist): Ditto.
14023         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14025         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14027         * gnus-start.el (gnus-save-killed-list): Ditto.
14029         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14030         (gnus-sum-thread-tree-root): Ditto.
14031         (gnus-sum-thread-tree-false-root): Ditto.
14032         (gnus-sum-thread-tree-single-indent): Ditto.
14034         * message.el (message-courtesy-message): Ditto.
14035         (message-archive-note): Ditto.
14036         (message-subscribed-address-file): Ditto.
14037         (message-user-fqdn): Ditto.
14039         * spam-report.el (spam-report-gmane-regex): Ditto.
14041         * spam.el (spam-blackhole-good-server-regex): Ditto.
14043 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14045         * mml.el (mml-preview): Widen the message buffer before copying
14046         the contents to the preview buffer; sort headers before previewing.
14048         * message.el (message-hidden-headers): Fix the way to avoid a bug
14049         in the `repeat' widget in Emacs 21.3 or earlier.
14051 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14053         * message.el (message-hidden-headers): Default to "^References:".
14054         Improve customization type.  Suggested by Reiner Steib
14055         <Reiner.Steib@gmx.de>.
14057 2004-11-25  Romain Francoise  <romain@orebokech.com>
14059         * message.el (message-strip-forbidden-properties): Remove check for
14060         obsolete `message-hidden' text property, hidden headers are not
14061         accessible in the buffer anymore.
14063 2004-11-22  Romain Francoise  <romain@orebokech.com>
14065         * message.el (message-header-format-alist): Add `From' in list
14066         so that it can be sorted.
14067         (message-fix-before-sending): Widen and sort headers before
14068         sending.
14069         (message-hide-headers): Use narrowing to hide headers by moving
14070         them to the top of the buffer and narrowing to the region
14071         underneath.
14073 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14075         * message.el (message-strip-forbidden-properties): Bind
14076         buffer-read-only (etc) to nil.
14078 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14080         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14081         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14083 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14085         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14087 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14089         * dns.el (query-dns): Use sit-for to time instead of
14090         accept-process-output, since that doesn't seem to work on udp
14091         sockets.
14093 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14095         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14097 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14099         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14100         doc string.  Improve doc string.
14102 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14104         * nntp.el (nntp-request-update-info): Return nil if
14105         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14106         may not call gnus-activate-group which uselessly issues the GROUP
14107         commands for all nntp groups and wastes time.  Reported by Romain
14108         Francoise <romain@orebokech.com>.
14110         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14112 2004-11-15  Simon Josefsson  <jas@extundo.com>
14114         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14115         headers separately.
14116         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14117         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14119 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14121         * gnus-start.el (gnus-convert-old-newsrc):
14122         Assign legacy-gnus-agent to 5.10.7.
14124 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14126         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14127         start of the lines.
14129 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14131         * hashcash.el (hashcash-default-payment): Change default to 20.
14132         (hashcash-default-accept-payment): Change default to 20.
14133         (hashcash-process-alist): New variable.
14134         (hashcash-generate-payment-async): Add.
14135         (hashcash-already-paid-p): Add.
14136         (hashcash-insert-payment): Don't generate payments twice.
14137         (hashcash-insert-payment-async): Add.
14138         (hashcash-insert-payment-async-2): Add.
14139         (hashcash-cancel-async): Add.
14140         (hashcash-wait-async): Add.
14141         (hashcash-processes-running-p): Add.
14142         (hashcash-wait-or-cancel): Add.
14143         (mail-add-payment): New optional argument.  Conditionally start
14144         asynchronous calculation.
14145         (mail-add-payment-async): Add.
14147         * message.el (message-send-mail): Wait for asynchronous hashcash
14148         results.  Don't clobber existing X-Hashcash headers.
14149         (message-setup-1): Call mail-add-payment-async when
14150         message-generate-hashcash is non-nil.
14152 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14154         * message.el (message-use-alternative-email-as-from): Examine the
14155         From header as well; use message-make-from in order to include a
14156         user's full name.
14158 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14160         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14161         default; improve customization type.
14162         (gnus-emphasis-custom-with-format): New macro.
14163         (gnus-emphasis-custom-value-to-external): New function.
14164         (gnus-emphasis-custom-value-to-internal): New function.
14166 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14168         * dns.el (query-dns): Resolve reverse addresses.
14170 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14172         * gnus-group.el (gnus-group-get-new-news): Use it.
14174         * gnus-start.el (gnus-check-reasonable-setup): New function.
14176 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14178         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14179         "Args out of range" error.  Reported by Arnaud Giersch
14180         <arnaud.giersch@free.fr>.
14182 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14184         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14186 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14188         * spam.el (spam group): Add :version.
14190         * pgg-def.el (pgg group): Add :version.
14192 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14194         * gnus-art.el (gnus-article-edit-article): Don't associate the
14195         article buffer with a draft file.  This is a temporary measure
14196         against the 2004-08-22 change to gnus-article-edit-mode.
14198 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14200         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14201         (html2text-format-tags): Remove unused variable `attr'.
14203 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14205         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14207         * spam-stat.el (spam-stat): Add :version.
14209         * sieve.el (sieve): Add :version.
14211         * sha1.el (sha1): Add :version.
14212         (sha1-use-external): Remove redundant version.
14214         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14215         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14216         (nnmail-split-fancy-match-partial-words)
14217         (nnmail-split-lowercase-expanded): Add :version.
14219         * nndiary.el (nndiary): Add :version.
14221         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14223         * mml-sec.el (mml-default-sign-method)
14224         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14225         Add :version.
14227         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14229         * mm-url.el (mm-url-use-external, mm-url-program)
14230         (mm-url-arguments): Add :version.
14232         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14233         (mm-attachment-file-modes, mm-decrypt-option)
14234         (mm-w3m-safe-url-regexp): Add :version.
14236         * message.el (message-cite-prefix-regexp)
14237         (message-sendmail-envelope-from, message-minibuffer-local-map)
14238         (message-user-fqdn, message-completion-alist): Add :version.
14240         * gnus-win.el (gnus-configure-windows-hook)
14241         (gnus-use-frames-on-any-display): Add :version.
14243         * gnus-art.el (gnus-article-address-banner-alist)
14244         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14245         (gnus-treat-from-picon, gnus-treat-mail-picon)
14246         (gnus-treat-x-pgp-sig): Add :version.
14248         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14249         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14250         (gnus-summary-article-delete-hook)
14251         (gnus-summary-display-while-building): Add :version.
14253         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14254         (gnus-get-top-new-news-hook): Add :version.
14256         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14257         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14259         * gnus-registry.el (gnus-registry): Add :version.
14261         * gnus-spec.el (gnus-use-correct-string-widths)
14262         (gnus-make-format-preserve-properties): Add :version.
14264         * gnus.el (gnus-group-charter-alist)
14265         (gnus-group-fetch-control-use-browse-url)
14266         (gnus-install-group-spam-parameters): Add :version.
14268         * gnus-diary.el (gnus-diary): Add :version.
14270         * gnus-delay.el (gnus-delay): Add :version.
14272         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14273         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14274         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14275         Add :version.
14277         * gnus-agent.el (gnus-agent-max-fetch-size)
14278         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14279         (gnus-agent-prompt-send-queue): Add :version.
14281         * deuglify.el (gnus-outlook-deuglify): Add :version.
14283         * html2text.el: Beautify code.  Improve doc strings.  Some
14284         checkdoc cleanup.
14285         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14287 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14289         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14291 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14293         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14294         when package is loaded.
14296         * spam.el (spam-summary-score-preferred-header): Add global preference
14297         for people who want to override the default SpamAssassin over
14298         Bogofilter preference (when both are set).
14299         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14300         (spam-user-format-function-S): Check
14301         spam-summary-score-preferred-header.
14302         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14303         (spam-user-format-function-S): Format the score correctly.
14305 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14307         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14308         signature file.  Suggested by Manoj Srivastava
14309         <srivasta@golden-gryphon.com>.
14311         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14312         iso-2022-jp even in the Japanese language environment.
14313         Suggested by Jason Rumney <jasonr@gnu.org>.
14315 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14317         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14318         use the same characters as the dummy marks; make it free from
14319         getting affected by the language environment.
14320         (gnus-summary-read-group-1): Update mark positions only when the
14321         format spec is updated.
14323         * gnus-spec.el (gnus-update-format-specifications): Return a list
14324         of updated types.
14326 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14328         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14329         of boundp to check if display-warning is available.
14331 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14333         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14335 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14337         * nnspool.el (nnspool-spool-directory): Use news-path if the
14338         news-directory variable is not bound.
14340         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14341         function instead of display-warning if it is not available.
14343 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14345         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14346         v5-10: Use `point-at-bol'.
14348 2004-10-26  Simon Josefsson  <jas@extundo.com>
14350         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14351         <chenggao@gmail.com>.
14353 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14355         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14356         instead.
14358 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14360         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14361         to remove a server from the nnimap-server-buffer-alist.
14362         (nnimap-open-connection, nnimap-close-server): Use it.
14364         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14366 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14368         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14369         running the major-mode function.
14371 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14373         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14374         dummy marks in the right way.
14376 2004-10-18  David Edmondson  <dme@dme.org>
14378         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14379         excessively.
14381 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14383         * gnus-util.el (gnus-split-references): Accept a nil references
14384         string and go on blissfully.
14386         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14387         cases where the references string is non-nil but has no references.
14389         * encrypt.el: Add autoload tags.
14391         * spam.el (spam-resolve-registrations-routine): Remove article
14392         from unregistration list too.  Reported by David Hanak
14393         <dhanak@isis.vanderbilt.edu>
14395 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14397         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14398         nil.  Changed custom type.
14400 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14402         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14404         * gnus-sum.el (gnus-summary-move-article): Use it.
14406 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14408         * encrypt.el: Add autoload cookies.
14410         * spam.el (spam-backend-article-list-property)
14411         (spam-backend-get-article-todo-list)
14412         (spam-backend-put-article-todo-list)
14413         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14414         Resolve registrations separately.
14415         (spam-register-routine): Format comments.
14416         (spam-unregister-routine, spam-register-routine): Always call with
14417         specific-articles, no default list.
14418         (spam-summary-prepare-exit): Use the spam-classifications function.
14420         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14421         gnus-encrypt.el.
14423         * encrypt.el: Copied from gnus-encrypt.el.
14425         * gnus-encrypt.el: Commented that it's obsolete.
14427 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14429         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14430         (gnus-score-save): Use it.
14432         * message.el (message-bury): Use `window-dedicated-p'.
14434 2004-10-15  Simon Josefsson  <jas@extundo.com>
14436         * pop3.el (top-level): Don't require nnheader.
14437         (pop3-read-timeout): Add.
14438         (pop3-accept-process-output): Add.
14439         (pop3-read-response, pop3-retr): Use it.
14441 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14443         * spam.el (spam-register-routine): Move comment.
14444         (spam-verify-bogofilter): Use 'unknown for the initial
14445         spam-bogofilter-valid state, not 'never.
14447         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14448         for netrc-machine.
14450         * nnimap.el (nnimap-open-connection): Use
14451         netrc-machine-user-or-password.
14453 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14455         * gnus-registry.el (gnus-registry-unload-hook):
14456         Set as a variable with add-hook.
14458         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14459         of news-path.
14461         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14463         * spam.el: Delete duplicate `provide'.
14464         (spam-unload-hook): Set as a variable with add-hook.
14466 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14468         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14469         in the doc string.
14471         * message.el (message-ignored-news-headers)
14472         (message-ignored-supersedes-headers)
14473         (message-ignored-resent-headers)
14474         (message-forward-ignored-headers): Improve custom type.
14476 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14478         * message.el (message-tokenize-header): Fix 2004-09-06 change
14479         which used point-min in the wrong place.
14481 2004-10-12  Simon Josefsson  <jas@extundo.com>
14483         * tls.el (tls-certtool-program): New variable.
14484         (tls-certificate-information): New function, based on
14485         ssl-certificate-information.
14487 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14489         * compface.el: Move the version of ELisp-based uncompface program
14490         to the contrib directory because of the copyright problem.
14492 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14494         * message.el (message-kill-buffer): Raise the current frame.
14496 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14498         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14500         * gnus.el (message-y-or-n-p): Autoload.
14502         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14503         (pop3-password-required, pop3-authentication-scheme)
14504         (pop3-leave-mail-on-server): Made customizable.
14505         (pop3): New custom group.
14506         (pop3-retr): Remove `sleep-for' statements.
14507         Suggested by Dave Love <fx@gnu.org>.
14509         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14510         Windows/DOS.
14512         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14513         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14514         Dave Love <fx@gnu.org>.
14516         * mml.el (mml-minibuffer-read-disposition): Require match.
14517         Suggested by Dave Love <fx@gnu.org>.
14519 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14521         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14522         doc string.
14524 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14526         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14528 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14530         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14531         instead of calling `mm-insert-inline', to decode text/* parts
14532         before displaying them.
14534 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14536         * mm-uu.el (mm-uu-text-plain-type): New variable.
14537         (mm-uu-pgp-signed-extract-1): Use it.
14538         (mm-uu-pgp-encrypted-extract-1): Use it.
14539         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14540         bind mm-uu-text-plain-type with that value.
14541         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14542         mm-uu-dissect.
14544 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14546         * gnus-group.el (gnus-update-group-mark-positions):
14547         * gnus-sum.el (gnus-update-summary-mark-positions):
14548         * message.el (message-check-news-body-syntax):
14549         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14550         of string-as-multibyte.
14552 2004-10-05  Juri Linkov  <juri@jurta.org>
14554         * gnus-group.el (gnus-update-group-mark-positions):
14555         * gnus-sum.el (gnus-update-summary-mark-positions):
14556         * message.el (message-check-news-body-syntax):
14557         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14558         8-bit unibyte values to a multibyte string for search functions.
14560 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14562         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14563         (mm-uu-dissect-text-parts): New function.
14565         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14566         dissect text parts.
14568         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14569         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14571         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14573         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14574         gnus-current-topics instead of gnus-current-topic.
14576 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14578         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14580 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14582         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14583         where approriate.
14585         * nnml.el (nnml-generate-active-info): do.
14587         * nndiary.el (nndiary-generate-active-info): do.
14589         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14590         (gnus-topic-move): do.
14592         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14593         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14595         * gnus-srvr.el (gnus-server-prepare)
14596         (gnus-server-open-all-servers): do.
14598         * gnus-msg.el (gnus-summary-cancel-article)
14599         (gnus-summary-resend-message)
14600         (gnus-summary-mail-crosspost-complaint): do.
14602         * gnus-move.el (gnus-change-server): do.
14604         * gnus-group.el (gnus-group-unmark-all-groups)
14605         (gnus-group-set-current-level): do.
14607 2004-10-04  Simon Josefsson  <jas@extundo.com>
14609         * message.el (message-generate-hashcash): Doc fix.
14611 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14613         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14614         avoid infinite recursion via gnus-get-function.
14616 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14618         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14620         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14622         * nnmail.el (nnmail-split-history): do.
14624         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14625         (nnml-request-delete-group): do.
14627         * nnslashdot.el (nnslashdot-read-groups): do.
14629         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14630         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14632         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14633         (nnspool-sift-nov-with-sed): Use last.
14634         (nnspool-retrieve-headers-with-nov): Use mapc.
14635         (nnspool-request-newgroups): Use dolist.
14636         (nnspool-request-group): Use last.
14638         * nntp.el (nntp-read-server-type): Use dolist.
14640         * nnvirtual.el (nnvirtual-create-mapping)
14641         (nnvirtual-update-read-and-marked): Use dolist.
14642         (nnvirtual-convert-headers): Simplify.
14644 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14646         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14647         support for sync'ing tick marks.
14649 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14651         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14652         there's no visible header.
14654 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14656         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14657         necessary, pass full group name to gnus-request-set-marks.
14659 2004-10-01  Simon Josefsson  <jas@extundo.com>
14661         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14662         acroread.
14664 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14666         * spam-report.el (spam-report-gmane): Fix interactive.
14668         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14670         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14671         when writing file.
14672         (gnus-agent-synchronize-flags): Don't default to being
14673         interactive.
14675 2004-09-30  Simon Josefsson  <jas@extundo.com>
14677         * message.el (message-generate-hashcash): Add.
14678         (message-send-mail): Use it, call mail-add-payment.
14680 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14682         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14684 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14686         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14687         gnus-requst-update-info with explicit code to sync the in-memory
14688         info read flags with the marks being sync'd to the backend.
14690         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14692 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14694         * spam.el (spam-verify-bogofilter): Add new function.
14695         (spam-check-bogofilter)
14696         (spam-bogofilter-register-with-bogofilter): Use it.
14697         (spam-verify-bogofilter): Add small fixes.
14699 2004-09-28  Simon Josefsson  <jas@extundo.com>
14701         * hashcash.el (hashcash-generate-payment): Revert.
14703 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14705         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14706         gnus-extract-references instead of gnus-split-references.
14708         * gnus-util.el (gnus-extract-references): Add new function, analogous
14709         to gnus-split-references but extracts only the message-ID without
14710         anything extra.
14712         * hashcash.el (hashcash-generate-payment)
14713         (hashcash-check-payment): Do the right thing if hashcash-path is
14714         nil (because the hashcash program could not be found).
14716         * spam.el (spam-use-hashcash): Remove comment.
14718 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14720         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14721         (gnus-cache-enter-article, gnus-cache-remove-article)
14722         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14724         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14726         * gnus-art.el (article-hide-boring-headers)
14727         (article-translate-strings, article-display-face)
14728         (gnus-article-mime-match-handle-first)
14729         (gnus-article-highlight-headers)
14730         (gnus-article-add-buttons-to-head): do.
14732 2004-09-27  Simon Josefsson  <jas@extundo.com>
14734         * hashcash.el: New version, from
14735         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14736         ../contrib/.
14738 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14740         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14742 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14744         * gnus-dup.el (gnus-dup-open): Use mapc.
14745         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14747         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14748         Reported by Stefan Wiens <s.wi@gmx.net>.
14750         * gnus.el (gnus-shutdown): Use dolist.
14752         * gnus-undo.el (gnus-undo): Use mapc.
14754         * nnrss.el (nnrss-generate-active): do.
14756         * message.el (message-cite-original-without-signature)
14757         (message-cite-original): Use mapc.
14758         (message-do-actions, message-make-forward-subject): Use dolist.
14760 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14762         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14763         deletion to remove entire duplicate line.  Fixes merged article
14764         number bug.
14766 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14768         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14769         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14770         first ask if you want to open a server and then, even when you
14771         responded with no, asking if you want to synchronize the server's
14772         flags.
14773         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14774         multi-line expressions.
14775         (gnus-agent-synchronize-group-flags): New internal function.
14776         Updates marks in memory (in the info structure) AND in the
14777         backend.
14779         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14781         * nnagent.el (nnagent-request-set-mark): Use
14782         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14783         method, to ensure that synchronization updates marks in the
14784         backend and in the info (in memory) structure.
14786 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14788         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14789         convention fully; don't miss the root article of a thread; make
14790         the X-Draft-From header with correct article numbers.
14792 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14794         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14795         unless plugged.  Disable the agent so that an open failure causes
14796         an error.
14798         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14799         Reverted 2004-09-21 change.  The backend must be opened while
14800         synchronizing flags even when the backend stores the flags
14801         locally.
14803 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14805         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14806         in `header' match.  Reported by Svend Tollak Munkejord.
14808         * message.el (message-cite-original): Fix use of
14809         `message-cite-articles-with-x-no-archive'.
14811 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14813         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14814         (gnus-window-to-buffer): Ditto.
14816         * mml.el (mml-preview-buffer): New variable.
14817         (mml-preview): Manage window layout with gnus-buffer-configuration.
14819         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14820         X-Draft-From header even if those articles aren't quoted.
14822 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14824         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14825         (gnus-request-set-mark, gnus-request-update-mark): Use new
14826         g-s-t-u-l-m to decide to use backend even when unplugged.
14828 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14830         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14831         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14833 2004-09-20  Simon Josefsson  <jas@extundo.com>
14835         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14836         "utf-16-le".
14838 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14840         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14842 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14844         * uudecode.el (uudecode-use-external): Add :version.
14846         * smime.el (smime-CA-file, smime-encrypt-cipher)
14847         (smime-dns-server): Add :version.
14849         * smiley.el (gnus-smiley-file-types): Add :version.
14851         * sha1.el (sha1-use-external): Add :version.
14853         * pgg-def.el (pgg-query-keyserver): Add :version.
14855         * nnmail.el (nnmail-fancy-expiry-targets)
14856         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14857         Add :version.
14859         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14860         (nnimap-retrieve-groups-asynchronous): Add :version.
14861         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14863         * mml.el (mml-content-disposition-parameters)
14864         (mml-insert-mime-headers-always): Add :version.
14866         * mm-util.el (mm-coding-system-priorities): Add :version.
14868         * mm-decode.el (mm-inline-text-html-with-images)
14869         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14870         (mm-verify-option): Add :version.
14871         (mm-text-html-renderer): Change :version.
14873         * message.el (message-fcc-externalize-attachments)
14874         (message-required-headers, message-draft-headers)
14875         (message-subject-trailing-was-query)
14876         (message-subject-trailing-was-ask-regexp)
14877         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14878         (message-mark-insert-end, message-archive-header)
14879         (message-archive-note, message-cross-post-default)
14880         (message-cross-post-note, message-followup-to-note)
14881         (message-cross-post-note-function, message-use-mail-followup-to)
14882         (message-subscribed-address-functions)
14883         (message-subscribed-address-file, message-subscribed-addresses)
14884         (message-subscribed-regexps, message-allow-no-recipients)
14885         (message-yank-cited-prefix, message-signature-insert-empty-line)
14886         (message-hidden-headers, message-hierarchical-addresses)
14887         (message-mail-user-agent, message-use-idna)
14888         (message-valid-fqdn-regexp)
14889         (message-strip-special-text-properties, message-header-synonyms)
14890         (message-beginning-of-line, message-tab-body-function): Add :version.
14891         (message-insert-canlock, message-wide-reply-confirm-recipients):
14892         Change :version.
14894         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14895         and :version.
14896         (mail-source-delete-old-incoming-confirm)
14897         (mail-source-movemail-program): Add :version.
14899         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14900         (gnus-agent-cache, gnus-agent): Change :version.
14902         * gnus-util.el (gnus-use-byte-compile): Change :version.
14904         * gnus-sum.el (gnus-summary-make-false-root-always)
14905         (gnus-summary-default-high-score)
14906         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14907         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14908         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14909         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14910         (gnus-sum-thread-tree-single-indent)
14911         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14912         (gnus-sum-thread-tree-leaf-with-other)
14913         (gnus-sum-thread-tree-single-leaf): Add :version.
14914         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14915         (gnus-article-loose-mime): Change :version.
14917         * gnus-start.el (gnus-backup-startup-file)
14918         (gnus-save-startup-file-via-temp-buffer): Add :version.
14920         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14921         (gnus-server-offline-face): Add :version.
14923         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14925         * gnus-msg.el (gnus-gcc-externalize-attachments)
14926         (gnus-debug-files, gnus-debug-exclude-variables)
14927         (gnus-discouraged-post-methods): Change :version.
14928         (gnus-confirm-mail-reply-to-news)
14929         (gnus-confirm-treat-mail-like-news): Add :version.
14931         * gnus-int.el (gnus-server-unopen-status): Add :version.
14933         * gnus-group.el (gnus-group-jump-to-group-prompt)
14934         (gnus-large-ephemeral-newsgroup)
14935         (gnus-fetch-old-ephemeral-headers): Add :version.
14937         * gnus-fun.el (gnus-x-face-directory)
14938         (gnus-convert-pbm-to-x-face-command)
14939         (gnus-convert-image-to-x-face-command)
14940         (gnus-convert-image-to-face-command): Add :version.
14942         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14944         * gnus-cite.el (gnus-cite-blank-line-after-header)
14945         (gnus-article-boring-faces): Add :version.
14947         * gnus-art.el (gnus-buttonized-mime-types)
14948         (gnus-inhibit-mime-unbuttonizing)
14949         (gnus-treat-display-face)
14950         (gnus-treat-body-boundary): Change :version.
14951         (gnus-body-boundary-delimiter, gnus-picon-databases)
14952         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14953         (gnus-treat-date-english, gnus-treat-fold-headers)
14954         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14955         (gnus-treat-mail-picon, gnus-treat-wash-html)
14956         (gnus-article-encrypt-protocol)
14957         (gnus-use-idna, gnus-article-over-scroll)
14958         (gnus-mime-display-multipart-alternative-as-mixed)
14959         (gnus-mime-display-multipart-related-as-mixed)
14960         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14961         (gnus-ctan-url, gnus-button-ctan-handler)
14962         (gnus-button-handle-ctan-bogus-regexp)
14963         (gnus-button-ctan-directory-regexp)
14964         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14965         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14966         (gnus-button-man-level, gnus-button-emacs-level)
14967         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14969         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14970         (gnus-agent-go-online): Change :version.
14971         (gnus-agent-expire-unagentized-dirs)
14972         (gnus-agent-auto-agentize-methods): Add :version.
14974         * flow-fill.el (fill-flowed-display-column)
14975         (fill-flowed-encode-column): Add :version.
14977         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14978         (gnus-outlook-deuglify-unwrap-max)
14979         (gnus-outlook-deuglify-cite-marks)
14980         (gnus-outlook-deuglify-unwrap-stop-chars)
14981         (gnus-outlook-deuglify-no-wrap-chars)
14982         (gnus-outlook-deuglify-attrib-cut-regexp)
14983         (gnus-outlook-deuglify-attrib-verb-regexp)
14984         (gnus-outlook-deuglify-attrib-end-regexp)
14985         (gnus-outlook-display-hook): Add :version.
14987         * binhex.el (binhex-use-external): Add :version.
14989 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14991         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14992         and `invisible'.
14994 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14996         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14997         in gnus-registry-trim.
14999 2004-09-13  Simon Josefsson  <jas@extundo.com>
15001         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15003         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15005         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15006         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15007         <yamaoka@jpl.org>.
15008         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15009         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15010         <yamaoka@jpl.org>.
15012         * sieve.el (sieve-manage-mode): Ditto.
15014 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15016         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15018 2004-09-11  Simon Josefsson  <jas@extundo.com>
15020         * dns-mode.el: Add.
15022         * mm-view.el (mm-display-dns-inline): Add.
15024         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15025         (mm-automatic-display): Ditto.
15027         * mailcap.el (mailcap-mime-data): Add text/dns.
15028         (mailcap-mime-extensions): Map .soa to text/dns.
15030 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15032         * gnus-art.el (article-decode-mime-words, article-babel)
15033         (gnus-article-highlight-signature, gnus-article-add-buttons)
15034         (gnus-signature-toggle): Remove unnecessary bindings of
15035         `inhibit-read-only' inherited from v5.10 merge.
15037 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15039         * nntp.el (nntp): New customization group.
15040         (nntp-authinfo-file): Add customization group.
15042         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15044         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15046         * gnus.el (to-address, to-list, subscribed)
15047         (large-newsgroup-initial): Ditto.
15049         * flow-fill.el (fill-flowed-display-column)
15050         (fill-flowed-encode-column): Ditto.
15052 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15054         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15055         Use point-min rather than 1.
15056         (message-send-mail): Use buffer-size rather than point-max.
15058         * gnus-sum.el (gnus-summary-search-article-forward):
15059         Signal a specific `search-failed' rather than a generic `error'.
15061         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15062         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15063         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15065 2004-09-10  Simon Josefsson  <jas@extundo.com>
15067         * nndb.el (require): Remove tcp and duplicate cl.
15069 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15071         * gnus-agent.el (directory-files-and-attributes): Move forward.
15073 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15075         * gnus-agent.el (directory-files-and-attributes): Optionally
15076         defined to support XEmacs.
15078 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15080         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15081         to avoid run-time CL dependencies.
15082         (gnus-agent-unfetch-articles): New function.
15083         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15084         article numbers even when local .overview file is missing.
15085         (gnus-agent-read-article-number): New function.  Only accepts
15086         27-bit article numbers.
15087         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15088         gnus-agent-read-article-number.
15089         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15090         from backend while recognizing that article numbers in .overview
15091         must be valid.
15092         (gnus-agent-update-files-total-fetched-for): Use
15093         directory-files-and-attributes to improve performance.
15094         * gnus-int.el (gnus-request-move-article): Use
15095         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15096         improve performance.
15098         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15099         some users confused by references to .newsrc when they only have a
15100         .newsrc.eld file.
15101         (gnus-convert-mark-converter-prompt)
15102         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15103         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15104         New function.  Used internally to only display 'gnus converting
15105         files' message when actually necessary.
15107         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15108         methods now autoloaded.
15110 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15112         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15113         identifiers.
15115 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15117         * gnus-picon.el: Fix indentation and closing parenthesis.
15119 2004-09-01  Simon Josefsson  <jas@extundo.com>
15121         * message.el (message-canlock-generate): Require sha1, not
15122         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15123         to require within a function.  Sadly, if sha1.el isn't loaded, the
15124         let binding in m-c-g will hide the defcustom definition, which is
15125         bad.)
15127         * canlock.el: Require sha1, not sha1-el.
15129         * message.el: Don't autoload sha1 (there is a autoload cookie in
15130         sha1.el).
15132         * sha1-el.el: Renamed to sha1.el.
15134 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15136         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15138 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15140         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15142 2004-08-30  Kim F. Storm  <storm@cua.dk>
15144         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15146         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15147         Add :group 'nnimap.
15149 2004-08-30  Andreas Schwab  <schwab@suse.de>
15151         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15152         ?* and ?\;.
15154         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15155         and ?\' to symbol instead of whitespace.
15157 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15159         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15161         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15162         instead of re-search-forward.
15164         * gnus-uu.el (gnus-uu-save-article): Ditto.
15165         (gnus-uu-post-encode-uuencode): Ditto.
15167         * html2text.el (html2text-clean-list-items): Ditto.
15168         (html2text-clean-dtdd): Ditto.
15169         (html2text-format-tags): Ditto.
15171         * message.el (message-send-mail-with-sendmail): Fix regexp.
15172         (message-fill-field-general): Use search-forward instead of
15173         re-search-forward.
15174         (unbold-region): Ditto.
15176         * nnrss.el (nnrss-request-article): Ditto.
15178         * nnslashdot.el (nnslashdot-request-article): Ditto.
15180         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15182         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15183         "Unrecognized menu descriptor" error in XEmacs.
15185 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15187         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15188         parent article of a sparse article in the thread hashtb.
15190 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15192         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15193         (nnmail-expand-newtext): Lowercase expanded entries if
15194         nnmail-split-lowercase-expanded is non-nil.
15196 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15198         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15200         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15201         of gnus-tmp-news-method into string under XEmacs.  It will be
15202         passed to gnus-correct-length which takes only a string argument.
15204 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15206         * gnus-util.el (gnus-bind-print-variables): New macro.
15207         (gnus-prin1): Use it.
15208         (gnus-prin1-to-string): Use it.
15209         (gnus-pp): New function.
15210         (gnus-pp-to-string): New function.
15212         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15213         Replace pp-to-string with gnus-pp-to-string.
15214         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15215         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15216         * gnus-msg.el (gnus-debug): Ditto.
15217         * gnus-score.el (gnus-score-save): Ditto.
15218         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15219         gnus-pp-to-string.
15220         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15221         with gnus-pp.
15222         * score-mode.el (gnus-score-pretty-print): Ditto.
15223         * webmail.el (webmail-debug): Ditto.
15225 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15227         * gnus-art.el (article-display-face, article-display-x-face):
15228         Use buffer-read-only.
15230 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15232         * gnus-art.el (article-hide-list-identifiers):
15233         Bind inhibit-read-only as t.
15235 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15237         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15239 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15241         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15242         (gnus-narrow-to-page): Don't assume point-min == 1.
15243         (gnus-article-edit-mode): Derive from message-mode.
15245         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15246         point-min == 1.
15248         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15249         Disable incorrect use of `assert'.
15251         * message.el (message-mode): Set comment-start-skip.
15253 2004-08-22  Sam Steingold  <sds@gnu.org>
15255         * pop3.el (pop3-leave-mail-on-server): New user variable.
15256         (pop3-movemail): Delete mail only when it is nil.
15258 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15260         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15262         * mml.el (mml-preview): Use `pop-to-buffer'.
15264         * message.el (message-goto-mail-followup-to): Insert after "To".
15265         (message-carefully-insert-headers): Add comment.
15267         * gnus.el: Remove unused variable `gnus-article-check-size'.
15269         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15271         * gnus-art.el (gnus-button-alist): Improve
15272         `gnus-button-handle-library' entry.
15274 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15276         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15277         downcase, since XEmacs capitalizes error messages differently.
15279 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15281         * nntp.el: Add (require 'gnus) due to reference to
15282         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15284 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15286         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15287         `mm-fill-flowed'.
15289         * mm-decode.el (mm-dissect-singlepart): Check it.
15291 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15293         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15294         'imap' for netrc parsing.
15296 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15298         * mailcap.el (mailcap-mime-data): Mark as risky.
15300 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15302         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15303         may be included in the encoded word.
15304         (rfc2047-encode): Don't append a space if the encoded word
15305         includes close parenthesis.
15307 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15309         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15310         of text within parentheses.
15312 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15314         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15315         (gnus-encrypt-write-file-contents): Make the password key the file
15316         name PLUS the cipher, not just the cipher.  Also remove failed
15317         passwords from the cache.
15319 2004-08-06  Simon Josefsson  <jas@extundo.com>
15321         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15322         fix.
15324 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15326         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15327         LWSP.
15329 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15331         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15332         to append in-reply-to: data to the references: header.
15334         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15335         (netrc-parse): Use gnus-encrypt.el functions.
15337         * gnus-encrypt.el: Add new file for encryption support; currently
15338         does only a few GPG ciphers and an internal XOR cipher.
15340         * password.el: Add comments on using password-read-and-add.
15341         (password-read-and-add): Add function to read and add the
15342         password to the cache at once.
15344 2004-07-28  Simon Josefsson  <jas@extundo.com>
15346         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15347         parameter (but don't use it, for now).
15349         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15350         instead of hard coding to nil.
15352 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15354         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15355         as mm-inline-image-xemacs does.
15357 2004-07-26  Simon Josefsson  <jas@extundo.com>
15359         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15360         Revert part of 2004-07-17 change below.
15362 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15364         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15365         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15367 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15369         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15370         quotes that actually start with ">" at the beginning of the
15371         lines.
15373 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15375         * rfc2047.el (rfc2047-encode-region): Fix last change.
15376         (rfc2047-encode-parameter): Remove useless concat.
15378 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15380         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15381         encode special characters; fix some kind of misconfigured headers;
15382         signal a real error if debug-on-quit or debug-on-error is non-nil.
15383         (rfc2047-encode-max-chars): New variable.
15384         (rfc2047-encode-1): Use it.
15385         (rfc2047-encode-parameter): New function.
15387         * mml.el (mml-insert-parameter): Remove an excessive space.
15389 2004-07-17  Simon Josefsson  <jas@extundo.com>
15391         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15392         Kai Grossjohann <kai@emptydomain.de>.
15393         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15394         (gnus-group-make-menu-bar): Ditto.
15396         * gnus-util.el (gnus-group-server): Add.
15398 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15400         * message.el (message-clone-locals): Clone sendmail and smtp
15401         variables.
15403 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15405         * rfc2047.el (rfc2047-encode-region): Fix last change.
15407 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15409         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15410         characters as non-special.
15412 2004-07-09  Simon Josefsson  <jas@extundo.com>
15414         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15415         Users will lose all flag changes made while unplugged with
15416         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15417         good default.  See numerous reports on ding mailing list.
15419 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15421         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15422         add generate-head-function and generate-article-function to the
15423         rfc822-forward entry.
15424         (nndoc-rfc822-forward-generate-article): New function.
15425         (nndoc-rfc822-forward-generate-head): New function.
15427         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15429 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15431         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15432         respect display group parameter and gnus-summary-expunge-below.
15433         (gnus-articles-to-read): Remove unused reference to display group
15434         parameter.
15436 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15438         * nnheader.el (nnheader-uniquify-message-id): New experimental
15439         variable.
15440         (nnheader-nov-read-message-id): Use it.
15442         * spam-report.el (spam-report-gmane): Add interactive.
15444 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15446         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15447         qp-or-base64 for the application/* types.
15449 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15451         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15453 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15455         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15456         trim value.
15458 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15460         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15461         New macro and function.
15462         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15464 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15466         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15467         after-load-alist.
15469 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15471         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15472         update info that isn't there.
15474 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
15476         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15477         entry.
15479 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15481         * mm-view.el (mm-inline-render-with-function): Use multibyte
15482         buffer; decode html source by charset.
15484         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15486         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15487         Mule-UCS is loaded under XEmacs.
15488         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15490 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15492         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15494 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15496         * mm-util.el (mm-coding-system-p): Return a coding-system.
15497         (mm-mime-mule-charset-alist): Use shift_jis instead of
15498         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15499         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15500         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15501         instead of japanese-shift-jis and iso-latin-1 respectively in
15502         order to share the default value with both Emacs and XEmacs-mule.
15503         (mm-mule-charset-to-mime-charset): Make
15504         mm-coding-system-priorities effective.
15505         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15506         while predicating of candidates upon the priorities.
15508 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15510         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15511         gnus-uu-invert-processable.
15513         * gnus.el: Autoload gnus-uu-invert-processable.
15515 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15517         * mm-util.el (mm-with-multibyte-buffer): New macro.
15519         * rfc2047.el (rfc2047-encode-string): Use it.
15520         (rfc2047-encode-region): Move point to the end of the region after
15521         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15523 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15525         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15526         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15528 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15530         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15531         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15532         Karl Chen <quarl@nospam.quarl.org>.
15534 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15536         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15537         invalid addresses.
15539 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15541         * spam.el: Change section markers, revise TODO list.
15542         (spam-backends): Make new master list of all installed backends.
15543         (spam-summary-exit-behavior): Add new variable to determine how
15544         messages moves are done at summary exit.
15545         (spam-move-spam-nonspam-groups-only)
15546         (spam-process-ham-in-nonham-groups)
15547         (spam-process-ham-in-spam-groups): Remove variables, the
15548         spam-summary-exit-behavior variable should be used to manage this
15549         behavior.
15550         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15551         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15552         and spam-old-spam-articles.
15553         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15554         Add empty variables, placeholders for the backends they represent.
15555         (spam-set-difference): Move, unchanged.
15556         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15557         unless the user has a processor variable.
15558         (spam-classifications, spam-classification-valid-p)
15559         (spam-backend-properties, spam-backend-property-valid-p)
15560         (spam-backend-function-type-valid-p)
15561         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15562         (spam-report-articles-gmane, spam-report-articles-resend):
15563         Remove functions, they are not needed.
15564         (spam-install-backend-super, spam-backend-list)
15565         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15566         (spam-backend-function, spam-backend-ham-registration-function)
15567         (spam-backend-spam-registration-function)
15568         (spam-backend-ham-unregistration-function)
15569         (spam-backend-spam-unregistration-function)
15570         (spam-backend-statistical-p, spam-backend-mover-p)
15571         (spam-install-backend-alias, spam-install-checkonly-backend)
15572         (spam-install-mover-backend, spam-install-nocheck-backend)
15573         (spam-install-backend, spam-install-statistical-backend)
15574         (spam-install-statistical-checkonly-backend): Add backend installation
15575         support.
15576         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15577         (spam-group-processor-p): Use the new backend code and respect the
15578         summary exit behavior.
15579         (spam-mark-spam-as-expired-and-move-routine): Remove.
15580         (spam-summary-prepare): Change to use the new spam-old-articles
15581         variable.
15582         (spam-copy-or-move-routine, spam-copy-spam-routine)
15583         (spam-move-spam-routine, spam-copy-ham-routine)
15584         (spam-move-ham-routine): Add code to copy/move ham or spam.
15585         (spam-fetch-field-fast): Improve doc and code, plus allow the
15586         'number request.
15587         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15588         variables.
15589         (spam-split, spam-find-spam): Use the new backend code.
15590         (spam-registration-functions): Remove variable.
15591         (spam-unregister-routine): Add convenience wrapper.
15592         (spam-log-undo-registration, spam-register-routine)
15593         (spam-log-processing-to-registry)
15594         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15595         where possible.
15596         (spam-check-gmane-xref, spam-check-regex-headers)
15597         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15598         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15599         (spam-check-bogofilter-headers, spam-check-spamoracle)
15600         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15601         (spam-check-crm114-headers): Use the spam-split-group that
15602         spam-split prepares, no need to determine it every time.
15604         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15605         to the nnheader-parse-naked-head call.
15607         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15609         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15610         the nnheader-nov-read-message-id call.
15612 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15614         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15615         gnus-activate-group twice.  Suggested by Markus Peter
15616         <warp@spin.de>.
15618 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15620         * gnus-art.el (gnus-article-time-format): Exchange the order of
15621         day and month in the default value; fix customization type.
15622         (article-date-ut): Use add-text-properties.
15623         (article-make-date-line): Use message-make-date instead of
15624         current-time-string.
15626         * message.el (message-fetch-field): Don't use set-text-properties.
15627         (message-make-date): Simplify.
15629 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15631         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15632         (rfc2047-encode-region): Treat text within parentheses as special;
15633         show the original text when error has occurred.
15635         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15636         already-computed method to gnus-activate-group.
15638         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15639         same select-methods identical Lisp objects.
15641         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15642         object when modifying the info.
15644 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15646         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15647         gnus-opened-servers since it has never been opened with the new
15648         configuration yet.
15650 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15652         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15653         arg to nnheader-generate-fake-message-id.
15655 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15657         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15658         number and build a fake message ID localized to a group and
15659         article number (so it's repeatable from that point on).
15660         (nnheader-fake-message-id-p): Change regex to accommodate new fake
15661         ID format.
15663         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15664         nnheader-generate-fake-message-id with the article number.
15666 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15668         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15669         end-of-buffer.
15671 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15673         * message.el (message-ignored-supersedes-headers): Add Approved.
15675 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15677         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15678         goto-char.
15679         (rfc2047-encode): Fold the line before encoding.
15681 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15683         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15684         folding -- not all headers can be folded, and this should be done
15685         by the message composition mode.  Probably.  I think.
15687 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15689         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15690         fast.
15692         * gnus-ems.el (gnus-remove-image): Don't use
15693         message-text-with-property; remove only the image found first.
15695 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15697         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15699 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15701         * message.el (message-text-with-property): Make it fast and accept
15702         optional arguments.
15703         (message-strip-forbidden-properties): Use it.
15704         (message-fix-before-sending): Follow the m-t-w-p change.
15706         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15708 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15710         * gnus-art.el (article-hide-headers): Don't change the buffer
15711         mistakenly when performing mml-preview even if
15712         gnus-single-article-buffer is nil.
15714 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15716         * message.el (message-expand-name-databases): New user option.
15717         (message-expand-name): Use it.
15719 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15721         * spam.el (spam-report-articles-resend)
15722         (spam-report-resend-register-routine): Allow ham reporting.
15723         (spam-report-resend-register-ham-routine): Add wrapper.
15724         (spam-registration-functions): Add ham resending functions.
15725         (spam-list-of-processors): Add ham resend processor.
15727         * gnus.el (ham-resend-to): Add new group parameter.
15728         (spam-process): Add ham resend option.
15730         * spam-report.el (spam-report-resend): Allow reporting ham.
15731         (spam-report-resend-ham): Add wrapper.
15733 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15735         * message.el (message-cite-articles-with-x-no-archive): New
15736         variable.
15737         (message-cite-original): Use it.
15739 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15741         * message.el (message-cite-original): Respect X-No-Archive.
15743 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15745         * gnus-art.el (article-hide-headers): Refer to the values for
15746         gnus-ignored-headers and gnus-visible-headers in the summary
15747         buffer since a user may have set them as group parameters.
15749 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15751         * assistant.el (assistant-node-name): Add convenience function.
15752         (assistant-render-text, assistant-render-node): Add error handling,
15753         plus handle multiple next nodes.
15754         (assistant-find-next-node): Comment out for now.
15755         (assistant-find-next-nodes): Add function, returns list of next
15756         nodes.
15758 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15760         * mail-source.el (mail-source-directory): Fix doc-string.
15762 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15764         * assistant.el (assistant-render-text, assistant-eval): Add :set
15765         widget type, which is different because it takes and returns a
15766         list.  Much hilarity ensues.
15768 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15770         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15772         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15773         doc-string.
15775         * gnus-start.el (gnus-activate-group): Added doc-string.
15777 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15779         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15781 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15783         * assistant.el (assistant-render-text): Try to add a :set
15784         widget, more to come.
15786         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15787         strings.
15788         (spam-report-articles-resend)
15789         (spam-register-routine): Do registration iff any articles warrant
15790         it.
15791         (spam-summary-prepare-exit): Change log message for nil group
15792         destinations.
15794 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15796         * spam.el (spam-report-resend-register-routine): Allow
15797         spam-report-resend-to to be a group parameter or a global value.
15799 2004-05-26  Simon Josefsson  <jas@extundo.com>
15801         * starttls.el: Merge with my GNUTLS based starttls.el.
15802         (starttls-gnutls-program, starttls-use-gnutls)
15803         (starttls-extra-arguments, starttls-process-connection-type)
15804         (starttls-connect, starttls-failure, starttls-success): New
15805         variables.
15806         (starttls-program, starttls-extra-args): Doc fix.
15807         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15808         functions.
15809         (starttls-negotiate, starttls-open-stream): Check
15810         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15811         function if it is set.
15813 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15815         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15816         structured fields.
15818 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15820         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15822 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15824         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15825         variable.
15826         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15827         assigning the spam-mark to new messages.
15829 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15831         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15833 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15835         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15836         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15837         default.
15839 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15841         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15842         correct data.
15844 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15846         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15847         (spam-group-processor-p): Fix function.
15848         (spam-group-processor-multiple-p)
15849         (spam-group-spam-processor-report-gmane-p)
15850         (spam-group-spam-processor-report-resend-p)
15851         (spam-group-spam-processor-bogofilter-p)
15852         (spam-group-spam-processor-blacklist-p)
15853         (spam-group-spam-processor-ifile-p)
15854         (spam-group-ham-processor-ifile-p)
15855         (spam-group-spam-processor-spamoracle-p)
15856         (spam-group-spam-processor-crm114-p)
15857         (spam-group-ham-processor-bogofilter-p)
15858         (spam-group-spam-processor-stat-p)
15859         (spam-group-ham-processor-stat-p)
15860         (spam-group-ham-processor-whitelist-p)
15861         (spam-group-ham-processor-BBDB-p)
15862         (spam-group-ham-processor-spamoracle-p)
15863         (spam-group-ham-processor-copy-p): Remove functions with some
15864         prejudice against unneeded code.
15865         (spam-report-articles-resend)
15866         (spam-report-resend-register-routine): Allow the group/topic
15867         spam-resend-to value to override spam-report-resend-to.
15868         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15869         properly now.
15871         * gnus.el (spam-resend-to): Add group/topic parameter.
15872         (spam-process): Move the OBSOLETE processors to the end of the
15873         choices.
15875 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15877         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15878         with resend-to set to nil, and then ask the user if necessary.
15879         (spam-report-resend): spam-report-resend takes a list of articles, not
15880         separate article numbers.
15882 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15884         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15885         addition to emacs-w3m.
15887 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15889         * assistant.el (assistant-authinfo-data): New function.
15890         (assistant-eval): Eval for entire assistant.
15892         * netrc.el (netrc-services-file): New variable.
15893         (netrc-parse-services): New function.
15894         (netrc-find-service-name): New function.
15895         (netrc-find-service-number): New function.
15896         (netrc-port-equal): New function.
15897         (netrc-machine): Use it.
15899         * nnimap.el (nnimap-open-connection): Use netrc.
15901         * gnus-util.el (gnus-netrc-get): Remove aliases.
15903         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15905         * assistant.el (wid-edit): Fix compilation.
15907         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15909 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15911         * gnus-util.el (gnus-set-file-modes): New function.  (small
15912         patch).
15914 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15916         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15918         * assistant.el (assistant-render-node): Fix up rendering and
15919         read-only text.
15920         (assistant-render-node): Reset.
15921         (assistant-make-read-only): Not sticky.
15923 2004-05-20  Danny Siu  <dsiu@adobe.com>
15925         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15926         centered even when gnus-auto-center-summary is t
15928 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15930         * dns.el (dns-get-txt-answer): New function.
15931         (dns-read-txt): Ditto.
15932         (query-dns): Use it.
15934 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15936         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15937         active for foreign groups even if the group level is higher than
15938         the specified value.
15940 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15942         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15943         non-active groups.
15945         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15947 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15949         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15951 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15953         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15954         (spam-crm114-header, spam-crm114-spam-switch)
15955         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15956         (spam-crm114-positive-spam-header)
15957         (spam-crm114-database-directory, spam-list-of-processors)
15958         (spam-group-spam-processor-crm114-p)
15959         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15960         (spam-generic-score, spam-list-of-checks)
15961         (spam-list-of-statistical-checks, spam-registration-functions)
15962         (spam-check-crm114-headers, spam-crm114-score)
15963         (spam-check-crm114, spam-crm114-register-with-crm114)
15964         (spam-crm114-register-spam-routine)
15965         (spam-crm114-unregister-spam-routine)
15966         (spam-crm114-register-ham-routine)
15967         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15968         asjo@koldfront.dk (Adam Sjøgren).
15970         * gnus.el: Add spam-use-crm114.
15972         * spam.el (spam-list-of-processors, spam-registration-functions):
15973         Add spam-use-resend.
15974         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15975         (spam-report-articles-gmane): Add doc fix.
15976         (spam-report-articles-resend, spam-report-resend-register-routine):
15977         Add wrappers around spam-report-resend-to.
15979         * spam-report.el (spam-report-resend-to, spam-report-resend):
15980         Add support for resending spam.
15981         (spam-report-gmane): Fix line length >80.
15983         * gnus.el (spam-process): Add spam-use-resend.
15985 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15987         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15988         number of processed spam messages.
15989         (spam-ham-copy-or-move-routine): Return the number of processed
15990         ham messages.
15991         (spam-summary-prepare-exit): Use the above values to decide
15992         whether status messages shouled be displayed.
15994 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15996         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15997         `rfc2047-encoding-function-alist' in order to avoid conflicting
15998         with the old version.
15999         (rfc2047-encode-region): Concatenate words containing non-ASCII
16000         characters in structured fields; don't encode space-delimited
16001         ASCII words even in unstructured fields; don't break words at
16002         char-category boundaries.
16003         (rfc2047-encode-1): New function.
16004         (rfc2047-encode): Use it; encode text so that it occupies the
16005         maximum width within 76-column; work correctly on Q encoding for
16006         iso-2022-* charsets.
16007         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16008         sure not to break a line just after the header name.
16009         (rfc2047-b-encode-region): Removed.
16010         (rfc2047-b-encode-string): New function.
16011         (rfc2047-q-encode-region): Removed.
16012         (rfc2047-q-encode-string): New function.
16014         * mm-util.el (mm-replace-in-string): New function.
16016 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16018         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16019         get it right.
16020         (gnus-inews-make-draft): Really.
16022 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16024         * nnmh.el (nnmh-request-list-1): Don't check the link count
16025         before descending.  (small patch)
16027 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16029         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16030         stuff.
16032         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16033         on real group name.
16035         * gnus-art.el (gnus-signature-limit): Doc fix.
16037         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16039 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16041         * gnus-draft.el (gnus-draft-send): Bind
16042         rfc2047-encode-encoded-words.
16044         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16045         (rfc2047-encodable-p): Say that =? needs encoding.
16046         (rfc2047-encode-encoded-words): New variable.
16048         * gnus-group.el (gnus-group-select-group): Doc fix.
16050         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16052         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16053         to nil.
16055         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16057         * nnheader.el (nnheader-get-lines-and-char): New function.
16059 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16061         * gnus-msg.el (gnus-summary-followup-with-original): Document
16062         yanking of region when active.
16064 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16066         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16067         groups if the group level is higher than the specified value.
16069 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16071         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16072         (gnus-group-jump-to-group): Added prefix argument using
16073         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16074         non-active group.
16076         * compface.el (uncompface): Be verbose when changing
16077         `uncompface-use-external'.
16079         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16080         handle manual section.
16082 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16084         * gnus-art.el (gnus-button-alist): Revert previous change.
16086 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16088         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16090 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16092         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16093         whether backend can accept message.
16095         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16097 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16099         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16100         Avoid creating directory when nntp-marks-is-evil is true.
16101         Reported by Reiner Steib.
16103 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16105         * gnus-picon.el (gnus-picon-style): New variable.
16106         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16107         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16108         Jesper Harder <harder@ifa.au.dk>.
16110 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16112         * message.el (message-fill-field): Return point.
16113         (message-generate-headers): Go to end of field.
16115         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16116         stuff for non-living groups.
16118 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16120         * gnus-art.el (gnus-article-followup-with-original)
16121         (gnus-article-reply-with-original): gnus-mark-active-p ->
16122         gnus-region-active-p.
16124 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16126         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16127         only when there is spam or ham to be processed.
16129 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16131         * mail-source.el (mail-source-delete-crash-box): Refactor.
16132         (mail-source-fetch): Use it.
16133         (mail-source-fetch-file): Ditto.
16134         (mail-source-fetch-directory): Run postscript in loop.
16135         (mail-source-fetch-pop): Delete.
16136         (mail-source-fetch-maildir): Ditto.
16137         (mail-source-fetch-imap): Ditto.
16139         * imap.el (imap-authenticators): Comment out sasl.
16141         * message.el (message-skip-to-next-address): New function.
16142         (message-fill-header-address): Refactor.
16143         (message-fill-address): Use it.
16144         (message-delete-address): Use it.
16145         (message-fill-header-general): Refactor.
16146         (message-fill-field-address): Rename.
16147         (message-narrow-to-field): Find the start of the header.
16148         (message-header-format-alist): Don't pre-fill.
16149         (message-fill-header): Removed.
16150         (message-insert-header): New function.
16151         (message-shorten-references): Use it.
16153         * rfc2047.el (rfc2047-field-value): Strip props.
16155         * mail-parse.el (mail-header-make-address): New alias.
16157         * ietf-drums.el (ietf-drums-make-address): New function.
16159         * imap.el: Add compiler directives.
16161         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16163         * gnus-art.el (article-decode-idna-rhs): Don't use
16164         message-idna-inside-rhs-p.
16166 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16168         * message.el (message-idna-inside-rhs-p): Removed.
16169         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16171         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16172         false positives.
16174 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16176         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16178 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16180         * nneething.el (nneething-file-name): Don't create spurious
16181         files.
16183         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16184         (gnus-inews-do-gcc): Remove sleep.
16186         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16187         part under point.
16189         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16190         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16192 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16194         * spam.el (spam-summary-prepare-exit): Fixed (length).
16196 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16198         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16199         as expired without moving it" message when there are spam
16200         messages left.
16202 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16204         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16205         header is not nil.
16207 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16209         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16210         nntp-possibly-create-directory, not nntp-possibly-change-group.
16211         (nntp-marks-changed-p): New arg SERVER.
16212         (nntp-request-update-info): Adjust caller.
16214 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16216         * nntp.el (nntp-save-marks): Pass missing arg.
16218 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16220         * nntp.el: Support marks.
16221         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16222         (nntp-marks-modtime, nntp-marks-directory): New variables.
16223         (nntp-request-set-mark, nntp-request-update-info)
16224         (nntp-possibly-create-directory, nntp-marks-changed-p)
16225         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16226         functions.
16228 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16230         * gnus-score.el (gnus-score-insert-help): Use
16231         gnus-select-lowest-window.
16233         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16234         appt-select-lowest-window and rename to gnus-select-lowest-window.
16236         * gnus.el: do.
16238 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16240         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16241         encodings of MIME-encoded words, in order to improve
16242         interoperability with several broken MUAs.
16244 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16246         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16247         tags, only when charsets are not specified in headers.
16248         (mm-inline-text-html-render-with-w3m): Ditto.
16250 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16252         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16253         instead of MIME-decoded from fields when checking
16254         `gnus-article-address-banner-alist'.
16256 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16258         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16259         description rather than subject.
16261 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16263         * gnus.el (gnus-version-number): Bump.
16265 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16267         * gnus.el: No Gnus v0.2 is released.
16269 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16271         * gnus-agent.el (gnus-agent-read-agentview): Inline
16272         gnus-uncompress-range.
16274 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16276         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16277         `exec-installed-p'.
16279 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16281         * gnus.el (spam-process, spam-autodetect-methods): Add
16282         bsfilter and bsfilter-headers.
16284         * spam.el (spam-bsfilter): New customize group.
16285         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16286         (spam-bsfilter-header, spam-bsfilter-probability-header)
16287         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16288         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16289         (spam-bsfilter-database-directory): New options.
16290         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16291         (spam-list-of-statistical-checks, spam-registration-functions):
16292         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16293         (spam-bsfilter-score): New command.
16294         (spam-check-bsfilter-headers, spam-check-bsfilter)
16295         (spam-bsfilter-register-with-bsfilter)
16296         (spam-bsfilter-register-spam-routine)
16297         (spam-bsfilter-unregister-spam-routine)
16298         (spam-bsfilter-register-ham-routine)
16299         (spam-bsfilter-unregister-ham-routine): New functions.
16300         (spam-generic-score): Support bsfilter; Accept an optional argument
16301         to recalcurate spam score even if scoring header has already been
16302         added.
16303         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16304         optional argument to recalcurate spam score even if scoring header
16305         has already been added.
16307 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16309         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16310         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16311         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16312         link is missing.
16314 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16316         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16317         (html2text-get-attr): Rewrite.
16319         * message.el (message-setup-1): Remove redundant put-text-property
16320         on mail-header-separator.
16322 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16324         * gnus-registry.el (gnus-registry-cache-whitespace)
16325         (gnus-registry-action, gnus-registry-spool-action)
16326         (gnus-registry-split-fancy-with-parent): Change message levels
16327         from 5 to 3 or 7, as needed.
16329         * spam.el (spam-summary-prepare-exit)
16330         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16331         (spam-split, spam-find-spam, spam-log-undo-registration)
16332         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16333         level from 5 to 6.
16335 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16337         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16338         2004-03-04 change).
16340 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16342         * sieve-manage.el (sieve-manage-open):
16343         * nnweb.el (nnweb-insert-html):
16344         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16345         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16346         * nnspool.el (nnspool-request-group):
16347         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16348         * nnml.el (nnml-request-update-info):
16349         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16350         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16351         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16352         (nnimap-request-set-mark):
16353         * nnfolder.el (nnfolder-request-update-info):
16354         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16355         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16356         * gnus-uu.el (gnus-uu-find-articles-matching):
16357         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16358         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16359         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16360         * gnus-nocem.el (gnus-nocem-scan-groups):
16361         * gnus-int.el (gnus-start-news-server):
16362         * gnus-group.el (gnus-group-make-kiboze-group)
16363         (gnus-group-browse-foreign-server):
16364         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16365         Use mapc when appropriate.
16367 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16369         FIXME: Make separate entries for each person.
16371         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16372         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16373         <shields@msrl.com>:
16375         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16376         may need for spam sorting and scoring.
16377         (spam-user-format-function-S): Add user format function suitable for
16378         general use.
16379         (spam-article-sort-by-spam-status): Add sorting function for summary
16380         sorting.
16381         (spam-extra-header-to-number): Add function to get a score from a
16382         header.
16383         (spam-summary-score): Add function to  get a numeric score from the
16384         headers.
16385         (spam-generic-score): Fix function doc, was in wrong place.
16386         (spam-initialize): Take symbols when it's run, and install the
16387         extra headers that spam-necessary-extra-headers thinks we need.
16389 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16391         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16392         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16394 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16396         * gnus-sum.el (gnus-set-global-variables)
16397         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16398         (gnus-article-get-xrefs, gnus-summary-best-group)
16399         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16400         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16401         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16402         Use with-current-buffer.
16404 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16406         * spam.el (spam-summary-prepare-exit): Simplify logic.
16407         (spam-fetch-article-header): Read the article header if it's not
16408         available.
16409         (spam-list-articles): Simplify logic.
16410         (spam-filelist-register-routine): Fix bug with unregister-list.
16412         * gnus-registry.el: Fix comments at beginning.
16414 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16416         * message.el (message-cater-to-broken-inn): Remove.
16417         (message-shorten-references): Make sure the total folded length of
16418         References is shorter than 998 characters to cater to a bug in INN
16419         2.3.  Also, don't pretend that references aren't folded -- this
16420         hasn't worked for a while.
16422 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16424         * gnus-agent.el (gnus-agentize):
16425         gnus-agent-send-mail-real-function no longer set to current value
16426         of message-send-mail-function but rather a lambda that calls
16427         message-send-mail-function.  The change makes the agent real-time
16428         responsive to user changes to message-send-mail-function.
16430 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16432         * legacy-gnus-agent.el
16433         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16434         help from Florian Weimer <fw@deneb.enyo.de>
16436 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16438         * nnmail.el (nnmail-cache-insert): Revert last change.
16440 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16442         * nnmail.el (nnmail-cache-insert): Always check whether
16443         nnmail-cache-ignore-groups matches a group name.
16445 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16447         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16448         (spam-find-spam, spam-log-processing-to-registry)
16449         (spam-log-registered-p, spam-log-unregistration-needed-p)
16450         (spam-log-undo-registration): Use gnus-message instead of
16451         gnus-error, none of these errors are fatal.
16453         * gnus-registry.el (gnus-registry-clean-empty-function)
16454         (gnus-registry-clean-empty): Remove only empty entries without
16455         extra data.
16457 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16459         * spam-stat.el (spam-stat-buffer-change-to-spam)
16460         (spam-stat-buffer-change-to-non-spam): Change (error) to
16461         (gnus-message 8) invocation.
16463 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16465         * nntp.el (nntp-via-netcat-command): New variable.
16466         (nntp-via-netcat-switches): New variable.
16467         (nntp-open-via-rlogin-and-netcat): New function.
16468         (nntp-open-connection-function): Doc fix.
16469         (nntp-telnet-command): Doc fix.
16470         (nntp-end-of-line): Doc fix.
16471         (nntp-via-rlogin-command): Doc fix.
16472         (nntp-via-user-name): Doc fix.
16473         (nntp-via-address): Doc fix.
16475 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16477         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16478         error in Emacs 21.1.
16480 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16482         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16484 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16486         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16487         (gnus-agent-with-refreshed-group): New macro.
16488         (gnus-agent-rename-group): New function.
16489         (gnus-agent-delete-group): New function.
16490         (gnus-agent-save-group-info): Use gnus-command-method when
16491         `method' parameter is nil.  Don't write nil entries into the
16492         active file.
16493         (gnus-agent-get-group-info): New function.
16494         (gnus-agent-fetch-articles): Use
16495         gnus-agent-update-files-total-fetched-for to increment disk space
16496         used.
16497         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16498         gnus-agent-update-view-total-fetched-for to increment disk space
16499         used.
16500         (gnus-agent-get-local): Added optional parameters to avoid calling
16501         gnus-group-real-name and gnus-find-method-for-group.
16502         (gnus-agent-set-local): Delete stored entry if either min, or max,
16503         are nil.
16504         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16505         quit, use gnus-agent-regenerate-group to record existence of any
16506         articles fetched to disk before the quit occurred.
16507         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16508         gnus-agent-update-view-total-fetched-for, and
16509         gnus-agent-update-files-total-fetched-for to decrement disk space
16510         used.
16511         (gnus-agent-retrieve-headers): Use
16512         gnus-agent-update-view-total-fetched-for to increment disk space
16513         used.
16514         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16515         with gnus-agent-update-files-total-fetched-for to decrement disk
16516         space and fresh group buffer.
16517         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16518         (gnus-agent-need-update-total-fetched-for): New variable.
16519         (gnus-agent-update-files-total-fetched-for): New function.
16520         (gnus-agent-update-view-total-fetched-for): New function.
16521         (gnus-agent-total-fetched-for): New function.
16523         * gnus-cache.el (gnus-cache-save-buffers): Use
16524         gnus-cache-update-overview-total-fetched-for to change disk space
16525         used by this group.
16526         (gnus-cache-possibly-enter-article): Use
16527         gnus-cache-update-file-total-fetched-for to increment disk space
16528         used by this group.
16529         (gnus-cache-possibly-remove-article): Use
16530         gnus-cache-update-file-total-fetched-for to decrement disk space
16531         used by this group.
16532         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16533         (gnus-cache-rename-group): New function.
16534         (gnus-cache-delete-group): New function.
16535         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16536         (gnus-cache-need-update-total-fetched-for): New variable.
16537         (gnus-cache-with-refreshed-group): New macro.
16538         (gnus-cache-update-file-total-fetched-for): New function.
16539         (gnus-cache-update-overview-total-fetched-for): New function.
16540         (gnus-cache-rename-group-total-fetched-for): New function.
16541         (gnus-cache-delete-group-total-fetched-for): New function.
16542         (gnus-cache-total-fetched-for): New function.
16544         * gnus-group.el: Require gnus-sum and autoload functions to
16545         resolve warnings when gnus-group.el compiled alone.
16546         (gnus-group-line-format): Documented new %F.
16547         (size of Fetched data) group line format; identifies disk space
16548         used by agent and cache.
16549         (gnus-group-line-format-alist): Defined new F format.
16550         (gnus-total-fetched-for): New function.
16551         (gnus-group-delete-group): No longer update
16552         gnus-cache-active-altered as gnus-request-delete-group now keeps
16553         the cache in sync.
16554         (gnus-group-list-active): Let the agent store a server's active
16555         list if currently plugged.
16557         * gnus-int.el (gnus-request-delete-group):
16558         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16559         local disk in sync with the server.
16560         (gnus-request-rename-group):
16561         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16562         local disk in sync with the server.
16564         * gnus-start.el (gnus-get-unread-articles):
16565         Cosmetic simplification to logic.
16567         * gnus-util.el (gnus-rename-file): New function.
16569 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16571         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16573 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16575         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16576         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16578 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16580         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16581         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16583 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16585         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16587 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16589         * spam.el (spam-set-difference): Add function to replace
16590         gnus-set-difference in spam.el.
16591         (spam-summary-prepare-exit): Use spam-set-difference.
16593 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16595         * gnus-registry.el (gnus-registry-cache-file): Update to use
16596         gnus-dribble-directory OR gnus-home-directory OR ~.
16597         (gnus-registry-split-fancy-with-parent): Fix doc.
16599 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16601         * message.el (message-exchange-point-and-mark): Use
16602         message-mark-active-p.  Suggested by Jesper Harder
16603         <harder@ifa.au.dk>.
16605 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16607         * message.el (message-exchange-point-and-mark): Don't activate
16608         region if it was inactive.  Suggested by Hiroshi Fujishima
16609         <pooh@nature.tsukuba.ac.jp>.
16611 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16613         * gnus-art.el (article-display-face): Display Faces in the same
16614         order as X-Faces.
16616 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16618         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16620 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16622         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16623         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16624         (gnus-article-mime-hierarchy): Remove.
16625         (gnus-article-mime-hierarchy-next): Remove.
16626         (gnus-article-mode): Revert 2004-03-19 change.
16627         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16628         (gnus-insert-mime-button): Revert 2004-03-19 change.
16629         (gnus-mime-accumulate-hierarchy): Remove.
16630         (gnus-mime-enter-multipart): Remove.
16631         (gnus-mime-leave-multipart): Remove.
16632         (gnus-mime-display-part): Revert 2004-03-19 change.
16633         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16635         * mml.el (mml-preview): Revert 2004-03-19 change.
16637 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16639         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16641 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16643         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16644         t while entering a file name using the mm-with-multibyte macro.
16645         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16647         * mm-util.el (mm-with-multibyte): New macro.
16649 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16651         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16652         user option.
16653         (gnus-mime-multipart-functions): Doc and customization fix.
16654         (gnus-article-mime-hierarchy): New variable.
16655         (gnus-article-mime-hierarchy-next): New variable.
16656         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16657         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16658         gnus-article-mime-hierarchy-next to nil.
16659         (gnus-insert-mime-button): Show hierarchy numbers.
16660         (gnus-mime-accumulate-hierarchy): New function.
16661         (gnus-mime-enter-multipart): New function.
16662         (gnus-mime-leave-multipart): New function.
16663         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16664         (gnus-mime-display-alternative): Show hierarchy numbers.
16666         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16667         gnus-article-mime-hierarchy-next to nil.
16669 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16671         * dns.el: Don't require gnus-xmas.
16673 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16675         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16676         inline PGP.
16677         (mml-menu): Disable mml-quote-region if mark is inactive.
16679 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16681         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16682         when the group's active is not available.
16684 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16686         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16687         error.
16689 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16691         * imap.el (imap-store-password): New variable.
16692         (imap-interactive-login): Use it.
16693         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16695 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16697         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16698         window-start and hscroll to summary window.
16700 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16702         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16703         conversion message to newsrc-dribble when an actual conversion is
16704         performed.
16706 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16708         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16710 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16712         * mm-decode.el (mm-complicated-handles): New function reviving
16713         former definition of mm-multiple-handles.
16715         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16716         (gnus-mime-delete-part): Use it.
16718 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16720         * gnus-agent.el (gnus-agent-read-local): Bind
16721         nnheader-file-coding-system to gnus-agent-file-coding-system to
16722         avoid the implicit assumption that they will always be equal.
16723         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16724         coding-system-for-write, as the with-temp-file macro first prints
16725         to a buffer then saves the buffer.
16727 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16729         * gnus-art.el (gnus-article-edit-part): New function.
16730         (gnus-mime-save-part-and-strip): Use it; do query instead of
16731         signaling an error; don't use mm-multiple-handles.
16732         (gnus-mime-delete-part): Ditto.
16734 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16736         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16737         old file versions.
16738         (gnus-group-prepare-hook): Removed function that converted list
16739         form of gnus-agent-expire-days to group properties.
16741         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16742         (gnus-request-accept-article): Re-indented.
16744         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16745         converters to handle old agent file formats.  Added logic for a
16746         "backup before upgrading warning".
16747         (gnus-convert-mark-converter-prompt): Developers can mark
16748         functions as needing (default), or not needing,
16749         gnus-convert-old-newsrc's "backup before upgrading warning".
16750         (gnus-convert-converter-needs-prompt): Tests whether the user
16751         should be protected from potentially irreversable changes by the
16752         function.
16754         * legacy-gnus-agent.el: New.  Provides converters that are only
16755         loaded when gnus-convert-old-newsrc needs to call them.
16757 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16759         * mail-source.el (mail-source-touch-pop): Doc fix.
16761         * message.el (message-smtpmail-send-it): Doc fix.
16763 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16765         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16767         * nnmail.el (nnmail-split-fancy): do.
16769         * gnus-kill.el (gnus-kill, gnus-execute): do.
16771 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16773         * gnus-sum.el (gnus-widget-reversible-match)
16774         (gnus-widget-reversible-to-internal)
16775         (gnus-widget-reversible-to-external): New functions.
16776         (gnus-widget-reversible): New widget.
16777         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16779 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16781         * gnus-sum.el (gnus-thread-sort-functions)
16782         (gnus-article-sort-functions): Document `(not F)' items.
16784 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16786         * spam.el (spam-use-gmane-xref): Add new backend.
16787         (spam-gmane-xref-spam-group): Add variable to control the name of the
16788         Gmane spam group.
16789         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16790         (spam-regex-headers-spam, spam-regex-headers-ham)
16791         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16792         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16793         backends and checks.
16794         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16796         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16797         an autodetect method.
16799 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16801         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16802         articles are being added to a group.
16803         (gnus-request-replace-article): Inform the agent that articles
16804         need to be uncached as the cached contents are no longer valid.
16806 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16808         * binhex.el: Don't autoload executable-find.
16810         * canlock.el: Don't autoload mail-fetch-field.
16812         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16814         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16815         rmail-dont-reply-to and rmail-output.
16817         * gnus-score.el: Don't autoload ffap-string-at-point.
16819         * gnus-setup.el: Don't autoload sc-cite-original.
16821         * imap.el: Don't autoload base64-decode-string,
16822         base64-encode-string and md5.
16824         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16825         and rmail-msg-restore-non-pruned-header.
16827         * mm-decode.el: Don't autoload executable-find.
16829         * mm-url.el: Don't autoload executable-find.
16831         * mm-view.el: Don't autoload diff-mode.
16833         * nndb.el: Don't autoload news-reply-mode, news-setup,
16834         cancel-timer and telnet.
16836         * password.el: Don't autoload run-at-time for Emacs.
16838         * sha1-el.el: Don't autoload executable-find.
16840         * sieve-mode.el: Don't autoload c-mode.
16842         * uudecode.el: Don't autoload executable-find.
16844 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16846         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16847         (gnus-agent-possibly-alter-active): Avoid null in numeric
16848         comparison.
16849         (gnus-agent-set-local): Refuse to save null in local object table.
16850         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16851         list of articles that will be marked as unread.
16853 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16855         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16857 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16859         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16860         language tags.
16862 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16864         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16865         Don't bind "obarray".
16867         * gnus-sum.el (gnus-thread-sort-functions): Added
16868         `gnus-thread-sort-by-most-recent-number' and
16869         `gnus-thread-sort-by-most-recent-date'.
16870         Reported by Kai Grossjohann <kai@emptydomain.de>.
16872 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16874         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16876 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16878         * gnus-cus.el (gnus-agent-customize-category): Removed
16879         ignore-errors macro reference that required cl to be loaded at
16880         run-time.
16882         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16883         single-interval range of the form (min . max).  Previously the
16884         range had to look like ((min . max)).  Likewise, return
16885         (min . max) rather than ((min . max)).
16886         (gnus-range-map): Use gnus-range-normalize to accept
16887         single-interval range.
16889         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16890         the cache, but not the agent, now appear with their usual face.
16892 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16894         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16895         w3m-safe-url-regexp variable buffer-local.
16897         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16899 2004-02-27  Simon Josefsson  <jas@extundo.com>
16901         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16902         gnus-group-real-prefix.
16903         (gnus-summary-move-article): Use it, instead of
16904         gnus-group-real-prefix.
16906 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16908         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16909         w3m-safe-url-regexp variable buffer-local and set it as the value
16910         of mm-w3m-safe-url-regexp.
16912         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16914         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16915         parsing gnus-posting-styles when the message is not for replying.
16917         * nnrss.el (nnrss-opml-export): Use
16918         mm-set-buffer-file-coding-system instead of
16919         set-buffer-file-coding-system.
16921 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16923         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16924         of checkdoc.el).
16925         * nnrss.el: do.
16926         * gnus-mlspl.el: do.
16927         * gnus-ml.el: do.
16928         * gnus-srvr.el: do.
16930         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16932 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16934         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16935         Corrections to custom-manual links.
16937         * gnus-art.el (gnus-article): Ditto.
16939         * mm-decode.el (mime-display, mime-security): Ditto.
16941 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16943         * flow-fill.el: Typo.
16945 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16947         * spam-wash.el: New file.
16949 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16951         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16953 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16955         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16956         to be run with new-articles as LIST1, not LIST2.
16957         (spam-registration-functions): Add spam-use-ham-copy as a nil
16958         registration backend.
16960 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16962         * spam-stat.el (spam-stat-washing-hook): New option.
16963         (spam-stat-buffer-words): Use it.
16964         (spam-stat-process-directory, spam-stat-test-directory): Use
16965         insert-file-contents-literally.
16966         (spam-stat-coding-system): New variable.
16967         (spam-stat-load, spam-stat-save): Use it.
16969 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16971         * spam-report.el (spam-report-plug-agent): Quote
16972         spam-report-url-to-file and spam-report-url-ping-plain.
16974 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16976         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16977         / in mailto URLs.
16979 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16981         * spam-report.el (spam-report-process-queue): Fix interactive use.
16982         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16983         (spam-report-unplug-agent): Doc fixes.
16984         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16985         (spam-report-agentize, spam-report-deagentize): Autoload
16987 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16989         * message.el (message-setup-fill-variables): Add mml tags to
16990         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16991         <ajk@iu.edu>.
16992         (message-mode): Don't modify paragraph-separate there.
16994 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16996         * compface.el (uncompface-use-external): Default to undecided.
16997         (uncompface-use-external-threshold): New variable.
16998         (uncompface-float-time): New macro.
16999         (uncompface): Determine whether to use the external decoder if
17000         uncompface-use-external is undecided.
17002 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17004         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17005         after images.
17007         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17009 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17011         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17013         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17015         * gnus-sum.el (gnus-summary-limit-to-age)
17016         (gnus-summary-limit-children): do.
17018         * gnus-int.el (gnus-request-scan): do.
17020         * gnus-group.el (gnus-group-suspend): do.
17022         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17024         * gnus-cite.el (gnus-cite-parse-attributions): do.
17026         * gnus-agent.el (gnus-summary-set-agent-mark)
17027         (gnus-agent-regenerate-group): do.
17029         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17031         * binhex.el (binhex-decode-region-internal): do.
17033 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17035         * gnus-fun.el (gnus-face-properties-alist): New user option.
17036         (gnus-display-x-face-in-from): Use it.
17038         * gnus-art.el (article-display-face): Ditto.
17040         * compface.el (uncompface-use-external): Default to nil.
17042 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17044         * nntp.el (nntp-erase-buffer): New function.
17045         (nntp-retrieve-data, nntp-send-command)
17046         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17047         (nntp-possibly-change-group): Use it.
17049         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17050         with-current-buffer.
17052 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17054         * compface.el: Merge the ELisp-based uncompface program.
17055         (compface): New customization group.
17056         (uncompface-use-external): New user option.
17057         (uncompface): Call uncompface-internal if uncompface-use-external
17058         is nil.
17059         (uncompface-internal): New function.  Note that there are also
17060         some other functions and variables added for this function.
17062 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17064         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17065         if necessary.
17067 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17069         * spam-report.el (spam-report-unplug-agent)
17070         (spam-report-plug-agent, spam-report-deagentize)
17071         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17072         Add support for the Agent in spam-report: when unplugged, report to a
17073         file; when plugged, submit all the requests.
17075         * spam.el (spam-register-routine): Fix message about
17076         registration.
17078 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17080         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17081         dependencies.
17082         (rfc2047-encode): Use it.
17084         * gnus-art.el (gnus-button-marker-list): Move before first
17085         reference.
17087         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17088         (imap-parse-body): Fix format string mismatch.
17090         * gnus-score.el (gnus-summary-increase-score): do.
17092         * nnrss.el (nnrss-close): New function.
17094 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17096         * nnrss.el (nnrss-make-filename): New function.
17097         (nnrss-request-delete-group, nnrss-read-server-data)
17098         (nnrss-save-server-data, nnrss-read-group-data)
17099         (nnrss-save-group-data): Use it.
17100         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17101         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17102         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17104 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17106         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17108 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17110         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17111         files.
17113         * message.el (message-generate-headers-first): Don't quote nil
17114         and t in docstrings.
17116         * imap.el (imap-id): do.
17118         * gnus-agent.el (gnus-agent-consider-all-articles)
17119         (gnus-agent-queue-mail): do.
17121 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17123         * spam-report.el (spam-report-process-queue): New function.
17124         Process requests from `spam-report-requests-file'.
17125         (spam-report-process-queue): Doc fix.
17127 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17129         * spam.el (spam-register-routine)
17130         (spam-log-processing-to-registry, spam-log-registered-p)
17131         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17132         Change "check" to "spam-check" for semi-clarity.
17134 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17136         * pop3.el: Require nnheader.
17138         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17140         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17142         * gnus-picon.el: Require cl.
17144         * gnus-fun.el: Require gnus-ems and gnus-util.
17146         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17148         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17150         * gnus-art.el (gnus-article-edit-mode): Define before first
17151         reference.
17153 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17155         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17156         (gnus-uu-post-encoded): Use point-at-bol.
17158         * gnus-topic.el (gnus-group-active-topic-p): do.
17160         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17162         * gnus-group.el (gnus-group-kill-region): do.
17164         * gnus-art.el (article-date-ut): do.
17166         * message.el (message-fetch-field): Remove redundant
17167         case-fold-search binding.
17168         (message-narrow-to-field): Simplify.
17170 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17172         * spam.el (spam-directory): Derive from `gnus-directory'.
17174         * spam-report.el (spam-report-url-to-file)
17175         (spam-report-requests-file): New function and variable for offline
17176         reporting.
17177         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17178         and user defined function.
17179         (spam-report-url-ping-mm-url): Remove doubled slash.
17181 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17183         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17185 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17187         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17188         format string mismatch.
17190         * sieve.el (sieve-deactivate-all): do.
17192         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17194         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17196         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17198         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17200 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17202         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17203         the list of checks.
17205 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17207         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17208         padding.
17210 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17212         * mm-view.el (mm-fill-flowed): New variable.
17213         (mm-inline-text): Use it.
17215 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17217         * spam.el (spam-spamassassin-register-ham-routine)
17218         (spam-spamassassin-register-spam-routine): Fix function names.
17220 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17222         * gnus.el (gnus-tmp-grouplens): Remove.
17223         (gnus-summary-line-format): Remove grouplens.
17225         * gnus-group.el (gnus-group-line-format): Ditto.
17227         * gnus-spec.el (gnus-format-specs): Ditto.
17228         (gnus-update-format-specifications): Flush the group format spec
17229         cache if there's the grouplens stuff.
17230         (gnus-parse-simple-format): Replace %l with the empty string.
17232 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17234         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17235         omission.
17237 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17239         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17240         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17242 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17244         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17245         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17246         New macros and functions.
17247         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17248         Handle > NLINK_MAX messages.
17249         * nnmaildir.el (nnmaildir-request-set-mark): Use
17250         nnmaildir--emlink-p and nnmaildir--eexist-p.
17252 2004-01-25  Alex Schroeder  <alex@gnu.org>
17254         * spam-stat.el (spam-stat-process-directory-age): New option.
17255         (spam-stat-process-directory): Use it.
17257 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17259         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17260         (spam-stat-save): Accept prefix argument.
17262 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17264         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17265         links" error.
17267 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17269         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17270         compatibility with old .newsrc.eld files.
17272         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17274         * gnus-start.el (gnus-1): do.
17276         * gnus-group.el (gnus-group-line-format-alist): do.
17278         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17280         * gnus-gl.el: Remove.
17282 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17284         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17285         marks consisting of a single range {for example, (3 . 5)} rather
17286         than a list of a single range { ((3 . 5)) }.
17288 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17290         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17291         with-current-buffer.
17292         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17293         avoid consing a string.
17295         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17296         Remove obsolete entries for big5 and gb2312.
17298 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17300         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17301         uncompressed list.
17303 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17305         * spam-stat.el (spam-stat-strip-xref): New function.
17306         (spam-stat-process-directory): Use it.
17308         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17309         here -- it's done in message-fetch-field.
17311 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17313         * gnus-agent.el (gnus-agent-queue-mail)
17314         (gnus-agent-prompt-send-queue): New variables.
17315         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17316         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17317         "nndraft:queue" along to gnus-draft-send.  Use
17318         gnus-agent-prompt-send-queue.
17319         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17320         is "nndraft:queue".  Suggested by Gaute Strokkenes
17321         <gs234@srcf.ucam.org>
17323         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17324         (agent-enable-undownloaded-faces): Added.
17325         (gnus-agent-cat-groups): Use eval-and-compile, not
17326         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17327         method of gnus-agent-cat-groups even when the buffer has been
17328         evaled.
17329         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17330         delete gnus-agent-save-active-1.
17331         (gnus-agent-save-groups): Deleted.  Identical to
17332         gnus-agent-save-active.
17333         (gnus-agent-write-active): No longer adjust agent's copy of active
17334         file as agent's adjustments are now stored in their own
17335         file.  Removed optional parameter.
17336         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17337         servers.  Add use of min/max range limits from server's local
17338         file.
17339         (gnus-agent-save-alist): Removed unused optional argument.
17340         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17341         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17342         (gnus-agent-set-local): A per-server file that keeps min/max range
17343         limits for articles known to the agent.  Provides a fast mechanism
17344         for altering many active ranges.
17345         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17346         active file (local makes it unnecessary).
17347         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17349         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17350         (agent-enable-undownloaded-faces): Added.
17352         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17353         disable it when sending to "nndraft:queue".
17354         (gnus-group-send-queue): Add safety check to avoid sending queue
17355         when unplugged.
17357         * gnus-group.el (gnus-group-catchup): Use new
17358         gnus-sequence-of-unread-articles, not
17359         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17360         numbers of articles.  Use gnus-range-map to avoid having to
17361         uncompress the unread list.
17362         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17363         Fixed invalid ange-ftp reference.
17365         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17366         (gnus-sorted-range-intersection): Intersection of two ranges
17367         without requiring that they first be uncompressed.
17369         * gnus-start.el (gnus-activate-group): Unless blocked by the
17370         caller, possibly expand the active range to include both cached
17371         and agentized articles.
17372         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17373         multiple version-dependent converters.
17374         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17375         gnus-agent-save-active.
17376         (gnus-save-newsrc-file): Save dirty agent range limits.
17378         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17379         gnus-agent-possibly-alter-active.
17380         (gnus-adjust-marked-articles): Faster handling of simple lists
17382 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17384         * spam-stat.el (spam-stat-test-directory): New optional argument
17385         displays a list of files detected.  Suggested by Andrew Cohen
17386         <cohen@andy.bu.edu>.
17387         (spam-stat-buffer-words-with-scores): Don't narrow and change
17388         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17390 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17392         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17393         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17394         (spam-spamassassin-arguments)
17395         (spam-spamassassin-spam-flag-header)
17396         (spam-spamassassin-positive-spam-flag-header)
17397         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17398         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17399         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17400         (spam-list-of-processors, spam-list-of-checks)
17401         (spam-list-of-statistical-checks, spam-registration-functions)
17402         (spam-check-spamassassin-headers, spam-check-spamassassin)
17403         (spam-spamassassin-score)
17404         (spam-spamassassin-register-with-sa-learn)
17405         (spam-spamassassin-register-spam-routine)
17406         (spam-spamassassin-register-ham-routine)
17407         (spam-assassin-register-spam-routine)
17408         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17409         (spam-bogofilter-score): Fix to show article before scoring.
17411 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17413         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17414         default scoring function.
17415         (spam-generic-score): Call spam-spamassassin-score if
17416         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17417         spam-bogofilter-score otherwise.
17419         * gnus.el (spam-process, spam-autodetect-methods): Add
17420         spamassassin and spamassassin-headers.
17422 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17424         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17425         Suppress unnecessary messages.
17427 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17429         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17430         make-hash-table.
17432 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17434         * canlock.el (base64-encode-string): Don't autoload it.
17436 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17438         * run-at-time.el: Remove useless (require 'itimer),
17439         eval-and-compile and (featurep 'xemacs).
17441 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17443         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17444         GROUP is a virtual group.
17446 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17448         * gnus.el: Autoload `message-y-or-n-p'.
17450 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17452         * pgg-parse.el: Remove unnecessary (require 'custom).
17454         * pgg-def.el: do.
17456         * nnmail.el: do.
17458         * gnus-undo.el: do.
17460         * gnus-picon.el: do.
17462         * gnus-util.el: do.
17464 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17466         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17468 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17470         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17471         handle, as well as a list.
17473         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17474         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17475         (mm-w3m-cid-retrieve): Simplify.
17477 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17479         * message.el (message-kill-to-signature): Allow prefix arg to
17480         specify number of lines to keep before signature.
17482 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17484         * message.el (message-kill-to-signature): Change docstring.
17486 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17488         * canlock.el: Always require sha1-el.
17489         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17491         * message.el: Autoload sha1 only when compiling.
17493 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17495         * message.el (message-canlock-generate): Require sha1-el.
17497 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17499         * message.el (message-expand-name): Silence the byte compiler.
17501 2004-01-13  Simon Josefsson  <jas@extundo.com>
17503         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17504         Invoke gnus-score-mode.  Reported by
17505         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17507         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17508         Jim Blandy <jimb@redhat.com> (tiny change).
17510 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17512         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17514 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17516         * spam.el (spam-get-article-as-string): Update to use
17517         gnus-request-article-this-buffer, much simpler.
17518         (spam-get-article-as-buffer): Remove.
17520 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17522         * message.el (message-expand-name): Use EUDC if the user uses that.
17524 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17526         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17527         character for the encoding to avoid consing a string.
17529         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17530         unnecessarily.
17532         * mm-util.el (mm-replace-chars-in-string): Remove.
17534         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17535         of mm-replace-chars-in-string.
17537 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17539         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17541         * mm-util.el (mm-subst-char-in-string): Support inplace.
17543         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17544         a new string in every iteration.  Use shy groups.
17546 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17548         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17549         * gnus-soup.el (gnus-soup-group-brew):
17550         * gnus-msg.el (gnus-put-message):
17551         * gnus-move.el (gnus-group-move-group-to-server):
17552         * gnus-kill.el (gnus-batch-score):
17553         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17554         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17555         (gnus-group-update-group, gnus-group-read-group)
17556         (gnus-group-make-group, gnus-group-make-help-group)
17557         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17558         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17559         (gnus-group-sort-by-unread, gnus-group-catchup)
17560         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17561         (gnus-group-yank-group, gnus-group-set-info)
17562         (gnus-group-list-groups):
17563         * gnus.el (gnus-generate-new-group-name):
17564         * gnus-delay.el (gnus-delay-send-queue):
17565         * nnvirtual.el (nnvirtual-catchup-group):
17566         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17567         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17568         (gnus-group-prepare-topics, gnus-topic-check-topology):
17569         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17570         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17571         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17572         (gnus-group-make-articles-read):
17573         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17574         (gnus-group-change-level, gnus-kill-newsgroup)
17575         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17576         (gnus-get-unread-articles, gnus-make-articles-unread)
17577         (gnus-make-ascending-articles-unread): Use accessor
17578         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17579         to get group information for improved readability.
17581 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17583         * gnus-art.el (article-decode-mime-words, article-babel)
17584         (gnus-article-highlight-signature, gnus-article-add-buttons)
17585         (gnus-signature-toggle): Use gnus-with-article-buffer.
17587         * gnus-art.el (gnus-article-highlight-headers)
17588         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17590         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17591         (gnus-article-set-globals, gnus-request-article-this-buffer)
17592         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17593         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17594         (gnus-mime-display-alternative): Use with-current-buffer.
17596 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17598         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17599         also under 80 char limit, and call gnus-error if needed.
17600         (spam-fetch-article-header): Fix - it was a
17601         buffer-local variable (gnus-newsgroup-data).
17602         (spam-find-spam): Use spam-generate-fake-headers, forget about
17603         spam-insert-fake-headers.
17604         (spam-insert-fake-headers): Remove.
17606 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17608         * deuglify.el (gnus-article-outlook-unwrap-lines)
17609         (gnus-outlook-rearrange-article)
17610         (gnus-outlook-repair-attribution-outlook)
17611         (gnus-outlook-repair-attribution-block)
17612         (gnus-outlook-repair-attribution-other): Remove redundant
17613         save-excursion.
17615 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17617         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17618         (spam-fetch-field-subject-fast)
17619         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17620         (spam-fetch-article-header): Add functions to deal with Gnus
17621         internals for fast retrieval of article header data.
17622         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17624 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17626         * pop3.el (pop3-md5): Remove.
17627         (pop3-apop): Replace pop3-md5 with md5.
17629         * mm-bodies.el: base64 is always built-in.
17631         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17632         with-current-buffer.
17634 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17636         * canlock.el (canlock-insert-header): Remove excessive grouping in
17637         regexp.
17639         * gnus-sum.el (gnus-summary-read-document): Ditto.
17641         * gnus-uu.el (gnus-uu-part-number): Ditto.
17643         * html2text.el (html2text-remove-tags): Ditto.
17644         (html2text-format-tags): Ditto.
17645         (html2text-format-single-elements): Ditto.
17647         * mml.el (mml-parse-1): Ditto.
17649 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17651         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17653         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17655         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17657         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17659 2003-11-15  Simon Josefsson  <jas@extundo.com>
17661         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17662         (pgg-gpg-lookup-key): Use regexp match instead of
17663         split-string (split-string is different between emacs 21.2 and
17664         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17666 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17668         * gnus-art.el (gnus-mime-view-all-parts)
17669         (gnus-article-part-wrapper, gnus-article-view-part): Use
17670         with-current-buffer.
17672 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17674         * spam.el (spam-disable-spam-split-during-ham-respool)
17675         (spam-spamoracle-database, spam-cache-lookups)
17676         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17677         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17678         (spam-group-ham-marks, spam-group-spam-marks)
17679         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17680         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17681         also add spam-use-blackholes to the statistical checks.
17682         (spam-fetch-field-fast): Add interface to fetching fields, may
17683         become a macro.
17684         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17685         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17686         (spam-insert-fake-headers): Fake an article when needed.
17687         (spam-find-spam): Fake article when possible.
17688         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17689         (spam-check-bogofilter-headers): Use message-fetch-field instead
17690         of nnmail-fetch-field.
17692 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17694         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17696 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17698         * spam.el (spam-split): Do not require spam-use-CHECK to be
17699         enabled if that check is passed to spam-split explicitly; also
17700         fix so 'spam doesn't get converted to spam-split-group when
17701         spam-split-symbolic-return is t.
17702         (spam-find-spam): Find registrations of the article and use those
17703         instead of re-running spam-split to find the spam/ham
17704         classification of the article.
17705         (spam-log-processing-to-registry, spam-log-registered-p)
17706         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17707         Use gnus-error instead of gnus-message.
17708         (spam-log-registration-type): Add function to determine the
17709         classification of a message based on registry entries; will
17710         return nil if both 'spam and 'ham are found.
17711         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17712         a reasonably fast local cache without the loading errors.
17713         (spam-cache-lookups): Set to t by default.
17714         (spam-find-spam): Don't try to guess spam-cache-lookups.
17715         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17716         spam-caches entry.
17717         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17718         caching of whitelist/blacklist entries.
17719         (spam-check-whitelist, spam-check-blacklist): Invoke
17720         spam-from-listed-p with a type, not a cache variable.
17721         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17723 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17725         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17727         * nnmail.el (nnmail-split-fancy): do.
17729         * mml.el (mml-parse): do.
17731         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17732         (gnus-score-adaptive): do.
17734 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17736         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17737         (gnus-mime-button-map): Don't set keymap parent.
17738         (gnus-button-ctan-directory-regexp): Use shy grouping.
17739         (gnus-prev-page-map): Don't set keymap parent.
17740         (gnus-prev-page-map): Remove duplicated one.
17741         (gnus-next-page-map): Don't set keymap parent.
17742         (gnus-mime-security-button-map): Ditto.
17744         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17745         version number.
17747         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17749 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17751         * canlock.el (canlock-sha1-function): Remove.
17752         (canlock-sha1-function-for-verify): Remove.
17753         (canlock-openssl-program): Remove.
17754         (canlock-openssl-args): Remove.
17755         (canlock-ignore-errors): Remove.
17756         (canlock-sha1-with-openssl): Remove.
17757         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17758         (canlock-verify): Don't use canlock-ignore-errors.
17760         * sha1-el.el (sha1-string-external): Make it can return a string
17761         in binary form.
17762         (sha1-region-external): Ditto.
17763         (sha1-string-internal): Ditto.
17764         (sha1-region-internal): Ditto.
17765         (sha1-region): Ditto.
17766         (sha1-string): Ditto.
17767         (sha1): Ditto.
17769 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17771         * spam.el (spam-report-articles-gmane): New command.
17773 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17775         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17777         * run-at-time.el (run-at-time-saved): Remove.
17778         (run-at-time): Doc fix.
17780 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17782         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17783         (gnus-summary-limit-map): Add it.
17784         (gnus-summary-make-menu-bar): do.
17786 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17788         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17789         Make attempt at some caching support (done for BBDB only now).
17790         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17791         addresses to be checked.
17792         (spam-clear-cache-BBDB): Add function, to be invoked by
17793         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17794         (spam-check-BBDB): Check and use the caches, if
17795         spam-cache-lookups is on, remove superfluous (provide).
17797 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17799         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17801 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17803         * run-at-time.el (run-at-time-saved): Move to after the definition
17804         of `run-at-time'.
17806 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17808         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17809         mm-w3m-local-map-property.
17811         * mm-view.el (mm-w3m-mode-map): Remove.
17812         (mm-w3m-local-map-property): Remove.
17813         (mm-inline-text-html-render-with-w3m): Don't use
17814         mm-w3m-local-map-property.
17816 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17818         * run-at-time.el: New file.
17820         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17821         of gnus-set-text-properties.
17823         * gnus-uu.el (gnus-uu-save-article): Ditto.
17825         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17827         * gnus-cite.el (gnus-cite-parse): Ditto.
17829         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17830         of gnus-.
17832         * gnus.el: Changed calls to nnheader-run-at-time and
17833         password-run-at-time throughout to use run-at-time directly.
17835         * password.el: Removed definition of run-at-time.
17837 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17839         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17840         in prompt.
17842 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17844         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17845         XEmacs version.
17847         * dns.el (dns-make-network-process): Use `open-network-stream'
17848         instead of `gnus-xmas-open-network-stream'.
17850         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17852 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17854         * gnus-art.el (gnus-mime-display-alternative)
17855         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17856         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17857         Don't use gnus-local-map-property.
17859         * gnus-util.el (gnus-local-map-property): Remove.
17861         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17862         gnus-completing-read-maybe-default with completing-read.
17864         * gnus-util.el (gnus-completing-read): do.
17865         (gnus-completing-read-maybe-default): Remove.
17867 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17869         * password.el: Only autoload `run-at-time' if not XEmacs.
17870         Only autoload the itimer functions if XEmacs.
17872 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17874         * gnus-art.el (gnus-read-string): Remove.
17875         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17876         read-string.
17878 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17880         * netrc.el: Autoload password-read.
17881         (netrc): Add configuration group.
17882         (netrc-encoding-method, netrc-openssl-path): Add
17883         variables for encoding and decoding of files with symmetric
17884         ciphers.
17885         (netrc-encode): Add assistant function to encode a file with
17886         netrc-encoding-method.
17887         (netrc-parse): Add interactive parameter, added optional
17888         decoding if netrc-encoding-method is non-nil but otherwise
17889         behavior is standard.
17890         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17891         Do s/encode/encrypt/ everywhere.
17893         * spam.el: Remove executable-find autoload.
17895 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17897         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17899         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17901 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17903         * gnus-art.el (gnus-treat-ansi-sequences)
17904         (article-treat-ansi-sequences): New variable and function.
17905         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17907         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17908         Use it.
17910 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17912         * mm-util.el (mm-quote-arg): Remove.
17914         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17915         shell-quote-argument.
17917         * gnus-uu.el (gnus-uu-command): do.
17919         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17921         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17922         with make-char.
17924         * mm-util.el (mm-make-char): Remove.
17926         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17927         add-minor-mode.
17929         * gnus-undo.el (gnus-undo-mode): do.
17931         * gnus-topic.el (gnus-topic-mode): do.
17933         * gnus-sum.el (gnus-dead-summary-mode): do.
17935         * gnus-start.el (gnus-slave-mode): do.
17937         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17939         * gnus-ml.el (gnus-mailing-list-mode): do.
17941         * gnus-gl.el (gnus-grouplens-mode): do.
17943         * gnus-draft.el (gnus-draft-mode): do.
17945         * gnus-dired.el (gnus-dired-mode): do.
17947         * gnus-ems.el (gnus-add-minor-mode): Remove.
17949         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17950         Replace gnus-char-width with char-width.
17952         * gnus-ems.el (gnus-char-width): Remove.
17954         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17955         Replace gnus-char-width with char-width.
17957         * gnus-ems.el (gnus-char-width): Remove.
17959         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17960         definition.
17961         Remove Emacs 20 hash table compatibility code.
17963         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17964         20 compatibility code.
17966         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17968         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17970         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17971         with point-at-{eol,bol}.
17973         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17975         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17977         * flow-fill.el (fill-flowed-point-at-bol)
17978         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17980         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17981         Replace with point-at-{eol,bol} throughout all files.
17983 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17985         * ntlm.el (ntlm-string-as-unibyte): New macro.
17986         (ntlm-build-auth-response): Use it.
17988         Remove Emacs 20 stuff:
17989         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17990         of delq and copy-sequence.
17991         * gnus-art.el (popup-menu): Remove the compiler macro.
17992         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17993         Emacs 20.
17995 2004-01-05  Simon Josefsson  <jas@extundo.com>
17997         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17998         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17999         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18000         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18001         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18002         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18003         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18004         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18005         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18006         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18007         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18008         string-xor into ntlm-string-xor.  Suggested by
18009         Jesper Harder <harder@myrealbox.com>.
18011         * ntlm.el: Don't include poem.
18013         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18014         Jesper Harder <harder@myrealbox.com>.
18016         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18018         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18019         probably breaks emacs with DL patch, but do we care? Is anyone
18020         still using the DL stuff?)
18022         * sieve-manage.el: Use the password package.
18023         (sieve-manage-read-passwd): Remove.
18024         (sieve-manage-interactive-login): Use password.  Re-add
18025         condition-case around loop.
18027         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18028         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18029         the password package.
18031 2003-02-19  Simon Josefsson  <jas@extundo.com>
18033         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18034         token.
18036 2002-08-07  Simon Josefsson  <jas@extundo.com>
18038         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18039         (sieve-manage-authenticators):
18040         (sieve-manage-authenticator-alist): Add some SASL mechs.
18041         (sieve-sasl-auth): New function.
18042         (sieve-manage-cram-md5-auth):
18043         (sieve-manage-plain-auth): Rewrite using SASL library.
18044         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18045         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18046         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18047         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18049 2004-01-05  Simon Josefsson  <jas@extundo.com>
18051         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18052         New files.
18054 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18056         * gnus-group.el (gnus-no-groups-message): Update.
18058         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18060 2003-11-09  Simon Josefsson  <jas@extundo.com>
18062         * imap.el: Support for ID IMAP extension (RFC 2971).
18063         (imap-local-variables): Add imap-id.
18064         (imap-id): New variable.
18065         (imap-id): New function.
18066         (imap-parse-response): Parse untagged ID response.
18067         * nnimap.el (nnimap-id): New variable.
18068         (nnimap-open-connection): Use it.
18070 2003-12-28  Simon Josefsson  <jas@extundo.com>
18072         * gnus-score.el (gnus-score-edit-all-score): New.
18073         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18075 2004-01-04  Simon Josefsson  <jas@extundo.com>
18077         * password.el: Add.
18079 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18081         * dns.el (dns-query-types): Fix typo.
18082         (dns-query-types): New function.
18083         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18084         PTR and SOA replies, see RFC 1035.
18086 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18088         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18090         * Moved to Changelog.2.
18092 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18094         * gnus.el (gnus-version-number): Bump version.
18096 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18098         * gnus.el: No Gnus v0.1 is released.
18100 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18102         * gnus.el: No Gnus v0.0 is released.
18104 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18106         * gnus.el (gnus-version-number): Bump.
18107         (gnus-version): No.
18109 See ChangeLog.2 for earlier changes.
18111   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18112     Free Software Foundation, Inc.
18114   This file is part of GNU Emacs.
18116   GNU Emacs is free software: you can redistribute it and/or modify
18117   it under the terms of the GNU General Public License as published by
18118   the Free Software Foundation, either version 3 of the License, or
18119   (at your option) any later version.
18121   GNU Emacs is distributed in the hope that it will be useful,
18122   but WITHOUT ANY WARRANTY; without even the implied warranty of
18123   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18124   GNU General Public License for more details.
18126   You should have received a copy of the GNU General Public License
18127   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18129 ;; Local Variables:
18130 ;; coding: utf-8
18131 ;; fill-column: 79
18132 ;; add-log-time-zone-rule: t
18133 ;; End: