Merge changes made in Gnus trunk.
[emacs/old-mirror.git] / lisp / gnus / ChangeLog
blobe2c8a760f3078aeb1f7749c07e0c54d862278f3b
1 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3         * nnir.el: Fix typo in comments.
4         (nnir-run-imap): Simplify code. No need to reverse artlist.
5         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
11         * nnimap.el (nnimap-get-capabilities): Refactor out.
12         (nnimap-open-connection): Re-request capabilities after STARTTLS.
14 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
16         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
17         appearing when `mm-uu-hide-markers' is nil.
19 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21         * nnimap.el (nnimap-unselect-group): Made into its own function.
22         (nnimap-request-rename-group): Unselect group before renaming.  This
23         had gotten lost somewhere.
24         (nnimap-request-accept-article): Keep track of examined groups, and
25         unselect the group before APPENDing to read-only groups.
26         (nnimap-request-move-article): Clear flags before moving so that they
27         can be re-set later.
29 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
31         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
32         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
34 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
36         * gnus-art.el (gnus-mime-display-single)
37         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
38         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
39         parameter.
41 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43         * shr.el (shr-table-horizontal-line): Renamed from shr-table-line.
44         (shr-table-vertical-line): New variable.
45         (shr-insert-table): Use it.
47 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
49         * gnus-html.el (gnus-html-wash-images): Don't display images if
50         gnus-inhibit-images is non-nil; register displayer for cid images.
51         (gnus-html-display-image): Work for cid image.
52         (gnus-html-insert-image): Allow arguments.
53         (gnus-html-put-image): Inhibit read-only.
54         (gnus-html-prefetch-images): Don't prefetch images if
55         gnus-inhibit-images is non-nil.
57 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59         * shr.el (shr-put-image): Break lines when inserting big pictures.
61 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
63         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
64         sender, thanks Katsumi Yamaoka.
66 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
68         * nnir.el (nnir-run-imap): Reverse the article list for each group
69         rather than the whole list.
71 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
73         * shr.el (shr-image-displayer): Protect function against non-existent
74         image source.
76         * gnus-art.el (gnus-inhibit-images): New user option.
77         (gnus-mime-display-single): Don't display image if it is non-nil.
79         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
80         gnus-inhibit-images.
82         * shr.el (shr-image-displayer): New function.
83         (shr-tag-img): Use it.
85 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
87         * mml2015.el (mml2015-epg-sign): Use From header.
89 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
91         * gnus-html.el (gnus-html-wash-images): Register a displayer.
93         * gnus-util.el (gnus-find-text-property-region): Return markers.
95         * shr.el (shr-tag-img): Put a displayer in the text property.
97         * gnus-util.el (gnus-find-text-property-region): New utility function.
99         * gnus-html.el (gnus-html-display-image): Make the alt optional.
100         (gnus-html-show-images): Remove.
102         * gnus-art.el (gnus-article-show-images): New, more general function.
104         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
105         image url text properties.
107         * shr.el: Ditto.
109         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
110         gnus-agent-auto-agentize-methods is set.  Which it isn't.
112 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
114         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
115         work for two or more articles.
117 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
119         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
120         divide an image that's in an html article to two or more when washing
121         non-ASCII characters in alt text of it.
123 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
125         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
126         smime-decrypt-region using function argument.
127         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
129         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
131         * smime.el (smime-decrypt-region): Catch it.
133 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
135         * smime.el (smime-mode-map): Move initialization into declaration.
136         (gnus-run-mode-hooks): Don't autoload.
137         (smime-mode): Use define-derived-mode.
139 2010-11-11  Glenn Morris  <rgm@gnu.org>
141         * smime.el (from): Restrict declaration to XEmacs.
143         * nnir.el (gnus-group-topic-name): Autoload.
145 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
147         * shr.el (shr-insert): Don't break long line if it is because of
148         kinsoku-bol characters in the line end.
150 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
152         * nnir.el (nnir-request-move-article): Fix to provide original group
153         and subject.
154         (nnir-warp-to-article): Don't fail on articles whose headers haven't
155         been retrieved.
157         * gnus-sum.el (gnus-summary-move-article): Use original group and
158         subject for virtual articles such as those in an nnir summary buffer.
160 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
162         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
163         least 21.5).
165         * smime.el (from): Declare it again for XEmacs.
167 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
169         * message.el (message-resend): Don't disable encoding unless it's
170         already encoded.
172         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
173         low-numbered articles.
175 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
177         * rfc2047.el (rfc2047-syntax-table): Simplify.
179         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
180         set-char-table-range for XEmacs.
182 2010-11-10  Glenn Morris  <rgm@gnu.org>
184         * smime.el (from): Remove unused declaration.
186         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
187         (gnus-float-time): On Emacs, always an alias.
189         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
190         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
192 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
194         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
196 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198         * shr.el (browse-url-mailto): Autoload.
200         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
202         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
203         regexp doesn't need quoting.
205 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
207         * message.el (message-subject-trailing-was-ask-regexp)
208         (message-subject-trailing-was-regexp): Match was: in addition to was.
210 2010-11-09  Glenn Morris  <rgm@gnu.org>
212         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
213         (nnbabyl-check-mbox): Use point-at-bol.
215 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
219         * message.el (message-mailto): New function.
220         (message-mailto): Should accept other parameters.
221         (message-mailto): Remove since it duplicates browse-url-mailto
222         functionality.
224 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
227         methods.
228         (gnus-read-active-file): Ditto.
230         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
231         ": " from the prompt.
232         (gnus-group-make-group): Ditto.
234 2010-11-07  Glenn Morris  <rgm@gnu.org>
236         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
237         (gnus-bookmark-kill-line): Use point-at-eol.
239 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
241         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
242         asterisks in From header.
244 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
247         string to avoid making the From headers syntactically invalid.
249         * message.el (message-send-mail): Don't insert courtesy messages if the
250         message already has List-Post and List-ID messages.
252 2010-11-06  Glenn Morris  <rgm@gnu.org>
254         * gnus-art.el (gnus-treat-article): Give dynamic local variables
255         `condition', `type', `length' a prefix.
256         (gnus-treat-predicate): Update for above name changes.
258 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
260         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
261         binding.  Handled by `gnus-summary-refer-thread' instead.
262         (nnir-warp-to-article): New backend function.
264         * nnimap.el (nnimap-request-thread): Force dependency updating.
266         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
267         (gnus-summary-refer-thread): Rework to improve thread-referral.
269         * gnus-int.el (gnus-warp-to-article): New function.
271         * gnus-sum.el (gnus-summary-article-map): Bind it.
273 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
275         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
276         gnus-summary-refer-thread.
278         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
279         headers.
280         (gnus-summary-limit-include-thread): Prevent articles in thread from
281         being cut in gnus-cut-threads.
282         (gnus-summary-refer-thread): Limit retrieved headers to those in
283         thread.
285 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
287         * message.el (message-send-mail): Use the value of
288         message-courtesy-message from the message buffer.
290         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
292         * shr.el (shr-browse-url): Implement mailto: URLs.
294         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
295         "raw".
297         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
298         if it's already selected.
300         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
302 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
304         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
305         to measure the length and truncate alt text.
307 2010-11-03  Glenn Morris  <rgm@gnu.org>
309         * nndiary.el (nndiary-generate-nov-databases-1)
310         (nndiary-generate-active-info): Rename dynamic variable `files' to
311         something less generic.
313 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
315         * nnir.el (nnir-request-move-article): Call the underlying backend to
316         move articles from nnir.
318 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
322 2010-11-02  Julien Danjou  <julien@danjou.info>
324         * nnir.el: Remove wais support.
326 2010-11-02  Glenn Morris  <rgm@gnu.org>
328         * gnus-html.el: Reorder requirements to quieten compiler.
330 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
332         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
333         properly for XEmacs as well.
334         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
335         (gnus-article-natural-long-line-p): Use window-width rather than
336         frame-width.
338 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
340         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
341         (nnir-read-parms): Don't modify query.
342         (nnir-run-query): Add ability to search topic on current line.
343         (nnir-get-active): Clean up.
345 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
348         degenerate articles.
350         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
351         (gnus-print-buffer): Just print the buffer as is, without any copying
352         to a buffer and then re-highlighting.
354         * nnimap.el (nnimap-request-group): Store the new updated info.
355         (nnimap-request-group): Select the group when we don't know whether it
356         exists or not.
358         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
359         groups.
361         * gnus-group.el (gnus-group-find-new-groups): Display all the new
362         groups.
364         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
365         groups.
367         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
368         long-lines case by only filling the long lines.
370         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
371         (bug #7311).
373 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
375         * shr.el: No need to declare `declare-function' since shr.el is for
376         only Emacsen that provide `libxml-parse-html-region'.
378 2010-11-01  Glenn Morris  <rgm@gnu.org>
380         * mm-util.el (gnus-completing-read): Autoload.
381         (mm-read-coding-system): Simplify Emacs definition.
383         * nnmail.el (gnus-activate-group):
384         * nnimap.el (gnutls-negotiate):
385         * nntp.el (netrc-parse): Fix declarations.
387 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
389         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
390         string-match-p in Emacs >=23.
392         * gnus-msg.el (gnus-configure-posting-styles)
393         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
395 2010-11-01  Glenn Morris  <rgm@gnu.org>
397         * nnir.el (declare-function): Add compat stub.
398         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
399         (nnir-run-gmane): Require 'mm-url.
401         * mm-util.el (mm-string-to-multibyte): Simplify.
403         * shr.el (declare-function): Add compat stub.
404         (url-cache-create-filename): Declare.
405         (mm-disable-multibyte, widget-convert-button): Autoload.
407         * smime.el (ldap-search): Declare.
408         (smime-cert-by-ldap-1): Require ldap on Emacs.
410         * nnimap.el: Require nnmail, and gnus-sum when compiling.
411         (nnimap-keepalive): Use gnus-float-time.
413         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
414         (mail-source-delete-crash-box): Use gnus-float-time.
416         * gnus-dired.el (gnus-completing-read): Autoload.
418         * mm-view.el (gnus-rescale-image): Autoload.
420         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
422         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
424         * sieve-manage.el: Require 'cl when compiling.
426         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
427         (gnus-iswitchb-completing-read): Require iswitchb.
428         (gnus-select-frame-set-input-focus): Silence compiler.
430 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432         * message.el (message-subject-trailing-was-query): Change default to t,
433         since I think that's what most people want.
435         * nnimap.el (nnimap-request-accept-article): Erase buffer before
436         appending for easier debugging.
437         (nnimap-wait-for-connection): Take a regexp.
438         (nnimap-request-accept-article): Wait for the continuation line before
439         sending anything unless we're streaming.
441         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
442         leave the header washing to take place.
444 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
446         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
447         regular expression match and replace in posting styles.
449 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
451         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
452         an entire server.
453         (nnir-get-active): New function.
454         (nnir-run-imap): Use it.
455         (nnir-run-gmane): Who knew, gmane search returns an article score!
457         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
458         server on the current line with nnir.
460 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
463         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
464         left edge.
465         (gnus-article-foldable-buffer): Skip past the prefix when determining
466         raggedness.
468         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
469         the raw article, and change `C-u g' to show the article without doing
470         treatments.
472         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
473         on to `gnus-treat-article'.
474         (gnus-inhibit-article-treatments): New variable.
476         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
478         * gnus-art.el (gnus-treatment-function-alist): Have
479         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
480         (gnus-treat-fill-long-lines): Change default to fill all text/plain
481         sections.
483         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
484         parameter.
485         (gnus-article-fill-cited-long-lines): New function.
486         (gnus-article-fill-cited-article): Allow filling only long sections.
488         * shr.el (shr-find-fill-point): Don't break lines between punctuation
489         and non-punctuation (like after the apostrophe in "'We").
491         * gnus-sum.el (gnus-summary-select-article): Make sure
492         gnus-original-article-buffer is alive.
494         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
495         reflect the order they're in in the digest.
497         * gnus.el (gnus-group-startup-message): Move point to the start of the
498         buffer.
500         * nnimap.el (nnimap-capability): New function.
501         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
502         is set.
504 2010-10-31  David Engster  <dengste@eml.cc>
506         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
507         conform with changes to gnus-completing-read.
509 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511         * shr.el (shr-tag-img): Output "*" instead of "[img]".
513 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
515         * nnir.el: Move defvar, defcustom around to keep file organized
516         and keep byte-compiler quiet.
517         (nnir-read-parms): Accept search-engine as arg.
518         (nnir-run-query): Pass search-engine as arg.
519         (nnir-search-engine): Remove.
521 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523         * shr.el (shr-generic): The text nodes should be text, not :text.
525         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
526         later in the file.
528 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
530         * nnir.el: General clean up.  Allow searching with multiple engines.
531         Allow separate extra-parameters for each engine.
532         Batch queries when possible.
533         (nnir-imap-default-search-key,nnir-method-default-engines):
534         Add customize interface.
535         (nnir-run-gmane): New engine.
536         (nnir-engines): Use it.  Qualify all prompts with engine name.
537         (nnir-search-engine): Remove global variable.
538         (nnir-run-hyrex): Restore for now.
539         (nnir-extra-parms,nnir-search-history): New variables.
540         (gnus-group-make-nnir-group): Use them.
541         (nnir-group-server): Remove in favor of gnus-group-server.
542         (nnir-request-group): Avoid searching twice.
543         (nnir-sort-groups-by-server): New function.
545 2010-10-30  Julien Danjou  <julien@danjou.info>
547         * gnus-group.el: Remove gnus-group-fetch-control.
549         * gnus-start.el (gnus-find-new-newsgroups):
550         Remove gnus-check-first-time-used.
552         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
554 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
556         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
557         set on groups that don't have \* permanentflags.
559 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
562         control the background color.
563         (shr-tag-img): Ignore very small web bug type images.
564         (shr-put-image): Add help-echo alt texts to the images.
565         (shr-tag-video): Show the video poster image.
567 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569         * shr.el (shr-table-depth): New variable.
570         (shr-tag-table-1): Only insert the images after the top-level table.
572         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
574         * gnus-util.el (gnus-list-memq-of-list): New function.
576         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
577         selected.
578         (nnimap-unsplittable-articles): New slot.
579         (nnimap-new-articles): Use it.
581 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
583         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
584         move to the previous line on `M-g'.
586 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
589         *-request-group, which seems unnecessary.
591         * nnimap.el (nnimap-quote-specials): Function copied over from
592         imap.el.
593         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
594         they support that.  Suggested by Tom Regner.
596 2010-10-29  Julien Danjou  <julien@danjou.info>
598         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
599         defalias.
600         (gnus-summary-delete-marked-with): Remove obsolete defalias.
602         * gnus.el: Remove `gnus-nntp-service' variable.
603         (gnus-secondary-servers): Make obsolete.
604         (gnus-nntp-server): Make obsolete.
606         * gnus-start.el (gnus-1): Remove x-splash calls.
608         * gnus-ems.el (gnus-x-splash): Remove.
610         * gnus.el (gnus-group-startup-message): Simplify/update code.
612         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
613         capability before doing anything.
614         (gnus-group-insert-group-line): Remove useless
615         gnus-group-remove-excess-properties.
617 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
619         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
621 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
624         config after reselecting.
626 2010-10-28  Julien Danjou  <julien@danjou.info>
628         * shr.el (shr-put-image): Use point even if only inserting text.
629         (shr-put-image): Save excursion when inserting alt text on non-graphic
630         display, so the behaviour is the same when we are on a graphic display.
632         * nnir.el (nnir-run-swish-e): Remove hyrex support.
634 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
636         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
637         (gnus-mime-copy-part): Check coding system, not charset.
638         (gnus-mime-view-part-externally): Never remove part.
639         (gnus-mime-view-part-internally): Don't remove part here.
640         (gnus-article-part-wrapper): Make sure MIME tag is visible.
641         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
642         multipart/alternative.
644         * mm-decode.el (mm-display-part): Take optional arg `force'.
646 2010-10-26  Julien Danjou  <julien@danjou.info>
648         * gnus-group.el (gnus-group-default-list-level): Add this function to
649         compute the default list level.
650         (gnus-group-default-list-level): Add possibility to use a function.
652 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
654         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
656         * gnus-group.el (gnus-group-completing-read)
657         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
658         gnus-replace-in-string.
660 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
662         * shr.el (shr-tag-div): Added.
664 2010-10-25  Julien Danjou  <julien@danjou.info>
666         * gnus-util.el: Remove `gnus-with-local-quit'.
668         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
670 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
673         the original article buffer.
675 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677         * nnimap.el (nnimap-request-head): New function.
678         (nnimap-request-move-article): Try to be slighly faster by not
679         requesting the entire message when moving.
680         (nnimap-transform-headers): Don't bug out on bodiless articles.
681         (nnimap-send-command): Have no outstanding messages if the IMAP server
682         doesn't support streaming.
683         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
685 2010-10-24  Julien Danjou  <julien@danjou.info>
687         * message.el (message-default-headers): Fix type.
689 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
692         prefetching images.
694         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
695         backend for unknown groups.  This is mainly useful for nnimap groups.
697         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
698         group isn't covered by the agent.
700 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
702         * nnir.el (nnir-method-default-engines): New variable.
703         (nnir-run-query): Use it.
704         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
705         (gnus-summary-nnir-goto-thread): Change group if needed.
707         * gnus-group.el (gnus-group-group-map): Add key binding for
708         gnus-group-make-nnir-group.
710 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712         * shr.el (shr-tag-object): Add.
714         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
715         original article buffer live.
716         (gnus-summary-select-article-buffer): Mention
717         gnus-widen-article-buffer.
719 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721         * shr.el (shr-tag-strong): Added.
723 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
726         group names.  They mess up the group buffer badly.
728         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
730         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
731         instead of the summary one.
733 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
735         * mml.el (mml-preview): Work properly when editing article.
737         * gnus-start.el (gnus-read-active-file-1): Don't add method to
738         gnus-have-read-active-file if it's already been in.
740 2010-10-22  Tom Tromey  <tromey@redhat.com>
742         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
743         gnus-group-completing-read.
745 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747         * message.el (message-mode-map): Don't bind M-; to comment region, to
748         allow the global comment-dwim to work.
750 2010-10-21  Julien Danjou  <julien@danjou.info>
752         * message.el (message-setup-1): Allow message-default-headers to be a
753         function.
755 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
757         * shr.el (shr-tag-table): Simplify.
759 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
762         to avoid trying to snarf invalid stuff.
764         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
766         * gnus.el (gnus-message-archive-group): Quote value.
767         (gnus-message-archive-group): Mark as changed.
769         * shr.el (shr-add-font): Don't put the font properties on the newline
770         or the indentation.
772         * message.el (message-fix-before-sending): Change options when sending
773         non-printable characters.
775         * gnus.el (gnus-message-archive-method): Change the default to
776         monthly outgoing groups.
778         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
779         that have gotten new numbers.
781         * nnimap.el (nnimap-request-replace-article): New function.
783 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
785         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
786         (nnrss-request-article): Don't use special html washing code.
788 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
790         * shr.el (shr-tag-table): Remove useless nconc.
792 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794         * gnus-art.el (article-wash-html): Simplify and remove the charset
795         stuff.  Use the normal html rendering code instead of the special html
796         washing code.
798         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
799         `gnus-w3m' symbols.
800         (mm-text-html-washer-alist): Removed.
802         * mm-decode.el (mm-inline-text-html-renderer): Removed.
803         (mm-inline-media-tests): Removed use.
804         (mm-text-html-renderer): Change default to the `shr' symbol.
806         * mm-view.el (mm-inline-text-html): Removed use.
808         * gnus-art.el (gnus-blocked-images): New function.  Allow the
809         `gnus-blocked-images' to be a function.
810         (gnus-article-wash-function): Removed.
812 2010-10-20  Julien Danjou  <julien@danjou.info>
814         * spam.el (spam-list-of-processors): Mark as obsolete.
816         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
817         (nnimap-insert-partial-structure): Fix boundary detection.
819 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
821         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
822         run file-truename on remote files.  This can be expensive and even
823         prevent one from editing drafts if some unrelated buffer has a stale
824         connection.
826 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
828         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
829         kinsoku-eol regardless of shr-kinsoku-shorten.
830         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
831         (shr-tag-table): Support caption, thead, and tfoot.
833 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
836         lines.
837         (shr-save-contents): New command and keystroke.
839         * nndoc.el (nndoc-type-alist): Add git support.
840         (nndoc-git-type-p): New function.
841         (nndoc-transform-git-article): Ditto.
842         (nndoc-transform-git-headers): Ditto.
843         (nndoc-transform-git-headers): Generate Subject headers.
845         * shr.el (shr-parse-style): New function.
846         (shr-tag-span): Ditto.
848         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
849         to `G G' to avoid collisions.
851 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
853         * shr.el: Load kinsoku if necessary.
854         (shr-kinsoku-shorten): New internal variable.
855         (shr-find-fill-point): Make kinsoku shorten text line if
856         shr-kinsoku-shorten is bound to non-nil.
857         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
858         shr-indentation too when testing if table is wider than frame width.
859         (shr-insert-table): Use `string-width' instead of `length' to measure
860         text width.
861         (shr-insert-table-ruler): Make sure indentation is done at bol.
863 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
865         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
866         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
867         undecoded network data.
869 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
872         name in the mode line spec so that the mode line menu works
873         (bug #2431).
875         * message.el (message-get-reply-headers): If we're fed `to-address',
876         then always use that.
878         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
879         aren't so wide as to need to switch off the edit menu.
881         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
882         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
884         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
885         `M-g'.
886         (nnimap-update-info): Update flags/read marks even if \* isn't part of
887         the permanent marks.
889 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
891         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
892         Splitting according to references/in-reply-to obeys the ignore-groups
893         variable, while splitting by sender and subject do not.
895 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
898         alist, so that we can look for non-Unicode chars.
899         (article-translate-strings): Allow both character and string maps.
901 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
903         * shr.el (shr-insert): Don't insert space behind a wide character
904         categorized as kinsoku-bol, or between characters both categorized as
905         nospace.
907 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
909         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
910         headers to gnus-newsgroup-headers.
912 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914         * shr.el (shr-tag-img): Don't align images -- since we're not
915         rescaling, this often leads to ugly displays.
917 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
919         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
920         duplicates.
922 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
924         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
925         call.
927 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929         * gnus.el: Autoload gnus-html-show-images.
931         * nnimap.el: Use nnheader-message throughout.
933         * shr.el (shr-tag-img): Ignore images with no data.
935 2010-10-15  Julien Danjou  <julien@danjou.info>
937         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
938         a possibility to disable format=flow encoding when using hard newlines.
940 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
942         * shr.el (shr-insert): Remove space inserted before or after a
943         breakable character or at the beginning or the end of a line.
944         (shr-find-fill-point): Do kinsoku; find the second best point or give
945         it up if there's no breakable point.
947 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949         * nnimap.el (nnimap-open-connection): Message when opening connection
950         for debugging purposes.
952         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
953         on every setup buffer call to allow this to change from article to
954         article.
956         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
957         buffers where we have a wide table.
959 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
961         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
962         uses *-request-thread.
964 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966         * nnimap.el (nnimap-open-connection): Remove %s from openssl
967         incantation, which is no longer valid.
969 2010-10-14  Julien Danjou  <julien@danjou.info>
971         * shr.el: Fix defcustom type (char -> character).
973 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975         * nnimap.el (nnimap-open-connection): tls-program should be a list of
976         programs.
978 2010-10-14  Julien Danjou  <julien@danjou.info>
980         * shr.el (shr-tag-a): Use url-link as widget type.
982         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
983         `gnus-group-get-icon'.
985 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
988         This should make server editing work better.
990         * shr.el (shr-find-fill-point): Don't inloop on indented text.
992         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
993         (nnimap-parse-flags): Fix regexp.
995         * shr.el (shr-find-fill-point): Use a filling algorithm that should
996         probably work for CJVK text, too.
998         * nnimap.el (nnimap-extend-tls-programs): Removed.
999         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1001 2010-10-13  Julien Danjou  <julien@danjou.info>
1003         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1004         responses.
1006 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1008         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1010         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1011         anything in Emacs.
1013         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1015 2010-10-13  Julien Danjou  <julien@danjou.info>
1017         * shr.el (shr-width): Make shr-width a defcustom with default to
1018         fill-column.
1019         (shr-tag-img): Use shr-width rather than fill-column.
1021 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1023         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1025         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1026         position when (X-)Faces exist.
1027         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1028         avatars when called interactively.
1030 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1032         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1033         gnus-article-x-face-too-ugly is bound.
1035 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1039         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1040         mailbox that doesn't exist.
1042 2010-10-12  Julien Danjou  <julien@danjou.info>
1044         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1045         (shr-get-image-data): Encode URL properly when fetching from cache.
1046         (shr-tag-img): Use aligned-to spaces to align correctly images.
1048         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1049         before inserting the Gravatar.
1051         * shr.el (shr-tag-img): Add align attribute support for <img>.
1053 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055         * gnus-gravatar.el (gnus-art): Required.
1057         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1058         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1059         Remove long obsoleted functions.
1061 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1063         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1065         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1066         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1067         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1068         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1069         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1070         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1071         Fix comment for declare-function.
1073 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075         * nnimap.el (nnimap-request-rename-group): Select group read-only
1076         before renaming it.
1078         * shr.el (shr-insert): Fix up the white space only regexp.
1080         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1081         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1083         * shr.el (shr-current-column): New function.
1084         (shr-find-fill-point): New function.
1086 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1088         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1089         numbers.
1091 2010-10-11  Julien Danjou  <julien@danjou.info>
1093         * shr.el (shr-hr-line): Add.
1094         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1095         display hr lines.
1096         (shr-max-columns): Do not change state to nil if we just inserting
1097         spaces.
1099 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1102         select the last group.
1104 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1106         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1108 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1111         for Gnus.
1112         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1113         (nnimap-update-qresync-info): Mark \Seen articles as read.
1115         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1116         non-variable, too.
1118         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1119         available.
1120         (nnimap-update-info): Rely more on the current active than the param
1121         active to avoid marking articles as read too much.
1123         * auth-source.el (auth-source-create): Use (user-login-name) for the
1124         user name default.
1126         * nnimap.el (nnimap-update-info): If the server doesn't return any
1127         useful info, just use the previous info.
1128         (nnimap-update-info): Prefer old info over start-article.
1129         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1131 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1133         * nnir.el (autoload): Clean up autoloads.
1134         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1135         Use key rather than value.
1136         (nnir-imap-search-other): New variable.
1137         (nnir-read-parm): Use it.
1138         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1139         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1141 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1143         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1144         the process, too.
1146 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1149         Allbery.
1151         * shr.el: Rework the way things are indented by <li> slightly.
1153         * gnus.el (gnus-group-set-parameter): Fix typo.
1155         * nnimap.el: Start implementing QRESYNC support.
1157 2010-10-09  Julien Danjou  <julien@danjou.info>
1159         * nnir.el (nnir-engines): Fix too many arguments.
1161 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1164         group is the "last", so that the backends like nnfolder actually save
1165         their folders.
1167         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1168         try to use that for the tls stream.
1169         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1170         UIDVALIDITY and find out which groups are read-only and not.
1171         (nnimap-get-flags): Use the same marks parsing code as the rest of
1172         nnimap.
1174 2010-10-09  Julien Danjou  <julien@danjou.info>
1176         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1178         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1179         retrieving gravatars.
1181         * shr.el (shr-table-corner): Add.
1182         (shr-table-line): Add.
1183         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1185 2010-10-08  Julien Danjou  <julien@danjou.info>
1187         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1189 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1191         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1193         * gnus-sum.el (gnus-mark-article-as-unread)
1194         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1195         (gnus-summary-set-bookmark): Use it.
1197         * gnus-msg.el (gnus-setup-message): Use it.
1199         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1201         * gnus.el (gnus-group-remove-parameter): Use it.
1203         * gnus-group.el (gnus-group-make-web-group): Use it.
1205         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1207         * nnregistry.el: Update docs to mention manual.
1209         * gnus-registry.el: Update docs to mention nnregistry.el.
1210         (gnus-registry-initialize): Don't install nnregistry refer method
1211         automatically.
1212         (gnus-registry-install-nnregistry): Remove it.
1214 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1216         * shr.el (shr-insert): Don't insert double spaces.
1218 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1220         * gnus-gravatar.el (gnus-treat-from-gravatar)
1221         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1222         called interactively.
1224         * gnus-art.el (gnus-mime-view-part-externally)
1225         (gnus-mime-view-part-internally): Make predicate function passed to
1226         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1227         of a mime type.
1229         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1231 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233         * shr.el (require): Require cl when compiling.
1234         (shr-tag-hr): New function.
1236         * nnimap.el (nnimap-update-info): Remove double setting of high.
1237         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1238         makes nnimap work properly on Courier again.
1240         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1241         the variable for backwards compatability.
1243         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1244         the file name before using to avoid setting mm-default-directory to
1245         nil.
1247         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1248         bidning gnus-agent variables.
1250         * shr.el (shr-render-td): Use a cache for the table rendering function
1251         to avoid getting an exponential rendering behaviour in nested tables.
1252         (shr-insert): Rework the line-breaking algorithm.
1253         (shr-insert): Don't leave trailing spaces.
1254         (shr-insert-table): Also insert empty TDs.
1255         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1257 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1259         * gnus-sum.el (gnus-number): Rename from `number'.
1260         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1261         (gnus-summary-limit-children): Update uses correspondingly.
1263 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1265         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1266         (gnus-gravatar-transform-address): Don't show avatars of people of
1267         which mail addresses match gnus-gravatar-too-ugly.
1269 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271         * shr.el (shr-table-widths): Expand TD elements to fill available
1272         space.
1274 2010-10-07  Julien Danjou  <julien@danjou.info>
1276         * nnimap.el (nnimap-request-rename-group): Add this method.
1278 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1280         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1281         name from XEmacs' function-arglist.
1283         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1284         gravatar under XEmacs.
1286 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1288         * auth-source.el: Update docs with TODO items.
1290         * gnus-sync.el: Update docs to explain state and plans.
1292         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1293         Hooks for mark updates.
1294         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1296         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1297         hooks with arguments, which is needed for mark update hooks.
1299 2010-10-06  Julien Danjou  <julien@danjou.info>
1301         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1302         was matched.
1304         * sieve-manage.el: Update example in `Commentary'.
1306         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1308         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1309         not 2000.
1310         (sieve-manage-authenticate): Re-add function.
1312 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314         * shr.el (shr-insert): Get 'space transition right.
1315         (shr-render-td): Only delete space at the end of the TD.
1317         * nnimap.el (nnimap-open-connection): Prepare to support
1318         open-gnutls-stream.
1320         * shr.el: Rearrange function order to be more logical.
1322 2010-10-06  Julien Danjou  <julien@danjou.info>
1324         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1325         (nnrss-discover-feed): Remove 404 URL in docstring.
1327         * nnir.el: Fix Swish-E URL.
1328         Fix Namazu URL.
1330         * message.el (message-change-subject): Remove 404 URL in a comment.
1332 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1334         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1335         called interactively.
1337         * gnus-util.el (gnus-remove-if): Allow hash table.
1338         (gnus-remove-if-not): New function.
1340         * gnus-art.el (gnus-mime-view-part-as-type)
1341         * gnus-score.el (gnus-summary-score-effect)
1342         * gnus-sum.el (gnus-read-move-group-name):
1343         Replace remove-if-not with gnus-remove-if-not.
1345         * gnus-group.el (gnus-group-completing-read):
1346         Regard collection as a hash table if it is not a list.
1348 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1352         * shr.el: Document the table-rendering algorithm.
1354         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1355         invalid URLs.
1357         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1358         line-broken.
1359         (shr-tag-img): Ignore image fetching errors.
1360         (shr-overlays-in-region): Compute overlay positions correctly.
1362         * mm-decode.el (mm-shr): Require shr.
1364         * gnus-art.el (gnus-blocked-images): Move variable here.
1366         * shr.el (shr-insert-table): Bind free variable.
1368         * mm-decode.el (mm-shr): Bind shr-content-function.
1370         * shr.el (shr-content-function): New variable.
1372         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1373         added for symmetry.
1375         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1377         * gnus-group.el (gnus-group-make-group): Doc fix.
1379         * nnimap.el (nnimap-request-newgroups): Return success.
1381         * shr.el (shr-find-elements): New function.
1382         (shr-tag-table): Put all the images after the table.
1383         (shr-tag-table): Really inhibit images inside the table.
1384         (shr-collect-overlays): Copy over overlays from the TD elements to the
1385         main document.
1387         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1388         gnus-blocked-images.
1390 2010-10-05  Julien Danjou  <julien@danjou.info>
1392         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1394         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1395         (gnus-html-maximum-image-size): Add this function.
1396         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1398         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1399         server-value of the capability is nil.
1401 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403         * shr.el (shr-tag-em): Add <EM> tag.
1405 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1407         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1408         customizable.
1410         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1411         handing broken links to browse-url.
1413 2010-10-05  Julien Danjou  <julien@danjou.info>
1415         * gnus-util.el (gnus-emacs-completing-read)
1416         (gnus-iswitchb-completing-read): Use autoload rather than require.
1418 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1420         * gnus-util.el (gnus-completing-read-function): Exclude
1421         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1422         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1423         XEmacs.
1425         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1426         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1428         * gnus-html.el: Don't require help-fns under XEmacs.
1429         (gnus-html-schedule-image-fetching): Work for XEmacs.
1431         * mm-decode.el (mm-shr): Decode contents by charset.
1433 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1436         unknown.
1438         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1439         (shr-get-image-data): Ensure against the cache file missing.
1441         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1442         for data.
1444         * spam-report.el (spam-report-url-ping-plain): Don't query about
1445         killing the process.
1447         * shr.el (shr-render-td): Protect against too-wide text.
1449 2010-10-04  Julien Danjou  <julien@danjou.info>
1451         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1452         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1454         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1455         retrieved.
1457 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459         * shr.el (browse-url): Required.
1460         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1461         lines.
1462         (shr-show-alt-text, shr-browse-image): New commands.
1463         (shr-browse-url, shr-copy-url): New commands.
1465         * gnus-sum.el (gnus-widen-article-window): New variable.
1466         (gnus-summary-select-article-buffer): Use it.
1468         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1469         without @ signs.
1471 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1473         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1475 2010-10-04  Julien Danjou  <julien@danjou.info>
1477         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1478         for XEmacs.
1480 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1484         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1485         (nnimap-close-server): Implement.
1487         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1488         (shr-insert): Tweak line breaking.
1489         (shr-insert): Handle <pre> better.
1490         (shr-tag-li): Get <li> indentation right.
1491         (shr-tag-li): Get <li> indentation even righter.
1492         (shr-tag-blockquote): Ensure paragraph start.
1493         (shr-make-table): Tweak table generation.
1494         (shr-make-table): Fix typo.
1496         * shr.el: Implement table rendering.
1498 2010-10-04  Julien Danjou  <julien@danjou.info>
1500         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1502 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1504         * shr.el (shr-insert): Use string anchors instead of line anchors.
1506 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508         * shr.el: Add headings.
1509         (shr-ensure-paragraph): Actually work.
1510         (shr-tag-li): Make <ul> prettier.
1511         (shr-insert): Get white space at the beginning/end of elements right.
1512         (shr-tag-p): Collapse subsequent <p>s.
1513         (shr-ensure-paragraph): Don't insert double line feeds after blank
1514         lines.
1515         (shr-insert): \t is also space.
1516         (shr-tag-s): Fix "s" tag name function.
1517         (shr-tag-s): Fix face prop name.
1519 2010-10-03  Julien Danjou  <julien@danjou.info>
1521         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1523         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1524         gnus-window-inside-pixel-edges.
1526         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1527         gnus-ems.
1529         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1531         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1532         function.
1534         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1535         resize choice.
1537 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1539         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1540         beginning of the buffer.
1542         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1543         article buffer again.
1545         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1546         buffer.
1548         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1549         when it's at the start of the buffer.
1551         * shr.el (shr-tag-blockquote): Convert name.
1552         (shr-rescale-image): Use the right image-size variant.
1554         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1555         buffer isn't shown, then select the current article first instead of
1556         bugging out.
1557         (gnus-summary-select-article-buffer): Show both the article and summary
1558         buffers again.
1560         * shr.el (shr-fontize-cont): Protect against regions with no text.
1561         Rename tag functions to shr-tag-* for enhanced security.
1562         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1564 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1566         * shr.el (shr-insert):
1567         * pop3.el (pop3-movemail):
1568         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1569         loaded.
1571 2010-10-03  Glenn Morris  <rgm@gnu.org>
1573         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1575         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1577         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1579         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1581         * gnus-util.el (gnus-make-local-hook): Simplify.
1583 2010-10-02  Julien Danjou  <julien@danjou.info>
1585         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1586         (gnus-ido-completing-read): New function.
1587         (gnus-emacs-completing-read): New function.
1588         (gnus-completing-read): Use gnus-completing-read-function.
1589         Add gnus-completing-read-function.
1591 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593         * shr.el (shr-insert-document): Autoload.
1594         (shr-img): Be silent.
1595         (shr-insert): Add a newline after every picture before text.
1596         (shr-add-font): Use overlays for combining faces.
1597         (shr-insert): Pass upwards the text start point.
1599         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1600         possible.
1601         (mm-shr): New function.
1603 2010-10-02  Julien Danjou  <julien@danjou.info>
1605         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1606         should go backward.
1608 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1610         * shr.el (shr): Fix typo in provide call.
1612 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614         * shr.el: New file.
1616         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1618         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1619         completing read.
1621 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1624         we're being queried about.  Suggested by Dan Jacobson.
1626         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1627         by Jason Eisner.
1629         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1630         table, too.  Suggested by Stefan Wiens.
1631         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1632         the table unnecessary.  Suggested by Stefan Wiens.
1634         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1635         longer needed, and probably doesn't work either, as pointed out by
1636         Stefan Wiens.
1637         (gnus-summary-exit): Remove call to the clearing function.
1638         (gnus-summary-exit-no-update): Ditto.
1640         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1641         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1642         Reported by Stefan Monnier.
1643         (gnus-summary-save-in-rmail): Ditto.
1645         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1646         article buffer, instead of both the article buffer and the summary
1647         buffer.  Sort of suggested by Dan Jacobson.
1649         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1651         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1652         Suggested by Dan Jacobson.
1654         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1655         documentation clearer.
1657         * message.el (message-shorten-references): Comment on the number "21".
1658         Suggested by Stefan Monnier.
1660         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1661         Suggested by Dan Jacobson.
1663         * gnus.el (gnus-large-newsgroup): Mention
1664         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1666         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1667         externalize attachments.  Bug reported by Steve Wen.
1669         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1670         really message anything to the user.
1672         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1673         directly.
1675         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1676         messages in empty groups.
1678 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1680         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1681         non-UIDNEXT group.
1683 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1686         not the value from the collection.
1688         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1689         values.  This sometimes happens on some groups that have no info.
1690         (nnimap-request-newgroups): New function.
1692 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1694         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1695         check into `gnus-registry-initialize'.
1696         (gnus-registry-initialize): Ditto.
1697         Fix and extend header docs.
1699 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1702         regexp backtrace overflows.
1704         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1705         for starttls that tls.el implements; i.e. openssl.
1707 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1709         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1710         (gravatar-create-image): New function that's an alias to
1711         gnus-xmas-create-image, gnus-create-image, or create-image.
1712         (gravatar-data->image): Use it.
1714 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1716         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1717         install the nnregistry refer method.
1718         (gnus-registry-install-hooks): Use it.
1719         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1720         unfollowed groups.
1722 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1724         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1725         expanding threads.
1727 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729         * nnir.el: Use the server names without suffixes (bug #7009).
1731         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1732         unencrypted to STARTTLS, if possible.
1734 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1736         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1737         headers before superseding.
1739 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1741         * nnrss.el (nnrss-use-local): Add documentation.
1743         * nnimap.el (nnimap-extend-tls-programs): New function.
1744         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1745         (nnimap-wait-for-connection): Accept the greeting from the stupid
1746         output from openssl s_client -starttls, too.
1748         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1749         article number.
1750         (nnimap-split-fancy): New variable.
1751         (nnimap-split-incoming-mail): Use it.
1753         * nntp.el (nntp-server-list-active-group): Document.
1755         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1756         SELECT to get the message-id.
1758         * mail-source.el (mail-sources): Removed webmail support.
1759         (defvar): Ditto.
1760         (mail-source-fetcher-alist): Ditto.
1761         (mail-source-fetch-webmail): Removed.
1763         * webmail.el: Removed -- doesn't seem relevant any more.
1765         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1767         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1768         the \r.
1770 2010-09-30  Julien Danjou  <julien@danjou.info>
1772         * gnus-agent.el (gnus-agent-add-group): Fix call to
1773         gnus-completing-read.
1775 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1777         * nndoc.el (nndoc-retrieve-groups): New function.
1779         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1780         `default', use nnmail-split-methods.
1781         (nnimap-request-article): Downcase the NILs so that they are nil.
1783         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1784         symbol.
1786         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1787         code, since if the user has requested network, that's what they ought
1788         to get.
1789         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1790         (nnimap-split-rule): Mark as obsolete.
1792         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1793         variable.
1795         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1796         correct slot, too.
1798 2010-09-29  Julien Danjou  <julien@danjou.info>
1800         * gnus.el (gnus-local-domain): Declare variable obsolete.
1802         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1803         Fix history computing.
1804         (gnus-ido-completing-read): Require ido.
1806 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1809         build Gnus.
1811         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1812         when interpreting the structures.
1813         (nnimap-request-accept-article): Add \r\n to the lines to make this
1814         work with Cyrus.
1816         * nndraft.el (nndraft-request-expire-articles): Use the group name
1817         instead if "nndraft".  Fix found by Nils Ackermann.
1819 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1821         * nnregistry.el: Added.
1823 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1825         * nnmail.el (group, group-art-list, group-art):
1826         Remove unneeded directives.
1828 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1830         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1831         (mm-mime-charset)
1832         * rfc2047.el (rfc2047-syntax-table)
1833         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1835         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1836         rather than `insert-file-contents' and `eval-region'.
1838 2010-09-29  Julien Danjou  <julien@danjou.info>
1840         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1841         replacement of `gnus-gravatar-relief' to mimic
1842         `gnus-faces-properties-alist'.
1843         Add :version property.
1845 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1847         * mail-source.el (mail-source-report-new-mail)
1848         * message.el (message-default-mail-headers)
1849         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1851         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1853 2010-09-28  Julien Danjou  <julien@danjou.info>
1855         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1856         mail-address contains the same string as real-name.
1858         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1859         non-blank in header, otherwise it'll get stripped.
1861         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1862         real-name, and then for mail address rather than doing : or , search.
1864 2010-09-27  Julien Danjou  <julien@danjou.info>
1866         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1867         (gnus-server-goto-server): Use gnus-completing-read.
1869         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1871         * mm-util.el (defalias): Use gnus-completing-read.
1872         (mm-codepage-setup): Use gnus-completing-read.
1874         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1875         (smime-decrypt-buffer): Use gnus-completing-read.
1877         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1879         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1880         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1881         (mml-insert-multipart): Use gnus-completing-read.
1883         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1885         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1887         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1889         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1891         * gnus.el (gnus-read-method): Use gnus-completing-read.
1893         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1895         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1896         (gnus-mime-action-on-part): Use gnus-completing-read.
1897         (gnus-article-encrypt-body): Use gnus-completing-read.
1899         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1900         (gnus-topic-move-matching): Use gnus-completing-read.
1901         (gnus-topic-copy-matching): Use gnus-completing-read.
1902         (gnus-topic-sort-topics): Use gnus-completing-read.
1903         (gnus-topic-move): Use gnus-completing-read.
1905         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1906         (gnus-agent-add-group): Use gnus-completing-read.
1908         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1909         gnus-completing-read.
1910         (nnmairix-update-groups): Use gnus-completing-read.
1911         (nnmairix-get-server): Use gnus-completing-read.
1912         (nnmairix-backend-to-server): Use gnus-completing-read.
1913         (nnmairix-goto-original-article): Use gnus-completing-read.
1914         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1916         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1918         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1919         (gnus-group-make-useful-group): Use gnus-completing-read.
1920         (gnus-group-make-web-group): Use gnus-completing-read.
1921         (gnus-group-add-to-virtual): Use gnus-completing-read.
1922         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1924         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1925         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1926         (gnus-summary-execute-command): Use gnus-completing-read.
1927         (gnus-summary-respool-article): Use gnus-completing-read.
1928         (gnus-read-move-group-name): Use gnus-completing-read.
1930         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1931         (gnus-summary-score-effect): Use gnus-completing-read.
1933         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1935         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1936         right completing-read function.
1937         (gnus-use-ido): New variable
1938         (gnus-completing-read-with-default): Remove.
1940 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1942         * nnimap.el (auth-source-forget-user-or-password)
1943         (auth-source-user-or-password): Autoload.
1945         * message.el (message-from-style, message-interactive)
1946         (message-signature): Remove comment.
1947         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
1948         always.
1949         (message-sendmail-envelope-from): Comment fix.
1950         (message-yank-prefix): Default to mail-yank-prefix always.
1951         (message-indentation-spaces): Default to mail-indentation-spaces always.
1952         (message-signature-file): Default to mail-signature-file always.
1954 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1957         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1958         new articles.
1960         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1961         parts.
1962         (nnimap-request-article): Work with the t setting, too.
1964         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1965         that you don't get flashes of other buffers.
1966         (gnus-summary-show-complete-article): Intern before setting.
1968 2010-09-27  David Engster  <dengste@eml.cc>
1970         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1971         well as HEADERS.
1972         (nnmairix-retrieve-headers): Provide new argument for the above.
1974 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976         * gnus-sum.el (gnus-summary-move-article): Don't alter
1977         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1978         group.
1980         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1982         * message.el (message-cite-prefix-regexp): Revert my last edit.
1984         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1985         variable instead of the Gnus variable.
1987         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1989         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1990         again.
1992         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1993         since some servers don't like it.
1994         (nnimap-open-connection): Forget credentials if the server says the
1995         password was wrong.
1996         (nnimap-parse-line): Protect against invalid data.
1998         * gnus-sum.el (gnus-summary-move-article): Add comment.
1999         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2000         nothing alters it while scanning for new messages.
2002         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2003         which may or may not help.
2004         (nnimap-open-connection): If we're doing a stream connection, and then
2005         discover we're on a STARTTLS-capable server, then open a STARTTLS
2006         connection instead.
2008 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010         * nnimap.el (utf7): Required.
2012         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2013         prefix.
2015 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2017         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2019 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021         * nnimap.el (nnimap-request-accept-article): Message the error on
2022         error.
2024 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2026         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2028 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2030         * nndoc.el (nndoc-request-list): Return success always.
2032         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2033         `fetch-old' -- we only want to fetch the articles we've requested.  The
2034         rest are in the agent, probably.
2035         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2036         disappeared server" to something low.  It's not important.
2038         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2039         arrived before the FETCH data.
2041         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2042         target here, because we don't know the Gnus name of the group.
2044         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2045         for the correct group.
2047         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2049         * gnus.el (gnus): Give a final warning after startup.
2051         * gnus-util.el (gnus-action-message-log): New variable.
2052         (gnus-message): Use it.
2053         (gnus-final-warning): New function.
2055         * nnimap.el (nnimap-open-connection): Record the greeting.
2056         (nnimap): Add greeting.
2058 2010-09-26  Julien Danjou  <julien@danjou.info>
2060         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2061         arguments.
2062         (gnus-html-wash-images): Fix spec computing to include start/end.
2064         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2066 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2069         deletion.
2070         (nnimap-retrieve-headers): Don't select the group, because that's
2071         already done by nnimap-possibly-change-group.
2073         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2074         (gnus-picon-transform-address): Use it.
2076         * mail-source.el (mail-source-value): Revert previous patch.
2078         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2079         on failure.
2080         (nnimap-open-connection): Look up both virtual and physical server name
2081         credentials.
2083         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2085 2009-02-08  Dave Love  <fx@gnu.org>
2087         * gnus-win.el (gnus-window-to-buffer-helper,
2088         gnus-all-windows-visible-p): Function needn't be a symbol.
2090         * mail-source.el (mail-source-value): Function needn't be a symbol.
2092 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2094         * message.el (message-cite-prefix-regexp): Remove } from the cite
2095         prefix.
2097         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2098         highlight again, so that the highlight is correct.
2100         * gnus-picon.el (gnus-picon): Remove again.
2101         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2103         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2104         doing the header highlightling, so that the background colour of the
2105         picon is correct.
2107         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2108         (gnus-picon): Ditto.
2109         (gnus-picon): Reinstate.  The background colour for picons is white.
2110         (gnus-picon-insert-glyph): Make the background white.
2112         * nnml.el (nnml-open-nov): Don't return dead buffers.
2114         * auth-source.el (auth-source-create): Query the user for whether to
2115         store the credentials.
2117         * auth-source.el (auth-source-user-or-password): Use the existing auth
2118         sources, if any, for creation.
2120         * gnus.el (gnus-group-fast-parameter): Return the last matching
2121         parameter instead of the first matching parameter.
2123 2010-09-26  Julien Danjou  <julien@danjou.info>
2125         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2127 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129         * mml2015.el (mml2015-use): Remove gpg support.
2131         * mml1991.el (mml1991-function-alist): Remove gpg function.
2132         (mml1991-gpg-sign): Removed.
2134 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2136         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2137         (gnus-browse-unsubscribe-current-group): Document it.
2138         (gnus-browse-unsubscribe-group): Use it.
2140 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2143         address to the To list for easier response.
2145         * gnus.el (gnus-play-startup-jingle): Removed.
2146         (gnus-splash): Don't play jingle.
2147         (gnus): Silence gnus-load message.
2149         * gnus-art.el (gnus-treat-play-sounds): Removed.
2151         * gnus.el (gnus-play-jingle): Remove audio support.
2153         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2155         * earcon.el: Removed -- no users.
2157         * gnus-audio.el: Removed -- no users of this package.
2159         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2161         * gnus-start.el (gnus-setup-news): Remove nocem support.
2163         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2165         * gnus.el (gnus-use-nocem): Removed.
2167         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2168         Removed.
2170         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2171         uses NoCeM any more.
2173         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2174         (gnus-button-ctan-handler): Ditto.
2175         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2176         (gnus-button-ctan-directory-regexp): Ditto.
2177         (gnus-button-handle-ctan): Ditto.
2178         (gnus-button-tex-level): Ditto.
2179         (gnus-button-alist): Removed CTAN stuff.
2181 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2184         nnimap-streaming test.
2186         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2187         servers twice.
2189         * nnimap.el (nnimap-open-connection): Add more error reporting when
2190         nnimap fails early.
2192         * nnheader.el (nnheader-get-report-string): New function.
2193         (nnheader-get-report): Use it.
2195         * gnus-int.el (gnus-check-server): Say what the error was when opening
2196         failed.
2198         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2199         using streaming.
2201 2010-09-25  Julien Danjou  <julien@danjou.info>
2203         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2204         gnus-window-inside-pixel-edges.
2206 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2210         * mm-decode.el (mm-save-part): Allow saving to other directories the
2211         normal Emacs way.
2213         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2214         by Jay Berkenbilt.
2216         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2217         there isn't a single byte.
2219         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2220         just do it.  It doesn't really seem to matter what the user responds
2221         here, I think, so it's just a confusing question.
2223         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2224         non-streaming case.
2226         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2227         (gnus-article-encrypt-body): Use it.
2229         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2230         keystroke.
2232         * nnimap.el (nnimap-find-wanted-parts-1): Use
2233         gnus-fetch-partial-articles.
2235         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2237         * nnimap.el (nnimap-insert-partial-structure): New function.
2238         (nnimap-get-partial-article): New function.
2239         (nnimap-request-article): Use it.
2240         (nnimap-wait-for-response): Return whether the wait was successful.
2241         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2242         retrieval wasn't successful.
2243         (nnimap-retrieve-group-data-early): Allow throttling servers.
2244         (nnimap-streaming): New variable.
2245         (nnimap-fetch-partial-articles): Removed.
2247         * mm-decode.el (mm-with-part): Protect against killed buffers.
2249         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2250         for prettier summary display.
2252 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2254         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2256 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2259         apparently third-party libraries depend on it.
2261         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2262         before starting negotiation.
2264         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2265         privacy reasons.
2266         (gnus-treat-mail-gravatar): Ditto.
2268         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2269         buffer when inserting images.  Inserting text into the headers, for
2270         instance, can make them invalid.
2272 2010-09-25  Julien Danjou  <julien@danjou.info>
2274         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2275         variables.
2277         * nnheader.el: Remove useless variables news-reply-yank-from and
2278         news-reply-yank-message-id.
2280         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2281         variables.
2283         * mml1991.el: Remove useless mml1991-verbose.
2285         * gnus.el: Remove useless variable gnus-use-generic-from.
2286         Remove obsolete variable gnus-topic-indentation.
2288         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2290         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2292         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2294         * gnus-group.el: Remove useless gnus-group-icon-cache.
2295         Remove useless gnus-ephemeral-group-server.
2297         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2299         * mml2015.el: Remove useless mml2015-verbose.
2301         * mml-smime.el: Remove useless mml-smime-verbose.
2303         * gnus.el: Remove useless gnus-local-domain.
2305         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2306         gnus-gravatar-size.
2308         * gnus-art.el: Remove useless gnus-treat-translate.
2310 2010-09-24  Julien Danjou  <julien@danjou.info>
2312         * gnus-sum.el: Add support for Gravatars.
2314         * gnus-art.el: Add support for Gravatars.
2316         * gnus-gravatar.el: Add this file.
2318         * gravatar.el: Add this file.
2320 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2324         * gnus-group.el (gnus-group-fetch-faq): Removed.
2326         * gnus.el (gnus-group-faq-directory): Removed.
2328         * gnus-group.el (gnus-group-fetch-charter): Removed.
2330         * gnus.el (gnus-group-charter-alist): Removed.
2332         * gnus-group.el (gnus-group-archive-directory): Removed.
2333         (gnus-group-recent-archive-directory): Ditto.
2334         (gnus-group-make-archive-group): Removed.
2336         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2338         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2339         use the same article number for all the cached articles.
2341         * nnimap.el (nnimap-command): Register the last command time so
2342         that we can use it for idling NOOPs.
2343         (nnimap-open-connection): Start the keeplive timer.
2344         (nnimap-make-process-buffer): Store all the process buffers.
2345         (nnimap-keepalive): New function.
2347         * starttls.el (starttls-open-stream): Add autoload cookie.
2349 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2351         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2352         handling.
2354 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2357         its data structures.
2359         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2360         instead of the cl.el copy-list.
2361         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2362         equalp.
2364 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2366         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2367         and tool-bar-local-item-from-menu.
2369         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2370         mode-line-highlight face for Emacs.
2372         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2373         loading gnus-sum.elc; fix comment for canlock-verify.
2374         (gnus-article-jump-to-part): Use read-number.
2375         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2376         Emacs pre-21 compatible code for help-echo.
2377         (gnus-article-next-page-1): No need to adjust the number of lines.
2378         (gnus-article-describe-bindings): Always use help-buffer.
2380         * gnus-audio.el (gnus-audio-inline-sound)
2381         * gnus-cus.el (gnus-custom-mode)
2382         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2384         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2386         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2387         compatible code.
2389 2010-09-24  Glenn Morris  <rgm@gnu.org>
2391         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2392         visiting the fcc file in rmail-mode.
2394 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2396         * nnir.el: Silence the byte compiler.
2398         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2399         alias to browse-url-url-encode-chars if any.
2400         (gnus-html-encode-url): Use it.
2402 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404         * gnus-start.el (gnus-use-backend-marks): New variable.
2405         (gnus-get-unread-articles-in-group): Use it.
2407         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2408         makeover.
2410 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2412         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2414 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2417         Removed.
2418         (gnus-setup-news-hook): Removed
2419         gnus-fixup-nnimap-unread-after-getting-new-news.
2421         * gnus-int.el (gnus-request-update-info): Protect against backends not
2422         having the function.
2424         * nnimap.el (nnimap-stream): Mention starttls.
2425         (nnimap-open-connection): Add starttls support.
2427 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2429         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2431 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2434         BODYSTRUCTUREs.
2435         (nnimap-transform-headers): Unfold quoted {42} headers.
2437         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2438         the info.
2439         (gnus-get-unread-articles): Only call updatep on backends that support
2440         it.
2442         * nnweb.el (nnweb-request-update-info): NOOP.
2444         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2446         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2447         since it only deals with marks.
2449         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2450         gnus-request-marks, and make a new gnus-request-update-info.
2452         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2453         the active instead of the high number, which is usually too low.
2455 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2457         * encrypt.el: Removed.
2459 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2462         server in symbolic form.
2464         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2465         0.9.
2467 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2470         (nnimap-update-info): Fix up code slightly.
2472         * gnus-int.el (gnus-open-server): Add tracing for performance
2473         debugging.
2475         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2476         (gnus-group-insert-group-line): Pass the real group name so that it
2477         gets the right data.
2479         * gnus-start.el (gnus-get-unread-articles): Don't have
2480         `gnus-get-unread-articles-in-group' update info, since that can be
2481         really slow and doesn't seem to be needed?
2483 2010-09-22  Julien Danjou  <julien@danjou.info>
2485         * gnus-group.el (gnus-group-insert-group-line): Call
2486         gnus-group-highlight-line.
2487         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2488         default hook list.
2489         (gnus-group-update-eval-form): Add new function.
2490         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2491         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2493 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2496         immediate, then expire all articles.
2497         (nnimap-update-info): Fix off-by-one errors.
2498         (nnimap-flags-to-marks): Would return no marks lists for group with no
2499         flags.  Instead return the other data.
2501 2010-09-22  Julien Danjou  <julien@danjou.info>
2503         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2504         Only return an icon.
2505         (gnus-group-insert-group-line): Compute icon to return.
2507         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2508         variable.
2509         (gnus-html-image-fetched): Only cache if
2510         gnus-html-image-automatic-caching is set.
2511         (gnus-html-image-fetched): Check for errors.
2513 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2516         once per method on `g'.  This ensures that backends like nnfolder don't
2517         open all their folders.
2519         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2520         (nnimap-request-list): Nix out group in the correct buffer.
2521         (nnimap-parse-flags): Implement by using `read' instead of
2522         hand-parsing.
2523         (nnimap-flags-to-marks): Pass on permanent-flags.
2524         (nnimap-make-process-buffer): Record the server name.
2525         (nnimap-parse-flags): Fix typo.
2526         (nnimap-request-scan): Run split on the server in general, not just a
2527         single group.
2529         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2530         parameter, and propagate this downwards.
2532         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2533         since EXAMINE changes it on the server.
2535         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2536         this command might take a while.
2538 2010-09-22  Julien Danjou  <julien@danjou.info>
2540         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2541         harmful if you have 2 images side-by-side, they can't be properly
2542         update on text deletion.  Using text-property is safer here.
2543         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2544         data.
2546 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548         * nnimap.el (nnimap-expunge-inbox): Removed.
2549         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2550         (nnimap-expunge): Flip default to t.
2552         * gnus.el (gnus-method-to-server): Don't push things to the cache
2553         unless it's unique.
2554         (gnus-server-to-method): Ditto.
2556 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2558         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2560 2010-09-22  Julien Danjou  <julien@danjou.info>
2562         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2563         get the start of data.
2564         (gnus-html-encode-url): Add this function to encode special chars in
2565         URL.
2566         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2567         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2569         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2570         default.
2571         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2573         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2574         images alt-text.
2575         (gnus-html-put-image): Put alt-text as help-echo.
2577 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2579         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2580         * mm-util.el (mm-decompress-buffer)
2581         * nnir.el (nnir-run-find-grep)
2582         * pop3.el (pop3-list): Use 3rd arg of split-string.
2584 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2586         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2587         outside the active range.  Suggested by Dan Christensen.
2589         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2590         slightly later to avoid double-getting it.
2592         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2593         previous patch.
2595         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2597 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2599         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2601 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603         * gnus-int.el (gnus-open-server): Give a better error message in the
2604         "go offline" case.
2606         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2607         marks for nnimap, which is seldom the right thing to do.
2609         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2610         (gnus-same-method-different-name): New function.
2612         * nnimap.el (parse-time): Require.
2614         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2615         method in the presence of many similar methods.
2617         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2619         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2620         nnml-inhibit-expiry.
2622         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2623         find out whether methods are equal.
2625         * nnimap.el (nnimap-find-expired-articles): New function.
2626         (nnimap-process-expiry-targets): New function.
2627         (nnimap-request-move-article): Request the article before looking at
2628         what the Message-ID is.  Fix found by Andrew Cohen.
2629         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2631         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2632         for oldness in addition to being a predicate.
2634         * nnimap.el (nnimap-request-group): When we have zero articles, return
2635         the right data to Gnus.
2636         (nnimap-request-expire-articles): Only delete articles immediately if
2637         the target is 'delete.
2639         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2640         method, this would bug out.
2642         * gnus-group.el (gnus-group-expunge-group): Renamed from
2643         gnus-group-nnimap-expunge, and implemented as a normal interface
2644         function.
2646         * gnus-int.el (gnus-request-expunge-group): New function.
2648         * nnimap.el (nnimap-request-create-group): Implement.
2649         (nnimap-request-expunge-group): New function.
2651 2010-09-21  Julien Danjou  <julien@danjou.info>
2653         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2654         (gnus-html-cache-expired): Add new function.
2655         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2656         wethever we should display image for fetch it.
2657         Compute alt-text earlier to pass it to the fetching function too.
2658         (gnus-html-schedule-image-fetching): Change function argument to only
2659         get one image at a time, not a list.
2660         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2661         cache.
2662         (gnus-html-get-image-data): New function to retrieve image data from
2663         cache.
2664         (gnus-html-put-image): Change buffer argument to use image data rather
2665         than file, and place image above region rather than inserting a new
2666         one.  Do not take alt-text as argument, since it's useless now: we place
2667         the image above alt-text.
2668         (gnus-html-prune-cache): Remove.
2669         (gnus-html-show-images): Start to fetch image when we find one, do not
2670         push into a temporary list.
2671         (gnus-html-prefetch-images): Only fetch image if they have expired.
2672         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2673         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2675 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2677         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2679 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2682         spec inser "*" if the group isn't active instead of 0.
2684         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2685         opening the server.
2686         (nnimap-request-delete-group): Implement group deletion.
2687         (nnimap-transform-headers): Return the size of the entire message in
2688         the Bytes header, not just the size of the first part.
2689         (nnimap-request-move-article): When moving an article from nnimap,
2690         request the article first so the accepting form has an article to
2691         accept.  Reported by Dan Christensen.
2692         (nnimap-command): Make sure that the error message doesn't error out.
2694 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2696         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2697         we haven't requested anything.
2699 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2702         "".  Fix found by Andrew Cohen.
2704         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2705         instead of -encode-string.
2707 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2709         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2711         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2712         by mm-subst-char-in-string.
2714 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2717         waiting for the connection string.
2719         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2720         arriving.
2722         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2723         bogus characters.  This allows selecting certain Gmail groups.
2725         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2726         (nnimap-fetch-partial-articles): New variable.
2727         (nnimap-open-connection): When looking for credentials, also use the
2728         nnimap-server-port.
2729         (nnimap-request-article): Return the group/article number, so that Gnus
2730         `^' works as expected.
2731         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2732         them.
2734         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2735         comments.
2736         (gnus-methods-sloppily-equal): New function.
2737         (gnus): When using the development version of Gnus, load the gnus-load
2738         file.
2740         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2741         `gnus-open-server' on each method before trying to scan them etc.  This
2742         ensures that all the backend parameters are set correctly.
2744         * nnimap.el (nnimap-authenticator): New variable.
2745         (nnimap-open-connection): Allow anonymous login.
2746         (nnimap-transform-headers): The chars header is called Chars not
2747         Bytes.
2748         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2749         drops.
2751         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2752         patch, found by Knut Anders Hatlen.
2754 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2756         * gnus-agent.el (gnus-agent-batch-confirmation)
2757         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2758         to gnus-message.
2759         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2760         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2761         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2762         * gnus-int.el (gnus-open-server): Likewise.
2763         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2764         (gnus-score-check-syntax): Likewise.
2765         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2766         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2767         Likewise.
2768         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2770 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2773         calling conventions so that prefetch doesn't bug out.
2775 2010-09-19  Julien Danjou  <julien@danjou.info>
2777         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2778         rather than `subst-char-in-region' in order to be able to replace ASCII
2779         char by UTF-8 ones.
2781         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2782         than curl.
2783         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2784         the right URL and ALT text on images.
2785         (gnus-html-wash-tags): Fix tag case.
2786         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2787         (gnus-article-html): Add -o display_ins_del=2 option.
2788         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2790 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2793         the extra mail headers, which sometimes seem to happen for unknown
2794         reasons.
2796         * mail-parse.el (mail-header-encode-parameter): Define as
2797         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2798         (or most, perhaps?) mail readers don't understand the latter, but do
2799         understand the former.
2801         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2802         to nil, so that no methods are automatically agentized.  I think this
2803         is probably what most users want.
2805         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2806         from url-retrieve, for instance about invalid URLs.
2808         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2809         groups that have no articles.
2810         (nnimap-request-article): Check that we really got an article when we
2811         requested one.
2813         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2814         doesn't exist.
2816         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2817         nntp buffer so the agent can save it.
2818         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2819         that CRLF doesn't get translated to \n.
2820         (nnimap-open-connection): Don't make 'shell commands only send \n.
2822 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2824         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2825         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2826         Update var name.
2827         (nnml-generate-nov-file): Use dolist.
2828         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2829         Use with-current-buffer.
2831 2010-09-18  Julien Danjou  <julien@danjou.info>
2833         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2834         parallel.
2836 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2839         the range update right.
2840         (nnimap-request-group): Don't make `M-g' bug out on group with no
2841         marks.
2842         (nnoo): Required, so that other packages can require nnimap.
2843         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2844         command we're looking for.  This helps when the server sends more
2845         responses after we've gotten everything we expected.
2846         (nnimap): Add a `newlinep' field to keep track of end-of-line
2847         conventions.
2848         Don't send CRLF to things that don't want it.
2849         (nnimap-request-accept-article): Ditto.
2851 2010-09-18  Julien Danjou  <julien@danjou.info>
2853         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2854         than curl to retrieve images.
2856 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2859         the marks.
2860         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2861         (nnimap-wait-for-connection): New function.
2862         (nnimap-open-connection): If we have PREAUTH, don't query for login
2863         credentials.
2864         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2865         when doing a partial update.
2867 2010-09-18  Julien Danjou  <julien@danjou.info>
2869         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2870         tags.
2872 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874         * nnimap.el (nnimap-credentials): New function.
2875         (nnimap-open-connection): Use the new function to look for credentials
2876         also on the numeric equivalents of "imap" and "imaps".
2878         * gnus-start.el (gnus-activate-group): Send the info to
2879         gnus-request-group.
2881         * nnimap.el (nnimap-request-group): Have the "check" version of the
2882         function parse flags and update the info, so that a `M-g' get a total
2883         resync of all flags from the group.
2885         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2886         to allow backends to alter the info on group selection.  Also alter all
2887         the backend -request-group functions to take the parameter.
2889         * nnimap.el (nnimap-store-info): New function.
2890         (nnimap-update-info): Store the info for later usage.
2891         (nnimap-request-group): Use the stored info for the dont-check case, so
2892         that we don't retrieve all marks when we enter a group.
2894         * nnimap.el: Use deffoo instead of defun for interface functions.
2896         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2897         update the group info.  This makes the nndraft groups, for instance, go
2898         back to their old behaviour.
2900         * gnus-sum.el (gnus-select-newsgroup): Indent.
2902         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2903         in.
2904         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2905         nothing.
2907         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2908         from methods that are denied.
2910         * gnus-int.el (gnus-method-denied-p): New function.
2912         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2913         store the password instead of netrc.
2914         (nnimap-open-connection): Don't error out when we can't make a
2915         connections.
2917         * auth-source.el (auth-source-create): In the password prompt, say what
2918         we're querying for.  Also prompt for user name if that hasn't been
2919         given.
2921         * nnimap.el (nnimap-with-process-buffer): Removed.
2923 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2926         method when we're reading from the agent.
2928         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2930         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2931         that's probably most useful for users.
2933         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2934         "failed" all the time.
2936         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2937         ...)) with (with-current-buffer ... ).
2939         * nntp.el (nntp-open-server): Return whether the open was successful or
2940         not.
2942         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2943         select an unread unseen article first.
2945         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2946         /etc/services, supply some sensible port defaults.
2948 2010-09-17  Julien Danjou  <julien@danjou.info>
2950         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2952 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2954         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2955         doesn't have any parameters.
2957 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2960         only upcased checks.
2962         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2964         * nnimap.el (nnimap-open-shell-stream): New function.
2965         (nnimap-open-connection): Use it.
2966         (nnimap-transform-headers): Get the number of lines in each message.
2967         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2968         number of lines.
2969         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2970         problem.
2972         * utf7.el (utf7-encode): Autoload.
2974         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2975         to allow the mail splitting to not return a default group.  This is
2976         useful for nnimap, which will leave unmatched mail in the inbox.
2978         * nnimap.el: Rewritten.
2980         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2981         nnimap usage.
2983         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2984         if the move is internal, so that nnimap can do fast internal moves.
2986         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2987         data.
2988         (gnus-read-active-for-groups): Support finishing the early retrieval of
2989         data.
2991         * gnus-range.el (gnus-range-nconcat): New function.
2993         * gnus-int.el (gnus-finish-retrieve-group-infos)
2994         (gnus-retrieve-group-data-early): New functions.
2996 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2998         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2999         (nnrss-retrieve-groups):
3000         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3001         (pop3-quit): Use with-current-buffer.
3003 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3005         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3006         instead of nnheader-accept-process-output.
3008         * gnus-html.el (gnus-html-schedule-image-fetching)
3009         (gnus-html-prefetch-images): Replace process-kill-without-query by
3010         gnus-set-process-query-on-exit-flag.
3012 2010-09-16  Romain Francoise  <romain@orebokech.com>
3014         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3016 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3019         parameter to unintern is mandatory-ish in Emacs 24.
3021         * gnus-html.el (gnus-html-schedule-image-fetching)
3022         (gnus-html-prefetch-images): Check for curl before using it.
3024         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3025         depend on curl, which isn't essential.
3027         * imap.el: Revert back to version
3028         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3029         seem problematic.
3031 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3033         * gnus-registry.el (gnus-registry-install-shortcuts):
3034         Explicitly pass `obarray' to `unintern' to avoid a warning.
3036 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3039         change.
3041         * nnrss.el (nnrss-request-list): Removed this function and related
3042         functions, including the moreover stuff.
3044 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046         * nnrss.el (nnrss-retrieve-groups): New function.
3048 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3050         * .dir-locals.el: Add no-byte-compile cookie.
3052 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3054         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3055         for back end that doesn't support request-scan.
3057 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3060         then do request scans from the backends.
3062         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3063         avoid running a hook per line, since this takes a lot of time,
3064         profiling shows.
3065         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3066         directly if gnus-visual-p is true.
3068 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3070         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3071         groups; replace mapcar with dolist which is a bit faster; pass groups
3072         info to gnus-read-active-file-1.
3073         (gnus-read-active-file-1): Scan only specified groups if the new
3074         optional arg `infos' is given.
3076 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3080         * pop3.el (pop3-movemail): Removed.
3081         (pop3-streaming-movemail): Renamed to pop3-movemail.
3083         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3084         don't restrict end-tag searches to the end of the line.
3086 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3088         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3089         articles of every unchecked group to t, which means unknown since the
3090         server has never been opened.
3092 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094         * gnus-html.el (gnus-html-show-alt-text): New command.
3095         (gnus-html-browse-image): Ditto.
3096         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3097         to browse the image directly.
3098         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3099         better.
3101         * gnus-async.el (gnus-async-article-callback): Call
3102         `gnus-html-prefetch-images' unconditionally.
3104         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3105         before feeding URLs to curl.
3107 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3109         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3110         internal images as deletable by `W D D'.
3112         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3113         (gnus-async-article-callback): Fix typo.
3115 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3118         current line to work around bugs in the output from w3m.
3120         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3121         for groups that want that.
3123         * nntp.el (nntp-wait-for-string): Supply a timeout for
3124         accept-process-output to ensure progress.
3126         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3127         level to get unread articles from, then use that for foreign groups,
3128         too.
3130         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3131         confuses the rest of the function.
3133         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3134         for the methods that support -retrieve-groups, too.
3136         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3138 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3140         * pop3.el: Require cl when compiling.
3141         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3143 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3146         that aren't going to be activated.
3147         (gnus-get-unread-articles): Fix up the last commit.
3149         * gnus-html.el (gnus-article-html): Allow calling without specifying
3150         the handle.  In that case, dissect the buffer first.
3152         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3154         * nnimap.el (nnimap-open-connection): Revert the change that would look
3155         into authinfo for imaps instead of imap.
3157         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3158         say that you don't want to call gnus-request-group with don-check, but
3159         do check the reponse.  This is for virtual groups only.
3160         (gnus-get-unread-articles): Count the archive groups as secondary, so
3161         that they're activated the same way as before.
3163         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3164         case-insensitively.
3165         (nnimap-debug): Removed.
3167         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3168         mail from a file, and the file doesn't exist.
3170         * pop3.el (pop3-streaming-movemail): Return t for success.
3172         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3173         .authinfo if we're using ssl connection.
3175         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3176         already have if we're in a main Gnus `g' run.
3178         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3180 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3182         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3184         * nnmh.el (nnmh-request-list-1): Bind `file'.
3186         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3187         alias to set-process-query-on-exit-flag or process-kill-without-query.
3188         (pop3-open-server): Use it.
3190 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3193         box to the Incoming file.  Fixes mistake in previous checkin.
3195         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3196         request loop (for debugging purposes) removed.
3198         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3199         culprit is more visible.
3200         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3201         (nnml-add-incremental-nov): New functions to do "incremental" nov
3202         updates, where we just append to the end of the existing nov files
3203         without reading/writing them in full.
3205         * mail-source.el (mail-source-delete-crash-box): Really only check the
3206         incoming files once in a while.
3208         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3210         * mail-source.el (mail-source-delete-crash-box): Only check the
3211         incoming files for deletion once per day to save a lot of file
3212         accesses.
3214         * pop3.el (pop3-logon): Fix up unbound variable typo.
3216         * mail-source.el (pop3-streaming-movemail): Autoload.
3218         * pop3.el (pop3-streaming-movemail): Respect
3219         pop3-leave-mail-on-server.
3221         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3222         retrieval.
3224         * pop3.el (pop3-process-filter): Removed unused function.
3225         (pop3-streaming-movemail, pop3-send-streaming-command)
3226         (pop3-wait-for-messages, pop3-write-to-file)
3227         (pop3-number-of-responses): New functions for streaming pop3
3228         retrieval.
3230         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3231         come from no known methods.
3232         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3233         list.
3235         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3236         message sizes.
3237         (pop3-movemail): Use erase-buffer instead of looping and deleting
3238         regions, which seems rather odd.
3240         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3241         file once per `g' run.
3243         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3244         directories.  This makes the draft queue directory work.
3246         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3247         data from the backends, so that we only request the list of groups from
3248         each method once.  This should speed things up considerably.
3250         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3251         detect that it's not implemented.
3253         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3254         we actually do recurse down into the tree, but don't stat all leaf
3255         nodes.
3257         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3258         then say so instead of bugging out.
3260         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3261         files exist before trying to read them.
3263         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3264         around <pre_int>.
3266         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3268         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3270 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272         * mm-util.el (mm-image-load-path): Just return the image directories,
3273         not all directories in the path in addition to the image directories.
3274         (mm-image-load-path): Maintain a cache of the image directories so that
3275         the `g' command in Gnus doesn't have to stat dozens of directories each
3276         time.
3278         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3279         (gnus-html-wash-tags): Add a new `i' command to insert images.
3280         (gnus-html-insert-image): New command and keystroke.
3281         (gnus-html-redisplay-with-images): New command and keystroke.
3282         (gnus-html-show-images): Renamed command.
3283         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3284         spacers.
3285         (gnus-html-wash-tags): Decode entities at the end, so that entities
3286         inside the tags don't mess up the rest of the "parsing".
3288         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3289         so that nnimap methods aren't agentized by default.  There's apparently
3290         many problems related to agent/imap behaviour.
3292         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3294         * gnus-html.el: Doc fix.
3296 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3298         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3299         glyph-width and glyph-height instead of display-graphic-p and
3300         image-size; make avoidance of displaying small images work for XEmacs.
3302         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3303         for XEmacs.
3305         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3306         of symbol that holds plist data.
3307         (gnus-process-plist): Remove plist of process after getting it.
3309 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3311         * message.el (message-generate-hashcash): Change default to
3312         'opportunistic if hashcash is installed.
3314         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3315         (gnus-html-put-image): Only call image-size once, since it's somewhat
3316         time-consuming on remote X servers.
3318 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3320         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3321         decoded contents.
3322         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3324 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3327         group line format, since it isn't very interesting.
3329         * gnus-agent.el (gnus-agent-short-article),
3330         (gnus-agent-long-article): Increase values for these two variables,
3331         since most people are likely to have more network connection and
3332         storage than before.
3334         * gnus.el (gnus-refer-article-method): Change default to 'current.
3335         When referring an article, the common behaviour is to refer it from the
3336         current select method, not the native select method.  The chances of
3337         the native select method having the message in question is rather slim
3338         these days.
3340         * gnus-sum.el (gnus-auto-select-subject): Change default to
3341         `unseen-or-unread'.  I think it's likely that most people want to
3342         select an unseen article over a previously seen, but unread one.
3344         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3345         means that in the article buffer none of the minor mode elements will
3346         be shown, usually, and this is not desirable in most cases.
3348         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3349         that commands like `d' (and the like) go to the next line in the
3350         buffer, instead of the next unread article.  I think this is the
3351         behaviour that is most natural for most users.
3352         (gnus-single-article-buffer): Change default to nil, so that people can
3353         have as many article buffers open as they have summary buffer.  I think
3354         this is the most natural way for the groups to behave.
3356         * message.el (message-generate-new-buffers): Change default to
3357         `unsent', so that all new message buffers start their names with the
3358         string "*unsent", and it's easier to find the buffers if you move from
3359         them.
3361 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3364         small.  They're probably tracking images.
3365         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3366         (gnus-html-rescale-image): Yet another try at getting the image sizing
3367         right.
3369         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3370         nntp-marks-file-name is nil.
3372 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3374         * gnus-html.el (gnus-html-wash-tags)
3375         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3376         Better logging.
3378 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3382         * gnus-html.el (gnus-html-wash-tags): Check the value of
3383         gnus-blocked-images in the summary buffer.
3385 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3387         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3389 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3392         like "a", it seems like.
3393         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3394         since it needs to be picked from the correct buffer.
3396         * nnwfm.el: Removed.
3398         * nnlistserv.el: Removed.
3400 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3402         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3403         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3405 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3407         * nnkiboze.el: Removed.
3409         * nndb.el: Removed.
3411         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3412         alt text.
3413         (gnus-html-rescale-image): Try to get the rescaling logic right for
3414         images that are just wide and not tall.
3416         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3417         overshadow variable bindings.
3419 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3421         * gnus-html.el (gnus-html-wash-tags)
3422         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3423         extra logging.
3425 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3428         (gnus-max-image-proportion): New variable.
3429         (gnus-html-rescale-image): New function.
3430         (gnus-html-put-image): Rescale images.
3432 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3434         Fix up some byte-compiler warnings.
3435         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3436         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3437         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3438         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3439         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3440         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3441         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3443 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3445         * gnus-html.el (gnus-article-html): Decode contents by charset.
3447 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3449         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3450         (gnus-html-frame-width, gnus-blocked-images)
3451         * message.el (message-prune-recipient-rules): Add custom version.
3452         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3454         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3455         functions.
3457         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3458         gnus-process-get.
3460 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3462         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3463         instead of lsub directly.
3465 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3467         * nnwarchive.el: Removed.
3469         * gnus-soup.el: Removed.
3471         * nnsoup.el: Removed.
3473         * nnultimate.el: Removed.
3475         * gnus-html.el (gnus-blocked-images): New variable.
3477         * message.el (message-prune-recipients): New function.
3478         (message-prune-recipient-rules): New variable.
3480         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3481         guess whether a long line is natural text or not.
3483         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3484         gnus-process-plist and friends for compatibility.
3486 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3488         * gnus-html.el: Require packages that define macros used in this file.
3489         (gnus-article-mouse-face): Declare to silence byte-compiler.
3490         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3491         process-get.
3492         (gnus-html-put-image): Use plist-get to avoid getf.
3493         (gnus-html-prefetch-images): Use with-current-buffer.
3495 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3497         * gnus-ems.el: Provide compatibility functions for
3498         gnus-set-process-plist.
3500         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3501         * gnus.el (gnus-valid-select-methods)
3502         * message.el (message-send-mail-partially-limit)
3503         * mm-decode.el (mm-text-html-renderer)
3504         * mml.el (mml-insert-mime-headers-always)
3505         * smiley.el (smiley-regexp-alist): Bump custom version.
3507 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509         * gnus-html.el: require mm-url.
3510         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3511         with the url to `url'.
3512         (gnus-html-wash-tags): Support cid: URLs/images.
3514 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3517         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3518         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3520         * gnus-move.el: Removed file, since it doesn't really work.
3522         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3523         UTF-8.  This seems to fix problems with some German web feeds.
3525         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3526         at the top so that the proper colours are applied.
3528         * gnus-art.el (gnus-article-view-part): Doc fix.
3530         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3531         XEmacs-compatible.
3532         (gnus-html-put-image): Don't do images on non-graphic displays.
3534         * nnslashdot.el: Removed this unused backend.
3536         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3537         actions.
3538         (gnus-undo-register-1): Revert last change.
3540         * gnus-group.el (gnus-group-completing-read): Protect against not
3541         having completion-styles bound.
3543         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3544         make broken recipients happier.
3546         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3548         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3549         point parameter.
3551         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3552         completion-styles for group selection.
3554 2009-02-04  Andreas Schwab  <schwab@suse.de>
3556         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3557         headers and regexp-quote the match if necessary.
3559 2009-03-24  Miles Bader  <miles@gnu.org>
3561         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3562         the blinking smiley.
3564 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3566         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3567         blink smiley.
3569 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3572         where the dribbel file lives exists.
3574         * message.el (message-send-mail-partially-limit): Change the default to
3575         nil, since most people don't want this.
3577         * mm-url.el (mm-url-decode-entities): Also decode entities like
3578         &#x3212.
3580 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3582         * gnus-sum.el (gnus-summary-idna-message):
3583         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3584         Hyperlink urls in docstrings with URL `...'.
3586 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3588         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3589         functions.
3591 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3594         say what the mouseover text should be.
3596         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3597         version of the mm-w3m-safe-url-regexp variable to only download images
3598         in the groups where we want that to happen.
3600         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3602         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3603         easier debugging.
3604         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3605         big pictures in the article buffer.
3607         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3608         gnus-article-html.
3609         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3610         w3m.
3612         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3614 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3617         which doesn't exist.
3619         * message.el (message-inhibit-ecomplete): New variable to allow some
3620         function to inhibit ecomplete address storage.
3621         (message-resend): Disable ecomplete message storage when resending
3622         messages.
3624         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3626 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3628         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3629         Save excursion while copying, moving, and deleting articles in order to
3630         prevent the cursor from jumping to unforeseen place.
3632 2010-08-17  Glenn Morris  <rgm@gnu.org>
3634         * gnus-sync.el: Require gnus components whose functions are used.
3636         * gnus-art.el (bookmark-make-record-function):
3637         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3638         Declare for compiler.
3640         * mm-url.el (mml-compute-boundary): Autoload.
3642 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3644         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3646 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3648         Typo fix "hoo4a" -> "hook".
3650         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3652 2010-08-14  Glenn Morris  <rgm@gnu.org>
3654         * gnus-sync.el (gnus-sync): Fix defgroup version.
3656 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3658         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3660         * gnus-sync.el: Fix docs.
3661         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3662         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3664 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3666         Optimizations for gnus-sync.el.
3668         * gnus-sync.el: Add docs about gnus-sync-backend
3669         possibilities.
3670         (gnus-sync-save): Remove unnecessary message.
3671         (gnus-sync-read): Optimize and show what groups were skipped.
3673 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3675         Minor bug fixes for gnus-sync.el.
3677         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3678         read the sync on get-new-news.
3680         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3681         quiet.
3683         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3685 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3687         Make saving and restoring of hidden threads work with overlays.
3688         Patch applied by Ted Zlatanov.
3690         * gnus-sum.el (gnus-hidden-threads-configuration)
3691         (gnus-restore-hidden-threads-configuration): Update to deal with text
3692         properties, rather than searching for a magic character.
3694 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3696         New gnus-sync.el library for synchronization of marks.
3698         * gnus-sync.el: New library for synchronization of marks.
3700         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3701         renamed from `gnus-registry-grep-in-list'.
3703         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3705         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3707 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3709         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3710         determining charset of text fails.
3712 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3714         * nnmail.el (nnmail-get-new-mail-1): Revert.
3716         * nnml.el (nnml-active-number): Make sure names of newly created groups
3717         in nnml-group-alist are encoded.
3719 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3721         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3722         containing non-ASCII characters in active file for nnml back end.
3724 2010-07-24  David Engster  <dengste@eml.cc>
3726         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3727         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3729 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3731         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3732         tag (Bug#6654).
3734 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3736         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3737         the article buffer, not the summary buffer.
3739 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3741         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3742         Emacs 23 as well.
3744 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3746         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3747         Patch applied by Karl Fogel.
3749         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3750         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3752 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3754         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3755         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3756         C-w still not working correctly from Article buffers; Thierry's
3757         patch to fix that will be applied after this.
3759         * gnus-art.el (bookmark-make-record-function): New local variable.
3761         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3762         article buffer.
3763         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3765 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3767         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3768         on changes in bookmark.el.
3770 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3772         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3773         the *other* type of HTML form submission.
3775 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3777         * auth-source.el (auth-source-pick): If choice does not contain a
3778         questioned keyword, set the check to t.
3780 2010-06-12  Romain Francoise  <romain@orebokech.com>
3782         * gnus-util.el (gnus-date-get-time): Move up before first use.
3784 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3786         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3787         (gnus-article-edit-part): Bind it to make last part that is substituted
3788         or deleted visible.
3789         (gnus-mime-display-single): Buttonize part of which id equals to
3790         gnus-mime-buttonized-part-id.
3792 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3794         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3795         (gnus-dd-mmm): Use gnus-date-get-time.
3796         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3797         simplify logic.
3798         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3799         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3801 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3803         * auth-source.el (top): Autoload `secrets-list-collections',
3804         `secrets-create-item', `secrets-delete-item'.
3805         (auth-sources): Fix tag string.
3806         (auth-get-source, auth-source-retrieve, auth-source-create)
3807         (auth-source-delete): New defuns.
3808         (auth-source-pick): Rewrite in order to avoid 2 passes.
3809         (auth-source-forget-user-or-password): New parameter USERNAME.
3810         (auth-source-user-or-password): New parameters CREATE-MISSING and
3811         DELETE-EXISTING.  Retrieve password interactively, if needed.
3813 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3815         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3816         deleting unused directories when gnus-expert-user is t.
3818 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3820         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3821         for each temp file when gnus-article-browse-delete-temp is ask.
3823 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3825         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3827 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3829         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3830         article unless decoding article to be saved.
3832 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3834         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3835         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3836         generated within the mm-with-unibyte-current-buffer macro.
3838 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3840         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3841         to nil when we're in a mml-preview buffer and no group is selected.
3843 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3845         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3846         when catching the `C-g'.  Reported by "Leo".
3848 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3850         * message.el (message-forward-make-body-plain)
3851         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3852         multibyte-string-p.
3854 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3856         * message.el (message-forward-make-body-mml): Assume original message
3857         is multibyte string; error on unibyte.
3858         (message-forward-make-body-plain): Ditto; don't add excessive newline
3859         in body end.
3861 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3863         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3864         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3866 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3868         * mm-extern.el (mm-extern-url): Don't use
3869         mm-with-unibyte-current-buffer.
3870         (mm-extern-cache-contents): Use with-current-buffer instead of
3871         save-excursion + set-buffer.
3873 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3875         * mm-util.el (mm-emacs-mule): Remove.
3877 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3879         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3880         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3881         change.
3883 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3885         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3886         bind the default value of enable-multibyte-characters to nil.
3888 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3890         * message.el (message-forward-make-body-plain)
3891         (message-forward-make-body-mml):
3892         Don't use mm-with-unibyte-current-buffer.
3894 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3896         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3897         (Bug#5592).
3899 2010-05-07  Julien Danjou  <julien@danjou.info>
3901         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3902         it to mm-pipe-part.
3904         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3905         it is given.
3907 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3909         * nnweb.el (nnweb-gmane-search)
3910         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3911         XEmacs.
3913         * gnus-art.el (gnus-article-browse-html-parts)
3914         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3915         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3916         make-temp-file.
3918         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3919         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3920         compiling.
3922         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3923         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3924         XEmacs when compiling.
3926         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3927         gnus-pick-mode-off-hook for XEmacs when compiling.
3928         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3929         gnus-binary-mode-off-hook for XEmacs when compiling.
3931         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3932         nil if char-charset is not available.
3934         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
3935         macro.
3937         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3938         instead of encode-coding-string.
3940         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3941         'xemacs) instead of mm-emacs-mule to switch function definitions.
3942         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3944 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3946         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3948 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3950         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3951         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3953 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3955         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3956         alias `jka-compr-delete-temp-file' no longer exists.
3958 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3960         Use define-minor-mode in Gnus where applicable.
3961         * mml.el (mml-mode): Use define-minor-mode.
3962         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3963         (gnus-undo-mode): Use define-minor-mode.
3964         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3965         (gnus-dead-summary-mode): Use define-minor-mode.
3966         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3967         Initialize in declaration.
3968         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3969         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3970         (gnus-mailing-list-mode): Use define-minor-mode.
3971         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3972         (gnus-draft-mode): Use define-minor-mode.
3973         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3974         (gnus-dired-mode): Use define-minor-mode.
3976 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3978         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3979         handles on recursive mml-to-mime translation and check them for
3980         boundary delimiter collisions.  Reported by Greg Troxel.
3982 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3984         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3986 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3988         * mm-util.el (mm-find-buffer-file-coding-system):
3989         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3991 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3993         * message.el (message-generate-headers): Record insertion of optional
3994         headers as well.  Otherwise the check to prevent repeated insertion of
3995         optional headers is a no-op.
3997 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3999         * smime.el: Don't mention CVS.
4001         * nnrss.el (nnrss-fetch): Don't mention CVS.
4003         * nnir.el: Don't mention CVS.
4005 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4007         * gnus-sum.el (gnus-summary-bookmark-make-record):
4008         Add `location' field.
4010 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4012         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4013         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4014         Use with-current-buffer to silence the byte-compiler.
4015         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4016         bother to require `gnus'.
4017         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4019 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4021         * gnus-sum.el (gnus-summary-bookmark-make-record)
4022         (gnus-summary-bookmark-jump): New functions.
4023         (gnus-summary-mode): Setup bookmark support.
4025 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4027         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4028         if set.
4030 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4032         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4033         gnus-article-browse-html-save-cid-image; make it work recursively for
4034         forwarded messages as well.
4035         (gnus-article-browse-html-parts): Work when prefix arg is given.
4036         (gnus-article-browse-html-article): Doc fix.
4038 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4040         * message.el (message-default-mail-headers):
4041         (message-default-headers): Carry the value mail-default-headers over
4042         into message-default-mail-headers, rather than message-default-headers.
4044 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4046         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4047         charset.
4049         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4050         charset into the <meta> tag when the article is encoded to utf-8.
4052 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4054         * gnus-art.el (gnus-article-browse-delete-temp-files):
4055         Delete directories as well.
4056         (gnus-article-browse-html-parts): Work for images that do not specify
4057         file names; delete temp directory when quitting; insert header at the
4058         right place; use file: scheme for image files.
4060 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4062         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4063         (gnus-article-browse-html-parts): Use it to make temporary cid image
4064         files in addition to html file so that browser may display them.
4066 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4068         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4070 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4072         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4074 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4076         * auth-source.el (auth-sources): Change default to be simpler.
4077         Explain about Secret Service API sources.  Improve Customize options.
4078         (auth-source-pick): Change to accept any number of search parameters.
4079         Implement fallbacks iteratively, not recursively.  Add scoring on the
4080         second pass and sort by score.  Call Secret Service API when needed.
4081         (auth-source-user-or-password): Use it.  Call Secret Service API
4082         directly when needed to get the user name and the password.
4084 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4086         * message.el (message-interactive): Doc fix.
4087         (message-qmail-inject-args): Reflow.
4088         (message-kill-to-signature): Fix typo in docstring.
4090         * smiley.el (smiley-buffer): Fix typo in docstring.
4092 2010-03-24  Glenn Morris  <rgm@gnu.org>
4094         * mail-source.el (gnus-message): Declare.
4095         (mail-source-delete-old-incoming): Require gnus-util.
4097 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4099         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4101         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4103         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4104         password-cache's default if it is not bound.
4105         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4106         password-cache-expiry's default if it is not bound.
4108         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4109         available in Emacs 21.
4111 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4113         * auth-source.el (auth-sources): Fix up definition so extra parameters
4114         are always inline.
4116 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4118         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4119         wasn't updated after mismatch.  Clear cached mailbox info correctly
4120         when uidvalidity changes.
4121         (nnimap-group-prefixed-name): New function to avoid some code
4122         duplication.
4123         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4124         (nnimap-request-group): Use it.
4125         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4126         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4127         with many imap folders.  This is done by caching the group status from
4128         the imap server persistently in a group parameter `imap-status'.  (This
4129         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4130         but not persistently, so every Gnus startup was still very slow.)
4132 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4134         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4135         secrets.el dependency.
4136         (auth-sources): Add optional user name.  Add secrets.el configuration
4137         choice (unused right now).
4139 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4141         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4142         `gnus-registry-install-shortcuts' fill in the functions.
4144         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4145         warnings.
4146         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4147         (gnus-registry-install-shortcuts): Populate and use it in a
4148         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4150 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4152         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4153         In-place substitutions for the group name encoding/decoding.
4154         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4155         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4156         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4157         (nnimap-update-unseen, nnimap-request-list)
4158         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4159         (nnimap-request-set-mark, nnimap-split-to-groups)
4160         (nnimap-split-articles, nnimap-request-newgroups)
4161         (nnimap-request-create-group, nnimap-request-accept-article)
4162         (nnimap-request-delete-group, nnimap-request-rename-group)
4163         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4164         `encoded-mbx' for consistency.
4165         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4166         variable `imap-current-mailbox'.
4168         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4169         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4171 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4173         * pop3.el (pop3-display-message-size-flag): Display message size byte
4174         counts during POP3 download.
4175         (pop3-movemail): Use it.
4176         (pop3-list): Implement listing of available messages.
4178 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4180         * nnir.el (nnir-get-article-nov-override-function): New function to
4181         override the normal NOV retrieval.
4182         (nnir-retrieve-headers): Use it.
4184 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4186         * auth-source.el (netrc-machine-user-or-password): Autoload.
4188 2010-03-19  Glenn Morris  <rgm@gnu.org>
4190         Stop message.el from loading about 40 libraries it doesn't always need.
4191         The general approach is to autoload rather than require, and to
4192         require in the specific functions rather than the file.  (Bug#5642)
4194         * gmm-utils.el: Don't require wid-edit.
4195         (widget-create-child-value, widget-convert, widget-default-get):
4196         Autoload.
4198         * gnus-util.el: Don't require time-date, netrc.
4199         (message-fetch-field, gnus-group-name-decode): Declare rather than
4200         autoloading.
4201         (gnus-fetch-field): Require message.
4202         (gnus-decode-newsgroups): Require gnus-group.
4204         * ietf-drums.el: Don't require time-date.
4206         * message.el: Don't require hashcash, canlock, ecomplete.
4207         Do require mail-utils.  Require nnheader only when compiling.
4208         (smtpmail-default-smtp-server): Remove declaration.
4209         (message-send-mail-function): Check smtpmail-default-smtp-server
4210         is bound rather than requiring smtpmail.
4211         (message-auto-save-directory, message-insert-signature): Use
4212         expand-file-name rather than nnheader-concat.
4213         (nnheader-insert-file-contents): Autoload.
4214         (hashcash-wait-async): Declare.
4215         (message-send-mail): Only call gnus-setup-posting-charset if
4216         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4217         (message-send-mail-with-sendmail): Require sendmail.
4218         (canlock-password, canlock-password-for-verify): Declare.
4219         (message-canlock-password): Require canlock.
4220         (nnheader-get-report): Autoload.
4221         (gnus-setup-posting-charset): Declare.
4222         (message-send-news): Require gnus-msg.
4223         (message-make-references, message-make-in-reply-to): Use mail-header-id
4224         rather than the alias mail-header-message-id.
4225         (ecomplete-add-item, ecomplete-save): Declare.
4226         (message-put-addresses-in-ecomplete): Require ecomplete.
4227         (ecomplete-display-matches): Autoload.
4229         * mm-decode.el: Don't require mailcap, gnus-util.
4230         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4231         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4232         Autoload.
4233         (mailcap-mime-extensions): Declare.
4235         * mm-encode.el: Don't require mailcap.
4236         (mailcap-extension-to-mime): Autoload.
4238         * mml-sec.el: Don't require password-cache.
4240         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4241         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4242         (mml-minibuffer-read-type): Require mailcap.
4243         (mml-preview): Require gnus-msg.
4245         * mml1991.el: Require password-cache.
4246         (password-cache-expiry): Remove declaration.
4248         * mml2015.el: Require password-cache.
4249         (password-cache-expiry): Remove declaration.
4251         * nneething.el (mailcap): Require mailcap.
4253         * nnheader.el (declare-function): Add compatibility stub.
4254         (message-remove-header): Declare rather than autoload.
4255         (nnheader-replace-header): Require message.
4257         * nnimap.el (declare-function): Add compatibility stub.
4258         (netrc-parse, netrc-machine-user-or-password): Declare.
4259         (nnimap-open-connection): Require netrc.
4261         * nntp.el (declare-function): Add compatibility stub.
4262         (netrc-parse, netrc-machine, netrc-get): Declare.
4263         (nntp-send-authinfo): Require netrc.
4265         * rfc2047.el: Don't require qp.
4266         (quoted-printable-encode-region, quoted-printable-decode-string):
4267         Autoload.
4269         * sieve-mode.el: Don't require easymenu.
4270         (easy-menu-add-item): Autoload it.
4272         * spam-stat.el (time-to-number-of-days): Autoload it.
4274 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4276         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4277         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4278         value if any backslash escapes).
4280 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4282         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4283         if it is available.  (bug#5647)
4285 2010-02-26  Glenn Morris  <rgm@gnu.org>
4287         * message.el (message-send-mail-function): Change the default, so that
4288         it inherits from a customized send-mail-function.  (Bug#5643)
4290 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4292         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4293         shell-command-to-string signals an error (bug#5299).
4295 2010-02-24  Glenn Morris  <rgm@gnu.org>
4297         * message.el (message-smtpmail-send-it)
4298         (message-send-mail-with-mailclient): Doc fixes.
4300 2010-02-16  Glenn Morris  <rgm@gnu.org>
4302         * message.el (message-default-mail-headers): Change the default value
4303         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4305 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4307         * message.el (message-mail): Just pass yank-action on to message-setup.
4308         (message-setup): Handle (FUN . ARGS) form of yank-action.
4309         (message-with-reply-buffer, message-widen-reply)
4310         (message-yank-original): Handle non-buffer values of
4311         message-reply-buffer (Bug#4080).
4312         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4314 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4316         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4317         Fix typo in docstring.
4319 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4321         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4322         response.
4324 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4326         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4328         * message.el (message-check-news-header-syntax): Protect against a
4329         string that `rfc822-addresses' returns when parsing fails.
4331 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4333         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4334         (gnus-previous-char-property-change): New functions.
4336         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4338 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4340         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4341         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4343 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4345         * message.el (message-exchange-point-and-mark): Rework last change to
4346         avoid using optional arg of exchange-point-and-mark, for backward
4347         compatibility.
4349 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4351         * message.el (message-exchange-point-and-mark): Call
4352         exchange-point-and-mark with an argument rather than setting
4353         mark-active by hand (Bug#5175).
4355 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4357         * nntp.el (nntp-service-to-port): Work for service expressed with
4358         numeric string; replace [:digit:] with [0-9] for XEmacs.
4360 2009-12-17  Glenn Morris  <rgm@gnu.org>
4362         * gnus-group.el (gnus-bug-group-download-format-alist):
4363         Change emacs entry to debbugs.gnu.org.  Bump :version.
4365 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4367         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4369 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4371         * message.el (message-info): Explain why we use `Info-goto-node'.
4373 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4375         * message.el (message-completion-in-region): New compatibility function.
4376         (message-expand-group): Use it.
4378 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4380         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4381         with no unread article should be listed if the 2nd arg `predicate' is
4382         given.
4384 2009-11-29  Juri Linkov  <juri@jurta.org>
4386         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4387         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4388         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4390 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4392         * message.el (message-from-style, message-interactive)
4393         (message-signature): Always set default values from the corresponding
4394         mail-* variables.
4395         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4396         (message-yank-prefix, message-indentation-spaces)
4397         (message-signature-file, message-default-headers): Use boundp rather
4398         than (featurep 'xemacs) to check if the corresponding mail-* variables
4399         exist.
4401 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4403         * message.el (message-send-mail-with-sendmail): Revert last change.
4405 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4407         * message.el (message-from-style, message-interactive)
4408         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4409         (message-yank-prefix, message-indentation-spaces, message-signature)
4410         (message-signature-file, message-default-headers): For GNU Emacs, set
4411         default values from the corresponding mail-* variables.
4412         (message-send-mail-with-sendmail): Use envelope-from only if
4413         mail-specify-envelope-from is non-nil.
4415 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4417         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4418         containing tspecial characters if they have been already quoted.
4420 2009-10-24  Glenn Morris  <rgm@gnu.org>
4422         * gnus-art.el (help-xref-stack-item): Define for compiler.
4424 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4426         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4428 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4430         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4431         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4433 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4435         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4436         (gnus-overlays-in): New alias to overlays-in.
4438         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4439         gnus-overlay-get, and gnus-delete-overlay.
4440         (gnus-summary-show-thread): Make it work as well for systems in which
4441         next-single-char-property-change is not available.
4442         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4444 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4446         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4448 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4450         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4451         and XEmacs that don't have `remove-overlays'.
4453 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4455         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4456         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4457         selective display.  Use overlays instead.
4459 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4461         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4463 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4465         * spam-stat.el (spam-stat-load): Fix typo in message.
4467 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4469         * gnus-art.el (gnus-article-encrypt-body):
4470         * message.el (message-check-recipients):
4471         * mm-util.el (mm-codepage-setup):
4472         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4473         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4475 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4477         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4478         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4479         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4480         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4481         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4483 2009-09-18  Glenn Morris  <rgm@gnu.org>
4485         * gnus-diary.el (gnus-diary-check-message):
4486         * message.el (message-insert-formatted-citation-line):
4487         * nnbabyl.el (top-level):
4488         * nndiary.el (nndiary-schedule):
4489         Fix typos in condition-case handlers.
4491 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4493         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4494         configuration that provides the sole article window in a frame;
4495         position point correctly after deleting a part.
4497 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4499         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4500         (spam-resolve-registrations-routine): Use it to unregister articles
4501         that change status.
4503 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4505         * nnrss.el (nnrss-request-article): Remove binding of
4506         default-enable-multibyte-characters that has gotten needless by
4507         the 2007-07-13 change in rfc2047-encode-message-header.
4509         * mml.el (mml-insert-multipart): Error on the message header.
4510         (mml-insert-part): Error on the message header; position point at
4511         the end of a MIME tag.
4513 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4515         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4516         (gnus-float-time): Alias to float-time if it exists.
4518         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4519         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4520         float-time is available; suppress compile warning for time-to-seconds.
4522 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4524         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4525         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4526         Add the optional argument `encoding' that overrides the default.
4528         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4529         mm-encode-buffer.
4531 2009-09-04  Glenn Morris  <rgm@gnu.org>
4533         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4534         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4535         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4536         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4537         * mm-util.el (mm-with-unibyte-current-buffer)
4538         (mm-find-buffer-file-coding-system):
4539         * yenc.el (yenc-decode-region): Use default-value rather than
4540         default-enable-multibyte-characters.
4542 2009-09-03  Glenn Morris  <rgm@gnu.org>
4544         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4545         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4546         than default-enable-multibyte-characters.
4548 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4550         * gnus-art.el (gnus-article-read-summary-keys):
4551         Fix gnus-buffer-configuration's value temporarily used.
4553 2009-09-02  Glenn Morris  <rgm@gnu.org>
4555         * gnus-util.el (gnus-float-time): New function.
4556         * gnus-delay.el (gnus-delay-article):
4557         * gnus-sum.el (gnus-thread-latest-date):
4558         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4559         * nnspool.el (nnspool-request-newgroups):
4560         Use gnus-float-time rather than time-to-seconds.
4561         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4563         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4564         (gnus-header-subject-face, gnus-header-newsgroups-face)
4565         (gnus-header-name-face, gnus-header-content-face):
4566         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4567         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4568         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4569         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4570         (gnus-cite-face-11):
4571         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4572         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4573         (gnus-server-closed-face, gnus-server-denied-face)
4574         (gnus-server-offline-face):
4575         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4576         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4577         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4578         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4579         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4580         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4581         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4582         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4583         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4584         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4585         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4586         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4587         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4588         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4589         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4590         (gnus-summary-high-undownloaded-face)
4591         (gnus-summary-low-undownloaded-face)
4592         (gnus-summary-normal-undownloaded-face)
4593         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4594         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4595         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4596         (gnus-splash-face):
4597         * message.el (message-header-to-face, message-header-cc-face)
4598         (message-header-subject-face, message-header-newsgroups-face)
4599         (message-header-other-face, message-header-name-face)
4600         (message-header-xheader-face, message-separator-face)
4601         (message-cited-text-face, message-mml-face):
4602         * sieve-mode.el (sieve-control-commands-face)
4603         (sieve-action-commands-face, sieve-test-commands-face)
4604         (sieve-tagged-arguments-face):
4605         * spam.el (spam-face):
4606         Mark face aliases with "-face" in the name as obsolete.
4608 2009-09-01  Glenn Morris  <rgm@gnu.org>
4610         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4611         than goto-line.
4613 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4615         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4616         Don't move point if the command is invoked inside the message header.
4618 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4621         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4622         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4623         * nnir.el (nnir-swish-e-index-file):
4624         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4625         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4626         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4627         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4628         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4629         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4631 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4633         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4634         Don't save excursion.
4636 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4638         * nnheader.el (nnheader-find-file-noselect):
4639         * mm-util.el (mm-insert-file-contents):
4640         Use (default-value 'major-mode) instead of default-major-mode.
4642 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4644         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4646 2009-08-25  Glenn Morris  <rgm@gnu.org>
4648         * nnir.el (top-level): Don't require cl at run-time.
4649         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4650         Replace cl-function substitute with gnus-replace-in-string.
4651         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4652         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4653         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4654         simplified expansions.
4656 2009-08-22  Glenn Morris  <rgm@gnu.org>
4658         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4659         goto-line.
4661 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4663         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4665         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4666         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4667         (gnus-mm-display-part, gnus-mime-display-single)
4668         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4669         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4671         * gnus-sum.el
4672         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4673         (gnus-summary-move-article): Add expirable mark to articles copied or
4674         moved to group that has auto-expire turned on if the option is non-nil.
4676 2009-07-24  Glenn Morris  <rgm@gnu.org>
4678         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4679         Fix typo.  (Bug#3903)
4681 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4683         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4684         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4685         that should not be used for draft articles.
4686         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4687         that has no concern in minor mode keys.
4688         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4689         Abolish.
4691 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4693         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4694         article without making inquiry to a user for unknown encoding.
4696         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4697         (nnmaildir--scan): Assume i-node and device number that file-attributes
4698         returns might be cons-cell.
4700 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4702         * auth-source.el: Remove docs now in auth.texi.  Don't use
4703         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4704         `auth-source-hide-passwords' and use them.
4706 2009-07-15  Glenn Morris  <rgm@gnu.org>
4708         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4710 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4712         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4713         excessive whitespace from the default values of title and description.
4715 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4717         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4718         mail-fetch-field to fetch Content-Description header in order to
4719         exclude newlines.
4721 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4723         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4724         to deleted part.
4726 2009-05-30  David Engster  <dengste@eml.cc>
4728         * nnmairix.el: Remove old documentation in the commentary block.
4729         (nnmairix-request-group): Do not update active file for nnml back ends.
4730         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4731         end so that overview files are ignored.
4732         (nnmairix-update-groups): Make updating the groups more robust by using
4733         marks.
4734         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4735         with dollar characters in message-id.
4737 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4739         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4740         2008-12-25 in dns.el.
4742 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4744         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4745         could happen if the text is only composed of spaces and/or tabs.
4747 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4749         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4750         when sending a queued message to avoid extra mml tags.
4752 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4754         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4756 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4758         * gnus-dired.el: Remove autoload for gnus-setup-message.
4759         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4760         displaying Gnus logo; always use compose-mail.
4762 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4764         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4766 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4768         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4769         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4770         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4771         available.
4772         (gnus-nocem-epg-verify): New function.
4774 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4776         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4778 2009-02-15  Glenn Morris  <rgm@gnu.org>
4780         * gnus-util.el (rmail-insert-rmail-file-header)
4781         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4782         autoloads.
4783         (rmail-default-rmail-file): Remove unnecessary declaration.
4784         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4786 2009-02-14  Glenn Morris  <rgm@gnu.org>
4788         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4789         variable (only used in gnus-util, which declares it anyway).
4790         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4791         which was only needed by gnus-art (changed to not use it any more).
4792         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4793         only used in gnus-util, which autoloads it itself.
4794         (rmail-update-summary): Fix autoload.
4796         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4797         rather than rmail-output-to-rmail-file.
4799 2009-02-07  Glenn Morris  <rgm@gnu.org>
4801         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4802         autoload of function that no longer exists.
4803         (rmail-toggle-header): Declare.
4804         (message-forward-rmail-make-body): Handle mbox Rmail.
4806 2009-01-31  Glenn Morris  <rgm@gnu.org>
4808         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4809         2009-01-09 change.
4811 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
4813         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4814         (auth-source-forget-all-cached): New convenience function.
4815         (auth-source-user-or-password): Accept list of modes or a single mode.
4817         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4818         auth-source modes.
4820         * nnimap.el (nnimap-open-connection): Use list of
4821         auth-source modes.
4823         * nntp.el (nntp-send-authinfo): Use list of
4824         auth-source modes.
4826 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4828         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4829         now.
4831 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4833         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4834         coding system in XEmacs; add a workaround for XEmacs.
4836 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4838         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4839         of current-language-environment.
4841 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4843         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4844         available at runtime.
4846 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4848         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4850 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4852         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4853         the greatest positive fixnum value doesn't work under an XEmacs with
4854         bignum support; use the most-positive-fixnum constant instead,
4855         available since Emacs 21.1 with cl and XEmacs 21.1.
4857 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4859         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4860         XEmacs gets not to work.
4862 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4864         * mm-util.el (mm-coding-system-priorities): Allow the value like
4865         "Japanese (UTF-8)" of current-language-environment.
4867 2009-01-09  Glenn Morris  <rgm@gnu.org>
4869         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4870         with last-command-event.
4872 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4874         * message.el (message-fix-before-sending): Amend comment.
4876 2009-01-07  David Engster  <dengste@eml.cc>
4878         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4879         simplified server definitions by converting it via
4880         gnus-server-to-method.
4882 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4884         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4885         parameter's operands.
4887 2009-01-06  David Engster  <dengste@eml.cc>
4889         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4890         primary select method (for gnus-group-mark-article-as-read).
4892 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4894         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4895         `(gnus)Face', not `(gnus)X-Face'.
4897 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4899         * mm-util.el (mm-ucs-to-char): New function.
4901         * mm-url.el (mm-url-decode-entities): Use it.
4903 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4905         * message.el (message-fix-before-sending): Add `eight-bit' to
4906         illegible-text check.
4908 2009-01-03  Michael Olson  <mwolson@gnu.org>
4910         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4911         `headers' is nil.  This can occur if the IMAP server does not have
4912         permissions to read messages from a folder, but can write new messages
4913         to the folder.
4914         (nnimap-request-article-part): Do not insert `data' if it is nil.
4916 2009-01-01  Dave Love  <fx@gnu.org>
4918         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4920         * nnimap.el: Fix author email.
4921         (nnimap-split-rule): Add FIXME comment.
4922         (nnimap-debug): Fix doc string.
4924 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4926         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4927         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4928         to check if those variables exist (first appeared in Emacs 18.50).
4930 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4932         * mm-util.el (mm-line-number-at-pos): New function.
4934         * spam-report.el (spam-report-process-queue): Use it.
4936 2008-12-24  David Engster  <dengste@eml.cc>
4938         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4939         parameters that haven't existed as variables as buffer-local variables.
4941 2008-12-23  Dave Love  <fx@gnu.org>
4943         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4944         cadar.
4946         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4947         imap-starttls-p.
4948         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4950 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4952         * spam-report.el (spam-report-gmane-max-requests): New constant.
4953         (spam-report-gmane-wait): New variable.
4954         (spam-report-gmane-ham, spam-report-gmane-spam)
4955         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4956         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4957         the server.
4959         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4960         Add explanations.
4962         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4963         nnheader-accept-process-output and nnheader-read-timeout if available.
4964         (pop3-movemail): Use it.
4966         * message.el (message-check-news-body-syntax): Fix signature check if
4967         there's an attachment.
4969 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4971         * mm-util.el: Add comments to the mm- emulating functions.
4973 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4975         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4976         by Stephen Berman <stephen.berman@gmx.net>.
4978 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4980         * mm-util.el (mm-substring-no-properties): New function.
4981         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4982         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4983         (mm-string-to-multibyte): Doc fix.
4985         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4987 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4989         * mml.el (mml-attach-file): Strip text properties from file name.
4990         (Bug#1574)
4992 2008-12-16  Glenn Morris  <rgm@gnu.org>
4994         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4996 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4998         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4999         knows since the charset specified might be a bogus alias that
5000         mm-charset-synonym-alist provides.
5002 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5004         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5005         "ISO_8859-1".
5007         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5009 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5011         * mm-util.el (mm-charset-eval-alist):
5012         Define it before mm-charset-to-coding-system.
5013         (mm-charset-to-coding-system): Add optional argument `silent';
5014         define it before mm-charset-override-alist.
5015         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5016         default value if it can be used in Emacs currently running;
5017         silence mm-charset-to-coding-system.
5019 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5021         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5022         `allow-override' which says whether to use `mm-charset-override-alist'.
5023         (rfc2047-decode-encoded-words): Use it.
5025         * mm-util.el (mm-charset-override-alist): Fix custom type;
5026         add `(gb2312 . gbk)' to choices.
5028 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5030         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5031         fast.
5033         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5035 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5037         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5038         on links.
5040         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5042 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5044         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5045         users' addresses that don't have domain parts.
5046         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5047         rather than message-narrow-to-head since there will be the message
5048         header separator.
5050 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5052         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5053         since the result is inserted in a unibyte buffer anyway.
5054         (nnimap-demule-use-string-to-multibyte): Remove.
5055         (nnimap-demule): Alias it to mm-string-to-multibyte.
5057 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5059         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5060         variable for debugging bug#464 and bug#1174.
5061         (nnimap-demule): Use it.
5063 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5065         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5066         score calculation correctly.
5068 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5070         * message.el (message-send-mail): Just set the buffer to unibyte
5071         rather than use mm-with-unibyte-current-buffer which does a lot more.
5072         (message-send-mail-partially): Don't bother with
5073         mm-with-unibyte-current-buffer since it's already been made unibyte by
5074         message-send-mail.
5076 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5078         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5080 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5082         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5084 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5086         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5087         require itself and to remove `with-no-warnings'.
5089 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5091         * starttls.el (starttls-any-program-available): Get the name of the
5092         available TLS layer program.
5093         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5094         well as the host name in the "opening" message.
5096         * auth-source.el (auth-source-cache, auth-source-do-cache)
5097         (auth-source-user-or-password): Cache passwords and logins by default,
5098         allow override with `auth-source-do-cache'.
5099         (auth-source-forget-user-or-password): Allow users to remove cache
5100         entries if needed.
5102 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5104         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5105         condition-case to only the forward-sexp call.
5107 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5109         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5110         quotes contained.  Make it more robust regardless by an extra
5111         condition-case wrapper.
5113 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5115         * nnml.el (nnml-request-expire-articles): Check if the function set to
5116         `nnmail-expiry-target' returns the symbol `delete'.
5118         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5120         * nnmail.el (nnmail-expiry-target): Fix custom type.
5122 2008-10-02  Glenn Morris  <rgm@gnu.org>
5124         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5125         Silence compiler warning.
5127 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5129         * mml.el (mml-menu): Don't assume mml2015 is bound.
5131 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5133         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5134         exists.
5136 2008-09-27  Glenn Morris  <rgm@gnu.org>
5138         * gnus-util.el (mail-header-remove-comments): Autoload it.
5140 2008-09-27  Andreas Schwab  <schwab@suse.de>
5142         * gnus-util.el (gnus-split-references): Strip comments.
5143         (gnus-parent-id): Likewise.
5145 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5147         * message.el (message-confirm-send): Fix version.
5149 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5151         * message.el (message-idna-to-ascii-rhs-1): Use
5152         mail-extract-address-components rather than mail-header-parse-addresses
5153         that is an alias by default to ietf-drums-parse-addresses that does not
5154         support non-ASCII names in headers' contents.
5156 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5158         * message.el (message-confirm-send): Fixed variable documentation to
5159         avoid the "y/n" wording.
5161 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5163         * message.el (message-set-auto-save-file-name): Save to a different
5164         filename so multiple messages (especially drafts) can be recovered.
5166 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5168         * message.el (message-confirm-send): Add appropriate version.
5170 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5172         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5173         defvar.
5175 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5177         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5178         (mm-pkcs7-enveloped-magic): Ditto.
5180 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5182         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5183         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5185 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5187         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5188         default, it's better.
5190 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5192         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5193         summary line gnus-number property and ignore them (with a warning
5194         message).
5196 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5198         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5199         macro caddr in the interactive form since it won't be expanded.
5201 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5203         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5204         `charset'; fix name of function called recursively.
5205         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5207 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5209         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5210         (gnus-mime-set-charset-parameters): New function.
5211         (gnus-mime-view-part-as-charset): Use it to correctly display part
5212         specifying wrong charset.
5214 2008-09-08  David Engster  <dengste@eml.cc>
5216         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5217         in completing-read for back end server.
5219 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5221         * message.el (message-confirm-send): New variable to confirm sending a
5222         message.
5223         (message-send): Use it.
5225 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5227         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5229 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5231         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5233 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5235         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5236         prevent tracking too many groups.
5237         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5238         Use it.
5240 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5242         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5243         moving point to the bottom of the window in order to avoid recentering.
5245 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5247         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5248         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5249         (gnus-article-beginning-of-window): Fix calculation.
5251 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5253         * gnus-msg.el (gnus-summary-supersede-article)
5254         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5255         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5256         message header.
5258 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5260         * message.el:
5261         * gnus-start.el:
5262         * gnus-registry.el: Remove VMS support.
5264 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5266         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5267         macro.
5268         (rfc2104-hash): Use it.
5270 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5272         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5273         (gnus-summary-sort-by-most-recent-date): New commands.
5274         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5275         and menu entries.
5277 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5279         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5280         don't redisplay article for raw contents; remove plural articles stuff.
5282         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5283         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5284         on gnus-summary-save-article; display results properly.
5286 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5288         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5290 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5292         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5293         gnus-save-all-headers.
5295 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5297         * gnus-util.el (ns-focus-frame): Remove declaration.
5298         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5299         like x.
5301 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5303         * rfc2104.el (rfc2104-zero): Delete defconst.
5304         (rfc2104-hex-alist): Likewise.
5305         (rfc2104-hex-to-int): Delete func.
5306         (rfc2104-hexstring-to-bitstring): Likewise.
5307         (rfc2104-nybbles): New defconst.
5308         (rfc2104-hash): Rewrite for speed.
5310 2008-07-16  Glenn Morris  <rgm@gnu.org>
5312         * gnus-util.el (ns-focus-frame): Declare for compiler.
5314 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5316         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5317         set as a group parameter.
5318         (gnus-summary-save-in-pipe): Work when it is called independently.
5319         (gnus-summary-pipe-to-muttprint): Don't modify
5320         gnus-summary-pipe-output-default-command.
5322 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5324         * message.el (message-send-mail-with-sendmail):
5325         Display the error message.
5327 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5329         * gnus-art.el (gnus-default-article-saver):
5330         Add gnus-summary-save-in-pipe to choices.
5331         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5332         gnus-summary-pipe-output-default-command as the default command.
5333         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5334         instead of gnus-last-shell-command.
5336         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5337         New user option.
5338         (gnus-summary-muttprint-program): Mention the value will be changed.
5339         (gnus-summary-save-article): Force showing of all headers.
5340         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5342 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5344         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5346 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5348         * nnimap.el (nnimap-id):
5349         * sieve-manage.el (sieve-manage-open): Doc fixes.
5351 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5353         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5354         if available.
5356 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5358         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5360         * nnkiboze.el (nnkiboze-generate-group):
5361         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5363         * nnmairix.el: Require CL.
5365 2008-06-15  David Engster  <dengste@eml.cc>
5367         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5369 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5371         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5372         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5373         runtime choice under XEmacs.
5375         * gnus-sum.el (gnus-summary-set-display-table):
5376         Use `gnus-put-display-table', `gnus-get-display-table',
5377         `gnus-set-display-table' for the display table, instead of `aset'.
5379 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5381         * nnmairix.el: Add autoloads.
5383 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5385         * nnmairix.el (nnmairix-delete-recreate-group)
5386         (nnmairix-update-and-clear-marks): Fix error messages.
5388 2008-06-14  David Engster  <dengste@eml.cc>
5390         * nnmairix.el: Upgrade to version 0.6.
5391         (nnmairix-group-toggle-propmarks-this-group)
5392         (nnmairix-group-toggle-readmarks-this-group)
5393         (nnmairix-group-delete-recreate-this-group)
5394         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5395         (nnmairix-remove-tick-mark-original-article): New commands.
5396         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5397         (nnmairix-propagate-marks-to-nnmairix-groups)
5398         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5399         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5400         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5401         functions needed for marks propagation and manipulation of read marks.
5402         (nnmairix-update-groups): New function.
5403         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5404         (nnmairix-determine-original-group-from-registry)
5405         (nnmairix-determine-original-group-from-path)
5406         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5407         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5408         New helper functions.
5409         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5410         keystrokes for new commands.
5411         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5412         (nnmairix-request-group): Check allow-fast group parameter.
5413         (nnmairix-request-create-group): Set allow-fast group parameter if
5414         nnmairix-allowfast-default is set.
5415         (nnmairix-close-group): Propagate marks upon closing if needed.
5416         (nnmairix-group-toggle-threads-this-group): Use new.
5417         nnmairix-group-toggle-parameter helper function.
5418         (nnmairix-search): Better check for empty search result.
5419         (nnmairix-goto-original-article): Use new helper functions for
5420         determining original article.
5421         (nnmairix-show-original-article): Make sure message-id is in brackets.
5422         (nnmairix-call-mairix-binary): Change variable name.
5423         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5424         helper function.
5425         (nnmairix-widget-toggle-activate): Fix doc string.
5427 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5429         * nnir.el: Require edmacro when compiling with XEmacs.
5430         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5431         available in Emacs 21.
5433 2008-06-11  Glenn Morris  <rgm@gnu.org>
5435         * gnus-util.el (x-focus-frame):
5436         * gnus.el (image-size):
5437         * mm-decode.el (image-size): Declare.
5439         * gnus-picon.el (declare-function): Add compat definition.
5440         (image-size): Declare.
5442         * gnus-group.el (tool-bar-map):
5443         * gnus-sum.el (tool-bar-map): Define for compiler.
5445         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5447         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5449         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5450         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5451         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5452         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5453         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5454         * sieve-manage.el, spam-report.el, spam.el:
5455         Remove unnecessary eval-and-compile of autoloads.
5457 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5459         * auth-source.el: Precise Tramp doc.
5461 2008-06-07  Glenn Morris  <rgm@gnu.org>
5463         * nnmairix.el: Remove unnecessary eval-when-compile.
5465 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
5467         * nnir.el: New file.
5469 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5471         * gnus-util.el (gnus-read-shell-command): New function.
5472         * mm-decode.el (mm-pipe-part):
5473         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5475 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5477         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5479 2008-06-03  Glenn Morris  <rgm@gnu.org>
5481         * pop3.el (nnheader-accept-process-output): Autoload it.
5483 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5485         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5486         are not 2-digit hexadecimal characters that follow `%'s.
5488 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5490         * message.el (message-bogus-recipient-p): Fix type in doc string.
5491         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5492         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5493         Improve custom options.
5494         (message-bogus-recipient-p): Adjust accordingly.
5496 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5498         * nnmairix.el: Require edmacro when compiling with XEmacs.
5500 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5502         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5503         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5505 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5507         * auth-source.el: Add more docs.
5509 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5511         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5512         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5513         retrieval faster in some cases, but might make CPU usage larger.  If
5514         this has any bad side effects, we might revert this change.
5516         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5517         seems to make mail retrieval much, much faster.
5518         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5519         unconditionally.
5521         * gnus-draft.el (gnus-group-send-queue): Bind
5522         message-send-mail-partially-limit to nil to avoid being prompted.
5524 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5526         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5528         * message.el (message-bogus-address-regexp): Fix and improve custom
5529         type.
5530         (message-setup-hook): Add message-check-recipients as custom option.
5532 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5534         * message.el (message-cite-function): Remove bogus autoload which crept
5535         in during merge from v5-10.
5537 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5539         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5541         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5543         * auth-source.el: Preliminary Tramp docs.
5544         (auth-sources): Change the default auth-sources to use
5545         EPA .gpg files.
5547 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5549         * nntp.el: Autoload `auth-source-user-or-password'.
5550         (nntp-send-authinfo): Use it.
5552         * nnimap.el: Autoload `auth-source-user-or-password'.
5553         (nnimap-open-connection): Use it.
5555         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5556         for the gnus-message function.
5557         (auth-source-user-or-password): Use it.
5559 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5561         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5562         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5563         (rfc2104-hash): Use it.
5565 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5567         * gnus-art.el (gnus-article-toggle-truncate-lines):
5568         Don't use `iff' in docstring.
5570 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5572         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5574         * gnus-util.el (gnus-extract-address-component-name)
5575         (gnus-extract-address-component-email): Convenience functions around
5576         `gnus-extract-address-components'.
5578         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5579         Use `gnus-extract-address-component-email' to fix bug of comparing full
5580         sender name to `user-mail-address'.
5582 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5584         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5585         catch/throw to optimize.
5586         (gnus-registry-find-keywords): Just use member to find a keyword.
5588 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5590         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5591         is current before calling gnus-server-prepare.
5592         (gnus-server-setup-buffer, gnus-server-update-server)
5593         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5595 2008-05-04  Juri Linkov  <juri@jurta.org>
5597         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5598         (mailcap-file-default-commands): Use mailcap-replace-in-string
5599         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5600         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5602 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5604         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5606 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5608         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5609         hooks.
5610         (gnus-update-read-articles): Speed up non-marks-using users.
5611         (gnus-use-marks): Define gnus-use-marks.
5612         (gnus-propagate-marks): Rename variable to something more sensible.
5614 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5616         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5617         (gmm-image-load-path-for-library): Fix typos in docstrings.
5618         (gmm-message): Reflow docstring.
5620 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5622         * mail-source.el (mail-source-set-1, mail-source-bind):
5623         Move auth-source code out of the macro to clean it up and fix bugs.
5625 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5627         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5628         by sender if it's equal to user-mail-address, it's likely to be
5629         useless.
5631         * mail-source.el (mail-source-bind): Don't use user or password if they
5632         are not bound.  Unintern them if they are nil.  Don't use server unless
5633         it's bound, and default it to empty string otherwise.
5635 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5637         * mail-source.el: Load auth-source.el.
5638         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5639         get user name or password, if auth-sources is set up.
5641         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5642         strategy of splitting with parent.
5643         (gnus-registry-split-fancy-with-parent)
5644         (gnus-registry-post-process-groups): Use it and fix prior
5645         bug (returning a list as the split result).
5647         * auth-source.el (auth-sources): Remove server parameter.
5648         (auth-source-pick, auth-source-user-or-password)
5649         (auth-source-user-or-password-imap)
5650         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5651         (auth-source-user-or-password-sftp)
5652         (auth-source-user-or-password-smtp): Remove server parameter.
5654 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5656         * smime.el (smime-sign-region, smime-encrypt-region)
5657         (smime-decrypt-region):
5658         Remove redundant calls to `generate-new-buffer-name'.
5660 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5662         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5663         Don't use QP for message/rfc822.
5664         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5666 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5668         * sieve-manage.el (sieve-string-bytes): Remove.
5669         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5670         correct byte-length only if the process's coding-system is the same as
5671         the one used internally by Emacs to represent strings.
5673 2008-04-22  Juri Linkov  <juri@jurta.org>
5675         * mailcap.el (mailcap-file-default-commands): New function.
5677 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5679         * message.el (message-signature-separator, message-cite-function):
5680         Change custom version.
5682 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5684         * mm-decode.el (mm-display-external): Make temp file read-only.
5686 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5688         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5689         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5690         `C-c C-f d'.
5692 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5694         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5696 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5698         * auth-source.el: Added docs.
5699         (auth-sources): Modify format to support server.
5700         (auth-source-pick, auth-source-user-or-password)
5701         (auth-source-user-or-password-imap)
5702         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5703         (auth-source-user-or-password-sftp)
5704         (auth-source-user-or-password-smtp): Add server parameter.
5706 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5708         * gnus-registry.el: Initialize the registry when gnus-registry-install
5709         is t.
5711 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5713         * compface.el (uncompface): Make buffer unibyte.
5715 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5717         * mail-source.el (mail-source-value):
5718         Prefer fboundp to functionp so it works with macros as well.
5720 2008-04-05  Glenn Morris  <rgm@gnu.org>
5722         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5724 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5726         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
5727         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5729         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5730         multibyteness after rather than before erasing it.
5732         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5733         mm-with-multibyte.
5734         (gnus-request-article-this-buffer): Make sure the proper decoding is
5735         used if gnus-original-article-buffer happens to be unibyte.
5737         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5738         default-enable-multibyte-characters.
5740         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5741         default-enable-multibyte-characters.
5743         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5745         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5747 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5749         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5750         Fix last change in case the element is not even a symbol.
5752 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5754         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5755         imap-enable-exchange-bug-workaround.
5756         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5758 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5760         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5761         a 100 byte status-checks into a 2-3MB transfer for each group.
5762         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5763         to enable bug workaround or not.
5764         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5766 2008-03-31  Glenn Morris  <rgm@gnu.org>
5768         * message.el (mml2015-use): Declare for compiler.
5769         (message-info): Require mml2015 when appropriate.
5771 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5773         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5774         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5775         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5776         (nntp-service-to-port): New function.
5777         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5778         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5779         (nntp-open-netcat-stream): New function.
5780         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5782 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5784         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5786 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5788         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5790 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5792         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5794 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5796         * message.el (message-signature-separator): Change default.
5797         Improve custom type.
5798         (message-cite-function): Change default to
5799         message-cite-original-without-signature.
5801         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5802         toggle.
5804         * message.el (message-check-news-body-syntax): Fix signature check.
5805         (message-setup-1): Mark buffer as unmodified _after_ running
5806         message-setup-hook and handling message-alternative-emails.
5807         (message-shorten-references): Be more strict when building list of
5808         valid references to comply with GNKSA.
5810         * gnus-group.el (gnus-read-ephemeral-bug-group)
5811         (gnus-read-ephemeral-debian-bug-group)
5812         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5814         * message.el (message-info): Don't use booleanp which isn't supported
5815         in Emacs 21 and XEmacs.
5817 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5819         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5820         gnus-group-gmane-group-download-format.
5821         (gnus-group-read-ephemeral-gmane-group): Rename from
5822         gnus-group-read-ephemeral-gmane-group.
5823         (gnus-read-ephemeral-gmane-group-url): Rename from
5824         gnus-group-read-ephemeral-gmane-group-url.
5825         (gnus-bug-group-download-format-alist): New variable.
5826         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5827         (gnus-read-ephemeral-emacs-bug-group): New commands.
5829 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5831         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5832         (gnus-visible-headers): Improve custom type.
5834 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5836         * mml.el (mml-menu): Add workarounds for XEmacs.
5838         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5839         X-Boundary header.
5841         * message.el (message-simplify-recipients): Fix previous commit.
5843 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5845         * mm-util.el (mm-set-buffer-multibyte): New function.
5846         * mm-decode.el (mm-copy-to-buffer): Use it.
5848         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5849         Prefer fboundp to functionp so it works with macros as well.
5851 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5853         * message.el (message-alter-recipients-discard-bogus-full-name):
5854         New function.
5855         (message-alter-recipients-function): New variable.
5856         (message-get-reply-headers): Use it.
5857         (message-replace-header): New helper function.
5858         (message-recipients-without-full-name): New variable.
5859         (message-simplify-recipients): New command.
5861         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5863         * message.el (message-info): Handle EasyPG manual.
5865         * mml.el (mml-menu): Add entry for EasyPG.
5867 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5869         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5870         parameter.
5872         * message.el (message-disassociate-draft): Specify drafts group name
5873         fully.
5875 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5877         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5878         unnecessary duplicates from the match list.
5880 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5882         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5883         args of `how-many' of which the XEmacs version doesn't take; declare
5884         Info-index-next as function.
5886 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5888         * gnus-score.el (gnus-score-headers): Fix handling of
5889         gnus-inhibit-slow-scoring.
5891         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5892         string.
5893         (gnus-button-url-regexp): Improve handling of parenthesis.
5894         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5895         (gnus-button-handle-info-keystrokes): Handle index entries.
5897 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5899         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5900         Incoming* files.
5902 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5904         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5905         (auth-source-pick): Use it.
5907 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5909         * auth-source.el (auth-source-protocols)
5910         (auth-source-protocols-customize, auth-source-choices): Added and
5911         modified variable customizations and defaults.
5912         (auth-source-pick, auth-source-user-or-password)
5913         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5914         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5915         (auth-source-user-or-password-sftp)
5916         (auth-source-user-or-password-smtp): Use new variables and provide an
5917         interface to netrc.el.
5919 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5921         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5922         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5923         Make sure the nntp port to specify is a string.
5925 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5927         * nntp.el: Use with-current-buffer.
5928         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5929         dubious mm-with-unibyte-current-buffer.
5930         (nntp-with-open-group-function): New function extracted from
5931         nntp-with-open-group macro.
5932         (nntp-with-open-group): Use the function, so it's easier to debug.
5933         Add indentation and debugging info.
5934         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5935         the use of the netcat alternatives.
5937         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5938         Avoid mm-string-as-multibyte as well.
5940         * nnweb.el (nnweb-insert-html):
5941         Remove use of nnheader-string-as-multibyte.
5943         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5944         (nnheader-string-as-multibyte): Remove.
5946         * mm-view.el: Use inhibit-read-only.
5947         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5948         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5949         or unibyte-string.
5951         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5952         (mm-uu-yenc-extract): Use with-current-buffer.
5954         * gnus-soup.el (gnus-soup-send-packet): Don't use
5955         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5957         * nnmh.el: Use with-current-buffer.
5958         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5959         mm-string-as-multibyte on the output of mm-encode-coding-string.
5961         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5962         (nnimap-request-move-article): Use with-current-buffer.
5964         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5965         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5966         conversion uses string-make-unibyte rather than string-as-unibyte.
5968         * gnus-msg.el: Use with-current-buffer.
5970         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5972 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5974         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5975         string for caching if it is 'PIN.
5977 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5979         * mail-source.el (mail-source-delete-old-incoming-confirm):
5980         Change default to nil.
5981         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5983 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5985         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5986         (gnus-article-goto-prev-page): Work for articles having ^L's.
5988         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5990         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5992 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5994         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5995         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5996         (gnus-bookmark-jump): Adjust some variable names.
5998 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6000         * auth-source.el: New package.
6001         (auth-source-choices): Add customization entry point variable.
6003         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6004         bug.
6006 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6008         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6009         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6010         (gnus-registry-install-shortcuts): Rename from
6011         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6012         the `gnus-registry-mark-map' keymap dynamically from
6013         `gnus-registry-marks'.  The generated functions update the summary line
6014         when a registry mark is added or deleted, and will call
6015         `gnus-registry-install-p' (see the comments in the code).
6016         (gnus-registry-user-format-function-M): Use concat intelligently.
6018         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6019         the registry mark functions.
6021 2008-03-05  Glenn Morris  <rgm@gnu.org>
6023         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6024         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6025         gnus-art.
6026         (top-level): No need to load own source when compiling.
6028 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6030         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6031         Suggested by <chris.anderton@zetnet.co.uk>.
6033 2008-03-04  Glenn Morris  <rgm@gnu.org>
6035         * gnus-sum.el (top-level): No need to require gnus when compiling,
6036         since unconditionally required near start of file.
6037         (gnus-summary-display-while-building): Move definition before use.
6039 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6041         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6042         formatting function.
6044 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6046         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6047         with plists.
6048         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6049         Use new format.
6051 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6053         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6054         `where-is-internal' that returns a range of key sequences.
6056 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6058         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6060         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6061         (gnus-summary-jump-to-group): Consider windows on other displayed
6062         frames as well.  Similar changes might be needed elsewhere, but that's
6063         the one I've bumped into during my use.
6065         * nndoc.el (nndoc-oe-dbx-type-p):
6066         * gnus-msg.el (gnus-debug):
6067         * gnus-group.el (gnus-update-group-mark-positions):
6068         Use mm-string-to-multibyte.
6070 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6072         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6073         doesn't handle NotDashEscaped.
6075         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6076         (mml-dnd-attach-options): Fix typo in custom choice.
6078         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6079         nndoc-article-type to mbox.
6080         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6082         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6083         to nil, instead of html2text.
6085         * imap.el (imap-debug): Add `imap-ping-server'.
6087         * gnus-bookmark.el: Add FIXMEs.
6089         * message.el (message-form-letter-separator)
6090         (message-send-form-letter-delay): New variables.
6091         (message-send-form-letter): Use them.  New command to send form
6092         letters.  Requested by Uwe Siart.
6093         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6095 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6097         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6098         empty author.
6100 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6102         * gnus-registry.el (gnus-registry-marks): Add variable for
6103         customization of marks and their appearance.
6104         (gnus-registry-read-mark): Use it.
6105         (gnus-registry-do-marks): Add utility function to loop through
6106         `gnus-registry-marks'.
6107         (gnus-registry-install-shortcuts-and-menus): Add function to install
6108         shortcuts and menus.
6109         (gnus-registry-initialize): Use it.
6110         (gnus-registry-default-mark): Clarify documentation.
6112 2008-02-29  Glenn Morris  <rgm@gnu.org>
6114         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6115         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6116         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6117         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6118         Change defcustom :version from 23.0 to 23.1.
6120 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6122         * gnus-registry.el (gnus-registry-follow-group-p)
6123         (gnus-registry-post-process-groups): Add functions to aid registry
6124         splitting and improve logging.  Clarify behavior in function
6125         documentation.
6126         (gnus-registry-split-fancy-with-parent): Use them.
6128 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6130         * gnus-art.el: Use with-current-buffer.
6132 2008-02-27  David Engster  <dengste@eml.cc>
6134         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6135         Express real group name in the response.
6137 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6139         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6140         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6141         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6142         autoload gnus-registry-fetch-group when compiling.
6143         (nnmairix-request-group-with-article-number-correction): Remove
6144         unreferenced argument passed to nnmairix-call-backend.
6146 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6148         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6149         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6150         Wilde.
6152 2008-02-27  Glenn Morris  <rgm@gnu.org>
6154         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6155         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6156         variables to defconsts.  Convert comments to doc-strings.
6157         (nnmairix-last-server, nnmairix-current-server): Convert from free
6158         variables to defvars.  Convert comments to doc-strings.
6159         (gnus-registry-fetch-group): Autoload.
6160         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6161         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6162         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6163         caddr.
6164         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6165         nnmairix-request-group-with-article-number-correction call.
6166         (nnmairix-fast, nnmairix-group): New, less general names, for free
6167         variables passed from nnmairix-request-group to
6168         nnmairix-request-group-with-article-number-correction.  Declare.
6169         (nnmairix-request-group-with-article-number-correction):
6170         Use nnmairix-fast, nnmairix-group rather than fast, group.
6172 2008-02-26  David Engster  <dengste@eml.cc>
6174         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6175         version 0.5.
6177 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6179         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6180         instead of making an extra function call.  Don't add the current group
6181         to articles only when they have the group.  Use
6182         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6183         Reported by David <de_bb@arcor.de>.
6185 2008-02-24  Miles Bader  <miles@gnu.org>
6187         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6188         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6189         (mm-find-mime-charset-region):
6190         * mm-bodies.el (mm-encode-body):
6191         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6193 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6195         * mail-source.el (mail-source-delete-incoming): Change default.
6196         Supplement doc string.
6198         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6200 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6202         * nnmail.el (nnmail-message-id-cache-file): Derive from
6203         `gnus-home-directory'.
6205 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6207         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6208         Document negative prefix.
6210         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6212 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6214         * message.el (message-unsent-separator): Add the Exim bounce
6215         separator.
6217 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6219         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6220         list.
6221         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6222         recipient/signer list.
6224 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6226         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6227         fbound (Emacs 23 unicode), signal an error.
6229 2008-02-08  Glenn Morris  <rgm@gnu.org>
6231         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6233 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6235         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6236         ports to the calls to `netrc-machine-user-or-password' in addition to
6237         "imap" and "imaps".
6239 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6241         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6242         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6243         <hanche@math.ntnu.no>.
6245 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6247         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6249 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6251         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6253         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6255 2008-02-01  Miles Bader  <miles@gnu.org>
6257         * mml.el (mml-parse-1): Remove apparently vestigial use of
6258         `mm-hack-charsets'.
6259         * mm-bodies.el (mm-encode-body): Likewise.
6261 2008-02-01  Kenichi Handa  <handa@m17n.org>
6263         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6264         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6265         (rfc2104-hash): Convert the result of concat to unibyte string.
6267 2008-02-01  Dave Love  <fx@gnu.org>
6269         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6270         coding-system-for-read.
6271         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6273         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6274         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
6275         (mm-find-mime-charset-region): Remove hack-charsets stuff.
6277 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6279         * mail-source.el (mail-sources): Add `group' choice.
6281         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6282         parameter `in-group' to control into which group the articles go.
6283         Add treatment of `group' mail-source.
6285 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6287         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6288         * message.el (message-beginning-of-line): Use featurep instead of bound
6289         tests in order to resolve conditionals at compile time.
6291 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6293         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6295         * mm-decode.el (mm-dissect-buffer): Decode description.
6297         * mml.el (mml-to-mime): Encode message header first.
6299 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6301         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6302         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6304 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6306         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6308 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6310         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6311         prefix keys.
6312         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6313         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6314         gnus-xmas.el.
6316 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6318         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6319         Add new variables for article mark management.
6320         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6321         list of extra data entries which, when present, will indicate that the
6322         article ID should not be trimmed from the registry.
6323         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6324         functions.
6325         (gnus-registry-read-mark): New function to read a mark name from the
6326         user.
6327         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6328         (gnus-registry-set-article-mark-internal): New functions to add and
6329         remove marks.
6330         (gnus-registry-get-article-marks): New function to show the marks for
6331         an article, or retrieve them for further use.
6333 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6335         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6336         keys when no argument is given.
6338 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6340         * gnus-sum.el (gnus-article-sort-by-random)
6341         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6342         jidanni@jidanni.org.
6344 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6346         * gnus-art.el (gnus-article-describe-bindings): New function.
6347         (gnus-article-read-summary-keys): Use it.
6348         (gnus-article-mode-map): Bind `C-h b' to it.
6350 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6352         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6353         XEmacs.
6354         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6355         against non-character events.
6357 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6359         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6360         command.
6361         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6362         instead of END.  Change name of the temp file.
6363         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6364         customizable.
6366 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6368         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6369         bind `S W' to gnus-article-wide-reply-with-original; set default
6370         binding to gnus-article-read-summary-send-keys.
6371         (gnus-article-read-summary-keys): Fix the order of keys; display
6372         continuation keys correctly in the echo area; describe bindings
6373         correctly when keys end with `C-h'.
6374         (gnus-article-read-summary-send-keys): New function.
6375         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6376         for gnus-article-read-summary-send-keys; display continuation keys
6377         correctly in the echo area.
6378         (gnus-article-reply-with-original): Ignore prefix argument.
6379         (gnus-article-wide-reply-with-original): New function.
6381 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6383         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6384         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6386 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6388         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6389         (gnus-group-read-ephemeral-gmane-group): New command.
6391 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6393         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6395 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6397         * message.el (message-send-mail-function): Increase custom version.
6399         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6400         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6402 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6404         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6405         html parts correctly; support forwarded messages.
6406         (gnus-article-browse-html-article): Remove work buffers.
6408         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6409         compiling.
6410         (netrc-bound-and-true-p): New macro.
6411         (netrc-parse): Use it instead of bound-and-true-p that is not available
6412         in XEmacs 21.4.
6414 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6416         * gnus-registry.el (gnus-registry-mark-article)
6417         (gnus-registry-article-marks): Add functionality to mark articles
6418         through the Gnus registry.
6420         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6421         (netrc-parse): Use encrypt-file-alist to determine if
6422         encrypt-find-model or encrypt-insert-file-contents should be used.
6424 2007-12-19  Glenn Morris  <rgm@gnu.org>
6426         * mml.el (message-options-set, message-narrow-to-head)
6427         (message-in-body-p, message-mail-p, message-encode-message-body):
6428         Autoload.
6429         (message-remove-header, message-narrow-to-headers-or-head)
6430         (message-subscribed-p, message-make-mail-followup-to)
6431         (message-position-on-field, message-news-p)
6432         (message-options-set-recipient, message-generate-headers)
6433         (message-sort-headers): Declare as functions.
6435 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6437         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6438         convention in doc string.
6440 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6442         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6443         title to html parts.
6444         (gnus-article-browse-html-article): Pass message header to it.
6446         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6448 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6450         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6451         or password compatible with XEmacs.
6453 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6455         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6456         format document.
6457         (gnus-mime-delete-part): Don't write description line if empty.
6458         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6460 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6462         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6463         (gnus-summary-mark-read-and-unread-as-read)
6464         (gnus-summary-mark-current-read-and-unread-as-read)
6465         (gnus-summary-mark-unread-as-ticked): Doc fix.
6466         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6468 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6470         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6471         Christoph Conrad <christoph.conrad@gmx.de>.
6473 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6475         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6476         yes-or-no-p.
6478 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6480         * mm-decode.el (mm-add-meta-html-tag): New function.
6481         (mm-save-part-to-file, mm-pipe-part): Use it.
6483         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6484         gnus-y-or-n-p instead of y-or-n-p.
6485         (gnus-article-browse-html-parts): Work with message/external-body; use
6486         mm-add-meta-html-tag.
6488 2007-12-11  Glenn Morris  <rgm@gnu.org>
6490         * gnus-cache.el: Require gnus-sum not just when compiling.
6492         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6494         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6495         definitions before use.
6497         * mm-decode.el: Require gnus-util.
6498         (mm-remove-part): Only call delete-annotation on XEmacs.
6500         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6502         * nnmail.el: Require gnus-int.
6504         * spam.el: Move `require's before `eval-when-compile's.
6506         * gnus-ems.el (gnus-alive-p):
6507         * gnus-fun.el (message-goto-eoh):
6508         * gnus-util.el (gnus-group-name-decode):
6509         * mail-source.el (gnus-compress-sequence):
6510         * message.el (Info-goto-node, format-spec):
6511         * mm-bodies.el (message-options-get):
6512         * mm-decode.el (mm-view-pkcs7):
6513         * mm-util.el (gmm-write-region):
6514         * mml-smime.el (mml-compute-boundary)
6515         (gnus-completing-read-with-default):
6516         * mml.el (widget-button-press, gnus-make-hashtable):
6517         * mml1991.el (mm-decode-content-transfer-encoding)
6518         (mm-encode-content-transfer-encoding)
6519         (message-options-get, message-options-set):
6520         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6521         * nnfolder.el (gnus-request-group):
6522         * nnheader.el (ietf-drums-unfold-fws):
6523         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6524         * smime.el (gnus-run-mode-hooks):
6525         * spam-stat.el (gnus-message): Autoload.
6527         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6528         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6529         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6530         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6531         Add declare-function compatibility definition.
6533         * gnus-cache.el (nnvirtual-find-group-art):
6534         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6535         (gnus-add-image, gnus-add-wash-type):
6536         * gnus-group.el (nnkiboze-score-file):
6537         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6538         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6539         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6540         (message-tokenize-header, gnus-get-buffer-create)
6541         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6542         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6543         * gnus.el (gnus-group-decoded-name):
6544         * mail-source.el (imap-capability):
6545         * mm-bodies.el (message-options-set):
6546         * mm-decode.el (gnus-configure-windows):
6547         * mm-extern.el (message-goto-body):
6548         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6549         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6550         (epg-sub-key-validity, message-options-set):
6551         * mml.el (widget-event-point, gnus-configure-windows):
6552         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6553         * mml2015.el (epg-check-configuration, epg-configuration)
6554         (message-options-set):
6555         * nndb.el (nndb-request-article):
6556         * nnfolder.el (gnus-request-create-group):
6557         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6558         * nnmaildir.el (gnus-group-mark-article-read):
6559         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6560         * rfc1843.el (message-fetch-field):
6561         * spam.el (gnus-extract-address-components):
6562         Declare as functions.
6564 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6566         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6568 2007-12-09  Glenn Morris  <rgm@gnu.org>
6570         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6572         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6573         * message.el, mm-view.el, sieve-manage.el, smime.el:
6574         Add declare-function compatibility definition.
6576         * gnus-art.el (w3-region, w3m-region, Info-menu):
6577         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6578         * gnus-sum.el (gnus-get-predicate):
6579         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6580         * message.el (mail-abbrev-in-expansion-header-p):
6581         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6582         (w3m-detect-meta-charset, w3m-region):
6583         * sieve-manage.el (password-read, password-cache-add)
6584         (password-cache-remove):
6585         * smime.el (password-read-and-add): Declare as functions.
6587 2007-12-08  David Kastrup  <dak@gnu.org>
6589         * gnus-sum.el (gnus-summary-simplify-subject-query):
6590         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6591         `message'.
6593 2007-12-07  Glenn Morris  <rgm@gnu.org>
6595         * gnus-art.el (article-make-date-line): Revert previous change.
6597 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6599         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6601 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6603         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6604         Call gnus-add-to-range ranges only once with a prepared article-list.
6606 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6608         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6609         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6610         group names with backslashes.  Reported by Tassilo Horn
6611         <tassilo@member.fsf.org>.
6613 2007-12-06  Deepak Goel  <deego3@gmail.com>
6615         * gnus-art.el (article-make-date-line):
6616         * gnus-start.el (gnus-load):
6617         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6619 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6621         * gnus-art.el (gnus-use-idna)
6622         * gnus-start.el (gnus-site-init-file)
6623         * message.el (message-use-idna)
6624         * mm-uu.el (mm-uu-hide-markers)
6625         * smiley.el (smiley-style): Revert changes that suppress warnings.
6627 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6629         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6630         specify charset to html source.  Reported by Christoph Conrad
6631         <christoph.conrad@gmx.de>.
6633 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6635         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6636         idna-program in order to suppress byte compile warning issued by XEmacs
6637         that came to byte compile the default value section of defcustom forms
6638         recently.
6640         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6641         value of installation-directory.
6643         * message.el (message-use-idna): Don't directly refer to the value of
6644         idna-program.
6646         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6648         * smiley.el (smiley-style): Don't directly call face-attribute.
6650 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6652         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6654         * gnus-dired.el: Reduce Gnus dependencies.
6655         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6656         require.  Use autoloads instead.
6657         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6658         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6659         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6660         (gnus-dired-mode): Adjust doc string.
6661         (gnus-dired-mail-mode): New variable.
6662         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6663         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6664         (gnus-dired-mail-buffers): New function.  Return mail or message
6665         composition buffers.
6666         (gnus-dired-attach): Use it.
6667         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6668         NO-DECODE.
6669         (gnus-dired-print): Use `gnus-print-buffer' depending on
6670         `gnus-dired-mail-mode'.
6672 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6674         * rfc2047.el (rfc2047-encoded-word-regexp)
6675         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6676         explaining what regexp patterns are for.
6678 2007-12-04  Glenn Morris  <rgm@gnu.org>
6680         * password.el: Move to ../password-cache.el.
6682         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6683         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6684         * mml-smime.el (password-read, password-cache-add)
6685         (password-cache-remove):
6686         No need to autoload, since mml-sec requires password.
6688         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6689         * message.el (gnus-extract-address-components):
6690         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6692         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6693         password.
6695 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6697         * mailcap.el: Reduce dependencies.
6698         (mail-header-parse-content-type): Autoload.
6699         (mailcap-delete-duplicates): New alias.
6700         (mailcap-mime-info): Add optional argument NO-DECODE.
6701         (mailcap-mime-types): Use mailcap-delete-duplicates.
6703         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6705 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6707         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6708         function.
6710         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6711         (gnus-uu-yenc-article): New function.
6713         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6715         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6716         buffer.
6718 2007-12-02  Glenn Morris  <rgm@gnu.org>
6720         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
6721         Move to ../net.
6723         * binhex.el, uudecode.el: Move to ../mail.
6725         * encrypt.el: Remove file.
6727 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6729         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6730         matches on patches.
6732         * gnus-art.el (gnus-article-browse-html-article): Mention
6733         `mm-text-html-renderer' in the doc string.
6735         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6736         string.  Add comments.
6738         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6739         if rhs is ASCII.
6741 2007-12-01  Glenn Morris  <rgm@gnu.org>
6743         * dig.el, dns.el: Move to ../net.
6744         * format-spec.el, hex-util.el, sha1.el: Move to ../.
6746         * mail-source.el (top-level): Require format-spec before
6747         eval-when-compile.
6749 2007-11-30  Glenn Morris  <rgm@gnu.org>
6751         * encrypt.el: Require password, rather than autoloading password-read.
6753 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6755         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6756         caller can indicate whether the cache should be disregarded for this
6757         call.  This way the result of the call is reproducible at all times and
6758         can be considered a canonical server name for the supplied method.
6759         (gnus-agent-method-p): Canonicalize server names by pushing their
6760         method through `gnus-method-to-server' using the no-cache argument.
6762         * gnus-srvr.el (gnus-server-insert-server-line): Call
6763         `gnus-method-to-server' with `no-cache' argument.
6765         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6766         gnus-agent-possibly-synchronize-flags as this should be called when the
6767         server is actually being opened.
6768         (gnus-agent-possibly-synchronize-flags)
6769         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6770         flags file of an agentized server to the latter function.
6772         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6773         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6774         after a connection has been established successfully.
6776 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6778         * gnus-art.el (article-display-face): Force to display face if called
6779         interactively; check if gnus-article-x-face-too-ugly matches author.
6780         (article-display-x-face): Display face even if From header is missing
6781         as article-display-face does.
6783 2007-11-28  Richard Stallman  <rms@gnu.org>
6785         * md4.el: Move to ../.
6786         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
6788 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6790         * mail-source.el (mail-sources): Default to fetch from file for
6791         compatibility with default of nnmail-spool-file.
6793 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6795         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6796         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6797         to look for encoded word that should be encoded again.
6798         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6799         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6800         encoding pattern.
6801         (rfc2047-decode-region): Switch strict regexp and loose one according
6802         to rfc2047-allow-irregular-q-encoded-words.
6804 2007-11-26  Simon Josefsson  <simon@josefsson.org>
6806         * imap.el: Move to ../net directory.
6808 2007-11-25  Romain Francoise  <romain@orebokech.com>
6810         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6812 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6814         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6815         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6817         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6818         `nnmail-spool-file'.
6820         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6821         `nnmail-spool-file'.
6823         * gnus-move.el (gnus-change-server): Ditto.
6825         * gnus-kill.el (gnus-batch-score): Ditto.
6827         * gnus-cache.el (gnus-jog-cache): Ditto.
6829         * gnus-msg.el (gnus-summary-reply):
6830         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6832 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6834         * gnus-cache.el (gnus-cache-generate-nov-databases):
6835         Use nnml-generate-nov-databases-directory instead of
6836         nnml-generate-nov-databases-1.
6838 2007-11-24  Glenn Morris  <rgm@gnu.org>
6840         * message.el (message-tool-bar-retro): Update for rename
6841         mail_send.xpm->mail-send.xpm.
6843 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6845         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6846         `smime-ldap-search' for Emacs 22 and up.
6848 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6850         * hashcash.el: Move to ../mail directory.
6852         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
6854         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6855         `smime-ldap-search' for Emacs 22 and up.
6857 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6859         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6861         * message.el (message-send-mail-function): Fix error convention.
6862         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6863         (message-widen-reply, message-send-mail, message-talkative-question)
6864         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6865         (message-clone-locals, message-send-news): Use with-current-buffer.
6866         (message-insert-or-toggle-importance): Remove unused var `valid'.
6867         (message-make-references): Remove unused var `new-references'.
6868         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6870 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6872         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6873         (spam-split-symbolic-return-positive): Reflow docstring.
6874         (spam-backends, spam-summary-exit-behavior)
6875         (spam-mark-ham-unread-before-move-from-spam-group)
6876         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6877         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6878         (spam-clear-cache, spam-backend-check, spam-install-backend)
6879         (spam-install-statistical-backend, spam-list-of-processors)
6880         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6881         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6882         (spam-check-crm114, spam-initialize, spam-unload-hook):
6883         Fix typos in docstrings.
6885 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6887         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6888         been checked if they have never been read and those group levels are
6889         higher than the one that a user specified.
6891 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6893         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6894         foreign groups unless a group level is specified by a user.
6895         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6897 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6899         * message.el (message-send-mail-function): Require sendmail.
6901 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6903         * message.el (message-send-mail-function): Check for smtpmail too.
6905         * utf7.el (utf7-encode, utf7-decode): Use coding system
6906         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6908         * message.el (message-send-mail-function): New function.
6909         (message-send-mail-function): Set default using
6910         message-send-mail-function.  Adjust doc string.
6911         (message-send-mail-with-mailclient): New function.
6913 2007-11-17  Richard Stallman  <rms@gnu.org>
6915         * assistant.el: Remove file.
6917 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6919         * smime.el (from):
6920         * rfc2047.el (message-posting-charset):
6921         * qp.el (mm-use-ultra-safe-encoding):
6922         * pop3.el (parse-time-months):
6923         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6924         * nnml.el (files):
6925         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6926         (jka-compr-compression-info-list, ange-ftp-path-format)
6927         (efs-path-regexp):
6928         * nndiary.el (files):
6929         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6930         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6931         (epg-digest-algorithm-alist, inhibit-redisplay)
6932         (password-cache-expiry):
6933         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6934         (pgg-output-buffer, password-cache-expiry):
6935         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6936         (efs-path-regexp):
6937         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6938         (inhibit-redisplay):
6939         * mm-uu.el (file-name, start-point, end-point, entry)
6940         (gnus-newsgroup-name, gnus-newsgroup-charset):
6941         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6942         (latin-unity-ucs-list):
6943         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6944         (mm-uu-binhex-decode-function):
6945         * message.el (gnus-message-group-art, gnus-list-identifiers)
6946         (rmail-enable-mime-composing, gnus-local-organization)
6947         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6948         (gnus-read-active-file, facemenu-add-face-function)
6949         (facemenu-remove-face-function, gnus-article-decoded-p)
6950         (tool-bar-mode):
6951         * mail-source.el (display-time-mail-function):
6952         * gnus-util.el (nnmail-pathname-coding-system)
6953         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6954         (gnus-original-article-buffer, gnus-user-agent)
6955         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6956         (xemacs-codename, sxemacs-codename, emacs-program-version):
6957         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6958         * gnus-start.el (gnus-agent-covered-methods)
6959         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6960         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6961         (gnus-newsgroup-headers, gnus-group-list-mode)
6962         (gnus-group-mark-positions, gnus-newsgroup-data)
6963         (gnus-newsgroup-unreads, nnoo-state-alist)
6964         (gnus-current-select-method, mail-sources)
6965         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6966         (nnmail-spool-file, gnus-cache-active-hashtb):
6967         * gnus-mh.el (mh-lib-progs):
6968         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6969         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6970         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6971         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6972         (gnus-group-buffer):
6973         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6974         (font-lock-set-defaults):
6975         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6976         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6977         (gnus-summary-post-menu, total-parts, type, condition, length):
6978         * gnus-agent.el (gnus-agent-read-agentview):
6979         * flow-fill.el (show-trailing-whitespace):
6980         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6981         eval-and-compile wrappers for byte compiler pacifiers.
6983         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6984         (mm-display-inline-fontify): Check for featurep 'xemacs not
6985         extent-list.
6987         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6988         itimer-list.
6989         (mm-create-image-xemacs): Only do something for XEmacs.
6990         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6992         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6994         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6995         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6997 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6999         * nnimap.el (nnimap-split-download-body):
7000         * gnus-demon.el (gnus-demon):
7001         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7003 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7005         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7006         macros.
7007         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7008         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7009         copy data from unibyte buffer to multibyte current buffer.
7010         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7011         to copy data from unibyte current buffer to multibyte buffer.
7012         (nntp-make-process-buffer): Make process buffer unibyte.
7014         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7016 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7018         * pop3.el (pop3-open-server): Accept and process data more robustly at
7019         connexion start to avoid spurious "POP SSL connexion failed" errors.
7021 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7023         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7024         read group names.
7026 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7028         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7030 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7032         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7033         (nnmail-save-active): Use a unibyte buffer when saving active file,
7034         which may contain non-ASCII group names.
7036         * nnml.el (nnml-request-group): Decode group names in messages.
7038 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7040         * message.el (message-citation-line-function)
7041         (message-insert-formatted-citation-line): Fix spelling of
7042         `message-insert-formated-citation-line'.
7044 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7046         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7048 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7050         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7051         nnmail-pathname-coding-system.
7053         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7054         that a user enters; decode group names in messages.
7056         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7058 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7060         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7062         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7064         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7065         risky local variable.
7067         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7069 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7071         * encrypt.el: Improve documentation to fix function name typo.
7072         Reported by Daiki Ueno <ueno@unixuser.org>.
7074 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7076         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7077         even if the point is not in the last page of an article.
7078         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7079         back to the previous page.
7081 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7083         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7085 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7087         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7089 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7091         * message.el (message-check-news-body-syntax): Avoid
7092         mm-string-as-multibyte.
7093         (message-hide-headers): Don't assume (point-min)==1.
7095 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7097         * message.el (message-remove-blank-cited-lines): Fix if remove is
7098         given.
7099         (message-bogus-address-regexp): New variable.
7100         (message-bogus-recipient-p): New function.
7101         (message-check-recipients): New command.
7102         (message-syntax-checks): Add `bogus-recipient'.
7103         (message-fix-before-sending): Add `bogus-recipient'.
7105         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7106         (gnus-treat-body-boundary): Don't test window-system.
7108 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7110         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7112 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7114         * gnus.el: Bump version to Gnus v5.13.
7116 2007-10-28  Miles Bader  <miles@gnu.org>
7118         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7119         at compile-time too.
7121 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7123         * gnus-msg.el (gnus-message-setup-hook): Add
7124         `message-remove-blank-cited-lines' to options.
7126 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7128         * message.el (message-remove-blank-cited-lines): New function.
7129         Suggested by Karl Plästerer.
7131 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7133         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7134         mapc.
7136         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7137         (top-level): Use mapc to set functions to be traced for debugging.
7139         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7140         called for effect with while loop.
7142         * message.el (message-talkative-question): Replace mapcar called for
7143         effect with mapc.
7145         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7146         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7147         called for effect with dolist.
7149         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7151         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7152         gnus-extra-headers and nnmail-extra-headers.
7154         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7155         called for effect with dolist.
7156         (top-level): Use mapc to set functions to be traced for debugging.
7158         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7159         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7160         dolist.
7162         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7163         Replace mapcar called for effect with mapc.
7164         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7165         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7166         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7167         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7169         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7170         remove-if that's a cl function.
7172         * webmail.el (webmail-debug): Replace mapcar called for effect with
7173         dolist.
7175 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7177         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7178         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7179         with while loop.
7181         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7182         functions from article-* functions.
7183         (gnus-multi-decode-header): Replace mapcar called for effect with
7184         dolist.
7186         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7187         (gnus-bookmark-show-details): Replace mapcar called for effect with
7188         while loop.
7190         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7191         called for effect with while loop.
7193         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7194         with dolist.
7196         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7197         mapcar called for effect with dolist.
7199         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7201         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7202         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7203         Replace mapcar called for effect with dolist.
7204         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7205         mapc.
7207         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7208         Replace mapcar called for effect with dolist.
7209         (gnus-topic-list): Replace mapcar called for effect with mapc.
7211         * gnus.el: Use mapc instead of mapcar to add autoloads.
7213 2007-10-23  Richard Stallman  <rms@gnu.org>
7215         * gnus-group.el (gnus-group-highlight): Mark as risky.
7217 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7219         * gnus.el (gnus-server-to-method): Return method found first in
7220         gnus-newsrc-alist.
7222         * gnus-art.el (gnus-article-highlight-signature)
7223         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7224         button overlay without the front stickiness.
7226 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7228         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7229         overview buffer needed a catch to receive its throw.
7230         (gnus-agent-flush-cache): Declared as interactive to make this function
7231         easier to use.
7233 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7235         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7236         `next-line'.
7238 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7240         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7241         exclude address matching message-dont-reply-to-names.
7243 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7245         * gnus-util.el (gnus-string<): New function.
7247         * gnus-sum.el (gnus-article-sort-by-author)
7248         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7250 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7252         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7253         the frame-focus tag is set in gnus-buffer-configuration.
7255 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7257         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7258         the front stickiness.
7260 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7262         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7263         url pattern; remove duplicate one.
7264         (gnus-article-extend-url-button): New function.
7265         (gnus-article-add-buttons): Use it.
7266         (gnus-button-push): Use concatenated url that it makes.
7268 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7270         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7271         (sieve-manage-open): Use `mapc' instead of `mapcar'.
7273 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7275         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7276         Don't hardcode point-min==1.
7278 2007-09-30  David Kastrup  <dak@gnu.org>
7280         * gnus-art.el (gnus-article-reply-with-original)
7281         (gnus-article-followup-with-original): When `transient-mark-mode' is
7282         off, refrain from active-region behavior for followups.
7284 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7286         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7287         Fix comment about "iso8859-1".
7289 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7291         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7292         ones returned from the verify-function.
7294         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7295         mml2015-extract-cleartext-signature if extraction failed.
7297 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7299         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7300         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7301         failed.
7303 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7305         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7307 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7309         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7310         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7311         thread for both the null and zero (kill/expire thread) universal prefix
7312         cases.
7313         (gnus-summary-expire-thread): Add new function to expire a thread,
7314         using gnus-summary-kill-thread.
7315         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7316         shortcuts for gnus-summary-expire-thread.
7317         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7318         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7320 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7322         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7323         extras value, so an extras entry can be deleted.
7324         (gnus-registry-delete-extra-entry): Use it.
7325         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7326         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7327         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7328         storage through the gnus-registry, and provide an appropriate API for
7329         it.
7331 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7333         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7334         Suggested by Leo <sdl.web@gmail.com>.
7336         * gnus.el: Do.
7338 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7340         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7341         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7343         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7345         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7346         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7348 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7350         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7351         newline.
7352         (nnmbox-request-accept-article): Don't change article in source buffer;
7353         narrow to header to use message-fetch-field rather than
7354         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7355         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7356         as delimiters; make sure article ends with newline.
7357         (nnmbox-delete-mail): Correct last position of article to be deleted;
7358         ignore X-Gnus-Newsgroup header in article body.
7359         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7360         positions; make sure article ends with newline.
7362         * message.el (message-display-abbrev): Don't infloop when a user
7363         inserts SPC in the beginning of header.
7365 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7367         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7368         list of groups not followed by default.  Fix type to be regexp.
7369         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7371 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7373         * hmac-def.el (define-hmac-function): Switch from old-style to
7374         new-style backquotes.
7376         * md4.el (md4-make-step): Likewise.
7378 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7380         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7381         raw-text coding system when saving .newsrc file, which may contain
7382         non-ASCII group names.
7384 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7386         * gnus-cus.el (gnus-score-extra): New widget.
7387         (gnus-score-extra-convert): New function.
7388         (gnus-score-customize): Use it for Extra.
7390 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7392         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7393         (mml2015-mailcrypt-clear-verify): Use it.
7394         (mml2015-gpg-clear-verify): Use it.
7395         (mml2015-pgg-clear-verify): Use it.
7396         (mml2015-epg-clear-verify): Replace the current part with the output
7397         from GnuPG; don't extract the plaintext by itself.
7399         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7400         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7401         mml2015-clear-verify-function; don't touch the armor headers or
7402         dash-escaped text here.
7404 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7406         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7407         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7408         parts, or application/octet-stream as a last resort.
7409         (gnus-mime-view-part-as-type): Don't toggle display.
7410         (gnus-mime-view-part-as-charset): Don't turn off display before
7411         querying charset.
7413         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7414         stuff to undisplayer function in Emacs.
7415         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7417         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7418         text/calendar parts.
7420 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7422         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7423         decoding text/calendar parts.
7425         * message.el (message-forward-make-body-mime): Always mark body as
7426         having no illegible text; remove signed-or-encrypted argument.
7427         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7429         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7430         (mml-generate-mime-1): Don't encode body if it is specified to be in
7431         raw form; don't make buffer be unibyte when inserting multibyte string.
7433 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7435         * sha1.el: Fix up comment style.
7436         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7437         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7439         * hex-util.el: Fix up comment style.
7440         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7442         * gnus-salt.el: Use with-current-buffer.
7443         (gnus-pick-setup-message): Fix long-standing typo.
7445 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7447         * imap.el (imap-logout-timeout): New variable.
7448         (imap-logout, imap-logout-wait): New functions.
7449         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7451         * nnimap.el (nnimap-logout-timeout): New server variable.
7452         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7453         nnimap-logout-timeout.
7455         * gnus-art.el (gnus-article-summary-command-nosave)
7456         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7458 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7460         * gnus.el (gnus-maximum-newsgroup): New variable.
7462         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7463         according to gnus-maximum-newsgroup.
7465         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7466         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7467         Limit the range of articles according to gnus-maximum-newsgroup.
7469 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7471         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7472         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7473         Don't perform gnus-configure-windows here; reuse existing sticky
7474         article buffer.
7476         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7477         it doesn't exist in gnus-article-mode.
7479 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7481         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7482         (gnus-agent-decoded-group-name): New function.
7483         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7484         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7486 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7488         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7489         Add binding for gnus-sticky-article.
7490         (gnus-summary-exit): Don't kill sticky article buffers.
7492         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7493         article buffer.
7494         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7495         (gnus-kill-sticky-article-buffers): New commands.
7497 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7499         * nntp.el (nntp-xref-number-is-evil): New server variable.
7500         (nntp-find-group-and-number): If it is non-nil, don't trust article
7501         numbers in the Xref header.
7503 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7505         * gnus-agent.el (gnus-agent-read-group): New function.
7506         (gnus-agent-flush-group, gnus-agent-expire-group)
7507         (gnus-agent-regenerate-group): Use it.
7508         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7509         nnmail-pathname-coding-system.
7511 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7513         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7515         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7516         that are unread as unread, and also as selected so that information of
7517         marks having been changed by a user may be updated when exiting group.
7519 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7521         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
7523 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7525         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7526         calculated ignoring signature parts to gnus-treat-article.
7528 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7530         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7531         a point here in order to keep the window start.
7532         (gnus-insert-mime-security-button): Make a button overlay without the
7533         front stickiness.
7534         (gnus-mime-display-security): Goto the end of a button.
7536         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7538 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7540         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7541         group-name-at-point.
7542         (gnus-group-completing-read): New function that offers decoded
7543         non-ASCII group names for completion.
7544         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7545         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7546         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7547         (gnus-group-fetch-control): Use it.
7548         (gnus-fetch-group): Use group-name-at-point for the initial value
7549         rather than the default value; use gnus-alive-p.
7551         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7552         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7553         (gnus-summary-post-news): Use gnus-group-completing-read.
7555         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7556         (gnus-read-move-group-name): Decode group name for completion.
7558 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7560         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7561         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7562         Yamaoka slightly modified the code).
7564 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7566         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7567         (nnmail-split-incoming): Bind it.
7569         * nnml.el (nnml-group-name-charset): New function.
7570         (nnml-decoded-group-name): Use it; don't decode group name if
7571         nnmail-group-names-not-encoded-p is non-nil.
7572         (nnml-encoded-group-name): New function.
7573         (nnml-group-pathname): Inline nnml-decoded-group-name.
7574         (nnml-request-expire-articles): Decode group name in message.
7575         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7576         nnmail-pathname-coding-system.
7577         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7578         not decoded ones according to nnmail-group-names-not-encoded-p.
7579         (nnml-generate-active-info): Use nnml-encoded-group-name.
7581 2007-08-08  Glenn Morris  <rgm@gnu.org>
7583         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7584         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7585         doc-strings and comments.
7587 2007-07-25  Glenn Morris  <rgm@gnu.org>
7589         * Relicense all FSF files to GPLv3 or later.
7591 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7593         * gnus-sum.el (gnus-summary-move-article): Make
7594         gnus-summary-respool-article work.
7596 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7598         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7599         string.
7601 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7603         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7604         that should be ignored when comparing distant RSS articles with local
7605         ones.
7606         (nnrss-make-hash-index): New function.  Create a hash index according
7607         to the ignored fields.
7608         (nnrss-check-group): Use it.
7610 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7612         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7614         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7616         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7617         the new optional argument ENCODED is non-nil.
7618         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7619         coding system for encoding group name.
7620         (gnus-group-make-rss-group): Pass un-encoded group name to
7621         gnus-group-make-group.
7622         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7623         encoded.
7625         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7626         Encode group name to which articles are moved or copied.
7627         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7628         coding system for encoding Newsgroup, Followup-To and Xref headers.
7630         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7631         marks; use nnheader-file-coding-system to write a file.
7632         (nnagent-retrieve-headers): Bind file-name-coding-system to
7633         nnmail-pathname-coding-system.
7635         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7637         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7638         (nnml-request-article, nnml-request-create-group)
7639         (nnml-request-rename-group, nnml-find-id)
7640         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7641         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7642         (nnml-save-marks): Use nnml-group-pathname instead of
7643         nnmail-group-pathname.
7645         (nnml-request-create-group, nnml-request-expire-articles)
7646         (nnml-request-move-article, nnml-request-delete-group)
7647         (nnml-deletable-article-p, nnml-possibly-create-directory)
7648         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7649         (nnml-open-marks): Bind file-name-coding-system to
7650         nnmail-pathname-coding-system.
7652         (nnml-request-article): Pass server argument to nnml-find-group-number.
7653         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7654         server argument to nnml-possibly-create-directory.
7655         (nnml-request-accept-article): Pass server argument to
7656         nnml-active-number and nnml-save-mail.
7657         (nnml-find-group-number): Pass server argument to nnml-find-id.
7658         (nnml-request-update-info): Pass server argument to
7659         nnml-marks-changed-p.
7661         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7662         (nnml-save-mail, nnml-active-number): Add server argument.
7664         (nnml-request-delete-group): Warn if group is missing.
7665         (nnml-get-nov-buffer): Decode group name.
7666         (nnml-generate-active-info): Encode group name.
7667         (nnml-open-marks): Decode group name in messages.
7669 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7671         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7672         if it is not specified.
7673         (gnus-article-pipe-part, gnus-article-save-part)
7674         (gnus-article-interactively-view-part, gnus-article-copy-part)
7675         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7676         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7677         (gnus-article-replace-part, gnus-article-delete-part)
7678         (gnus-article-view-part-as-type): Pass raw prefix argument to
7679         gnus-article-part-wrapper.
7681 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7683         * gnus-agent.el (gnus-agent-save-active): Bind
7684         nnheader-file-coding-system to gnus-agent-file-coding-system.
7686         * gnus-cache.el (gnus-cache-save-buffers)
7687         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7688         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7689         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7690         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7691         (gnus-cache-generate-active, gnus-cache-rename-group)
7692         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7693         (gnus-cache-update-overview-total-fetched-for): Bind
7694         file-name-coding-system to nnmail-pathname-coding-system.
7695         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7696         variables.
7697         (gnus-cache-decoded-group-name): New function.
7698         (gnus-cache-file-name): Use it.
7699         (gnus-cache-generate-active): Use non-decoded group name for active.
7701         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7702         right place.
7703         (gnus-write-active-file): Don't break non-ASCII group names.
7705         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7706         nnmail-pathname-coding-system.
7708         * gnus-uu.el (gnus-uu-decode-save): Typo.
7710 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7712         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7714 2007-07-14  David Kastrup  <dak@gnu.org>
7716         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
7717         finishing actions if we did not edit the article.
7719 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7721         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7722         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7723         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7724         (gnus-agent-flush-group, gnus-agent-flush-cache)
7725         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7726         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7727         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7728         (gnus-agent-regenerate-group)
7729         (gnus-agent-update-files-total-fetched-for)
7730         (gnus-agent-update-view-total-fetched-for): Bind
7731         file-name-coding-system to nnmail-pathname-coding-system.
7732         (gnus-agent-group-pathname): Don't encode file names by
7733         nnmail-pathname-coding-system.
7734         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7735         coding-system-for-write instead of buffer-file-coding-system to
7736         gnus-agent-file-coding-system.
7738         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7739         Decode group name.
7741         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7743         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7744         (gnus-read-newsrc-el-file): Make group names unibyte.
7746         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7747         nnmail-pathname-coding-system.
7749         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7750         (nnrss-request-delete-group): Bind file-name-coding-system to
7751         nnmail-pathname-coding-system.
7752         (nnrss-read-server-data, nnrss-read-group-data): Bind
7753         file-name-coding-system correctly.
7754         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7756         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7757         (nntp-server-to-method-cache): New variable.
7758         (nntp-group-pathname): New function that decodes non-ASCII group names.
7759         (nntp-possibly-create-directory, nntp-marks-changed-p)
7760         (nntp-save-marks, nntp-open-marks): Use it.
7761         (nntp-possibly-create-directory, nntp-open-marks):
7762         Bind file-name-coding-system to nnmail-pathname-coding-system.
7763         (nntp-open-marks): Decode group names when bootstrapping marks.
7765         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7766         Newsgroups and Folowup-To headers.
7768 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7770         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7771         (gnus-server-closed-face, gnus-server-denied-face)
7772         (gnus-server-offline-face): Remove variable.
7773         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7775         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7776         of modifying message-stack directly for XEmacs.
7778         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7779         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7780         if the coding-system argument is nil for XEmacs.
7782         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7783         mm-charset-override-alist.
7785         * rfc2047.el: Don't require base64; require rfc2045 for the function
7786         rfc2045-encode-string.
7787         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7788         to quote the parameter value.
7790 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7792         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7793         form in gnus-group-name-charset-method-alist.
7795         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7796         overrides the default layout edit-form.
7798         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7800         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7802 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7804         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7805         as unfetched articles.
7807 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7809         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7811 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7813         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7814         original back end that keeps marks in the local system.
7816 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7818         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7819         arg of pop-to-buffer for XEmacs.
7820         (gnus-article-read-summary-keys): Ditto; don't restore window
7821         configuration if summary command ends up with neither article buffer
7822         nor summary buffer; describe bindings if summary keys end with C-h.
7824 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7826         * message.el (message-fix-before-sending): Skip raw message part to be
7827         forwarded while checking illegible text.
7828         (message-forward-make-body-mime, message-forward-make-body): Mark
7829         signed or encrypted raw message as having no illegible text.
7831 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7833         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7834         (gnus-message-with-timestamp-1): New macro.
7835         (gnus-message-with-timestamp): New function.
7836         (gnus-message): Use them.
7838         * nnheader.el (nnheader-message): Use them.
7840 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7842         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7843         .newsrc.eld file.
7845 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7847         * gnus-agent.el (gnus-agent-fetch-headers)
7848         (gnus-agent-retrieve-headers): Bind
7849         gnus-decode-encoded-address-function to identity.
7851         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7852         available also when the server returns simply a dot.
7854         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7856 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7858         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7860 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7862         * gnus-ems.el (gnus-x-splash): Make it work.
7864         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7865         from being used.
7867 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7869         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7870         the front stickiness.
7871         (gnus-article-summary-command-nosave): Correct the order of the
7872         arguments passed to pop-to-buffer.
7873         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7874         summary command ends up with the article buffer.
7876         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7877         the same faces.
7879 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7881         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7883 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7885         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7886         * gnus-sum.el (gnus-summary-highlight):
7887         * mail-source.el (mail-source-delete-old-incoming-confirm):
7888         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7890 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7892         * gnus-art.el (gnus-mime-view-part-externally)
7893         (gnus-mime-view-part-internally): Fix predicate function passed to
7894         completing-read.
7896         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7898         * gnus.el (gnus-update-message-archive-method): Add :version.
7900 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7902         * gnus.el (gnus-update-message-archive-method): New variable.
7904         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7905         according to gnus-message-archive-method if
7906         gnus-update-message-archive-method is non-nil.
7908 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7910         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7911         by Loic Dachary <loic@dachary.org>.
7912         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7914 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7916         * message.el (message-pop-to-buffer): Add switch-function argument.
7917         (message-mail): Pass switch-function argument to it.
7919 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7921         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7922         Improve doc string.
7924 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7926         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7927         (gnus-header-content)
7928         * gnus-cite.el (gnus-cite-10)
7929         * gnus-srvr.el (gnus-server-closed)
7930         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7931         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7932         (gnus-group-mail-3-empty, gnus-group-mail-low)
7933         (gnus-group-mail-low-empty, gnus-splash)
7934         * message.el (message-header-to, message-header-cc)
7935         (message-header-subject, message-header-other, message-header-name)
7936         (message-header-xheader, message-separator, message-cited-text)
7937         (message-mml): Lighten colors of faces used for dark background.
7939 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7941         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7942         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7944 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7946         * message.el (message-narrow-to-headers-or-head):
7947         Ignore mail-header-separator in the body.
7949 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7951         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7952         same as window size.
7954 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7956         * message.el (message-font-lock-keywords): Use message-header-xheader
7957         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7958         ahead of the anything pattern, to get it recognised.
7960 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7962         * gnus-sum.el (gnus-articles-to-read)
7963         (gnus-summary-insert-old-articles): Don't truncate group name for
7964         `read-string'.
7966         * gnus-util.el (gnus-limit-string): Delete this function.
7968         * gnus-sum.el (gnus-simplify-subject-fully): Use
7969         `truncate-string-to-width' instead.
7971 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7973         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7974         if, on summary exit, the next group has to be selected.
7975         (gnus-summary-exit): Use it.
7977 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7979         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7980         non-break space.
7982 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7984         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7985         Check if group is not a directory.
7986         (nnfolder-request-expire-articles): Don't delete articles if the target
7987         group is not available.
7989         * nnml.el (nnml-request-create-group): Properly check if group is not a
7990         file.
7991         (nnml-request-expire-articles): Don't delete articles if the target
7992         group is not available.
7994         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7995         Don't quote characters that are within parentheses.
7997 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7999         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8000         (gnus-handle-ephemeral-exit): Select article according to it.
8002 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8004         * message.el (message-insert-formated-citation-line): Remove newline.
8005         (message-citation-line-format): Add final \n here so that the user can
8006         avoid a blank line.
8008 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8010         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8011         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8012         Update lanl/arXiv support.
8014 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8016         * gnus.el: Bump version number.
8018 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8020         * gnus.el (gnus-version-number): Bump version.
8022 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8024         * gnus.el: No Gnus v0.6 is released.
8026 2007-04-27  Didier Verna  <didier@xemacs.org>
8028         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8029         * gmm-utils.el (gmm-regexp-concat): here.
8030         * message.el: Don't require 'gnus-util.
8031         (message-dont-reply-to-names): Handle name change above.
8032         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8034 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8036         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8037         since the initial value varies according to the system.
8039 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8041         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8043 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8045         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8047 2007-04-24  Didier Verna  <didier@xemacs.org>
8049         Improve the type of gnus-ignored-from-addresses.
8050         * gnus-util.el (gnus-orify-regexp): New function.
8051         * message.el (gnus-util): Require it.
8052         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8053         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8054         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8056 2007-04-24  Didier Verna  <didier@xemacs.org>
8058         * gnus-sum.el:
8059         * gnus-utils.el: Fix some trailing whitespaces.
8061 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8063         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8064         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8065         article's Message-ID; refer parent article in summary buffer.
8067         * message.el (message-bounce): Call mime-to-mml.
8069 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8071         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8073 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8075         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8076         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8077         displayed of multipart/alternative part if it is invoked from summary
8078         buffer.
8080         * mm-view.el (mm-inline-text-html-render-with-w3m)
8081         (mm-inline-text-html-render-with-w3m-standalone)
8082         (mm-inline-render-with-function): Use mail-parse-charset by default.
8084 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8086         * parse-time.el (parse-time-string-chars): Check if CHAR
8087         is less than the length of parse-time-syntax.
8089 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8091         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8092         from gnus-newsgroup-processable.
8094 2007-04-16  Didier Verna  <didier@xemacs.org>
8096         * gnus-msg.el (gnus-configure-posting-styles): Handle
8097         message-signature-directory properly with :file syntax.  Reported by
8098         "Leo".
8100 2007-04-11  Didier Verna  <didier@xemacs.org>
8102         New user option: message-signature-directory.
8103         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8104         * message.el (message-insert-signature): Ditto.
8105         * message.el (message-signature-file): Doc update.
8106         * message.el (message-signature-directory): New.
8108 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8110         * gnus-msg.el (gnus-inews-yank-articles): Use
8111         message-exchange-point-and-mark instead of exchange-point-and-mark.
8113 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8115         * message.el (message-yank-original): Make sure cited text ends with
8116         newline; don't exchange point and mark.
8118 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8120         * tls.el (open-tls-stream): Properly handle case where there
8121         is no associated buffer.
8123 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8125         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8126         message-yank-original, make sure (< mark TEXT point).
8128 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8130         * message.el (message-fill-column): New variable.
8131         (message-mode): Use it.  Add comment on a possible new hook.
8133         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8134         (nnmail-get-new-mail): Reformat.
8136         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8138         * gmm-utils.el: Fix Commentary.
8139         (gmm-tool-bar-from-list): Fix typo in doc string.
8141 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8143         * message.el (message-yank-original): Don't switch point and mark
8144         unnecessarily to put point and mark as documented.
8146 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8148         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8149         from the message heads.
8151 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8153         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8154         article buffer does not have a window.  This may not be the best
8155         solution but is certainly better than setting the start of the null,
8156         that is the current, window.
8158 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8160         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8161         (gnus-draft-setup): Run it.
8163         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8164         gnus-score-fast-scoring.  Allow regexp.
8165         (gnus-score-headers): Use it.
8167         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8168         XEmacs.
8170         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8171         string.
8172         (gnus-button-alist): Also catch `<f1> k ...'.
8173         (gnus-treat-display-x-face): Fix doc string.
8175 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8177         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8178         evaluation of gnus-extended-version to ensure correct generation of the
8179         User-Agent header when message-generate-headers-first is used.
8181 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8183         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8184         hashcash-path is nil.  Don't call callback with incorrect number of
8185         parameters if val is 0.
8187 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8189         * message.el (message-required-news-headers):
8190         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8192 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8194         * message.el (message-generate-new-buffers): Change the meaning of the
8195         nil value; add `standard' to the choices; treat t as `unique'; improve
8196         doc string.
8197         (gnus-select-frame-set-input-focus): Autoload.
8198         (message-buffer-name): Search for the existing message buffer if
8199         message-generate-new-buffers is nil or `standard'; treat the value t of
8200         message-generate-new-buffers as `unique'.
8201         (message-pop-to-buffer): Raise the frame already displaying the message
8202         buffer; clear the echo area after querying.
8203         (message-setup): Pass the `continue' argument to compose-mail.
8204         (message-mail): Prefer `switch-function' if it is given; search for the
8205         existing message buffer if the `continue' argument is non-nil; pass
8206         continue and switch-function arguments to compose-mail by way of
8207         message-setup.
8208         (message-mail-other-window): Adjust argument of message-setup.
8209         (message-mail-other-frame): Ditto.
8211 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8213         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8214         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8215         to turn font-lock on when turning gnus-message-citation-mode on.
8217 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8219         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8220         (mml-smime-function-alist): New variable; add epg as the backend.
8221         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8222         mml-smime- functions instead.
8223         * mm-view.el: Require smime.
8225 2007-03-05  Didier Verna  <didier@xemacs.org>
8227         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8228         instead of just inheritance for posting styles.
8229         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8231 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8233         * tls.el (tls-certtool-program): Fix custom type.
8235 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8237         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8238         and point-at-eol instead of line-(beginning|end)-position.
8240         * assistant.el (assistant-parse-buffer): Ditto.
8242 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8244         * mml2015.el (mml2015-epg-find-usable-key): New function.
8245         (mml2015-epg-sign): Use it.
8246         (mml2015-epg-encrypt): Use it.
8248 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8250         * message.el (message-make-in-reply-to): Quote name containing
8251         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8252         if there are special characters.  Reported by NAKAJI Hiroyuki
8253         <nakaji@jp.freebsd.org>.
8255 2007-02-27  Didier Verna  <didier@xemacs.org>
8257         Include the group parameters as well as the topic ones in the
8258         inheritance filter process.
8259         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8260         argument GROUP-PARAMS-LIST.
8261         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8263 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8265         * nntp.el (nntp-never-echoes-commands)
8266         (nntp-open-connection-functions-never-echo-commands): New variables.
8267         (nntp-send-command): Use them.
8269 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8271         * mml2015.el (mml2015-epg-verify): Simplified.
8273 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8275         * mml.el (mml-content-disposition-alist): New user option.
8276         (mml-content-disposition): New function.
8277         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8278         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8280 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8282         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8283         verification.
8285 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8287         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8288         articles posted in the last 24 hours.
8290 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8292         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8294 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8296         * nntp.el (nntp-send-command): Don't wait for echoes when
8297         nntp-open-ssl-stream is used.
8299 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8301         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8302         (gnus-message-add-citation-keywords)
8303         (gnus-message-remove-citation-keywords): Remove.
8304         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8305         directly, make the variables in font-lock-defaults buffer-local, add
8306         gnus-message-citation-keywords to them and then update the value of
8307         font-lock-keywords.
8309 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8311         * message.el (message-cite-original-1): Don't call
8312         gnus-article-highlight-citation.
8314         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8315         citations; fix line count.
8317 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8319         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8320         (gnus-message-add-citation-keywords)
8321         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8322         versions of font-lock-add-keywords and font-lock-remove-keywords to
8323         work with XEmacs correctly.
8325 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8327         * gnus-cite.el (gnus-cite-face-list): Set the values of
8328         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8329         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8330         (gnus-message-cite-prefix-regexp): New variable.
8331         (gnus-message-search-citation-line): Use it; protect against long
8332         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8333         the 0th match data for Emacs.
8334         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8335         (gnus-message-add-citation-keywords): Append keywords rather than
8336         prepending; emulate font-lock-add-keywords if it is not available.
8337         (gnus-message-remove-citation-keywords): Emulate
8338         font-lock-remove-keywords if it is not available.
8340         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8342         * message.el (message-cite-prefix-regexp): Set the value of
8343         gnus-message-cite-prefix-regexp.
8345 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8347         * nnweb.el (nnweb-google-parse-1): Update parser.
8349 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8351         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8353 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8355         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8356         regexp.
8358 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8360         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8361         string-to-multibyte.
8362         (uudecode-decode-region-internal): Use it.
8364 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8366         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8367         custom choice.
8369         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8371 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8373         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8375         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8376         `write-region' to respect `mm-inhibit-file-name-handlers'.
8378 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8380         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8381         Use gnus-home-directory instead of "~/" or "$HOME".
8383 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8385         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8386         to mention filename.
8387         Add comments at beginning regarding usage.
8388         (encrypt-write-file-contents): Change interactive so a string is
8389         acceptable.  If the file has no associated model, show an error instead
8390         of a nonsense prompt.
8392 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8394         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8395         Thanks to Yoshihiko Yamada for kind notification of this typo.
8397 2007-01-12  Kenichi Handa  <handa@m17n.org>
8399         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8400         multibyte buffer.
8402 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8404         * gnus-score.el (gnus-score-fast-scoring): New variable.
8405         (gnus-score-headers): Use it.
8407         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8409         * message.el (message-cite-original-1): Call
8410         gnus-article-highlight-citation if requested.
8411         (message-make-from): Allow name and address as optional arguments.
8413         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8415         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8416         bugs to doc string.
8417         (gnus-button-alist): Add mid\\|message-id.
8418         (gnus-button-fetch-group): Extend for use in
8419         `browse-url-browser-function'.
8420         (gnus-button-url-regexp): Try to catch paired parentheses like in
8421         Wikipedia URLs.
8423         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8424         Suggested by Simon Krahnke <overlord@gmx.li>.
8426 2007-01-13  Romain Francoise  <romain@orebokech.com>
8428         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8429         Update copyright.
8431 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8433         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8435 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8437         * gnus-registry.el (gnus-registry-unfollowed-groups)
8438         (gnus-registry-split-fancy-with-parent): Fix documentation.
8440 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8443         from nnweb groups.
8445 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8448         Xref urls.  Erase buffer before requesting head.
8450         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8452 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8454         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8455         customizable.
8457 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8459         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8460         no signing key is found.
8461         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8462         no encrypting and/or signing key is found.
8464 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8466         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8468 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8470         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8471         headers read from disk with the ones newly found in the current search.
8472         This should no longer cause problems, because the article numbers in
8473         Gmane's `nov.php' output are ignored since the previous change.
8475 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8477         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8479 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8481         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8483 2007-01-01  Romain Francoise  <romain@orebokech.com>
8485         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8487 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8489         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8490         `define-minor-mode' macro definition expanded properly.
8491         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8492         exclude it there.
8494         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8495         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8496         `fboundp' test.
8497         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8498         This is OK to autoload in (S)XEmacs now.
8500 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8503         keystroke.
8504         (gnus-summary-limit-to-singletons): Fix typo.
8506         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8507         else fails.
8509 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8511         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8512         docstring.
8514         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8515         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8516         (gnus-summary-insert-dormant-articles): Fix typo in message.
8518 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8520         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8521         nil for XEmacs.
8522         (gnus-message-citation-mode): Don't autoload in XEmacs.
8524         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8526 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8528         * nnimap.el (nnimap-expunge-search-string): Mention
8529         nnimap-search-uids-not-since-is-evil in docstring.
8531 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8533         * spam.el: Revert to make-obsolete-variable because
8534         define-obsolete-variable-alias is not supported in Emacs 21.
8536         * spam.el (spam-ifile-path, spam-ifile-database-path)
8537         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8538         make-obsolete-variable.
8539         (spam-bsfilter-path, spam-bsfilter-program)
8540         (spam-spamassassin-path, spam-spamassassin-program)
8541         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8542         use "path" inappropriately.
8543         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8544         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8545         variable names.
8547 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8549         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8550         summary buffer.
8552         * password.el (password-cache-remove): Use clear-string to burn
8553         password, if available.
8555 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8557         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8559         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8561         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8562         (gnus-message-highlight-citation): Move defcustom here from
8563         gnus-cite.el.
8564         (gnus-message-citation-mode): Autoload.
8566         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8567         checks to make it compile with XEmacs.
8568         (gnus-message-citation-mode): New minor mode.
8569         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8570         (gnus-message-highlight-citation): New variables.
8571         (gnus-message-search-citation-line)
8572         (gnus-message-add-citation-keywords)
8573         (gnus-message-remove-citation-keywords)
8574         (turn-on-gnus-message-citation-mode)
8575         (turn-off-gnus-message-citation-mode): New functions.
8577 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8579         * gnus-cite.el: Enable highlighting of different citation levels in
8580         message-mode.
8582 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8584         * message.el (message-make-fqdn): Fix comment.
8585         (message-bogus-system-names): Add ".local".
8587         * spam.el (spam-ifile-path, spam-ifile-program)
8588         (spam-ifile-database-path, spam-ifile-database)
8589         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8590         Don't use "path" inappropriately.
8591         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8592         strings.
8593         (spam-check-ifile, spam-ifile-register-with-ifile)
8594         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8595         new variable names.
8597         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8598         (gnus-treat-display-smileys): Simplify using
8599         gnus-image-type-available-p.
8601         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8602         available.
8604 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8606         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8607         one after turning on the buffer's multibyteness instead of decoding
8608         them directly in the unibyte buffer that causes unexpected conversion
8609         in Emacs 23 (unicode).
8611 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8613         * message.el (message-generate-hashcash): Fix custom type.
8615 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8617         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8619 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8621         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8622         disconnect icons.  Add help text.
8624 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8626         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8627         negated to be consistent with the others we handle.
8629 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8631         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8632         version of gnus-summary-buffer to something, so that we can use two
8633         article buffers at the same time.
8635 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8637         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8638         trigger all the extra headers.
8639         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8640         sorting.
8642 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8644         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8645         solid groups.
8647 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8649         * legacy-gnus-agent.el: Add Copyright notice.
8651 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8653         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8655 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8657         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8659         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8660         to make it work reliably in CVS Emacs.
8661         (gnus-summary-limit-strange-charsets-predicate)
8662         (gnus-summary-limit-to-predicate): New functions.
8664 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8666         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8667         specifying array size.
8668         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8669         array if it is too small.
8670         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8671         (gnus-sort-threads-loop): New function.
8673 2006-12-06  Chris Moore  <dooglus@gmail.com>
8675         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8676         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8678 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8680         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8681         options.
8683 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8685         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8686         DOS-ing the recipient.
8688         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8689         the headers when creating the mapping to avoid mismappings.
8690         (nnweb-gmane-create-mapping): Always nix out old mapping.
8692 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8694         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8695         and mm-verify-option to never.
8697 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8699         * message.el (message-signed-or-encrypted-p): New function.
8700         (message-forward-make-body): Use it.
8702         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8703         Replace encode-coding-string with mm-encode-coding-string.
8705 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8707         * nneething.el (nneething-decode-file-name): Replace
8708         decode-coding-string with mm-decode-coding-string.
8710         * gnus-int.el (gnus-open-server): Say failed server's name.
8712 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8714         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8715         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8717         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8718         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8719         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8720         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8721         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8722         (gnus-subscribe-newsgroup, gnus-1):
8723         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8724         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8725         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8726         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8728 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8731         keystroke.
8732         (gnus-summary-limit-to-bodies): Implement headersp.
8734 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8736         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8738 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8740         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8742 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8744         * message.el (message-generate-hashcash): Expand range of values to
8745         include `opportunistic'.
8746         (message-send-mail): Use it.
8748 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8750         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8751         and comment it.
8753         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8755 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8757         * gnus-util.el (gnus-extract-address-components): Improve comment.
8759 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8761         * gnus-util.el (gnus-extract-address-components): Work with address in
8762         which the name portion contains @.
8764 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8766         * gnus.el (gnus-start): Move custom group up.
8767         (gnus-select-method): Don't autoload, but make it available for
8768         `customize-variable'.
8769         (gnus-getenv-nntpserver): Don't autoload.
8771 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8773         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8775 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8777         * message.el (message-sendmail-extra-arguments): New variable.
8778         (message-send-mail-with-sendmail): Use it.
8780 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8782         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8783         mm-with-unibyte-current-buffer to make string unibyte.
8785         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8786         mm-string-as-multibyte.
8788 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8790         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8791         Reported by Werner Koch <wk@gnupg.org>.
8793 2006-11-14  Daiki Ueno  <ueno@p360>
8795         * mml2015.el: Autoload epa-select-keys when compiling.
8797 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8799         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8800         message-options.
8801         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8803 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8805         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8806         EasyPG (< 0.0.6).
8807         (mml2015-always-trust): New user option.
8808         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8809         prompt.
8811 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8813         * nntp.el (nntp-authinfo-force): New variable.
8814         (nntp-send-authinfo): Use it.
8816 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8818         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8819         decode encoded words.  Improve prompt.  Add comment about forwarding.
8820         (message-replacement-char): Move up.
8822 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8824         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8825         instead of gnus-intersection because arguments of gnus-sorted-nunion
8826         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8828 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8830         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8831         (message-simplify-subject-functions): Enable
8832         message-strip-subject-encoded-words by default.
8834 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8836         * message.el (message-strip-subject-encoded-words): New function.
8837         (message-simplify-subject-functions): New variable.
8838         (message-simplify-subject): Use it.  Fix typo in doc string.
8839         Support message-strip-subject-encoded-words.
8841 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8843         * gnus-diary.el (gnus-diary-delay-format-function):
8844         * nndiary.el (nndiary-reminders):
8845         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8847 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8849         * gnus-art.el (article-hide-boring-headers): Fetch date from
8850         gnus-original-article-buffer to avoid problems with localized date
8851         strings.
8853 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8855         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8857 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8859         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8860         New variables.
8861         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8862         (mm-charset-synonym-alist): Move some entries to
8863         mm-codepage-iso-8859-list.
8864         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8865         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8867 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8869         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8871 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8873         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8874         with Emacs 21 and XEmacs.
8876 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8878         * spam.el (spam-parse-address): New function for better parsing,
8879         catching errors, etc.
8880         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8882 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8884         * mm-view.el: Add interactive arg to html2text autoload.
8886 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8888         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8890 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8892         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8893         variables.
8894         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8895         (mm-charset-synonym-alist): Move some entries to
8896         mm-codepage-iso-8859-list.
8898         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8900 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8902         * message.el (message-citation-line-format)
8903         (message-insert-formated-citation-line): Fix implementation of %E, %N
8904         and %n according to the doc string.
8906 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8908         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8909         car-safe to avoid bad parses.
8911 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8913         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8914         names.
8916         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8918 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8920         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8921         header.
8923         * message.el (message-draft-headers): Add Date.
8924         (message-headers-to-generate): Fix typo in docstring.
8926         * nndraft.el (nndraft-required-headers): New variable.
8927         (nndraft-generate-headers): Use it.
8929         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8931 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8933         * gnus-registry.el (gnus-registry-wash-for-keywords)
8934         (gnus-registry-find-keywords): New functions to allow easy searching of
8935         articles that are in the registry.
8937 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8939         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8940         ietf-drums-parse-address instead of gnus-extract-address-components.
8941         Reported by Damien Elmes <damien@repose.cx>.
8943 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8945         * gnus.el (gnus-mime): Remove unused custom group.
8947 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8949         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8950         "blank line" when searching for end of armor headers.
8952 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8954         * gmm-utils.el (gmm-write-region): Fix variable name.
8956 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8958         * gmm-utils.el (gmm-write-region): New function based on compatibility
8959         code from `mm-make-temp-file'.
8961         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8963         * nnmaildir.el (nnmaildir--update-nov)
8964         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8965         Use `gmm-write-region'.
8967 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8969         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8970         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8972         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8974         * message.el (message-replacement-char): New variable.
8975         (message-fix-before-sending): Use it.
8976         (message-simplify-subject): New function to remove duplicate code.
8977         (message-reply, message-followup): Use it.
8979         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8980         gnus-summary-limit-to-articles.
8982 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8984         * gnus-util.el (gnus-with-local-quit): New macro.
8986         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8988 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8990         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8991         ignore non-string data.
8993 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8995         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8996         non-string data (needs to be done in the registry too).
8998 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9000         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9001         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9002         (gnus-registry-split-fancy-with-parent)
9003         (gnus-registry-fetch-simplified-message-subject-fast)
9004         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9005         Remove text properties on ingress into the registry and when it's saved.
9006         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9007         registry from entries with no groups.
9009 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9011         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9012         function to remove string properties.
9014 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9016         * gmm-utils.el (gmm): Adjust custom version.
9018         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9019         custom version.
9021         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9023 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9025         * gnus-art.el (gnus-insert-prev-page-button)
9026         (gnus-insert-next-page-button): Simplify.  Reformat.
9028 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9030         * gnus-art.el (gnus-insert-prev-page-button)
9031         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9033 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9035         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9037 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9039         * gnus-art.el (gnus-insert-mime-button)
9040         (gnus-insert-mime-security-button):
9041         Apply gnus-article-button-face to MIME and security buttons.
9043 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9045         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9046         readable.
9048 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9050         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9051         `browse-url-of-file' instead of `browse-url'.
9053 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9055         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9056         regexp.  Articles containing quotation were cut prematurely.
9058 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9060         * message.el (message-cite-original-1): Use nobody by default for the
9061         value of From header.
9062         (message-reply): Ditto.
9064 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9066         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9067         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9068         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9070 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9072         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9073         mails in the doc string.  Add some URLs in comment.
9074         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9076 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9078         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9079         backslashes handling and the way to find boundaries of quoted strings.
9081 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9083         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9084         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9085         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9086         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9088 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9090         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9091         doc string.
9092         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9094 2006-09-06  Simon Josefsson  <jas@extundo.com>
9096         * mml2015.el (mml2015-use): Doc fix, mention epg.
9098 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9100         * mml2015.el (mml2015-use): Default to epg, if available.
9102 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9104         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9105         message-sender.
9106         (mml1991-epg-encrypt): Ditto.
9107         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9108         message-sender.
9109         (mml2015-epg-encrypt): Ditto.
9111 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9113         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9114         several common directories.
9116 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9118         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9119         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9121 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9123         * gnus-art.el (article-decode-encoded-words): Make it fast.
9125 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9127         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9129         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9130         in quoted string into `\'.
9132 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9134         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9135         Use standard-syntax-table.
9137 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9139         * gnus-art.el (gnus-decode-address-function): New variable.
9140         (article-decode-encoded-words): Use it to decode headers which are
9141         assumed to contain addresses.
9142         (gnus-mime-delete-part): Remove useless `or'.
9144         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9145         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9146         (gnus-nov-parse-line): Use it to decode From header.
9147         (gnus-get-newsgroup-headers): Ditto.
9148         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9150         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9151         (mail-decode-encoded-address-string): New alias.
9153         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9154         New function.
9155         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9156         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9157         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9158         (rfc2047-decode-string): Ditto.
9159         (rfc2047-decode-address-region): New function.
9160         (rfc2047-decode-address-string): New function.
9162 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9164         * message.el (message-caesar-buffer-body): Allow rotating headers.
9166         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9168         * message.el (message-insert-formated-citation-line): Fix %f.
9169         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9171 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9173         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9174         (gnus-bookmark-mouse-available-p): New macro.
9175         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9176         (gnus-bookmark-bmenu-show-infos): Use it.
9177         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9178         (gnus-bookmark-bmenu-hide-infos): Ditto.
9179         (gnus-bookmark-remove-properties): New function.
9180         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9181         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9182         (gnus-bookmark-write-file): Bind coding-system-for-write.
9183         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9184         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9185         group before selecting it.
9186         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9187         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9188         quit-window if it is not available; use gnus-mouse-2 and bind it to
9189         gnus-bookmark-bmenu-select-by-mouse.
9190         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9191         (gnus-bookmark-bmenu-select-by-mouse): New function.
9193 2006-08-13  Romain Francoise  <romain@orebokech.com>
9195         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9196         space.
9198 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9200         * compface.el (uncompface): Use binary rather than raw-text-unix.
9202 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9204         * compface.el (uncompface): Make sure the eol conversion doesn't take
9205         place when communicating with the external programs.  Reported by
9206         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9208 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9210         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9212 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9214         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9215         Make it more robust by parsing author and date independently.
9217 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9219         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9221 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9223         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9224         first matching secret key.
9225         (mml2015-epg-encrypt): Ditto.
9227         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9228         first matching secret key.
9229         (mml1991-epg-encrypt): Ditto.
9231         * mml2015.el (mml2015-encrypt-to-self): New user option.
9232         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9233         mml2015-epg-encrypt-to-self is set.
9235         * mml1991.el (mml1991-encrypt-to-self): New variable.
9236         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9237         mml1991-epg-encrypt-to-self is set.
9239         * mml2015.el (mml2015-signers): New user option.
9240         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9241         (mml2015-epg-encrypt): Allow to select signing keys.
9243         * mml1991.el (mml1991-signers): New variable.
9244         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9245         (mml1991-epg-encrypt): Allow to select signing keys.
9247 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9249         * nnheader.el (nnheader-insert-head): Make it work even if the file
9250         uses CRLF for the line-break code.
9252 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9254         * mml2015.el: Require mml-sec instead of password.
9255         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9256         (mml2015-cache-passphrase): Inherit the default value from
9257         mml-secure-cache-passphrase.
9258         (mml2015-passphrase-cache-expiry): Inherit the default value from
9259         mml-secure-passphrase-cache-expiry.
9261         * mml1991.el: Require mml-sec instead of password.
9262         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9263         (mml1991-cache-passphrase): Inherit the default value from
9264         mml-secure-cache-passphrase.
9265         (mml1991-passphrase-cache-expiry): Inherit the default value from
9266         mml-secure-passphrase-cache-expiry.
9268         * mml-sec.el: Require password.
9269         (mml-secure-verbose): New user option.
9270         (mml-secure-cache-passphrase): New user option.
9271         (mml-secure-passphrase-cache-expiry): New user option.
9273 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9275         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9276         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9277         andreas@altroot.de (Andreas Vögele).
9279         FIXME: Use `tiny change'?
9281 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9283         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9284         workaround for the url package included with Emacs.
9286         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9288 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9290         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9291         correctly.  This fixes a bug caused by the 2006-05-12 change.
9293 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9295         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9296         some information about the error when saying that the `bogus' mail
9297         group will be used.
9299 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9301         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9302         string.
9304 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9306         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9308 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9310         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9312 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9314         * mml1991.el (mml1991-function-alist): Add epg.
9315         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9316         (mml1991-epg-encrypt): New functions.
9318 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9320         * mml2015.el (mml2015-verbose): New variable.
9321         (mml2015-cache-passphrase): Ditto.
9322         (mml2015-passphrase-cache-expiry): Ditto.
9323         (mml2015-function-alist): Add epg.
9324         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9325         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9326         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9327         functions.
9329 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9331         * message.el (message-cite-original-1): Preserve region when removing
9332         quoted text due to X-No-Archive in order to avoid bogus attribution
9333         when citing multiple messages.
9335 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9337         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9338         Kenneth Jacker <khj@be.cs.appstate.edu>.
9340 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9342         * gnus-diary.el (gnus-user-format-function-d)
9343         (gnus-user-format-function-D): Autoload.
9345         * imap.el (Commentary): Fix typo.
9347         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9348         2006-04-22 contribution.
9350 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9352         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9353         It didn't really fix the bogosity I'm seeing with solid web groups.
9355 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9357         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9358         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9359         created using server names.  If we use the feature without declaring
9360         it, Gnus does not properly manage server and group state.
9362         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9363         bound.
9365 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9367         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9368         looking up the method using GROUP's prefix before inventing a new one.
9369         It is used on killed/unknown groups in various places where returning
9370         an all-new method isn't expected by the caller.
9372         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9373         and match semantics of gnus-group-real-prefix.
9375 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9377         * nnmail.el (nnmail-broken-references-mailers): New variable.
9378         (nnmail-ignore-broken-references): New function generalizing
9379         nnmail-fix-eudora-headers.
9380         (nnmail-fix-eudora-headers): Now obsolete.
9382         * gnus-art.el (gnus-button-handle-custom): Support
9383         `customize-apropos*'.
9385 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9387         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9389         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9390         articles.
9392 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9394         * message.el (message-cite-reply-above): New variable.
9395         (message-yank-original): Use it.
9397 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9399         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9401 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9403         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9404         as read.
9406         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9408 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9410         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9411         (gnus-bookmark-default-file): Use gnus-directory.
9412         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9413         Remove "*" in doc string.
9414         (gnus-bookmark-write-file): Simplify.
9415         (gnus-bookmark-maybe-sort-alist): Use `when'.
9416         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9417         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9418         FIXME about Emacs 21 and XEmacs compatibility.
9419         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9420         compatibility.
9421         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9422         compatibility.
9423         (gnus-bookmark-menu-heading): Fix version.
9425 2006-06-19  Bastien Guerry  <bzg@altern.org>
9427         * gnus-bookmark.el: New file.
9429 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9431         * message.el (message-syntax-checks): Doc fix.
9433 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9435         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9436         unsubscribed groups as if they were killed ones.  It causes duplicate
9437         entries in gnus-newsrc-alist.
9439 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9441         * message.el (message-syntax-checks): Doc fix.
9442         (message-send-mail): Add check for continuation headers.
9443         (message-check-news-header-syntax): Fix regexp used to check for
9444         continuation headers.
9446 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9448         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9450 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9452         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9454 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9456         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9457         default-truncate-lines.
9459 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9461         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9462         to fill the utf-8 entry.
9464 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9466         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9468 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9470         * gnus-agent.el (directory-files-and-attributes): Move all the way
9471         forward (the third and final move).
9472         (gnus-agent-read-agentview): Trap reconstruction errors due to
9473         nonexistent directory.  Handle by returning nil.
9475 2006-05-30  Didier Verna  <didier@xemacs.org>
9477         * message.el (message-dont-reply-to-names): Update the custom type.
9478         * message.el (message-dont-reply-to-names): New defsubst: potentially
9479         convert a list of regexps into a single one.
9480         * message.el (message-get-reply-headers): Use it.
9481         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9483 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9485         * gnus-agent.el (directory-files-and-attributes): Move forward.
9487 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9489         * gnus-ml.el (gnus-mailing-list-subscribe)
9490         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9491         (gnus-mailing-list-message): Fix doc strings.
9493 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9495         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9496         of doing it manually.
9498 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9500         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9501         comment.
9503 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9505         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9506         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9507         (gnus-agent-read-local): All symbols allocated in my-obarray.
9508         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9509         (gnus-agent-regenerate-group): Check numeric names to see if they are
9510         messages or groups.
9511         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9512         better way of do this...)
9514         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9515         'dummy.group' (there should be a better way of do this...)
9517 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9519         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9520         (gnus-saved-headers): Ditto.
9521         (gnus-default-article-saver): Mention functions may have properties.
9522         (gnus-article-save): Override gnus-save-all-headers and
9523         gnus-saved-headers by :headers property which saver function may have.
9524         (gnus-summary-save-in-file): Add :headers property.
9525         (gnus-summary-write-to-file): Ditto.
9527         * gnus-sum.el (gnus-summary-save-article): Bind
9528         gnus-prompt-before-saving to t when saving many articles in a file;
9529         always show all headers.
9531 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9533         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9534         marks.
9536         * message.el (message-indent-citation): Add optional arguments to allow
9537         using it outside of message buffers.
9539         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9540         (gnus-article-treat-unfold-headers): Use it.
9541         (gnus-article-truncate-lines): New variable.
9542         (gnus-article-mode): Use it.
9543         (gnus-article-toggle-truncate-lines): New function.
9545         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9546         gnus-article-toggle-truncate-lines.
9548         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9549         coding system in XEmacs, use binary.
9551 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9553         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9554         after-load-alist.
9556         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9557         this function should save decoded articles.
9558         (gnus-summary-write-to-file): Use property to specify this function
9559         should save decoded articles and specify gnus-summary-save-in-file
9560         should be used to save articles other than the first one when saving
9561         many articles.
9562         (gnus-summary-save-body-in-file): Use property to specify this
9563         function should save decoded articles.
9564         (gnus-summary-write-body-to-file): Use property to specify this
9565         function should save decoded articles and specify
9566         gnus-summary-save-body-in-file should be used to save articles other
9567         than the first one when saving many articles.
9569         * gnus-sum.el (gnus-summary-save-article): Simplify.
9571 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9573         * gnus-art.el (gnus-default-article-saver): Add
9574         gnus-summary-write-body-to-file.
9575         (gnus-article-save-coding-system): Don't use coding system object
9576         in XEmacs.
9577         (gnus-read-save-file-name): Add optional `dir-var' argument which
9578         specifies directory in which files are saved; work even if optional
9579         `variable' argument is not specified.
9580         (gnus-summary-write-to-file): Read file name.
9581         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9582         (gnus-summary-write-body-to-file): New function.
9584         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9585         (gnus-summary-local-variables): Add it.
9586         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9587         (gnus-summary-save-article): Remove optional `decode' argument;
9588         determine whether to decode articles by the value of
9589         gnus-default-article-saver; when saving many files using
9590         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9591         it first and use gnus-summary-save-in-file or
9592         gnus-summary-save-body-in-file thereafter unless
9593         gnus-prompt-before-saving is always; move point to article which
9594         will be saved.
9595         (gnus-summary-save-article-file): Revert.
9596         (gnus-summary-write-article-file): Revert.
9597         (gnus-summary-save-article-body-file): Revert.
9598         (gnus-summary-write-article-body-file): New function.
9600 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9602         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9604 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9606         * gnus-art.el (gnus-default-article-saver): Doc fix.
9607         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9608         from gnus-summary-save-article-coding-system, and default to a
9609         certain coding system.
9610         (gnus-output-to-file): Add coding cookie and encode text according
9611         to gnus-article-save-coding-system; don't use mm-append-to-file.
9613         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9614         gnus-art.el and rename to gnus-article-save-coding-system.
9615         (gnus-summary-save-article): Require gnus-art; don't show all
9616         headers if it decodes articles; don't add coding cookie here;
9617         don't bind mm-text-coding-system-for-write.
9618         (gnus-summary-save-article-file): Save decoded articles.
9619         (gnus-summary-write-article-file): When saving many files, use
9620         gnus-summary-write-to-file first and gnus-summary-save-in-file
9621         thereafter unless gnus-prompt-before-saving is always.
9622         (gnus-summary-save-article-body-file): Save decoded articles.
9624 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9626         * nnrss.el (nnrss-check-group): Bind hash-index.
9628 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9630         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9631         its hash index.  Store this hash in `nnrss-group-data'.
9632         (nnrss-read-group-data): Update accordingly.
9634 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9636         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9637         entry.
9639         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9640         gnus-article-browse-html-article.
9642 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9644         * gnus-sum.el (gnus-summary-mime-map): Add
9645         gnus-article-browse-html-article.
9646 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9648         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9649         suitable coding systems in customize.
9651 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9653         * mail-source.el (mail-sources): Fix custom type.
9655 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9657         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9658         (gnus-summary-expire-articles-now): Shorten prompt.
9660         * gmm-utils.el (wid-edit): Require.
9661         (defun-gmm): Renamed from `gmm-defun-compat'.
9662         (gmm-image-search-load-path): Use it.
9663         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9665 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9667         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9668         variable.
9669         (gnus-summary-save-article): Add optional `decode' argument.  If
9670         it is set and gnus-summary-save-article-coding-system is non-nil,
9671         save decoded article.
9672         (gnus-summary-write-article-file): Save decoded article if
9673         gnus-summary-save-article-coding-system is non-nil.
9675         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9676         type.
9678 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9680         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9682 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9684         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9685         first to test gnus-single-article-buffer which may be buffer-local.
9687         * gnus-sum.el (gnus-summary-setup-buffer): Make
9688         gnus-single-article-buffer buffer-local and nil in ephemeral
9689         group; make gnus-article-buffer, gnus-article-current, and
9690         gnus-original-article-buffer always buffer-local.
9691         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9692         group.
9693         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9695 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9697         * nnml.el (nnml-request-compact-group): Compressed files might not
9698         have .gz extension.
9700 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9702         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9703         (mm-copy-to-buffer): Use with-current-buffer.
9704         (mm-display-part): Simplify.
9705         (mm-inlinable-p): Add optional arg `type'.
9707 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9709         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9710         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9711         Try harder to show the attachment internally or externally using
9712         gnus-mime-view-part-as-type.
9714 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9716         * message.el (message-from-style, message-signature-separator)
9717         (message-user-organization-file, message-send-mail-function)
9718         (message-citation-line-function, message-yank-prefix)
9719         (message-indent-citation-function, message-signature)
9720         (message-signature-file, message-signature-insert-empty-line):
9721         Remove autoloads.
9723         * gnus-art.el (gnus-buttonized-mime-types): Remove
9724         "multipart/signed".  Revert 2006-04-26 change.
9726 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728         * gnus.el (gnus-version-number): Bump version.
9730 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9732         * gnus.el: No Gnus v0.5 is released.
9734 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9736         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9737         fetching articles by message-id.
9739 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9741         * message.el (hashcash): Require hashcash as normal.
9743         * ecomplete.el (ecomplete-highlight-match-line): Use
9744         point-at-eol.
9745         (ecomplete-highlight-match-line): Use `highlight', because that
9746         face exists in both Emacs and XEmacs.
9748         * message.el (message-display-abbrev): Use point-at-bol.
9750         * mail-source.el: Don't require timer/timer-funcs.
9752         * gnus-async.el: Ditto.
9754         * password.el: Ditto.
9756         * mm-url.el: Ditto.
9758         * mm-util.el: Require timer/timer-funcs.
9760 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9762         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9763         Close.
9765 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9767         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9768         unibyte after clear-decrypt function runs.
9770         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9771         returns as a unibyte string.
9773 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9775         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9776         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9777         (mml1991-pgg-encrypt): Ditto.
9779 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9781         * message.el (message-user-organization-file): Check several
9782         locations of the organization file.
9784         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9785         Add gnus-article-view-part-as-type.
9787         * gnus-art.el (gnus-article-view-part-as-type): New function.
9789         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9790         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9792         * mml.el: Simplify autoload.
9793         (mml-mode): defvar dnd-protocol-alist instead of using
9794         symbol-value.
9795         (mml-default-directory): New variable.
9796         (mml-minibuffer-read-file): Use it.
9797         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9799         * message.el (message-citation-line-format): New variable.
9800         (message-insert-formated-citation-line): New function.
9801         (message-citation-line-function): Add
9802         `message-insert-formated-citation-line' to custom type.
9804         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9805         to doc string.
9807         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9808         depending on mm-verify-option.
9810 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9812         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9813         binding pgg-* variables; reimplement the section which prevents
9814         MIME header from being signed.
9815         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9816         pgg-text-mode; remove a blank line at the top of body.
9818         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9819         lines at the top of body; use gnus-newsgroup-charset if there's no
9820         Charset header.
9822 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9824         * message.el (message-self-insert-commands): Doc fix.
9826         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9827         (mm-uu-pgp-encrypted-test): Ditto.
9828         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9829         between header and body; return application/pgp-encrypted handle
9830         if decryption failed; decode decrypted body by charset.
9832         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9833         element match to application/pgp-*.
9835 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9837         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9838         HTML.
9840 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9842         * mail-source.el (mail-source-call-script): Message the error
9843         string.
9845 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9847         * gnus-util.el (gnus-byte-compile): Use it.
9849 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9851         * gnus-util.el (kill-empty-logs): New function.
9853 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9855         * message.el (message-mail-alias-type): Doc fix.
9856         (message-mail-alias-type-p): New function.
9857         (message-send): Use it.
9858         (message-mode): Ditto.
9859         (message-strip-forbidden-properties): Ditto.
9861         * ecomplete.el (ecomplete-database-file-coding-system): New
9862         variable.
9863         (ecomplete-save): Use it.
9864         (ecomplete-setup): Use it.
9866 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9868         * message.el (message-self-insert-commands): New variable.
9869         (message-strip-forbidden-properties): Use it.
9871 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9873         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9874         that doesn't make XEmacs choke.
9876 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9878         * gnus-util.el (gnus-replace-in-string):
9879         Prefer replace-regexp-in-string over of replace-in-string.
9881 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9883         * gnus-util.el (gnus-select-frame-set-input-focus):
9884         Use select-frame-set-input-focus if it is available in XEmacs; use
9885         definition defined in Emacs 22 for old Emacsen.
9887 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9889         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9891 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9893         * gnus-registry.el (gnus-registry-cache-save): Remove text
9894         properties when saving via the temp buffer.
9896 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9898         * message.el (message-generate-hashcash): Honor custom type.
9900 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9902         * message.el (message-generate-hashcash): Default to non-nil when
9903         hashcash is found.
9905         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9906         (gnus-refer-thread-limit): Increase default to 500.
9908         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9910         * flow-fill.el (fill-flowed): Allow delete-space.
9912 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9914         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9915         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9916         Remove autoloads.
9918 2006-04-18  Simon Josefsson  <jas@extundo.com>
9920         * message.el (message-generate-hashcash): Default to.
9922 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9924         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9925         concatenating segments rather than before concatenating them.
9927 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9929         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9931         * imap.el (imap-quote-specials): New function.
9932         (imap-login-auth): Quote specials.
9934 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9936         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9938         * message.el (message-forward-make-body-plain): Allow
9939         message-forward-ignored-headers to be a list.
9940         (message-remove-ignored-headers): Factor out into function.
9941         (message-forward-make-body-mml): Use it.
9942         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9943         (rfc2231-parse-string): Allow concatanation of parameters that
9944         aren't contiguous.  The test case is
9945           (mail-header-parse-content-type "message/external-body;
9946             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9947             access-type=LOCAL-FILE;
9948             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9950 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9952         * nntp.el (nntp-accept-process-output): Return the value of
9953         `nnheader-accept-process-output'.
9955 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9957         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9958         (gnus-button-alist): Recognize more diff formats.
9959         (gnus-button-patch): Strip directory.
9961 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9963         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9964         Emacs 22 when setting focus.
9966 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9968         * gnus-art.el (gnus-article-treat-types): Do treatment of
9969         text/x-verbatim parts.
9970         (gnus-button-patch): New command.
9972         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9973         addresses that contain invalid characters.
9975 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9977         * message.el (message-put-addresses-in-ecomplete): Use
9978         gnus-replace-in-string.
9979         (message-is-yours-p): Use the more correct
9980         mail-header-parse-address instead of
9981         mail-extract-address-components.
9982         (message-put-addresses-in-ecomplete): Fix typo.
9984         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9985         keystroke.
9987         * gnus-art.el (gnus-treatment-function-alist): Change order of
9988         newsgroups/generic header folding to avoid double-folding.
9990         * message.el (message-hidden-headers): Add X-Draft-From.
9992         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9993         command.
9994         (gnus-summary-repeat-search-article-backward): New command.
9996         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9997         groups in the parent topic.
9999 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10001         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10002         (spam-extra-header-to-number): Return the CRM114 number as a
10003         number instead of a string.
10005 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10007         * gnus-art.el (gnus-face-properties-alist): Moved here from
10008         gnus-fun.
10010         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10012 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10014         * message.el (message-strip-forbidden-properties): Only display on
10015         self-insert-command.
10017         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10018         reindent.
10019         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10021 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10023         * smiley.el (smiley-style): Fix typo.
10025 2006-03-23  Kenichi Handa  <handa@m17n.org>
10027         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10028         instead of set-buffer-multibyte.
10030 2006-03-23  Kenichi Handa  <handa@m17n.org>
10032         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10033         buffer and then decode the buffer text if necessary.
10034         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10035         first, and after mm-encode-body, change the buffer to unibyte.
10037 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10039         * hashcash.el (hashcash-insert-payment-async-2): Use
10040         message-goto-eoh instead of doing it manually.
10041         (mail-add-payment): Use message-narrow-to-header instead of trying
10042         to do the same itself.
10044         * message.el (message-hidden-headers): Add Face.
10046         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10047         reparenting code.
10048         (gnus-summary-reparent-children): Refactored out code.
10049         (gnus-summary-thread-map): New keystroke.
10050         (gnus-summary-reparent-children): Make into command.
10052         * smiley.el (smiley-style): Default to `medium' if using a large
10053         font.
10055         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10056         does it itself.
10058         * message.el (message-point-in-header-p): Simplify definition.
10060 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10062         * nnagent.el (nnagent-request-set-mark): Silence log file
10063         writing.
10064         (nnagent-request-set-mark): Use write-region instead of
10065         append-to-file.
10067         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10068         strange select method.
10070         * ecomplete.el (ecomplete-display-matches): Get highlightling
10071         right.
10072         (ecomplete-display-matches): Use literals.
10073         (ecomplete-display-matches): Disable message logging.
10075         * message.el (message-display-abbrev): Small optimization.
10077         * ecomplete.el (ecomplete-display-matches): Allow automatic
10078         display.
10080         * message.el (message-strip-forbidden-properties): Display
10081         abbrevs.
10082         (message-display-abbrev): Get automatic display right.
10084         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10085         keystrokes.
10087 2006-04-13  Romain Francoise  <romain@orebokech.com>
10089         TODO: Backport to v5-10!
10091         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10092         Moved here (and renamed) from gnus-registry.el.
10094         * gnus-registry.el: Require gnus-util.
10095         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10097 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10099         * gnus-group.el (gnus-group-catchup-current): Change
10100         if-then-else-if-then-else into cond.
10101         (gnus-group-catchup): Indent.
10102         (group-name-at-point): New function.
10103         (gnus-fetch-group): Provide default from thing at point.
10105 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10107         * message.el (message-display-abbrev): Fix regexp.
10109         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10110         choosing.
10111         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10112         dead variables.
10114         * message.el (message-newline-and-indent): Remove debugging.
10115         (message-display-abbrev): Use new implementation.
10117 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10119         * gnus-art.el (gnus-article-mode): Set
10120         cursor-in-non-selected-windows to nil.
10122         * smiley.el: Revert previous change.
10123         (smiley-data-directory): defvar it before using it in the
10124         defcustom of `smiley-style'.
10126 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10128         * message.el (message-newline-and-indent): New function.
10130         * ecomplete.el: Implement more bits.
10132         * message.el (message-put-addresses-in-ecomplete): Clean up the
10133         string.
10135         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10137         * gnus-sum.el (gnus-summary-save-parts): Bind
10138         gnus-summary-save-parts-counter and use it to make unique file
10139         names.
10141         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10143         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10144         parameter to say whether to actually parse the individual
10145         addresses.
10147         * message.el (message-put-addresses-in-ecomplete): New function.
10148         (ecomplete): Require.
10149         (message-mail-alias-type): Add ecomplete as an option.
10151 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10153         * flow-fill.el (fill-flowed): Remove trailing space from blank
10154         quoted lines.
10156 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10158         * smiley.el (smiley-style): Move definition later to avoid a
10159         compilation warning.
10161 2006-04-12  Kenichi Handa  <handa@m17n.org>
10163         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10164         buffer and then decode the buffer text if necessary.
10165         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10166         first, and after mm-encode-body, change the buffer to unibyte.
10167         Use mm-disable-multibyte instead of set-buffer-multibyte.
10169 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10171         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10172         Content-Type header instead of Content-Disposition header.
10173         (gnus-mime-inline-part): Ditto.
10174         (gnus-mime-view-part-as-charset): Ignore charset that the part
10175         specifies.
10177         * mm-decode.el (mm-display-part): Work with external parts and
10178         usual parts similarly.
10180         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10181         instead of gnus-display-mime.
10183         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10184         instead of with-temp-buffer.
10186         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10187         tag to summarized topics part in order to encode non-ASCII text.
10189 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10191         * smiley.el (smiley-style): New variable.
10192         (smiley-directory): New function.
10193         (smiley-data-directory): Derive from `smiley-style' using
10194         `smiley-directory'.
10195         (smiley-regexp-alist): Add new entries.
10197         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10198         (gnus-article-browse-delete-temp): Add :version.
10200 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10202         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10203         the sieve region.
10205 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10207         * gnus.el (gnus-version-number): Bump version.
10209 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10211         * gnus.el: No Gnus v0.4 is released.
10213 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10215         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10216         layout.
10218         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10219         unknown charset.
10221         * message.el (message-header-synonyms): Add Original-To to the
10222         default.
10224         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10225         optional parameter.
10227 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10229         * gnus-fun.el (gnus): Require it for gnus-directory.
10231 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10233         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10235 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10237         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10239 2006-04-05  Simon Josefsson  <jas@extundo.com>
10241         * password.el (password-reset): New function.
10243 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10245         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10246         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10248 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10250         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10251         Some whitespace was matched into the url, which broke browsing hits
10252         > 100 when mm-url-use-external was nil.
10254 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10256         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10257         gnus-extra-headers for 'Newsgroups.
10259         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10260         bound.
10262 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10264         * pgg-gpg.el: Clean up process buffers every time gpg processes
10265         complete.
10267 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10269         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10270         doc string.
10272 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10274         * pgg-gpg.el (pgg-gpg-process-filter)
10275         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10277         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10278         lines, temporary fix.
10280 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10282         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10284 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10286         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10287         default-enable-multibyte-characters.  This reverts the change from
10288         revision 6.17 which is no longer necessary because the passphrase
10289         is sent separately now.  GnuPG messages are unreadable under
10290         multibyte locales with default-enable-multibyte-characters set to
10291         nil.
10293 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10295         * message.el (message-tool-bar-gnome): Move "spell".
10297 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10299         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10300         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10301         instead.
10303 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10305         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10306         newsgroups handling for NNTP overviews which don't include
10307         Newsgroups.
10309 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10311         * message.el (message-resend): Bind message-generate-hashcash to nil.
10313 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10315         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10316         when searching for already-paid recipients.
10318 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10320         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10321         passphrases when it is not needed.
10322         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10323         passphrase stuff from gpg, should only be necessary when you use
10324         gpg with a smartcard.
10326 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10328         * mml.el (mml-insert-mime): Ignore cached contents of
10329         message/external-body part.
10331         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10332         (mm-insert-part): Ditto.
10334 2006-03-23  Simon Josefsson  <jas@extundo.com>
10336         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10337         Reiner.
10338         (pgg-gpg-use-agent-p): Use it again.
10340 2006-03-23  Simon Josefsson  <jas@extundo.com>
10342         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10343         older emacsen.
10344         (pgg-gpg-use-agent-p): Don't use it.
10346 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10348         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10349         if we can.
10351 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10353         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10354         (pgg-gpg-update-agent): New function.
10355         (pgg-gpg-use-agent-p): New function.
10356         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10357         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10358         (pgg-gpg-sign-region): Use it.
10360 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10362         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10363         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10365 2006-03-21  Simon Josefsson  <jas@extundo.com>
10367         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10368         <wilde@sha-bang.de>.
10369         (pgg-gpg-use-agent): New variable.
10370         (pgg-gpg-process-region): Use it.
10371         (pgg-gpg-encrypt-region): Likewise.
10372         (pgg-gpg-encrypt-symmetric-region): Likewise.
10373         (pgg-gpg-decrypt-region): Likewise.
10374         (pgg-gpg-sign-region): Likewise.
10375         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10377 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10379         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10381         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10382         Add comment on version.
10384 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10386         * smiley.el: Add missing test smiley.
10388 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10390         * mm-decode.el (mm-with-part): New macro.
10391         (mm-get-part): Use it; work with message/external-body as well.
10392         (mm-save-part): Treat name and filename equally.
10394         * mm-extern.el (mm-extern-cache-contents): New function.
10395         (mm-inline-external-body): Use it; force the part to be displayed;
10396         move undisplayer added to the cached handle to the parent.
10398         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10399         (gnus-mime-view-part-as-type): Work with message/external-body.
10401         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10403 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10405         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10406         images in image-load-path.  [Sync with image.el, revision 1.60, in
10407         Emacs.]
10409 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10411         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10412         path rather than symbol.  Always return list of directories.
10413         Guarantee that image directory comes first.  [Sync with image.el,
10414         revision 1.59, in Emacs.]
10416         * message.el (message-make-tool-bar): Adjust to new API of
10417         `gmm-image-load-path-for-library'.
10419         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10421         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10423 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10425         * gnus-art.el (gnus-article-only-boring-p):
10426         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10427         intangible text.
10428         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10430 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10432         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10433         `defun' instead of `gmm-defun-compat'.
10435 2006-03-14  Simon Josefsson  <jas@extundo.com>
10437         * message.el (message-unique-id): Don't use message-number-base36
10438         if (user-uid) is a float.
10439         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10441 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10443         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10445         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10446         empty line between a part and a message part.
10448 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10450         * smiley.el: Add more test smileys.
10451         (smiley-data-directory, smiley-regexp-alist)
10452         (gnus-smiley-file-types): Fix doc strings.
10453         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10454         adding new elements.
10455         (smiley-mouse-map): Unused code.  Make it a comment.
10457 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10459         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10460         scan latest NoCeM messages instead of old ones.
10461         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10462         delimiters that are recently used.
10463         (gnus-nocem-load-cache): Add autoload cookie.
10465         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10467         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10468         level which is larger than gnus-use-nocem is specified.
10470         * gnus-group.el (gnus-group-get-new-news): Ditto.
10472 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10474         * gnus-util.el (gnus-tool-bar-update): New function.
10476         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10477         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10479         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10481         * gnus-group.el (gnus-group-redraw-when-idle)
10482         (gnus-group-redraw-check): Remove.
10483         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10485 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10487         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10488         if optional last element is specified in splits (FIELD VALUE...).
10490 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10492         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10493         to gmm-image-load-path-for-library.  Call with no-error argument.
10494         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10496         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10498         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10500         * gmm-utils.el (gmm-image-load-path): Remove alias.
10502 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10504         * gmm-utils.el (gmm-image-load-path): Add alias.
10506         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10507         nnml-generate-nov-databases-1.
10508         (nnml-generate-nov-databases): Use it.
10509         (nnml-generate-nov-databases-directory): Document no-active
10510         argument.
10512         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10513         directory if path is t.  Add no-error.
10515         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10516         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10518         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10519         resetting gnus-article-browse-html-temp-list.
10521         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10522         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10523         Add example to docstring.  Rename local variables.  Move error
10524         checks to default case in cond and simplify.
10526 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10528         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10529         handle is multipart when calling it recursively.
10530         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10532 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10534         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10535         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10537 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10539         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10540         is loaded.
10542         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10543         loaded.
10545 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10547         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10548         to "Emacs 23 (unicode)" in doc string.
10550         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10551         "Emacs 23 (unicode)" in comment.
10553 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10555         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10557         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10558         characters 160 through 255 in Emacs 23.
10560 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10562         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10563         gnus-article-browse-html-temp.
10564         (gnus-article-browse-delete-temp): Make it customizable.  Add
10565         `file'.  Adjust doc string.
10566         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10567         query for each file.  Adjust doc string.
10568         (gnus-article-browse-html-parts): Add
10569         `gnus-article-browse-delete-temp-files' to
10570         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10572 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10574         * gnus-art.el (gnus-article-browse-html-temp)
10575         (gnus-article-browse-delete-temp): New variables.
10576         (gnus-article-browse-delete-temp-files): New function.
10577         (gnus-article-browse-html-parts): Use it.
10579 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10581         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10583         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10584         string.
10586         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10587         gnus-summary-insert-new-articles when unplugged.  Remove
10588         gnus-summary-search-article-forward.
10590         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10591         display-visual-class instead of display-color-cells.
10593 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10595         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10596         message/* containing non-ASCII text properly.
10598 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10600         * message.el: Require gmm-utils, remove autoloads.
10601         (message-tool-bar): Set default based on
10602         gmm-tool-bar-style.
10603         (message-tool-bar-gnome): Add gmm-customize-mode.
10605         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10606         gmm-tool-bar-style.
10607         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10609         * gnus-group.el (gnus-group-tool-bar): Set default based on
10610         gmm-tool-bar-style.
10611         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10613         * gmm-utils.el (gmm-image-directory): Rename variable from
10614         gmm-image-load-path.
10615         (gmm-image-load-path): Use gmm-image-directory.
10616         (gmm-customize-mode): New function.
10617         (gmm-tool-bar-style): New variable.
10619         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10620         gnus-group-redraw-line-number.
10621         (gnus-group-redraw-check): Simplify.
10622         (gnus-group-tool-bar-update): Remove redraw check.
10623         (gnus-group-make-tool-bar): Add redraw check.
10625 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10627         * gnus-art.el (gnus-button): Add missing parentheses.
10629 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10631         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10633 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10635         * gnus-art.el (gnus-button): New face.
10636         (gnus-article-button-face): Use it.
10638         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10639         gnus-summary-next-page.  Re-order.
10641         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10642         next-node are now included.
10643         (gnus-group-redraw-line-number): New internal variable.
10644         (gnus-group-redraw-check): Helper function for updating the tool
10645         bar.
10646         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10648         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10650         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10651         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10652         Use it to match format of Spamassassin 3.0 and later.  Reported by
10653         IRIE Tetsuya <irie@t.email.ne.jp>.
10654         (spam-check-bogofilter)
10655         (spam-bogofilter-register-with-bogofilter): Fix args of
10656         `gnus-error' calls.
10658 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10660         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10661         unnecessary interaction when sending queued mails.  Reported by
10662         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10664 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10666         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10667         first or last are nil.
10669 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10671         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10673 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10675         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10677 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679         * dns.el (query-dns): Protect more against buggy tcp output.
10681 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10683         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10684         nov.php.
10686 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10688         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10689         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10690         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10691         output on the server side.
10692         (nnweb-google-create-mapping): Update regexps and add some
10693         progress indication.
10695 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10697         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10698         gnus-agent-toggle-plugged.  Re-order icons.
10699         (gnus-group-tool-bar-gnome): Add
10700         gnus-group-{prev,next}-unread-group.
10701         (gnus-group-tool-bar-gnome): Re-order icons.
10703         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10704         gnus-summary-insert-new-articles.
10706         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10707         comments.
10709         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10710         also available in Emacs 21.3.
10712         * message.el (message-fix-before-sending): Change "Emacs 22" to
10713         "Emacs 23 (unicode)" in comment.
10715         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10716         "Emacs 23 (unicode)" in comment.
10718         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10719         comment.
10720         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10722         * mm-view.el (mm-fill-flowed): Add :version.
10724 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10726         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10727         and load-path.
10729 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10731         * message.el: Autoload gmm-image-load-path.
10732         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10733         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10734         consitency.
10736         * gmm-utils.el (gmm-image-load-path): Also search in
10737         "../etc/images".  Don't set gmm-image-load-path if we don't find
10738         the image.
10740 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10742         * gmm-utils.el (gmm-image-load-path): Don't make
10743         `gmm-image-load-path' include subdirectories which the second arg
10744         `image' might specify.
10746         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10747         subdirectory to icon file names.
10749         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10751 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10753         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10754         gmm-image-load-path calls.
10756         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10758         * message.el (message-make-tool-bar): Ditto.
10760         * mml.el (mml-preview): Added comment concerning tool bar icons.
10762         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10763         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10765         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10766         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10768         * message.el (message-tool-bar-gnome): Use new icon names.
10769         (message-make-tool-bar): Use `gmm-image-load-path'.
10771         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10772         functions from MH-E.
10773         (gmm-image-load-path): New variable from MH-E.
10774         (gmm-image-load-path): New function from MH-E.  Added arguments
10775         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10776         *-image-load-path-called-flag.
10778 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10780         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10782 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10784         * nnimap.el (nnimap-request-move-article): Change folder back to
10785         source group before deleting.
10787 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10789         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10791         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10792         mm-url.
10794         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10796 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10798         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10799         coding system which mm-charset-to-coding-system returns for a
10800         given charset is valid.
10802 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10804         * html2text.el (html2text-remove-tag-list):
10805         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10807 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10809         * gnus-cus.el: Revert 2005-10-17 change.
10811 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10813         * gnus-art.el (article-strip-banner): Call
10814         article-really-strip-banner only when the regexp match is made.
10816 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10818         * gnus-art.el (article-strip-banner): Use
10819         gnus-extract-address-components instead of
10820         mail-header-parse-addresses to make it work with non-ASCII text;
10821         remove mail-encode-encoded-word-string.
10823         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10824         values which are surrounded with \"...\"; make it never cause a
10825         Lisp error; give up parsing of parameters if it failed in
10826         extracting type.
10828 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10830         * smime.el (smime-cert-by-ldap-1): Fix bug where
10831         `smime-ldap-search' returns results without userCertificates.
10833 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10835         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10837 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10839         * spam.el (spam-check-spamassassin-headers): Adapt format for
10840         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10841         <ari@mbf.ocn.ne.jp>.
10842         (spam-list-of-processors): Add spam-use-gmane.
10844 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10846         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10847         make-temp-file; make it work with XEmacs as well.
10849         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10850         mm-make-temp-file.
10852         * mm-decode.el (mm-display-external): Use the 3rd arg of
10853         mm-make-temp-file.
10854         (mm-create-image-xemacs): Ditto.
10856 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10858         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10859         with message-narrow-to-headers.
10860         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10861         (gnus-draft-check-draft-articles): New function.
10862         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10864 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10866         * gnus-art.el (gnus-article-browse-html-parts):
10867         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10868         Don't use suffix argument for mm-make-temp-file for Emacs 21
10869         compatibility.  Remove useless `format'.
10871 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10873         * nnweb.el (nnweb-google-wash-article): Update regexps.
10874         (nnweb-group-alist): Use defvoo instead of defvar.
10876 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10878         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10879         re-loading nn* modules.
10881 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10883         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10884         for `tool-bar-mode' and don't check it's default-value.
10886         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10888         * message.el (message-make-tool-bar): Ditto.
10890         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10891         `substring'.  Shorten tmp-file name.
10893         * gnus.el: Remove bogus comment.
10895 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10897         * gnus-art.el (gnus-article-browse-html-parts): New function.
10898         (gnus-article-browse-html-article): New function for viewing html
10899         articles with a browser.
10901 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10903         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10904         (mml2015-pgg-encrypt): Ditto.
10906         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10907         (mml1991-pgg-encrypt): Ditto.
10909 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10911         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10912         message-make-date instead of current-time-string.
10914         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10915         to gnus-decoded which mm-uu might set.
10917 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10919         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10920         don't decode quoted parameters; remove misimported Emacs code.
10921         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10922         (rfc2231-decode-encoded-string): Don't use split-string which
10923         behaves differently according to Emacs version; use
10924         mm-decode-coding-region to convert charset to coding-system.
10925         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10926         (rfc2231-encode-string): Remove misimported Emacs code.
10928 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10930         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10931         when calling mail-header-parse-content-type.
10932         (article-de-quoted-unreadable): Ditto.
10933         (article-de-base64-unreadable): Ditto.
10934         (article-wash-html): Ditto.
10936         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10937         calling mail-header-parse-content-type and
10938         mail-header-parse-content-disposition.
10939         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10940         mail-header-parse-content-type.
10942         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10943         insert charset and format parameters; encode description after
10944         inserting it to buffer.
10945         (mml-insert-parameter): Fold lines properly even if a parameter is
10946         segmented into two or more lines; change the max column to 76.
10948         * rfc1843.el (rfc1843-decode-article-body): Don't use
10949         ignore-errors when calling mail-header-parse-content-type.
10951         * rfc2231.el (rfc2231-parse-string): Return at least type if
10952         possible; don't cause an error even if it fails in parsing of
10953         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10954         (rfc2231-encode-string): Don't break lines at the beginning, leave
10955         it to mml-insert-parameter.
10957         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10958         calling mail-header-parse-content-type.
10960 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10962         * spam-report.el (spam-report-gmane-use-article-number):
10963         Improve doc string.
10964         (spam-report-gmane-internal): Check if a suitable header was found
10965         in the article.
10967 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10969         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10970         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10972 2006-02-05  Romain Francoise  <romain@orebokech.com>
10974         Update copyright notices of all files in the gnus directory.
10976 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10978         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10980 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10982         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10983         segmented lines of parameter value to cope with Thunderbird 1.5
10984         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10985         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10986         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10988 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10990         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10991         parts.
10993 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10995         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10996         there's only one active file for all servers.
10997         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10998         solid groups.  Gnus might have used a FAST request to select the group.
10999         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11000         and nnweb-search redundantly in the active file.
11001         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11002         (nnweb-request-create-group): Don't use ARGS.
11003         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11004         initialisations.  Let nnoo do the work.
11006 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11008         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11009         Say the part has been decoded.
11011         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11013 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11015         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11016         mailcap-viewer-test-cache when there's no 'test clause, since that
11017         will invert the meaning of a "nil" test previously determined by
11018         mailcap-mailcap-entry-passes-test.
11020 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11022         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11023         compiling.
11025         * gnus-sum.el: Ditto.
11027         * message.el: Don't bind tool-bar-map when compiling.
11029 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11031         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11033 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11035         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11036         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11037         current Google Groups.
11039 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11041         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11042         and tool-bar-mode.
11044         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11045         and tool-bar-mode.
11047         * message.el (message-tool-bar-update): Simplify.
11048         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11050         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11051         gnus-summary-buffer.
11052         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11053         gnus-summary-reply.
11055         * gmm-utils.el (gmm): Add :version.
11057 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11059         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11060         autoload.
11062 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11064         * gmm-utils.el (gmm-verbose): Add :group.
11066 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11068         * message.el: Change some comments WRT tool-bars.
11070         * gnus-sum.el (gnus-summary-tool-bar)
11071         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11072         (gnus-summary-tool-bar-zap-list): New variables.
11073         (gnus-summary-make-tool-bar): Complete rewrite using
11074         `gmm-tool-bar-from-list'.
11076         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11077         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11078         variables.
11079         (gnus-group-make-tool-bar): Complete rewrite using
11080         `gmm-tool-bar-from-list'.
11081         (gnus-group-tool-bar-update): New function.
11083         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11085 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11087         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11088         is dissected into a single part of which the type is the same as
11089         the given one; decode charset.
11091 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11093         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11094         into alists as symbol not string, since that's what
11095         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11096         look for.
11098 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11100         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11101         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11103         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11105 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11107         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11108         (gnus-mime-security-button-menu): New definition.
11109         (gnus-mime-security-button-map): Use them.
11110         (gnus-mime-security-button-menu): New function.
11111         (gnus-insert-mime-security-button): Addition to help echo.
11112         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11113         (gnus-mime-security-pipe-part): New functions.
11115         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11116         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11118         * mm-decode.el (mm-handle-set-disposition): Remove.
11119         (mm-handle-set-description): Remove.
11121 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11123         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11124         (mm-w3m-standalone-supports-m17n-p): New function.
11125         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11126         w3m usage.
11128         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11129         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11131 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11133         * message.el (message-tool-bar-zap-list): Use
11134         gmm-tool-bar-zap-list as custom type.
11135         (message-tool-bar-update): New function.
11136         (message-tool-bar, message-tool-bar-gnome)
11137         (message-tool-bar-retro): Add message-tool-bar-update.
11138         (message-tool-bar-gnome): Add flyspell-buffer.
11140         * gnus-util.el (gnus-error): Describe `args'.
11142         * gmm-utils.el (gmm-error): Describe `args'.
11143         (gmm-tool-bar-zap-list): New widget.
11144         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11146 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11148         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11149         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11150         the number of recursive calls.
11152         * mm-decode.el (mm-handle-set-disposition): New macro.
11153         (mm-handle-set-description): New macro.
11155 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11157         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11158         encoding.
11160 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11162         * message.el (message-tool-bar-zap-list, message-tool-bar)
11163         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11164         (message-tool-bar-local-item-from-menu): Remove.
11165         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11166         (message-make-tool-bar): New function.
11167         (message-mode): Use `message-make-tool-bar'.
11169         * gmm-utils.el: New file.
11170         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11171         (gmm-lazy): New widget copied from `nnmail.el'.
11172         (gmm-tool-bar-from-list): New function for creating customizable
11173         tool bars.
11174         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11175         output.
11176         (gmm): Add :prefix to defgroup.
11178 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11180         * gmm-utils.el (gmm-widget-p): New function.
11182 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11184         * mml.el (mml-attach-file): Describe `description' in doc string.
11185         (mml-menu): Add Emacs MIME manual and PGG manual.
11187 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11189         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11191 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11193         * nntp.el (nntp-end-of-line): Doc fix.
11195 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11197         * imap.el (imap-open): Handle case where buffer is a buffer
11198         object.
11200 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11202         * gnus-delay.el (gnus-delay): Don't autoload.
11203         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11204         to be re-loaded when customizing the `gnus-delay' group.
11206 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11208         * message.el (message-insert-citation-line): Use newlines.
11210 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11212         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11214         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11216 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11218         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11220 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11222         * mm-decode.el (mm-inlined-types): Add application/pgp.
11223         (mm-automatic-display): Ditto.
11225         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11226         part as text.
11228 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11230         * nnrss.el: Update copyright.
11231         (nnrss-opml-import): Query whether to subscribe to each entry.
11233         * gnus-art.el:
11234         * gnus-sum.el:
11235         * mm-uu.el:
11236         * mm-view.el: Update copyright.
11238 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11240         * message.el (message-info): New function.
11241         (message-mode-menu): Add it.
11242         Update copyright.
11244         * ChangeLog: Fix and update copyright.
11246 2006-01-13  Romain Francoise  <romain@orebokech.com>
11248         * message.el (message-forward-subject-name-subject): Prefer the
11249         address to 'nowhere' if the sender has no name.
11250         Fix typo.  Update copyright year.
11252 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11254         * gnus-art.el (article-wash-html): Use
11255         gnus-summary-show-article-charset-alist if a numeric arg is given.
11256         (gnus-article-wash-html-with-w3m-standalone): New function.
11258         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11259         mm-inline-text-html-render-with-w3m-standalone.
11260         (mm-text-html-washer-alist): Map w3m-standalone to
11261         gnus-article-wash-html-with-w3m-standalone.
11262         (mm-inline-text-html-render-with-w3m-standalone): New function.
11264 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11266         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11267         Improve LaTeX.
11269 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11271         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11272         (nnrss-request-article): Render text/plain parts as HTML.
11274         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11275         the buffer.
11277 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11279         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11280         custom definition of `gnus-posting-styles'.
11282         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11283         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11285 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11287         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11288         Use nntp for bug archive.
11290 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11292         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11293         parts.
11294         (nnrss-normalize-date): New function converts ISO 8601 date into
11295         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11296         (nnrss-check-group): Use it.
11298 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11300         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11302         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11303         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11304         (nnrss-insert-w3): Ditto.
11306 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11308         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11309         the articles to be forwarded including the case where neither a
11310         number of articles nor a region is specified.
11312 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11314         * nnrss.el (nnrss-request-article): Fix last change; fill
11315         text/plain parts.
11317 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11319         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11320         in text/plain part.
11321         (nnrss-check-group): Don't add excessive newline to dc:subject.
11323 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11325         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11326         article.
11328 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11330         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11331         (nnml-use-compressed-files, nnml-save-mail): Support other
11332         comression programs such as bzip2.
11334 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11336         * dns.el (query-dns): Make sure we check the buffer size before
11337         removing tcp headers.
11339 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11341         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11342         remove MIME buttons associated with multipart/alternative parts.
11343         (gnus-mime-display-alternative): Tag buttons using `article-type'
11344         text property.
11346         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11347         associated with multipart/alternative parts.
11349         * gnus-art.el (gnus-signature-separator): Fix custom type.
11351         * mm-decode.el (mm-inlined-types): Fix custom type.
11352         (mm-keep-viewer-alive-types): Ditto.
11353         (mm-automatic-display): Ditto.
11354         (mm-attachment-override-types): Ditto.
11355         (mm-inline-override-types): Ditto.
11356         (mm-automatic-external-display): Ditto.
11358 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11360         * spam-report.el (spam-report-user-mail-address)
11361         (spam-report-user-agent): New variables.
11362         (spam-report-url-ping-plain): Use spam-report-user-agent.
11364 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11366         * gnus-art.el (gnus-button-handle-custom): Do not just use
11367         `customize-apropos' for any "M-x customize-*" button but the
11368         function called for.  Accept both the function name and its
11369         argument in order to achieve this.
11370         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11371         function name to `gnus-button-handle-custom' in case of "M-x
11372         customize-*" buttons.
11374 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11376         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11377         multipart/alternative and add xref to mm-discouraged-alternatives
11378         in doc string.
11380         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11381         gnus-buttonized-mime-types in doc string.
11383 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11385         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11386         Suggest image/.* in the doc string.
11388 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11390         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11391         message-marks (Debian bug #342521).
11393 2005-12-12  Simon Josefsson  <jas@extundo.com>
11395         * password.el (password-read-from-cache): Add.
11396         (password-read): Use it.
11398 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11400         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11401         us-ascii as a MIME charset.
11403         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11404         against the case where the 2nd arg TYPE is nil.
11406 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11408         * pop3.el (pop3-stream-type): Fix custom version.
11410         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11412 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11414         * mm-decode.el (mm-display-external): Add missing cdr.
11416 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11418         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11419         RFC1524) if it is in mailcap or add a suffix according to
11420         mailcap-mime-extensions when generating a temp filename; postpone
11421         deleting a temp file for 2 seconds for some wrappers, shell
11422         scripts, and so on, which might exit right after having started a
11423         viewer command as a background job.
11425 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11427         * nntp.el (nntp-marks-directory): Fix custom group.
11429         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11430         steps when < 10.
11432         * gnus-start.el (gnus-no-server-1): Mention
11433         `gnus-level-default-subscribed' in doc string.
11435 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11437         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11438         parens.
11440 2005-11-26  Dave Love  <fx@gnu.org>
11442         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11443         (tls-program, tls-success): Provide openssl alternative.
11445         * starttls.el: Doc fixes.
11446         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11447         SERVICE to PORT.
11449         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11450         port null or service name.
11451         (starttls-negotiate): Autoload.
11453 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11455         * message.el (message-kill-to-signature): Fix interactive spec.
11457 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11459         * pop3.el (pop3-open-server): Recognize a string as a service name.
11461 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11463         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11465 2005-11-23  Dave Love  <fx@gnu.org>
11467         Add pop3s, pop3/starttls.
11469         * pop3.el (pop3-authentication-scheme): Clarify doc.
11470         (open-tls-stream, starttls-open-stream): Autoload.
11471         (pop3-stream-type): New.
11472         (pop3-open-server): Use it.
11474         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11475         for POP.
11476         (mail-source-keyword-map): Add :stream for POP.
11477         (mail-source-fetch-pop): Use pop3-stream-type.
11479 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11481         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11482         of current-time-string.
11484 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11486         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11487         date header.
11489 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11491         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11492         it can seriously impact performance as it bypasses the agent's
11493         local caches.
11495 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11497         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11498         must be explicitly online rather than "not explicitly offline" for
11499         its flags to be synchronized.
11501         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11502         that gnus-uu-unmark-thread will function correctly.
11504         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11505         1024K is instead displayed as 1M.
11507 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11509         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11511 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11513         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11515 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11517         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11518         error message to display actual error condition.
11519         (gnus-agent-save-local): Avoid saving symbols that are bound to
11520         nil as they simply result in a warning message in
11521         gnus-agent-read-local.
11523 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11525         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11526         rather than make-variable-buffer-local for file-precious-flag.
11528 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11530         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11531         for duplicates which are removed.  The invalid sort check then
11532         triggers a rescan after the sort as sorting may have moved
11533         duplicate entries such that they can be cheaply detected.
11535 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11537         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11539 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11541         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11542         internal variable to a custom variable.  Changed default value
11543         from compressed(2) to uncompressed(1).
11544         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11545         support for uncompressed agentview files.  Taken together, reading
11546         the agentview file should now be 6-7 times faster.
11548 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11550         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11551         as a buffer-local variable.  This avoids creating truncated
11552         dribble files as a result of a hang up, eg.
11554 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11556         * gnus-start.el (gnus-start-draft-setup): Enforce
11557         `gnus-draft-mode' for nndraft:drafts at startup.
11559         * gnus.el (gnus-splash): Change custom group.
11560         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11561         allow-list argument.
11563         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11564         string.
11566 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11568         * gnus-art.el (gnus-default-article-saver): Add user-defined
11569         `function' to custom type.
11571 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11573         * imap.el (imap-open): Handle case where buffer is a buffer
11574         object.
11576 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11578         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11579         long lines.
11580         (gnus-cache-delete-group): Wrap doc strings.
11582         * gnus-agent.el (gnus-agent-rename-group)
11583         (gnus-agent-delete-group): Wrap doc strings.
11585 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11587         * gnus-start.el (gnus-1): Add "native" to
11588         gnus-predefined-server-alist.
11590         * gnus.el (gnus-method-to-server): Don't add "native" to the
11591         lists here, because that leads to problems when
11592         gnus-select-method is bound.
11594 2005-11-09  Simon Josefsson  <jas@extundo.com>
11596         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11597         use (not sort-by-date) instead.
11599 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11601         * gnus-delay.el (gnus-delay-group): Don't autoload.
11602         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11603         to be re-loaded when customizing the `gnus-delay' group.
11605 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11607         * message.el: Revert last changes.
11608         (message-insert-citation-line): Use newlines.
11610 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11612         * message.el (message-courtesy-message)
11613         (message-mark-insert-begin, message-mark-insert-end)
11614         (message-elide-ellipsis, message-cancel-message)
11615         (message-add-header, message-change-subject)
11616         (message-cross-post-followup-to-header)
11617         (message-cross-post-insert-note, message-reduce-to-to-cc)
11618         (message-widen-reply, message-delete-not-region)
11619         (message-kill-to-signature, message-insert-signature)
11620         (message-insert-importance-high, message-insert-importance-low)
11621         (message-insert-or-toggle-importance)
11622         (message-insert-disposition-notification-to)
11623         (message-indent-citation, message-yank-original)
11624         (message-cite-original-without-signature, message-cite-original)
11625         (message-insert-citation-line, message-position-on-field)
11626         (message-fix-before-sending, message-send-mail-partially)
11627         (message-send-mail, message-send-mail-with-sendmail)
11628         (message-send-mail-with-qmail, message-send-news)
11629         (message-check-news-header-syntax, message-generate-headers)
11630         (message-insert-courtesy-copy, message-fill-address)
11631         (message-fill-header, message-shorten-references)
11632         (message-setup-1, message-cancel-news)
11633         (message-forward-make-body-plain, message-forward-make-body-mime)
11634         (message-forward-make-body-mml, message-encode-message-body)
11635         (message-forward-make-body-digest-plain)
11636         (message-forward-make-body-digest-mime)
11637         (message-use-alternative-email-as-from): Insert `hard-newline'
11638         instead of ordinary newlines.
11640 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11642         * message.el (message-generate-headers): Downcase the argument
11643         given to message-check-element.
11645 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11647         * nntp.el (nntp-authinfo-rejected): New error condition.
11648         (nntp-wait-for): Use new error condition to signal authentication
11649         error.
11650         (nntp-retrieve-data): Rethrow new error condition to break out of
11651         recursive call to nntp-send-authinfo.
11653 2005-11-08  Romain Francoise  <romain@orebokech.com>
11655         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11656         (gnus-summary-exit-map): Bind to `Z p'.
11657         (gnus-summary-make-menu-bar): Add menu item.
11659 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11661         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11662         (gnus-treat-*): Add `first' in all doc strings.
11664         * gnus-group.el (gnus-group-compact-group): Fix typo.
11666 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11668         * gnus.el (gnus-parameters-case-fold-search): New variable.
11669         (gnus-parameters-get-parameter): Use it.
11671         * gnus-score.el (gnus-home-score-file): Doc fix.
11673 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11675         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11677 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11679         * mm-util.el (mm-special-display-p): New function.
11681         * mml.el (mml-preview): Use it; doc fix.
11683 2005-10-29  Romain Francoise  <romain@orebokech.com>
11685         * message.el (message-fix-before-sending): Fix comment.
11687 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11689         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11691 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11693         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11694         Used in gnus-score.el.
11696 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11698         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11700 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11702         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11703         whitespace removed in revision 7.8.  Use concatenated string to
11704         protect trailing whitespace.
11706 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11708         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11709         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11710         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11711         Courier IMAP ("some version from 2004").  Mostly based on similar
11712         code in the same function.
11714 2005-10-26  Didier Verna  <didier@xemacs.org>
11716         * gnus-group.el (gnus-group-compact-group): Invalidate original
11717         article buffer.
11718         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11719         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11720         NOV database and in article itself.
11721         Invalidate article backlog.
11723 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11725         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11727 2005-10-26  Simon Josefsson  <jas@extundo.com>
11729         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11730         part of 2004-07-25 change.
11732 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11734         * message.el (message-display-completion-list): New function.
11735         (message-expand-group): Use it; make sure the Completions buffer
11736         is modifiable.
11738 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11740         * imap.el (imap-open): Handle case where buffer is a buffer object.
11742 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
11744         * pgg-def.el:
11745         * pgg-gpg.el:
11746         * pgg-parse.el:
11747         * pgg-pgp.el:
11748         * pgg-pgp5.el:
11749         * pgg.el: Move to the parent lisp directory.
11751 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11753         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11754         user-mail-name is an empty string.
11756 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11758         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11759         depending on gnus-score-decay-constant.
11761         * encrypt.el (encrypt-insert-file-contents)
11762         (encrypt-write-file-contents): Don't use `gnus-message'.
11764         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11765         arguments.
11766         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11767         arguments to mm-uu-verbatim-marks-extract.
11768         (mm-uu-hide-markers): New variable.
11769         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11771         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11772         (gnus-convert-image-to-face-command): Use "convert" by default to
11773         allow other input image formats.
11774         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11775         accordingly.
11777 2005-10-23  Simon Josefsson  <jas@extundo.com>
11779         * imap.el (imap-gssapi-program): Align command line parameters
11780         with latest GNU SASL.
11781         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11783 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11785         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11786         HTML.
11787         (nnslashdot-request-article): Ditto.
11789 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11791         * mail-source.el (mail-source-fetch-pop): Require pop3.
11792         (mail-source-check-pop): Ditto.
11794 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11796         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11797         errors.
11799 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11801         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11802         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11804         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11806         * mm-bodies.el (mm-decode-string): Call
11807         `mm-charset-to-coding-system' with allow-override argument.
11809 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11811         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11812         (rfc2047-charset-to-coding-system): New function.
11813         (rfc2047-decode-encoded-words): New function.
11814         (rfc2047-decode-region): Use them.
11815         (rfc2047-decode-cte): Remove.
11816         (rfc2047-parse-and-decode): Remove.
11817         (rfc2047-decode): Remove.
11819 2005-10-15  Kenichi Handa  <handa@m17n.org>
11821         * rfc2047.el (rfc2047-decode-cte): New function.
11822         (rfc2047-decode-region): Change the way to decode successive
11823         encoded-words: decode B- or Q-encoding in each encoded-word,
11824         concatenate them, and decode it as charset.
11826 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11828         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11829         widget-move-and-invoke.
11830         (gnus-custom-mode): Use gnus-custom-map.
11832 2005-10-15  Bill Wohler  <wohler@newt.com>
11834         * message.el (message-tool-bar-map): Renamed image file from
11835         mail_send to mail/send.
11837 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11839         * message.el (message-expand-group): Pass the common
11840         prefix substring of completion to `display-completion-list'.
11842 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11844         * mml-sec.el (mml-secure-method): New internal variable.
11845         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11846         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11847         functions using mml-secure-method.
11849         * mml.el (mml-mode-map): Add key bindings for those functions.
11850         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11851         Harder <harder@myrealbox.com>.
11852         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11853         end of message if point is the headers of the message.
11855         * message.el (message-in-body-p): New function.
11857         * assistant.el: Autoload gnus-util and netrc.
11859         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11860         Use `mm-charset-override-alist' only when decoding.
11862         * mm-bodies.el (mm-decode-body): Call
11863         `mm-charset-to-coding-system' with allow-override argument.
11865         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11866         `filename' from Content-Disposition if Content-Type doesn't
11867         provide `name'.
11868         (gnus-mime-view-part-as-type): Set default instead of
11869         initial-input.
11871 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11873         * format-spec.el (format-spec): Propagate text properties of % spec.
11875 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11877         * gnus-art.el (gnus-treat-predicate): Add `first'.
11879 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11881         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11882         (mm-charset-override-alist): New variable.
11883         (mm-charset-to-coding-system): Use it.
11884         (mm-codepage-setup): New helper function.
11885         (mm-charset-eval-alist): New variable.
11886         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11887         about unknown charsets.
11889 2005-10-04  David Hansen  <david.hansen@gmx.net>
11891         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11892         (nnrss-check-group): Ditto.
11894 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11896         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11897         Rename x-gnus-verbatim to x-verbatim.
11898         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11900         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11901         x-verbatim.
11903         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11905         * gnus-util.el (gnus-remove-duplicates): Remove.
11907         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11908         instead of gnus-remove-duplicates.
11910         * message.el (message-remove-duplicates): Remove.
11911         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11912         message-remove-duplicates.
11914         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11915         available, else use implementation from `delete-dups'.
11917         * message.el (message-insert-expires): New function.
11918         (message-mode-map): Add key binding.
11919         (message-mode-field-menu): Add menu entry.
11920         (message-mode): Document it.
11921         (message-make-expires-date): Use `message-make-date'.
11923 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11925         * message.el (message-make-expires-date): New function.
11927 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11929         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11931 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11933         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11934         function rather than the diff-mode.el package.
11935         (mm-display-external): Use with-current-buffer.
11936         (mm-viewer-completion-map, mm-viewer-completion-map):
11937         Move initialization inside declaration.
11939 2005-09-29  Simon Josefsson  <jas@extundo.com>
11941         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11942         autoload mail-check-payment.
11943         (spam-check-hashcash): Define unconditionally, since hashcash.el
11944         is part of Gnus now.  Ignore errors from payment checking.
11946 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11948         * message.el (message-bold-region, message-unbold-region): Rename
11949         from `bold-region' and `unbold-region'.
11951         * message.el: Remove useless autoloads.
11953 2005-09-28  Simon Josefsson  <jas@extundo.com>
11955         * message.el (message-use-idna): Default to t.
11956         (message-use-idna): Test whether encoding works too.  Doc fix.
11958 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11960         * nntp.el (nntp-warn-about-losing-connection): Remove.
11962 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11964         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11965         customizable.  Change default value.
11966         (mm-uu-diff-groups-regexp): Change default value.
11967         (mm-uu-type-alist): Add doc string.
11968         (mm-uu-configure): Add doc string.  Make it interactive.
11969         (mm-uu-tex-groups-regexp): New variable.
11970         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11971         (mm-uu-type-alist): Add LaTeX documents.
11972         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11973         of "text/verbatim".
11974         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11976         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11977         instead of "text/verbatim".
11979         * message.el (message-mark-inserted-region)
11980         (message-mark-insert-file): Use slrn style marks when called with
11981         prefix argument.
11983 2005-09-27  Simon Josefsson  <jas@extundo.com>
11985         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11987 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11989         * message.el (message-remove-duplicates): New function.
11990         Implementation borrowed from `gnus-remove-duplicates'.
11991         (message-idna-to-ascii-rhs): Also encode idna addresses in
11992         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11993         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11994         only ask about the same idna domain once per header and also tell
11995         in what header to replace the idna domain.
11997         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11998         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11999         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12000         a header is decoded and not just the last one.
12002 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12004         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12005         has been decoded.
12007         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12008         (mm-insert-part): Don't modify text if it has been decoded.
12010         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12011         decoded.
12013         * mm-view.el (mm-inline-text): Don't strip text props unless
12014         decoding enriched or richtext parts.
12016 2005-09-25  Romain Francoise  <romain@orebokech.com>
12018         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12019         * gnus-start.el (gnus-subscribe-interactively):
12020         * gnus-uu.el (gnus-uu-grab-articles):
12021         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12022         space.
12024 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12026         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12027         * mm-view.el (mm-view-pkcs7-decrypt):
12028         * gnus-sum.el (gnus-summary-limit-to-extra)
12029         (gnus-summary-respool-article, gnus-read-move-group-name):
12030         * gnus-score.el (gnus-summary-increase-score):
12031         * gnus-util.el (gnus-completing-read-with-default):
12032         * gnus-art.el (gnus-read-save-file-name)
12033         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12034         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12035         * message.el (message-check-news-header-syntax):
12036         Follow convention for reading with the minibuffer.
12038 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12040         * spam-report.el (spam-report-url-ping-plain):
12041         Use gnus-extended-version as User-Agent.
12043         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12044         default value is nil.
12046         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12047         (mm-uu-verbatim-marks-extract): New function.
12048         (mm-uu-extract): New face.
12049         (mm-uu-copy-to-buffer): Use it.
12051         * spam-report.el (spam-report-gmane-ham): Renamed from
12052         `spam-report-gmane-unspam'.
12053         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12054         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12056         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12057         Autoload.
12058         (spam-report-gmane-unregister-routine): Renamed
12059         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12061 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12063         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12064         (spam-report-gmane-unregister-routine): Add support for gmane
12065         unregistration.
12067         * spam-report.el (spam-report-gmane-unspam)
12068         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12069         (spam-report-gmane): Change to take a single article and do unspam
12070         registration.
12072 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12074         * mm-url.el (mm-url-decode-entities): Fix regexp.
12076 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12078         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12079         default to nil, to be able to use Gnus at all.  If the default
12080         switches to something else, then the function should be fixed not
12081         be exceedingly slow.
12083 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12085         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12086         fail hard.
12088         * spam-report.el: Add better Keywords line.
12090         * spam.el: Add Maintainer and better Keywords line.
12092 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12094         * gnus-art.el (gnus-article-replace-part)
12095         (gnus-mime-replace-part): New functions.
12096         (gnus-mime-action-alist, gnus-mime-button-commands)
12097         (gnus-mime-save-part-and-strip): Added file argument.
12098         (gnus-article-part-wrapper): Added interactive argument.
12100         * gnus-sum.el (gnus-summary-mime-map): Add
12101         `gnus-article-replace-part'.
12103 2005-09-19  Didier Verna  <didier@xemacs.org>
12105         The nnml compaction feature:
12106         * nnml.el (nnml-request-compact-group): New function.
12107         * nnml.el (nnml-request-compact): New function.
12108         * gnus-int.el (gnus-request-compact-group): New function.
12109         * gnus-int.el (gnus-request-compact): New function.
12110         * gnus-group.el (gnus-group-compact-group): New function.
12111         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12112         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12113         * gnus-srvr.el (gnus-server-compact-server): New function.
12114         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12115         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12117 2005-09-18  Deepak Goel  <deego@gnufans.org>
12119         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12120         format spec.
12122 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12124         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12126 2005-09-15  Romain Francoise  <romain@orebokech.com>
12128         * message.el (message-fill-paragraph): Clarify docstring.
12130 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12132         * gnus-art.el (gnus-mime-display-part): Protect against broken
12133         MIME messages.
12135 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12137         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12138         before parsing header.
12140 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12142         * html2text.el (html2text-replace-list): Add new entities.
12144 2005-09-11  Romain Francoise  <romain@orebokech.com>
12146         * message.el (message-alternative-emails): Improve docstring.
12147         (message-setup-1): Call `message-use-alternative-email-as-from'
12148         after `message-setup-hook' to give it precedence over posting
12149         styles, etc.
12150         (message-use-alternative-email-as-from): Add docstring.  Remove
12151         the original From header if present.
12153         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12154         (nnml-save-mail): Use it.
12156         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12157         articles.  Add new argument `silent'.
12158         (gnus-uu-mark-all): Report the total number of marked articles.
12160 2005-09-10  Romain Francoise  <romain@orebokech.com>
12162         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12163         (gnus-uu-mark-series): Likewise.
12165 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12167         * spam-report.el (spam-report-gmane): Fix generation of spam
12168         report URL.
12170 2005-09-10  Simon Josefsson  <jas@extundo.com>
12172         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12173         t, based on discussion on the ding list with Robert Epprecht
12174         <epprecht@solnet.ch>.
12176 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12178         * spam-report.el (spam-report-gmane): Make it work without
12179         X-Report-Spam header.  Gmane now only provides Archived-At.
12180         This is only used if `spam-report-gmane-use-article-number' is nil.
12181         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12183         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12184         make `gnus-summary-sort-by-recipient' work with threading.
12186         * nnweb.el (nnweb-google-wash-article): Print a message if article
12187         is not available.
12189 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12191         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12192         change.  Decode text/* parts content before displaying.
12194 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12196         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12198 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12200         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12202 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12204         * message.el (message-tab-body-function): Fix mismatched custom type.
12206         * gnus.el (gnus-group-change-level-function): Ditto.
12208         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12210         * gnus-art.el (gnus-signature-limit)
12211         (gnus-article-mime-part-function): Ditto.
12213 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12215         * mml.el (mml-mode): Silence the byte compiler.
12217         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12218         using `(sit-for 0)' before moving the point to the specified part;
12219         skip unbuttonized parts.
12220         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12221         return to the summary window if gnus-auto-select-part is non-nil.
12223 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12225         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12226         variables.
12227         (mml-dnd-attach-file, mml-mode): Use them.
12229         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12230         Make fetching article by MID work again for Google Groups.  Added
12231         FIXME concerning gnus-group-make-web-group.
12233         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12234         Don't depend on Gnus by using mail-extract-address-components if
12235         gnus-extract-address-components is not bound.
12237 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12239         * gnus-art.el (gnus-mime-display-security): Don't display the
12240         signature, but only the signed part.
12242 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12244         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12246         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12247         list, not listp.
12249 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12251         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12252         when encoding.
12254         * mm-bodies.el (mm-decode-content-transfer-encoding):
12255         De-canonicalize CRLF for all text content types, not just
12256         text/plain.
12258 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12260         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12261         valid article; point arrow and cursor at the MIME button.
12263 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12265         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12266         Suggested by Dan Christensen <jdc@uwo.ca>.
12268         * mm-decode.el (mm-save-part): Enable change of prompt.
12270 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12272         * gnus-msg.el (gnus-inews-add-send-actions): Made
12273         `message-post-method' lambda parameter ARG `&optional'.
12275 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12277         * gnus-sum.el (gnus-summary-mime-map): Added
12278         gnus-article-save-part-and-strip, gnus-article-delete-part and
12279         gnus-article-jump-to-part.
12281         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12282         (gnus-article-edit-part): Use it.
12283         (gnus-article-part-wrapper): Added no-handle argument.
12284         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12285         functions.
12287 2005-08-29  Romain Francoise  <romain@orebokech.com>
12289         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12290         docstring.
12291         (gnus-face-from-file): Likewise.
12293 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12295         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12296         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12297         non-nil.
12298         (gnus-auto-select-part): New variable.
12299         (gnus-article-jump-to-part): New function.
12300         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12301         (gnus-mime-delete-part): Allow selecting specified part after
12302         deleting or stripping parts.
12303         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12304         part if argument is bogus.
12306 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12308         * gnus-art.el (w3m-minor-mode-map):
12309         * gnus-spec.el (gnus-newsrc-file-version):
12310         * gnus-util.el (nnmail-active-file-coding-system)
12311         (gnus-original-article-buffer, gnus-user-agent):
12312         * gnus.el (gnus-ham-process-destinations)
12313         (gnus-parameter-ham-marks-alist)
12314         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12315         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12316         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12317         * mm-decode.el (gnus-current-window-configuration):
12318         * mm-extern.el (gnus-article-mime-handles):
12319         * mm-url.el (url-current-object, url-package-name)
12320         (url-package-version):
12321         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12322         (smime-keys, w3m-cid-retrieve-function-alist)
12323         (w3m-current-buffer, w3m-display-inline-images)
12324         (w3m-minor-mode-map):
12325         * mml-smime.el (gnus-extract-address-components):
12326         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12327         (gnus-newsrc-hashtb, message-default-charset)
12328         (message-deletable-headers, message-options)
12329         (message-posting-charset, message-required-mail-headers)
12330         (message-required-news-headers):
12331         * mml1991.el (mc-pgp-always-sign):
12332         * mml2015.el (mc-pgp-always-sign):
12333         * nnheader.el (nnmail-extra-headers):
12334         * rfc1843.el (gnus-decode-encoded-word-function)
12335         (gnus-decode-header-function, gnus-newsgroup-name):
12336         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12338 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12340         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12341         the end of the date treatments.
12343 2005-08-15  Simon Josefsson  <jas@extundo.com>
12345         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12346         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12347         Capello and Romain Francoise.
12348         (pgg-fetch-key-function): Removed, not used?
12349         (pgg-insert-url-with-w3): Require url, to get
12350         url-insert-file-contents regardless of where it is defined.
12352 2005-08-13  Romain Francoise  <romain@orebokech.com>
12354         * message.el (message-cite-original-1): New function.
12355         (message-cite-original): Use it.
12356         (message-cite-original-without-signature): Ditto.
12358 2005-08-08  Romain Francoise  <romain@orebokech.com>
12360         * message.el (message-yank-empty-prefix): New variable.
12361         (message-indent-citation): Use it.
12362         (message-cite-original-without-signature): Respect X-No-Archive.
12364 2005-08-08  Simon Josefsson  <jas@extundo.com>
12366         * pgg.el: Autoload url-insert-file-contents instead of loading
12367         w3/url.
12368         (pgg-insert-url-with-w3): Don't load url here.
12370 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12372         * message.el (message-kill-to-signature): Don't insert newline at
12373         bol.
12374         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12376 2005-08-06  Romain Francoise  <romain@orebokech.com>
12378         * message.el (message-user-fqdn): Fix typo in docstring.
12380 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12382         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12384         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12386 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12388         * mm-bodies.el (mm-encode-body): Use coding system rather than
12389         charset to encode text.
12391         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12392         number of charsets if utf-8 is available (XEmacs).
12394 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12396         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12397         taken from `gnus-button-mid-or-mail-regexp'.
12398         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12399         (gnus-button-alist): Improve regexp for domain part of the MIDs
12400         for news:localpart@domain buttons.
12401         (gnus-button-ctan-directory-regexp): Update.
12403 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12405         * sieve-manage.el (sieve-manage-interactive-login): Use
12406         make-local-variable rather than make-variable-buffer-local.
12407         (sieve-manage-open): Ditto.
12408         (sieve-manage-authenticate): Ditto.
12410         * mml.el (mml-generate-mime-1): Make the content type default to
12411         text/plain if the filename is not specified.
12413 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12415         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12416         instead of insert-buffer.
12418         * message.el (message-yank-original): Ditto; set the mark at the
12419         end of the yanked message.
12421 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12423         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12424         lines to scroll rather than to stop it.
12426         * mml.el (mml-generate-default-type): Add doc string.
12427         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12428         default to application/octet-stream when determining the content
12429         type if it is not specified for the part or the mml contents; add
12430         a comment about mml-generate-default-type.
12432 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12434         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12435         make it default to application/octet-stream when determining the
12436         content type if it is not specified for the external contents.
12438 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12440         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12441         segmented parameter but also other parameters might be there.
12443 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12445         * mm-decode.el (mm-display-external): Delete temp file, directory
12446         and buffer immediately if the external process is exited.
12448 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12450         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12451         fewer lines than that of scroll-margin.
12452         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12454 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12456         * gnus-art.el (gnus-article-next-page): Revert.
12457         (gnus-article-beginning-of-window): New macro.
12458         (gnus-article-next-page-1): Use it.
12459         (gnus-article-prev-page): Ditto.
12460         (gnus-article-edit-part): Use insert-buffer-substring instead of
12461         insert-buffer.
12462         (gnus-article-edit-exit): Ditto.
12464         * gnus-util.el (gnus-beginning-of-window): Remove.
12465         (gnus-end-of-window): Remove.
12467 2005-07-25  Simon Josefsson  <jas@extundo.com>
12469         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12470         to have the url package without w3.  Reported by Daiki Ueno
12471         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12473 2005-07-20  Didier Verna  <didier@xemacs.org>
12475         * gnus-diary.el: Remove the description comment (nndiary is now
12476         properly documented in the Gnus manual).
12477         Fix the spelling of "Back End".
12478         * nndiary.el: Ditto.
12479         Fix the copyright notice.
12481 2005-07-18  Romain Francoise  <romain@orebokech.com>
12483         * gnus-sum.el (gnus-summary-to-prefix)
12484         (gnus-summary-newsgroup-prefix): New variables.
12485         (gnus-summary-from-or-to-or-newsgroups): Use them.
12487 2005-07-17  Romain Francoise  <romain@orebokech.com>
12489         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12490         space as it's generally not especially interesting to the user.
12492 2005-07-16  Romain Francoise  <romain@orebokech.com>
12494         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12495         nil to avoid prompting and file modification if one of the
12496         messages at the top of the nnfolder file contains a copyright
12497         notice.
12498         Update copyright notice.
12500         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12501         instead of `current-time-string' as the latter creates a time
12502         string that is not RFC 2822 compliant (it lacks the zone).
12503         Update copyright notice.
12505 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12507         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12508         for text/rtf.  Display default in prompt.  Pass default for M-n.
12510         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12512 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12514         * gnus-msg.el (gnus-button-mailto): Remove
12515         save-selected-window-window hackery because it relies on
12516         save-selected-window internals.
12518 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12520         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12521         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12522         (gnus-article-prev-page): Ditto.
12524         * gnus-util.el (gnus-beginning-of-window): New function.
12525         (gnus-end-of-window): New function.
12527 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12529         * gnus-score.el (gnus-score-edit-all-score): Set
12530         gnus-score-edit-exit-function to gnus-score-edit-done and call
12531         gnus-message.
12533 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12535         * gnus-msg.el (gnus-button-mailto): Remove
12536         save-selected-window-window hackery because it relies on
12537         save-selected-window internals.
12539 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12541         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12542         add-minor-mode.
12543         (gnus-binary-mode): Ditto.
12545         * gnus-topic.el (gnus-topic-mode): Ditto.
12547 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12549         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12550         (gnus-article-prev-page): Take scroll-margin into consideration.
12552 2005-07-04  Lute Kamstra  <lute@gnu.org>
12554         Update FSF's address in GPL notices.
12556 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12558         * gnus.el (gnus-exit):
12559         * gnus-group.el (gnus-group-icons):
12560         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12562         * gnus-nocem.el (gnus-nocem):
12563         * message.el (message-various, message-buffers, message-sending)
12564         (message-interface, message-forwarding, message-insertion)
12565         (message-headers, message-news, message-mail):
12566         * pgg-gpg.el (pgg-gpg):
12567         * pgg-parse.el (pgg-parse):
12568         * pgg-pgp.el (pgg-pgp):
12569         * pgg-pgp5.el (pgg-pgp5):
12570         * pop3.el (pop3): Finish `defgroup' description with period.
12572 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12574         * gnus-art.el (article-display-face): Improve the efficiency.
12575         (article-display-x-face): Ditto; remove grey x-face stuff.
12577 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12579         * gnus-art.el (article-display-face): Correct the position in
12580         which Faces are inserted.
12582 2005-06-29  Didier Verna  <didier@xemacs.org>
12584         * gnus-art.el (article-display-face): Display faces in correct
12585         order.
12587 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12589         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12590         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12591         (gnus-nocem-check-article): Fetch the Type header.
12592         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12593         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12594         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12595         make sure gnus-nocem-hashtb is initialized.
12596         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12597         (gnus-nocem-unwanted-article-p): Ditto.
12599         * pgg.el (pgg-verify): Return the verification result.
12601 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12603         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12604         is ascii.
12606 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12608         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12609         `show-nonbreak-escape'.
12611 2005-06-23  Lute Kamstra  <lute@gnu.org>
12613         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12615         * dig.el (dig-mode):
12616         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12618 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12620         * nnimap.el (nnimap-split-download-body): Fix spellings.
12622 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12624         * gnus-art.el (gnus-article-encrypt-body):
12625         * gnus-cus.el (gnus-score-customize):
12626         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12627         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12629 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12631         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12632         header by looking for magic "MII" at the beginnig.
12634 2005-06-16  Miles Bader  <miles@gnu.org>
12636         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12637         (assistant-field-face): New backward-compatibility alias for renamed
12638         face.
12639         (assistant-render-text): Use renamed assistant-field face.
12641         * spam.el (spam): Remove "-face" suffix from face name.
12642         (spam-face): New backward-compatibility alias for renamed face.
12643         (spam-face, spam-initialize): Use renamed spam face.
12645         * message.el (message-header-to, message-header-cc)
12646         (message-header-subject, message-header-newsgroups)
12647         (message-header-other, message-header-name)
12648         (message-header-xheader, message-separator, message-cited-text)
12649         (message-mml): Remove "-face" suffix from face names.
12650         (message-header-to-face, message-header-cc-face)
12651         (message-header-subject-face, message-header-newsgroups-face)
12652         (message-header-other-face, message-header-name-face)
12653         (message-header-xheader-face, message-separator-face)
12654         (message-cited-text-face, message-mml-face):
12655         New backward-compatibility aliases for renamed faces.
12656         (message-font-lock-keywords): Use renamed message faces.
12658         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12659         (sieve-test-commands, sieve-tagged-arguments):
12660         Remove "-face" suffix from face names.
12661         (sieve-control-commands-face, sieve-action-commands-face)
12662         (sieve-test-commands-face, sieve-tagged-arguments-face):
12663         New backward-compatibility aliases for renamed faces.
12664         (sieve-control-commands-face, sieve-action-commands-face)
12665         (sieve-test-commands-face, sieve-tagged-arguments-face):
12666         Use renamed sieve faces.
12668         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12669         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12670         (gnus-group-news-3-empty, gnus-group-news-4)
12671         (gnus-group-news-4-empty, gnus-group-news-5)
12672         (gnus-group-news-5-empty, gnus-group-news-6)
12673         (gnus-group-news-6-empty, gnus-group-news-low)
12674         (gnus-group-news-low-empty, gnus-group-mail-1)
12675         (gnus-group-mail-1-empty, gnus-group-mail-2)
12676         (gnus-group-mail-2-empty, gnus-group-mail-3)
12677         (gnus-group-mail-3-empty, gnus-group-mail-low)
12678         (gnus-group-mail-low-empty, gnus-summary-selected)
12679         (gnus-summary-cancelled, gnus-summary-high-ticked)
12680         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12681         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12682         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12683         (gnus-summary-low-undownloaded)
12684         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12685         (gnus-summary-low-unread, gnus-summary-normal-unread)
12686         (gnus-summary-high-read, gnus-summary-low-read)
12687         (gnus-summary-normal-read, gnus-splash):
12688         Remove "-face" suffix from face names.
12689         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12690         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12691         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12692         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12693         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12694         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12695         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12696         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12697         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12698         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12699         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12700         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12701         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12702         (gnus-summary-normal-ticked-face)
12703         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12704         (gnus-summary-normal-ancient-face)
12705         (gnus-summary-high-undownloaded-face)
12706         (gnus-summary-low-undownloaded-face)
12707         (gnus-summary-normal-undownloaded-face)
12708         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12709         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12710         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12711         (gnus-splash-face):
12712         New backward-compatibility aliases for renamed faces.
12713         (gnus-group-startup-message): Use renamed gnus faces.
12715         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12716         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12717         (gnus-server-agent): Remove "-face" suffix from face names.
12718         (gnus-server-agent-face, gnus-server-opened-face)
12719         (gnus-server-closed-face, gnus-server-denied-face)
12720         (gnus-server-offline-face):
12721         New backward-compatibility aliases for renamed faces.
12722         (gnus-server-agent-face, gnus-server-opened-face)
12723         (gnus-server-closed-face, gnus-server-denied-face)
12724         (gnus-server-offline-face): Use renamed gnus faces.
12726         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12727         Remove "-face" suffix from face names.
12728         (gnus-picon-xbm-face, gnus-picon-face):
12729         New backward-compatibility aliases for renamed faces.
12731         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12732         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12733         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12734         (gnus-cite-11): Remove "-face" suffix from face names.
12735         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12736         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12737         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12738         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12739         New backward-compatibility aliases for renamed faces.
12740         (gnus-cite-attribution-face, gnus-cite-face-list)
12741         (gnus-article-boring-faces): Use renamed gnus faces.
12743         * gnus-art.el (gnus-signature, gnus-header-from)
12744         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12745         (gnus-header-content): Remove "-face" suffix from face names.
12746         (gnus-signature-face, gnus-header-from-face)
12747         (gnus-header-subject-face, gnus-header-newsgroups-face)
12748         (gnus-header-name-face, gnus-header-content-face):
12749         New backward-compatibility aliases for renamed faces.
12750         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12752         * gnus-sum.el (gnus-summary-selected-face)
12753         (gnus-summary-highlight): Use renamed gnus faces.
12754         * gnus-group.el (gnus-group-highlight): Likewise.
12756 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12758         * gnus-sieve.el (gnus-sieve-article-add-rule):
12759         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12760         * spam-stat.el (spam-stat-buffer-change-to-spam)
12761         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12763         * message.el (message-is-yours-p):
12764         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12766 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12768         * mm-view.el (mm-inline-text): Withdraw the last change.
12770 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12772         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12773         executing enriched-decode.
12775 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12777         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12778         charset of tar files.
12780 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12782         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12784 2005-06-04  Lute Kamstra  <lute@gnu.org>
12786         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12787         information is never recorded.
12789 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12791         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12793 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12795         * pop3.el (pop3-apop): Run md5 in the binary mode.
12797         * starttls.el (starttls-set-process-query-on-exit-flag):
12798         Use eval-and-compile.
12800 2005-05-31  Simon Josefsson  <jas@extundo.com>
12802         * smime.el (smime-replace-in-string): Define.
12803         (smime-cert-by-ldap-1): Use it.
12805 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12807         * gnus-art.el (article-display-x-face): Replace
12808         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12810         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12811         set-process-query-on-exit-flag or process-kill-without-query.
12813         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12814         loop instead of replace-regexp.
12816         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12817         instead of process-kill-without-query if it is available.
12819         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12820         instead of find-file-hooks if it is available.
12822         * mml1991.el: Bind pgg-default-user-id when compiling.
12824         * mml2015.el: Bind pgg-default-user-id when compiling.
12826         * nndraft.el (nndraft-request-associate-buffer):
12827         Use write-contents-functions instead of write-contents-hooks if it is
12828         available.
12830         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12831         instead of find-file-hooks if it is available.
12833         * nntp.el (nntp-open-connection): Replace
12834         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12835         (nntp-open-ssl-stream): Ditto.
12836         (nntp-open-tls-stream): Ditto.
12838         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12839         set-process-query-on-exit-flag or process-kill-without-query.
12840         (starttls-open-stream-gnutls): Use it instead of
12841         process-kill-without-query.
12842         (starttls-open-stream): Ditto.
12844 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12846         * smime.el (smime-cert-by-ldap-1): Don't use
12847         replace-regexp-in-string.
12849 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12851         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12853         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12854         in PEM format.  Adjust to the XEmacs compability.
12856 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12858         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12859         by `string-to-number'.
12860         * gnus-agent.el (gnus-agent-regenerate-group)
12861         (gnus-agent-fetch-articles): Ditto.
12862         * gnus-art.el (gnus-button-fetch-group): Ditto.
12863         * gnus-cache.el (gnus-cache-generate-active)
12864         (gnus-cache-articles-in-group): Ditto.
12865         * gnus-group.el (gnus-group-set-current-level)
12866         (gnus-group-insert-group-line): Ditto.
12867         * gnus-score.el (gnus-score-set-expunge-below)
12868         (gnus-score-set-mark-below, gnus-summary-score-effect)
12869         (gnus-summary-score-entry): Ditto.
12870         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12871         (gnus-soup-pack): Ditto.
12872         * gnus-spec.el (gnus-xmas-format): Ditto.
12873         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12874         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12875         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12876         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12877         * nndb.el (nndb-get-remote-expire-response): Ditto.
12878         * nndiary.el (nndiary-parse-schedule-value)
12879         (nndiary-string-to-number, nndiary-request-replace-article)
12880         (nndiary-request-article): Ditto.
12881         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12882         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12883         * nneething.el (nneething-make-head): Ditto.
12884         * nnfolder.el (nnfolder-request-article)
12885         (nnfolder-retrieve-headers): Ditto.
12886         * nnheader.el (nnheader-file-to-number): Ditto.
12887         * nnkiboze.el (nnkiboze-request-article): Ditto.
12888         * nnmail.el (nnmail-process-unix-mail-format)
12889         (nnmail-process-babyl-mail-format): Ditto.
12890         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12891         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12892         (nnmh-request-create-group, nnmh-request-list-1)
12893         (nnmh-request-group, nnmh-request-article): Ditto.
12894         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12895         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12896         * nnsoup.el (nnsoup-make-active): Ditto.
12897         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12898         * nntp.el (nntp-find-group-and-number)
12899         (nntp-retrieve-headers-with-xover): Ditto.
12900         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12901         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12902         (pgg-format-key-identifier): Ditto.
12903         * pop3.el (pop3-last, pop3-stat): Ditto.
12904         * qp.el (quoted-printable-decode-region): Ditto.
12906         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12907         of concat.
12909 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12911         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12913         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12915         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12917         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12919         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12921         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12923         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12924         (gnus-carpal-mode): Ditto.
12926         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12927         (gnus-browse-mode): Ditto.
12929         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12931         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12933 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12935         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12937 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12939         * gnus-util.el (gnus-run-mode-hooks): New function.
12941         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12943 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12945         * gnus-agent.el (gnus-agent-make-mode-line-string):
12946         Use mode-line-highlight as mouse-face.
12948 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12950         * canlock.el (canlock): Change the parent group to news.
12952         * deuglify.el (gnus-outlook-deuglify): Add :group.
12954         * dig.el (dig): Add :group.
12956         * dns-mode.el (dns-mode): Add :group.
12958         * encrypt.el (encrypt): Add :group.
12960         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12961         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12962         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12963         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12964         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12966         * gnus-diary.el (gnus-diary): Add :group.
12968         * gnus.el (gnus-group-news-1-face): Add :group.
12969         (gnus-group-news-1-empty-face): Ditto.
12970         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12971         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12972         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12973         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12974         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12975         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12976         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12977         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12978         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12979         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12980         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12981         (gnus-summary-high-ticked-face): Ditto.
12982         (gnus-summary-low-ticked-face): Ditto.
12983         (gnus-summary-normal-ticked-face): Ditto.
12984         (gnus-summary-high-ancient-face): Ditto.
12985         (gnus-summary-low-ancient-face): Ditto.
12986         (gnus-summary-normal-ancient-face): Ditto.
12987         (gnus-summary-high-undownloaded-face): Ditto.
12988         (gnus-summary-low-undownloaded-face): Ditto.
12989         (gnus-summary-normal-undownloaded-face): Ditto.
12990         (gnus-summary-high-unread-face): Ditto.
12991         (gnus-summary-low-unread-face): Ditto.
12992         (gnus-summary-normal-unread-face): Ditto.
12993         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12994         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12996         * hashcash.el (hashcash): New custom group.
12997         (hashcash-default-payment): Add :group.
12998         (hashcash-payment-alist): Ditto.
12999         (hashcash-default-accept-payment): Ditto.
13000         (hashcash-accept-resources): Ditto.
13001         (hashcash-path): Ditto.
13002         (hashcash-extra-generate-parameters): Ditto.
13003         (hashcash-double-spend-database): Ditto.
13004         (hashcash-in-news): Ditto.
13006         * message.el (message-minibuffer-local-map): Add :group.
13008         * netrc.el (netrc): Add :group.
13010         * sieve-manage.el (sieve-manage-log): Add :group.
13011         (sieve-manage-default-user): Diito.
13012         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13013         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13014         (sieve-manage-authenticators): Ditto.
13015         (sieve-manage-authenticator-alist): Ditto.
13016         (sieve-manage-default-port): Ditto.
13018         * sieve-mode.el (sieve-control-commands-face): Add :group.
13019         (sieve-action-commands-face): Ditto.
13020         (sieve-test-commands-face): Ditto.
13021         (sieve-tagged-arguments-face): Ditto.
13023         * smime.el (smime): Add :group.
13025         * spam-report.el (spam-report): Add :group.
13027         * spam.el (spam, spam-face): Add :group.
13029 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13031         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13032         return \n.\n.\n at the end of articles.  Protect against that.
13033         (nntp-with-open-group): Allow debugging.
13035         * nnheader.el (mail-header-set-extra): Make into a function
13036         because I just could't understand how to quote the list properly.
13038         * dns.el (query-dns-cached): New function.
13040 2005-05-26  Lute Kamstra  <lute@gnu.org>
13042         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13044 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13046         * gnus-art.el: Don't autoload mail-extract-address-components.
13048         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13049         eval-and-compile to evaluate it.
13051         * hashcash.el: Don't autoload executable-find.
13053         * nndb.el: Don't declare the nndb back end two or more times; don't
13054         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13056         * nntp.el: Autoload format-spec instead of format; use
13057         eval-and-compile to evaluate autoload forms.
13059 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13061         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13063 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13065         * gnus.el (gnus-version-number): Bump version.
13067 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13069         * gnus.el: No Gnus v0.3 is released.
13071 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13073         * gnus-art.el (gnus-article-edit-part): Disable undo.
13075 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13077         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13078         gnus-article-date-lapsed-new-header is t if date timer is active;
13079         skip headers in which the original date value is empty.
13080         (gnus-article-save-original-date): Redefine it as a macro.
13081         (gnus-display-mime): Use it.
13083 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13085         * gnus-art.el (article-date-ut): Support converting date in
13086         forwarded parts as well.
13087         (gnus-article-save-original-date): New function.
13088         (gnus-display-mime): Use it.
13090 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13092         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13093         enclosure element of <item>.
13095 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13097         * message.el (message-kill-buffer-query): Renamed from
13098         `message-kill-buffer-query-if-modified'.  Added :version.
13100 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13102         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13103         window layout.
13105 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13107         * mml.el: Autoload dnd when compiling.
13109 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13111         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13112         x-dnd-*.
13114 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13116         * qp.el (quoted-printable-encode-region): Save excursion.
13118 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13120         * message.el (message-kill-buffer-query-if-modified): Add new variable
13121         so the user can kill a modified message buffer quickly.
13122         (message-kill-buffer): Use it.
13124 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13126         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13127         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13129 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13131         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13132         contained in text because xml.el decodes entities) with LFs.
13134 2005-04-11  Lute Kamstra  <lute@gnu.org>
13136         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13137         differently.
13139 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13141         * mm-util.el (mm-detect-coding-region): Typo.
13143 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13145         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13147 2005-04-06  Deepak Goel  <deego@gnufans.org>
13149         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13150         user-function allow user modifications of the scores.
13151         (spam-stat-score-buffer-user): New function, to allow
13152         user-computed modifications to the score.
13153         (spam-stat-score-buffer-user-functions): List of additional
13154         scoring functions.
13155         (spam-stat-error-holder): Global temporary error holder.
13156         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13157         variable.
13159 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13161         * gnus-registry.el (gnus-registry-clean-empty-function)
13162         (gnus-registry-trim, gnus-registry-fetch-groups)
13163         (gnus-registry-delete-group): Groups that match
13164         `gnus-registry-ignored-groups' are removed from the registry
13165         entries, not just ignored for splitting.  This helps clean up the
13166         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13167         to get all the groups a message ID is in.
13169         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13170         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13171         (spam-stat-score-buffer-user-functions): Add :number custom type.
13173 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13175         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13176         argument in XEmacs.
13178         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13179         (nnrss-request-group): Decode group name first.
13180         (nnrss-request-article): Make a text/plain article if mml-to-mime
13181         failed.
13182         (nnrss-get-encoding): Return a compatible encoding according to
13183         nnrss-compatible-encoding-alist.
13184         (nnrss-find-el): Use consp instead of listp.
13185         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13187 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13189         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13190         which Emacs 20 doesn't support.
13191         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13193 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13195         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13196         silence the byte compiler inside the defun.
13198         * gnus-demon.el (parse-time-string): Add autoload.
13200         * gnus-delay.el (parse-time-string): Add autoload.
13202         * gnus-art.el (parse-time-string): Add autoload.
13204         * nnultimate.el (parse-time): Require for `parse-time-string'.
13206 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13208         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13210         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13212         * smime.el (smime-ldap-host-list): Add :version.
13214 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13216         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13217         pass it to `gnus-browse-read-group'.
13218         (gnus-browse-read-group): Add NUMBER argument and pass it to
13219         `gnus-group-read-ephemeral-group'.
13221         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13222         argument and pass it to `gnus-group-read-group'.
13224 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13226         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13227         mm-xemacs-find-mime-charset-1 if we have the mule feature
13228         available at runtime.
13230 2005-03-25  Werner Lemberg  <wl@gnu.org>
13232         * nnmaildir.el: Replace `illegal' with `invalid'.
13234 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13236         * gnus-start.el (gnus-display-time-event-handler):
13237         Check display-time-timer at runtime rather than only at load time
13238         in case display-time-mode is turned off in the mean time.
13240 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13242         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13243         used.
13245         * nneething.el (nneething-map-file-directory): Derive from
13246         `gnus-directory'.
13248         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13249         the To/Cc button.
13251 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13253         * nnmaildir.el (nnmaildir-request-accept-article):
13254         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13256 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13258         * gnus-async.el: Require timer-funcs at compile time when in
13259         XEmacs for `run-with-idle-timer'.
13261 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13263         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13264         autoloaded function.
13266 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13268         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13270 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13272         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13274 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13276         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13277         gnus-expert-user to default.
13279 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13281         * nnimap.el (nnimap-open-server): Ditto.
13283         * imap.el (imap-authenticate): Fix typo.
13285 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13287         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13288         buffer (since IMAP server might return FETCH response out of
13289         order, and the nntp buffer must be sorted).
13291 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13293         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13294         comparison on string.
13296         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13297         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13298         (gnus-agent-summary-fetch-series): Modified to protect against
13299         gnus-agent-summary-fetch-group clearing processable flags.
13300         (gnus-agent-synchronize-group-flags): Update live group buffer as
13301         synchronization may occur due to the user toggle the plugged
13302         status.
13303         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13304         successfully downloaded.
13305         (gnus-agent-expire-group-1): Avoid using markers when the overview
13306         is in ascending order; greatly improves performance.
13307         (gnus-agent-regenerate-group): Use
13308         gnus-agent-synchronize-group-flags to reset read status in both
13309         gnus and server.
13310         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13312 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13314         * message.el: Don't autoload former message-utils variables.
13315         (message-strip-subject-trailing-was): Change doc string.
13317         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13318         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13319         (nnweb-google-search): Add "hl=en" here.
13320         (nnweb-google-parse-1, nnweb-google-create-mapping):
13321         Don't hardcode URL.
13323 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13325         * message.el (message-get-reply-headers, message-followup):
13326         Mention related variables `message-use-followup-to' and
13327         `message-use-mail-followup-to', in the information buffer.
13329         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13330         of broken groups(-beta).google.com.
13332 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13334         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13335         parameter to invoked gnus-request-move-article; remove the
13336         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13337         all at once instead of once per article.
13338         (gnus-summary-remove-process-mark): Accept a list of articles as
13339         well as a single article for processing.
13341         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13342         parameter.
13344         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13346         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13348         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13349         parameter.
13351         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13352         parameter.
13354         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13355         parameter and remove the gnus-sum-hint-move-is-internal variable.
13357         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13358         parameter.
13360         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13361         parameter.
13363         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13364         parameter.
13366         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13368         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13369         parameter.
13371         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13372         parameter.
13374 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13376         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13377         a more conservative way.
13379 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13381         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13382         buffer, so it moves the window's cursor.
13384 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13386         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13387         `mm-dissect-multipart' and receive the from field as an (optional)
13388         argument from `mm-dissect-multipart'.
13389         (mm-dissect-multipart): Receive the from field as an argument and
13390         pass it on when we call `mm-dissect-buffer' on MIME parts.
13391         Fixes verification/decryption of signed/encrypted MIME parts.
13393 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13395         * gnus-sum.el (gnus-summary-move-article): Set
13396         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13397         whatever it calls (right now, only nnimap-request-move article
13398         respects it).
13400         * nnimap.el (nnimap-request-move-article): When
13401         gnus-sum-hint-move-is-internal is set, don't do the extra
13402         nnimap-request-article.
13404 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13406         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13408         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13409         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13411         * gnus-sum.el (gnus-summary-caesar-message):
13412         Apply `gnus-treat-article' after rotation.
13414         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13415         doc string.
13417 2005-02-22  Simon Josefsson  <jas@extundo.com>
13419         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13420         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13421         <arne@arnested.dk>.
13422         (encrypt): Add password-cache and password-cache-expiry as group
13423         members.
13425 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13427         * smime.el (smime-ldap-host-list): Doc fix.
13428         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13429         cache) password.
13430         (smime-sign-region): Use it.
13431         (smime-decrypt-region): Use it.
13432         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13433         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13434         fails.
13435         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13436         certificate from DER to PEM format rather than calling openssl.
13438         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13440         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13441         for signing/encryption.
13443         * mml.el (mml-parse-1): Use them.
13445 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13447         * nnrss.el (nnrss-verbose): Removed.
13448         (nnrss-request-group): Use `nnheader-message' instead.
13450 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13452         * nnrss.el (nnrss-verbose): New variable.
13453         (nnrss-request-group): Make it say nnrss is requesting a group.
13455 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13457         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13458         Handle news URL with given port correctly.
13460 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13462         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13463         containing special characters.
13465         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13467         * mml.el (mime-to-mml): Ditto.
13469         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13470         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13471         (rfc2047-decode-region): Quote decoded words containing special
13472         characters when rfc2047-quote-decoded-words-containing-tspecials
13473         is non-nil.
13475 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13477         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13479         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13481 2005-02-15  Simon Josefsson  <jas@extundo.com>
13483         * nnimap.el (nnimap-debug): Doc fix.
13485         * imap.el (imap-debug): Doc fix.
13487 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13489         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13491 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13493         * gnus.el (spam-contents): Improve docs for spam-contents
13494         parameter in its variable incarnation.
13496 2005-02-14  Simon Josefsson  <jas@extundo.com>
13498         * smime-ldap.el: Use require instead of load-library for ldap.
13499         (smime-ldap-search): Indent.
13500         (smime-ldap-search-internal): Shorten line.
13502         * smime.el (smime-cert-by-dns): Add doc-string.
13503         (smime-cert-by-ldap-1): Indent.
13505         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13506         mml-smime-get-dns-ldap.
13507         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13509 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13511         * smime.el: Require smime-ldap.
13512         (smime-ldap-host-list): New variable.
13513         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13515         * mml-smime.el (mml-smime-encrypt-query): New function.
13516         (mml-smime-encrypt-query): Use it.
13518         * smime-ldap.el: New file.
13520 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13522         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13524 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13526         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13527         argument in doc string.  Make query for type more clear.
13529 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13531         * gnus.el (gnus-group-startup-message): Search for gnus images in
13532         etc/images/gnus.
13533         * mm-util.el (mm-image-load-path): Likewise.
13534         * smiley.el (smiley-data-directory): Search for smilies in
13535         etc/images/smilies.
13537 2005-02-09  Kim F. Storm  <storm@cua.dk>
13539         Change Emacs release version from 21.4 to 22.1 throughout.
13540         Change Emacs development version from 21.3.50 to 22.0.50.
13542 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13544         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13546         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13547         non-Mule XEmacs as well.
13548         (mm-decompress-buffer): Signal an error intentionally if it does
13549         not decompress compressed data because auto-compression-mode is
13550         disabled.
13552 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13554         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13555         an ID in the registry even if it has no groups.
13557 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13559         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13560         merge it into mm-decompress-buffer.
13561         (gnus-mime-copy-part): Use the MIME part charset, the value which
13562         a user specified or gnus-newsgroup-charset for decoding, like
13563         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13564         save-buffer what was used.  Suggested by Kevin Ryde
13565         <user42@zip.com.au>.
13566         (gnus-mime-inline-part): Allow the name parameter as well as the
13567         filename parameter; force decompressing of compressed data; always
13568         display contents being not decoded as unibyte.
13570         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13571         as well as the filename parameter.
13573         * mm-util.el (mm-decompress-buffer): Merge
13574         gnus-mime-jka-compr-maybe-uncompress.
13575         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13576         of compressed data.
13578 2005-02-08  Simon Josefsson  <jas@extundo.com>
13580         * imap.el (imap-log): Doc fix.
13582 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13584         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13585         the coding cookies; decompress compressed parts.
13587         * mml.el (mml-generate-mime-1): Add the charset parameter according
13588         to the value which a user specified manually or the coding cookie.
13590         * mm-util.el (mm-string-to-multibyte): New function.
13591         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13592         (mm-coding-system-to-mime-charset): New function.
13593         (mm-decompress-buffer): New function.
13594         (mm-find-buffer-file-coding-system): New function.
13596         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13597         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13598         parts.
13600 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13602         * mm-view.el (mm-display-inline-fontify): Decode a part according
13603         to the charset parameter.
13605 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13607         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13608         prefix arg is neither nil nor a number, as info specifies.
13610 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13612         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13613         timestamps.
13615 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13617         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13618         groups error checking and notify user.
13620 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13622         * message.el (message-send-mail-function): Check existence of
13623         sendmail-program first before using default value
13624         `message-send-mail-with-sendmail'.  Otherwise use more generic
13625         `smtpmail-send-it'.
13627 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13629         * nntp.el (nntp-request-update-info): Always return nil.
13631 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13633         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13635 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13637         * message.el (message-beginning-of-line): Change the behavior when
13638         invoked between BOL and : so that it first moves backward.
13640 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13642         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13643         article buffer when editing of the article is discarded.
13644         (gnus-article-prepare): Revert.
13646 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13648         * gnus-art.el (gnus-article-prepare):
13649         Remove message-strip-forbidden-properties from the local hook.
13651 2005-01-27  Simon Josefsson  <jas@extundo.com>
13653         * password.el (password-cache-add): Only start one timer per key.
13654         Reported by Derek Atkins <warlord@MIT.EDU>.
13656 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13658         * run-at-time.el: Removed.  It is no longer needed as
13659         timer-funcs.el in the xemacs-base package has a working version of
13660         `run-at-time'.
13662         * password.el: Require timer-funcs instead of run-at-time in
13663         XEmacs.
13664         Remove `password-run-at-time' macro.
13665         (password-cache-add): Use `run-at-time' instead of
13666         `password-run-at-time'.
13668         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13669         for `run-with-idle-timer'.
13671         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13672         for `run-at-time'.
13674         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13675         for `with-timeout'.
13677 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13679         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13680         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13682 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13684         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13685         sensitively.
13687 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13689         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13691 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13693         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13694         which will be inserted according to the multibyteness of a buffer
13695         rather than the type of contents.  Suggested by ARISAWA Akihiro
13696         <ari@mbf.ocn.ne.jp>.
13698         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13699         of string which old xml.el may return rather than a string.
13701 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13703         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13705 2005-01-16  Simon Josefsson  <jas@extundo.com>
13707         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13708         idn/idna.el isn't available.
13709         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13710         <michael@waxrat.com>.
13712         * hashcash.el: Remove non-FSF copyright header.
13714         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13715         (hashcash-generate-payment): Use it.
13716         (hashcash-generate-payment-async): Use it.
13718 2005-01-15  Simon Josefsson  <jas@extundo.com>
13720         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13721         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13723         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13724         gnus-summary-idna-message.
13725         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13726         (gnus-summary-idna-message): New function.
13728 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13730         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13731         gnus-novice-user.
13733 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13735         * nnrss.el (nnrss-request-delete-group): Delete entries in
13736         nnrss-group-alist as well.
13737         (nnrss-save-server-data): Insert newline.
13739 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13741         * gnus.el (gnus-user-agent): Use list of symbols instead of
13742         symbols.  Display full version number for (S)XEmacs.  Optionally
13743         display (S)XEmacs codename.
13745         * gnus-util.el (gnus-emacs-version): Update for new
13746         `gnus-user-agent'.
13748         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13749         Gnus version.
13751 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13753         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13754         which is unreadable in some setups.
13756 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13758         * gnus-spec.el (gnus-update-format-specifications): Flush the
13759         group format spec cache if it doesn't support decoded group names.
13761 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13763         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13764         Allow to apply decay on score files matching a regexp.
13766 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13768         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13769         compatibility in %g and %c.
13771 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13773         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13774         name for only %g and %c.
13775         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13776         of gnus-tmp-group to decoded group name.
13777         (gnus-group-make-rss-group): Exclude `/'s from group names.
13779 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13781         * nnrss.el (nnrss-get-encoding): Fix regexp.
13783 2004-12-27  Simon Josefsson  <jas@extundo.com>
13785         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13786         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13787         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13789 2004-12-17  Kim F. Storm  <storm@cua.dk>
13791         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13793         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13795 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13797         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13799 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13801         * nnrss.el: Require rfc2047 and mml.
13802         (nnrss-file-coding-system): New variable.
13803         (nnrss-format-string): Redefine it as an inline function.
13804         (nnrss-decode-group-name): New function.
13805         (nnrss-string-as-multibyte): Remove.
13806         (nnrss-retrieve-headers): Decode group name; don't use
13807         nnrss-format-string.
13808         (nnrss-request-group): Decode group name.
13809         (nnrss-request-article): Decode group name; allow a Message-ID as
13810         well as an article number; don't use nnrss-format-string; encode a
13811         Message-ID string which may contain non-ASCII characters; use
13812         mml-to-mime to compose a MIME article.
13813         (nnrss-request-expire-articles): Decode group name.
13814         (nnrss-request-delete-group): Decode group name.
13815         (nnrss-fetch): Clarify error message.
13816         (nnrss-read-server-data): Use insert-file-contents instead of load;
13817         bind file-name-coding-system; use multibyte buffer.
13818         (nnrss-save-server-data): Bind coding-system-for-write to the
13819         value of nnrss-file-coding-system; bind file-name-coding-system;
13820         add coding cookie.
13821         (nnrss-read-group-data): Use insert-file-contents instead of load;
13822         bind file-name-coding-system; use multibyte buffer.
13823         (nnrss-save-group-data): Bind coding-system-for-write to the
13824         value of nnrss-file-coding-system; bind file-name-coding-system.
13825         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13826         make it work with non-ASCII text.
13827         (nnrss-find-el): Make it work with old xml.el as well.
13829 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13831         * nnrss.el (nnrss-get-encoding): New function.
13832         (nnrss-fetch): Use unibyte buffer initially; bind
13833         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13834         decode contents according to the encoding attribute.
13835         (nnrss-save-group-data): Add coding cookie.
13836         (nnrss-mime-encode-string): New function.
13837         (nnrss-check-group): Use it to encode subject and author.
13839 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13841         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13842         imaginary variable.
13844 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13846         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13847         correctly even if there are wide characters.
13849 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13851         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13852         downcased symbol names; make a new cache instead of reusing
13853         bbdb-hashtable.
13855 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13857         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13858         concatenating segments rather than before concatenating them.
13859         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13861         * message.el (message-get-reply-headers): Bind `extra'.
13863 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13865         * message.el (message-extra-wide-headers): New variable.
13866         (message-get-reply-headers): Use it.
13868 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13870         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13871         (gnus-agent-group-pathname): Ditto.
13873         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13875         * gnus-group.el (gnus-group-make-group): Decode group name.
13876         (gnus-group-make-rss-group): Register the group data after opening
13877         the nnrss group.
13879 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13881         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13882         by expiry now get marked as read.
13884 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13886         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13888 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13890         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13891         unify Latin characters in XEmacs.
13892         (mm-find-mime-charset-region): Use it.
13894 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13896         * gnus-util.el (gnus-delete-directory): New function.
13898         * gnus-agent.el (gnus-agent-delete-group): Use it.
13900         * gnus-cache.el (gnus-cache-delete-group): Use it.
13902 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13904         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13905         names.
13907 2004-12-16  Simon Josefsson  <jas@extundo.com>
13909         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13911 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13913         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13915         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13916         (gnus-group-set-current-level): Decode group name.
13918 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13920         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13921         failed.
13923 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13925         * gnus-group.el (gnus-group-delete-group): Decode group name.
13926         (gnus-group-make-rss-group): Encode group name.
13927         (gnus-group-catchup-current): Decode group name.
13928         (gnus-group-kill-group): Decode group name.
13930 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13932         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13934 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13936         * gnus-group.el (gnus-group-make-rss-group):
13937         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13939         * gnus-start.el (gnus-setup-news): Honor user's setting to
13940         gnus-message-archive-method.  Suggested by Lute Kamstra
13941         <lute@gnu.org>.
13943 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13945         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13946         global counterparts of the buffer-local variables.
13948 2004-11-16  Romain Francoise  <romain@orebokech.com>
13950         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13951         counterparts of the buffer-local variables.
13953 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13955         * message.el (message-forbidden-properties): Fixed typo in doc
13956         string.
13958 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13960         * gnus-util.el (gnus-replace-in-string): Added doc string.
13962         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13963         to avoid problems when splitting mails with many recipients.
13965 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13967         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13968         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13970 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13972         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13973         if there is no hashtable in memory or file modification time is
13974         newer than cached timestamp.
13976 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13978         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13979         not-matching option.
13981 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13983         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13984         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13985         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13986         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13987         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13988         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13990 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13992         * message.el (message-forward-make-body-mml): Remove headers
13993         according to message-forward-ignored-headers if a message is decoded.
13995 2004-12-02  Romain Francoise  <romain@orebokech.com>
13997         * message.el (message-forward-make-body-plain): Always remove
13998         headers according to message-forward-ignored-headers.
14000 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14002         * spam.el (spam-summary-prepare-exit): Remove the
14003         gnus-summary-limit pop for now, it has problems with ham marks for
14004         me.
14006 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14008         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14009         correctly.
14011 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14013         * format-spec.el (format-spec): Message the char.
14015 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14017         * gnus-art.el (gnus-split-methods): Reformat comments.
14019         * spam.el (spam-summary-prepare-exit): Remove article limits
14020         before exiting the summary buffer.
14022 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14024         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14025         order to silence the byte compiler.
14027         * spam.el: Fix the way to silence the byte compiler, which
14028         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14029         bbdb-search-simple, spam-BBDB-register-routine,
14030         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14031         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14032         spam-stat-buffer-is-spam, spam-stat-load,
14033         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14034         spam-stat-save and spam-stat-split-fancy.
14036 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14038         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14039         which may confuse users.
14040         (canlock-password-for-verify): Ditto.
14042         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14044         * gnus-art.el (gnus-emphasis-alist): Ditto.
14046         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14048         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14050         * gnus-start.el (gnus-save-killed-list): Ditto.
14052         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14053         (gnus-sum-thread-tree-root): Ditto.
14054         (gnus-sum-thread-tree-false-root): Ditto.
14055         (gnus-sum-thread-tree-single-indent): Ditto.
14057         * message.el (message-courtesy-message): Ditto.
14058         (message-archive-note): Ditto.
14059         (message-subscribed-address-file): Ditto.
14060         (message-user-fqdn): Ditto.
14062         * spam-report.el (spam-report-gmane-regex): Ditto.
14064         * spam.el (spam-blackhole-good-server-regex): Ditto.
14066 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14068         * mml.el (mml-preview): Widen the message buffer before copying
14069         the contents to the preview buffer; sort headers before previewing.
14071         * message.el (message-hidden-headers): Fix the way to avoid a bug
14072         in the `repeat' widget in Emacs 21.3 or earlier.
14074 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14076         * message.el (message-hidden-headers): Default to "^References:".
14077         Improve customization type.  Suggested by Reiner Steib
14078         <Reiner.Steib@gmx.de>.
14080 2004-11-25  Romain Francoise  <romain@orebokech.com>
14082         * message.el (message-strip-forbidden-properties): Remove check for
14083         obsolete `message-hidden' text property, hidden headers are not
14084         accessible in the buffer anymore.
14086 2004-11-22  Romain Francoise  <romain@orebokech.com>
14088         * message.el (message-header-format-alist): Add `From' in list
14089         so that it can be sorted.
14090         (message-fix-before-sending): Widen and sort headers before
14091         sending.
14092         (message-hide-headers): Use narrowing to hide headers by moving
14093         them to the top of the buffer and narrowing to the region
14094         underneath.
14096 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14098         * message.el (message-strip-forbidden-properties): Bind
14099         buffer-read-only (etc) to nil.
14101 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14103         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14104         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14106 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14108         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14110 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14112         * dns.el (query-dns): Use sit-for to time instead of
14113         accept-process-output, since that doesn't seem to work on udp
14114         sockets.
14116 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14118         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14120 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14122         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14123         doc string.  Improve doc string.
14125 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14127         * nntp.el (nntp-request-update-info): Return nil if
14128         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14129         may not call gnus-activate-group which uselessly issues the GROUP
14130         commands for all nntp groups and wastes time.  Reported by Romain
14131         Francoise <romain@orebokech.com>.
14133         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14135 2004-11-15  Simon Josefsson  <jas@extundo.com>
14137         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14138         headers separately.
14139         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14140         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14142 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14144         * gnus-start.el (gnus-convert-old-newsrc):
14145         Assign legacy-gnus-agent to 5.10.7.
14147 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14149         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14150         start of the lines.
14152 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14154         * hashcash.el (hashcash-default-payment): Change default to 20.
14155         (hashcash-default-accept-payment): Change default to 20.
14156         (hashcash-process-alist): New variable.
14157         (hashcash-generate-payment-async): Add.
14158         (hashcash-already-paid-p): Add.
14159         (hashcash-insert-payment): Don't generate payments twice.
14160         (hashcash-insert-payment-async): Add.
14161         (hashcash-insert-payment-async-2): Add.
14162         (hashcash-cancel-async): Add.
14163         (hashcash-wait-async): Add.
14164         (hashcash-processes-running-p): Add.
14165         (hashcash-wait-or-cancel): Add.
14166         (mail-add-payment): New optional argument.  Conditionally start
14167         asynchronous calculation.
14168         (mail-add-payment-async): Add.
14170         * message.el (message-send-mail): Wait for asynchronous hashcash
14171         results.  Don't clobber existing X-Hashcash headers.
14172         (message-setup-1): Call mail-add-payment-async when
14173         message-generate-hashcash is non-nil.
14175 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14177         * message.el (message-use-alternative-email-as-from): Examine the
14178         From header as well; use message-make-from in order to include a
14179         user's full name.
14181 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14183         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14184         default; improve customization type.
14185         (gnus-emphasis-custom-with-format): New macro.
14186         (gnus-emphasis-custom-value-to-external): New function.
14187         (gnus-emphasis-custom-value-to-internal): New function.
14189 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14191         * dns.el (query-dns): Resolve reverse addresses.
14193 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14195         * gnus-group.el (gnus-group-get-new-news): Use it.
14197         * gnus-start.el (gnus-check-reasonable-setup): New function.
14199 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14201         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14202         "Args out of range" error.  Reported by Arnaud Giersch
14203         <arnaud.giersch@free.fr>.
14205 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14207         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14209 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14211         * spam.el (spam group): Add :version.
14213         * pgg-def.el (pgg group): Add :version.
14215 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14217         * gnus-art.el (gnus-article-edit-article): Don't associate the
14218         article buffer with a draft file.  This is a temporary measure
14219         against the 2004-08-22 change to gnus-article-edit-mode.
14221 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14223         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14224         (html2text-format-tags): Remove unused variable `attr'.
14226 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14228         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14230         * spam-stat.el (spam-stat): Add :version.
14232         * sieve.el (sieve): Add :version.
14234         * sha1.el (sha1): Add :version.
14235         (sha1-use-external): Remove redundant version.
14237         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14238         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14239         (nnmail-split-fancy-match-partial-words)
14240         (nnmail-split-lowercase-expanded): Add :version.
14242         * nndiary.el (nndiary): Add :version.
14244         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14246         * mml-sec.el (mml-default-sign-method)
14247         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14248         Add :version.
14250         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14252         * mm-url.el (mm-url-use-external, mm-url-program)
14253         (mm-url-arguments): Add :version.
14255         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14256         (mm-attachment-file-modes, mm-decrypt-option)
14257         (mm-w3m-safe-url-regexp): Add :version.
14259         * message.el (message-cite-prefix-regexp)
14260         (message-sendmail-envelope-from, message-minibuffer-local-map)
14261         (message-user-fqdn, message-completion-alist): Add :version.
14263         * gnus-win.el (gnus-configure-windows-hook)
14264         (gnus-use-frames-on-any-display): Add :version.
14266         * gnus-art.el (gnus-article-address-banner-alist)
14267         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14268         (gnus-treat-from-picon, gnus-treat-mail-picon)
14269         (gnus-treat-x-pgp-sig): Add :version.
14271         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14272         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14273         (gnus-summary-article-delete-hook)
14274         (gnus-summary-display-while-building): Add :version.
14276         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14277         (gnus-get-top-new-news-hook): Add :version.
14279         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14280         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14282         * gnus-registry.el (gnus-registry): Add :version.
14284         * gnus-spec.el (gnus-use-correct-string-widths)
14285         (gnus-make-format-preserve-properties): Add :version.
14287         * gnus.el (gnus-group-charter-alist)
14288         (gnus-group-fetch-control-use-browse-url)
14289         (gnus-install-group-spam-parameters): Add :version.
14291         * gnus-diary.el (gnus-diary): Add :version.
14293         * gnus-delay.el (gnus-delay): Add :version.
14295         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14296         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14297         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14298         Add :version.
14300         * gnus-agent.el (gnus-agent-max-fetch-size)
14301         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14302         (gnus-agent-prompt-send-queue): Add :version.
14304         * deuglify.el (gnus-outlook-deuglify): Add :version.
14306         * html2text.el: Beautify code.  Improve doc strings.  Some
14307         checkdoc cleanup.
14308         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14310 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14312         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14314 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14316         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14317         when package is loaded.
14319         * spam.el (spam-summary-score-preferred-header): Add global preference
14320         for people who want to override the default SpamAssassin over
14321         Bogofilter preference (when both are set).
14322         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14323         (spam-user-format-function-S): Check
14324         spam-summary-score-preferred-header.
14325         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14326         (spam-user-format-function-S): Format the score correctly.
14328 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14330         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14331         signature file.  Suggested by Manoj Srivastava
14332         <srivasta@golden-gryphon.com>.
14334         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14335         iso-2022-jp even in the Japanese language environment.
14336         Suggested by Jason Rumney <jasonr@gnu.org>.
14338 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14340         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14341         use the same characters as the dummy marks; make it free from
14342         getting affected by the language environment.
14343         (gnus-summary-read-group-1): Update mark positions only when the
14344         format spec is updated.
14346         * gnus-spec.el (gnus-update-format-specifications): Return a list
14347         of updated types.
14349 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14351         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14352         of boundp to check if display-warning is available.
14354 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14356         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14358 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14360         * nnspool.el (nnspool-spool-directory): Use news-path if the
14361         news-directory variable is not bound.
14363         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14364         function instead of display-warning if it is not available.
14366 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14368         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14369         v5-10: Use `point-at-bol'.
14371 2004-10-26  Simon Josefsson  <jas@extundo.com>
14373         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14374         <chenggao@gmail.com>.
14376 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14378         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14379         instead.
14381 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14383         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14384         to remove a server from the nnimap-server-buffer-alist.
14385         (nnimap-open-connection, nnimap-close-server): Use it.
14387         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14389 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14391         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14392         running the major-mode function.
14394 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14396         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14397         dummy marks in the right way.
14399 2004-10-18  David Edmondson  <dme@dme.org>
14401         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14402         excessively.
14404 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14406         * gnus-util.el (gnus-split-references): Accept a nil references
14407         string and go on blissfully.
14409         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14410         cases where the references string is non-nil but has no references.
14412         * encrypt.el: Add autoload tags.
14414         * spam.el (spam-resolve-registrations-routine): Remove article
14415         from unregistration list too.  Reported by David Hanak
14416         <dhanak@isis.vanderbilt.edu>
14418 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14420         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14421         nil.  Changed custom type.
14423 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14425         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14427         * gnus-sum.el (gnus-summary-move-article): Use it.
14429 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14431         * encrypt.el: Add autoload cookies.
14433         * spam.el (spam-backend-article-list-property)
14434         (spam-backend-get-article-todo-list)
14435         (spam-backend-put-article-todo-list)
14436         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14437         Resolve registrations separately.
14438         (spam-register-routine): Format comments.
14439         (spam-unregister-routine, spam-register-routine): Always call with
14440         specific-articles, no default list.
14441         (spam-summary-prepare-exit): Use the spam-classifications function.
14443         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14444         gnus-encrypt.el.
14446         * encrypt.el: Copied from gnus-encrypt.el.
14448         * gnus-encrypt.el: Commented that it's obsolete.
14450 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14452         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14453         (gnus-score-save): Use it.
14455         * message.el (message-bury): Use `window-dedicated-p'.
14457 2004-10-15  Simon Josefsson  <jas@extundo.com>
14459         * pop3.el (top-level): Don't require nnheader.
14460         (pop3-read-timeout): Add.
14461         (pop3-accept-process-output): Add.
14462         (pop3-read-response, pop3-retr): Use it.
14464 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14466         * spam.el (spam-register-routine): Move comment.
14467         (spam-verify-bogofilter): Use 'unknown for the initial
14468         spam-bogofilter-valid state, not 'never.
14470         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14471         for netrc-machine.
14473         * nnimap.el (nnimap-open-connection): Use
14474         netrc-machine-user-or-password.
14476 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14478         * gnus-registry.el (gnus-registry-unload-hook):
14479         Set as a variable with add-hook.
14481         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14482         of news-path.
14484         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14486         * spam.el: Delete duplicate `provide'.
14487         (spam-unload-hook): Set as a variable with add-hook.
14489 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14491         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14492         in the doc string.
14494         * message.el (message-ignored-news-headers)
14495         (message-ignored-supersedes-headers)
14496         (message-ignored-resent-headers)
14497         (message-forward-ignored-headers): Improve custom type.
14499 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14501         * message.el (message-tokenize-header): Fix 2004-09-06 change
14502         which used point-min in the wrong place.
14504 2004-10-12  Simon Josefsson  <jas@extundo.com>
14506         * tls.el (tls-certtool-program): New variable.
14507         (tls-certificate-information): New function, based on
14508         ssl-certificate-information.
14510 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14512         * compface.el: Move the version of ELisp-based uncompface program
14513         to the contrib directory because of the copyright problem.
14515 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14517         * message.el (message-kill-buffer): Raise the current frame.
14519 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14521         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14523         * gnus.el (message-y-or-n-p): Autoload.
14525         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14526         (pop3-password-required, pop3-authentication-scheme)
14527         (pop3-leave-mail-on-server): Made customizable.
14528         (pop3): New custom group.
14529         (pop3-retr): Remove `sleep-for' statements.
14530         Suggested by Dave Love <fx@gnu.org>.
14532         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14533         Windows/DOS.
14535         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14536         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14537         Dave Love <fx@gnu.org>.
14539         * mml.el (mml-minibuffer-read-disposition): Require match.
14540         Suggested by Dave Love <fx@gnu.org>.
14542 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14544         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14545         doc string.
14547 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14549         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14551 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14553         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14554         instead of calling `mm-insert-inline', to decode text/* parts
14555         before displaying them.
14557 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14559         * mm-uu.el (mm-uu-text-plain-type): New variable.
14560         (mm-uu-pgp-signed-extract-1): Use it.
14561         (mm-uu-pgp-encrypted-extract-1): Use it.
14562         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14563         bind mm-uu-text-plain-type with that value.
14564         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14565         mm-uu-dissect.
14567 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14569         * gnus-group.el (gnus-update-group-mark-positions):
14570         * gnus-sum.el (gnus-update-summary-mark-positions):
14571         * message.el (message-check-news-body-syntax):
14572         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14573         of string-as-multibyte.
14575 2004-10-05  Juri Linkov  <juri@jurta.org>
14577         * gnus-group.el (gnus-update-group-mark-positions):
14578         * gnus-sum.el (gnus-update-summary-mark-positions):
14579         * message.el (message-check-news-body-syntax):
14580         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14581         8-bit unibyte values to a multibyte string for search functions.
14583 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14585         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14586         (mm-uu-dissect-text-parts): New function.
14588         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14589         dissect text parts.
14591         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14592         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14594         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14596         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14597         gnus-current-topics instead of gnus-current-topic.
14599 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14601         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14603 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14605         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14606         where approriate.
14608         * nnml.el (nnml-generate-active-info): do.
14610         * nndiary.el (nndiary-generate-active-info): do.
14612         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14613         (gnus-topic-move): do.
14615         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14616         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14618         * gnus-srvr.el (gnus-server-prepare)
14619         (gnus-server-open-all-servers): do.
14621         * gnus-msg.el (gnus-summary-cancel-article)
14622         (gnus-summary-resend-message)
14623         (gnus-summary-mail-crosspost-complaint): do.
14625         * gnus-move.el (gnus-change-server): do.
14627         * gnus-group.el (gnus-group-unmark-all-groups)
14628         (gnus-group-set-current-level): do.
14630 2004-10-04  Simon Josefsson  <jas@extundo.com>
14632         * message.el (message-generate-hashcash): Doc fix.
14634 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14636         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14637         avoid infinite recursion via gnus-get-function.
14639 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14641         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14643         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14645         * nnmail.el (nnmail-split-history): do.
14647         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14648         (nnml-request-delete-group): do.
14650         * nnslashdot.el (nnslashdot-read-groups): do.
14652         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14653         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14655         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14656         (nnspool-sift-nov-with-sed): Use last.
14657         (nnspool-retrieve-headers-with-nov): Use mapc.
14658         (nnspool-request-newgroups): Use dolist.
14659         (nnspool-request-group): Use last.
14661         * nntp.el (nntp-read-server-type): Use dolist.
14663         * nnvirtual.el (nnvirtual-create-mapping)
14664         (nnvirtual-update-read-and-marked): Use dolist.
14665         (nnvirtual-convert-headers): Simplify.
14667 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14669         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14670         support for sync'ing tick marks.
14672 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14674         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14675         there's no visible header.
14677 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14679         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14680         necessary, pass full group name to gnus-request-set-marks.
14682 2004-10-01  Simon Josefsson  <jas@extundo.com>
14684         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14685         acroread.
14687 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14689         * spam-report.el (spam-report-gmane): Fix interactive.
14691         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14693         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14694         when writing file.
14695         (gnus-agent-synchronize-flags): Don't default to being
14696         interactive.
14698 2004-09-30  Simon Josefsson  <jas@extundo.com>
14700         * message.el (message-generate-hashcash): Add.
14701         (message-send-mail): Use it, call mail-add-payment.
14703 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14705         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14707 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14709         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14710         gnus-requst-update-info with explicit code to sync the in-memory
14711         info read flags with the marks being sync'd to the backend.
14713         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14715 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14717         * spam.el (spam-verify-bogofilter): Add new function.
14718         (spam-check-bogofilter)
14719         (spam-bogofilter-register-with-bogofilter): Use it.
14720         (spam-verify-bogofilter): Add small fixes.
14722 2004-09-28  Simon Josefsson  <jas@extundo.com>
14724         * hashcash.el (hashcash-generate-payment): Revert.
14726 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14728         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14729         gnus-extract-references instead of gnus-split-references.
14731         * gnus-util.el (gnus-extract-references): Add new function, analogous
14732         to gnus-split-references but extracts only the message-ID without
14733         anything extra.
14735         * hashcash.el (hashcash-generate-payment)
14736         (hashcash-check-payment): Do the right thing if hashcash-path is
14737         nil (because the hashcash program could not be found).
14739         * spam.el (spam-use-hashcash): Remove comment.
14741 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14743         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14744         (gnus-cache-enter-article, gnus-cache-remove-article)
14745         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14747         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14749         * gnus-art.el (article-hide-boring-headers)
14750         (article-translate-strings, article-display-face)
14751         (gnus-article-mime-match-handle-first)
14752         (gnus-article-highlight-headers)
14753         (gnus-article-add-buttons-to-head): do.
14755 2004-09-27  Simon Josefsson  <jas@extundo.com>
14757         * hashcash.el: New version, from
14758         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14759         ../contrib/.
14761 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14763         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14765 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14767         * gnus-dup.el (gnus-dup-open): Use mapc.
14768         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14770         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14771         Reported by Stefan Wiens <s.wi@gmx.net>.
14773         * gnus.el (gnus-shutdown): Use dolist.
14775         * gnus-undo.el (gnus-undo): Use mapc.
14777         * nnrss.el (nnrss-generate-active): do.
14779         * message.el (message-cite-original-without-signature)
14780         (message-cite-original): Use mapc.
14781         (message-do-actions, message-make-forward-subject): Use dolist.
14783 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14785         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14786         deletion to remove entire duplicate line.  Fixes merged article
14787         number bug.
14789 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14791         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14792         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14793         first ask if you want to open a server and then, even when you
14794         responded with no, asking if you want to synchronize the server's
14795         flags.
14796         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14797         multi-line expressions.
14798         (gnus-agent-synchronize-group-flags): New internal function.
14799         Updates marks in memory (in the info structure) AND in the
14800         backend.
14802         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14804         * nnagent.el (nnagent-request-set-mark): Use
14805         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14806         method, to ensure that synchronization updates marks in the
14807         backend and in the info (in memory) structure.
14809 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14811         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14812         convention fully; don't miss the root article of a thread; make
14813         the X-Draft-From header with correct article numbers.
14815 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14817         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14818         unless plugged.  Disable the agent so that an open failure causes
14819         an error.
14821         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14822         Reverted 2004-09-21 change.  The backend must be opened while
14823         synchronizing flags even when the backend stores the flags
14824         locally.
14826 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14828         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14829         in `header' match.  Reported by Svend Tollak Munkejord.
14831         * message.el (message-cite-original): Fix use of
14832         `message-cite-articles-with-x-no-archive'.
14834 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14836         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14837         (gnus-window-to-buffer): Ditto.
14839         * mml.el (mml-preview-buffer): New variable.
14840         (mml-preview): Manage window layout with gnus-buffer-configuration.
14842         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14843         X-Draft-From header even if those articles aren't quoted.
14845 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14847         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14848         (gnus-request-set-mark, gnus-request-update-mark): Use new
14849         g-s-t-u-l-m to decide to use backend even when unplugged.
14851 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14853         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14854         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14856 2004-09-20  Simon Josefsson  <jas@extundo.com>
14858         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14859         "utf-16-le".
14861 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14863         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14865 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14867         * uudecode.el (uudecode-use-external): Add :version.
14869         * smime.el (smime-CA-file, smime-encrypt-cipher)
14870         (smime-dns-server): Add :version.
14872         * smiley.el (gnus-smiley-file-types): Add :version.
14874         * sha1.el (sha1-use-external): Add :version.
14876         * pgg-def.el (pgg-query-keyserver): Add :version.
14878         * nnmail.el (nnmail-fancy-expiry-targets)
14879         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14880         Add :version.
14882         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14883         (nnimap-retrieve-groups-asynchronous): Add :version.
14884         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14886         * mml.el (mml-content-disposition-parameters)
14887         (mml-insert-mime-headers-always): Add :version.
14889         * mm-util.el (mm-coding-system-priorities): Add :version.
14891         * mm-decode.el (mm-inline-text-html-with-images)
14892         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14893         (mm-verify-option): Add :version.
14894         (mm-text-html-renderer): Change :version.
14896         * message.el (message-fcc-externalize-attachments)
14897         (message-required-headers, message-draft-headers)
14898         (message-subject-trailing-was-query)
14899         (message-subject-trailing-was-ask-regexp)
14900         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14901         (message-mark-insert-end, message-archive-header)
14902         (message-archive-note, message-cross-post-default)
14903         (message-cross-post-note, message-followup-to-note)
14904         (message-cross-post-note-function, message-use-mail-followup-to)
14905         (message-subscribed-address-functions)
14906         (message-subscribed-address-file, message-subscribed-addresses)
14907         (message-subscribed-regexps, message-allow-no-recipients)
14908         (message-yank-cited-prefix, message-signature-insert-empty-line)
14909         (message-hidden-headers, message-hierarchical-addresses)
14910         (message-mail-user-agent, message-use-idna)
14911         (message-valid-fqdn-regexp)
14912         (message-strip-special-text-properties, message-header-synonyms)
14913         (message-beginning-of-line, message-tab-body-function): Add :version.
14914         (message-insert-canlock, message-wide-reply-confirm-recipients):
14915         Change :version.
14917         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14918         and :version.
14919         (mail-source-delete-old-incoming-confirm)
14920         (mail-source-movemail-program): Add :version.
14922         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14923         (gnus-agent-cache, gnus-agent): Change :version.
14925         * gnus-util.el (gnus-use-byte-compile): Change :version.
14927         * gnus-sum.el (gnus-summary-make-false-root-always)
14928         (gnus-summary-default-high-score)
14929         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14930         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14931         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14932         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14933         (gnus-sum-thread-tree-single-indent)
14934         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14935         (gnus-sum-thread-tree-leaf-with-other)
14936         (gnus-sum-thread-tree-single-leaf): Add :version.
14937         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14938         (gnus-article-loose-mime): Change :version.
14940         * gnus-start.el (gnus-backup-startup-file)
14941         (gnus-save-startup-file-via-temp-buffer): Add :version.
14943         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14944         (gnus-server-offline-face): Add :version.
14946         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14948         * gnus-msg.el (gnus-gcc-externalize-attachments)
14949         (gnus-debug-files, gnus-debug-exclude-variables)
14950         (gnus-discouraged-post-methods): Change :version.
14951         (gnus-confirm-mail-reply-to-news)
14952         (gnus-confirm-treat-mail-like-news): Add :version.
14954         * gnus-int.el (gnus-server-unopen-status): Add :version.
14956         * gnus-group.el (gnus-group-jump-to-group-prompt)
14957         (gnus-large-ephemeral-newsgroup)
14958         (gnus-fetch-old-ephemeral-headers): Add :version.
14960         * gnus-fun.el (gnus-x-face-directory)
14961         (gnus-convert-pbm-to-x-face-command)
14962         (gnus-convert-image-to-x-face-command)
14963         (gnus-convert-image-to-face-command): Add :version.
14965         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14967         * gnus-cite.el (gnus-cite-blank-line-after-header)
14968         (gnus-article-boring-faces): Add :version.
14970         * gnus-art.el (gnus-buttonized-mime-types)
14971         (gnus-inhibit-mime-unbuttonizing)
14972         (gnus-treat-display-face)
14973         (gnus-treat-body-boundary): Change :version.
14974         (gnus-body-boundary-delimiter, gnus-picon-databases)
14975         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14976         (gnus-treat-date-english, gnus-treat-fold-headers)
14977         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14978         (gnus-treat-mail-picon, gnus-treat-wash-html)
14979         (gnus-article-encrypt-protocol)
14980         (gnus-use-idna, gnus-article-over-scroll)
14981         (gnus-mime-display-multipart-alternative-as-mixed)
14982         (gnus-mime-display-multipart-related-as-mixed)
14983         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14984         (gnus-ctan-url, gnus-button-ctan-handler)
14985         (gnus-button-handle-ctan-bogus-regexp)
14986         (gnus-button-ctan-directory-regexp)
14987         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14988         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14989         (gnus-button-man-level, gnus-button-emacs-level)
14990         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14992         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14993         (gnus-agent-go-online): Change :version.
14994         (gnus-agent-expire-unagentized-dirs)
14995         (gnus-agent-auto-agentize-methods): Add :version.
14997         * flow-fill.el (fill-flowed-display-column)
14998         (fill-flowed-encode-column): Add :version.
15000         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15001         (gnus-outlook-deuglify-unwrap-max)
15002         (gnus-outlook-deuglify-cite-marks)
15003         (gnus-outlook-deuglify-unwrap-stop-chars)
15004         (gnus-outlook-deuglify-no-wrap-chars)
15005         (gnus-outlook-deuglify-attrib-cut-regexp)
15006         (gnus-outlook-deuglify-attrib-verb-regexp)
15007         (gnus-outlook-deuglify-attrib-end-regexp)
15008         (gnus-outlook-display-hook): Add :version.
15010         * binhex.el (binhex-use-external): Add :version.
15012 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15014         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15015         and `invisible'.
15017 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15019         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15020         in gnus-registry-trim.
15022 2004-09-13  Simon Josefsson  <jas@extundo.com>
15024         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15026         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15028         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15029         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15030         <yamaoka@jpl.org>.
15031         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15032         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15033         <yamaoka@jpl.org>.
15035         * sieve.el (sieve-manage-mode): Ditto.
15037 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15039         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15041 2004-09-11  Simon Josefsson  <jas@extundo.com>
15043         * dns-mode.el: Add.
15045         * mm-view.el (mm-display-dns-inline): Add.
15047         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15048         (mm-automatic-display): Ditto.
15050         * mailcap.el (mailcap-mime-data): Add text/dns.
15051         (mailcap-mime-extensions): Map .soa to text/dns.
15053 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15055         * gnus-art.el (article-decode-mime-words, article-babel)
15056         (gnus-article-highlight-signature, gnus-article-add-buttons)
15057         (gnus-signature-toggle): Remove unnecessary bindings of
15058         `inhibit-read-only' inherited from v5.10 merge.
15060 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15062         * nntp.el (nntp): New customization group.
15063         (nntp-authinfo-file): Add customization group.
15065         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15067         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15069         * gnus.el (to-address, to-list, subscribed)
15070         (large-newsgroup-initial): Ditto.
15072         * flow-fill.el (fill-flowed-display-column)
15073         (fill-flowed-encode-column): Ditto.
15075 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15077         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15078         Use point-min rather than 1.
15079         (message-send-mail): Use buffer-size rather than point-max.
15081         * gnus-sum.el (gnus-summary-search-article-forward):
15082         Signal a specific `search-failed' rather than a generic `error'.
15084         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15085         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15086         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15088 2004-09-10  Simon Josefsson  <jas@extundo.com>
15090         * nndb.el (require): Remove tcp and duplicate cl.
15092 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15094         * gnus-agent.el (directory-files-and-attributes): Move forward.
15096 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15098         * gnus-agent.el (directory-files-and-attributes): Optionally
15099         defined to support XEmacs.
15101 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15103         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15104         to avoid run-time CL dependencies.
15105         (gnus-agent-unfetch-articles): New function.
15106         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15107         article numbers even when local .overview file is missing.
15108         (gnus-agent-read-article-number): New function.  Only accepts
15109         27-bit article numbers.
15110         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15111         gnus-agent-read-article-number.
15112         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15113         from backend while recognizing that article numbers in .overview
15114         must be valid.
15115         (gnus-agent-update-files-total-fetched-for): Use
15116         directory-files-and-attributes to improve performance.
15117         * gnus-int.el (gnus-request-move-article): Use
15118         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15119         improve performance.
15121         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15122         some users confused by references to .newsrc when they only have a
15123         .newsrc.eld file.
15124         (gnus-convert-mark-converter-prompt)
15125         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15126         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15127         New function.  Used internally to only display 'gnus converting
15128         files' message when actually necessary.
15130         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15131         methods now autoloaded.
15133 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15135         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15136         identifiers.
15138 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15140         * gnus-picon.el: Fix indentation and closing parenthesis.
15142 2004-09-01  Simon Josefsson  <jas@extundo.com>
15144         * message.el (message-canlock-generate): Require sha1, not
15145         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15146         to require within a function.  Sadly, if sha1.el isn't loaded, the
15147         let binding in m-c-g will hide the defcustom definition, which is
15148         bad.)
15150         * canlock.el: Require sha1, not sha1-el.
15152         * message.el: Don't autoload sha1 (there is a autoload cookie in
15153         sha1.el).
15155         * sha1-el.el: Renamed to sha1.el.
15157 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15159         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15161 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15163         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15165 2004-08-30  Kim F. Storm  <storm@cua.dk>
15167         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15169         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15170         Add :group 'nnimap.
15172 2004-08-30  Andreas Schwab  <schwab@suse.de>
15174         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15175         ?* and ?\;.
15177         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15178         and ?\' to symbol instead of whitespace.
15180 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15182         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15184         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15185         instead of re-search-forward.
15187         * gnus-uu.el (gnus-uu-save-article): Ditto.
15188         (gnus-uu-post-encode-uuencode): Ditto.
15190         * html2text.el (html2text-clean-list-items): Ditto.
15191         (html2text-clean-dtdd): Ditto.
15192         (html2text-format-tags): Ditto.
15194         * message.el (message-send-mail-with-sendmail): Fix regexp.
15195         (message-fill-field-general): Use search-forward instead of
15196         re-search-forward.
15197         (unbold-region): Ditto.
15199         * nnrss.el (nnrss-request-article): Ditto.
15201         * nnslashdot.el (nnslashdot-request-article): Ditto.
15203         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15205         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15206         "Unrecognized menu descriptor" error in XEmacs.
15208 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15210         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15211         parent article of a sparse article in the thread hashtb.
15213 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15215         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15216         (nnmail-expand-newtext): Lowercase expanded entries if
15217         nnmail-split-lowercase-expanded is non-nil.
15219 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15221         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15223         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15224         of gnus-tmp-news-method into string under XEmacs.  It will be
15225         passed to gnus-correct-length which takes only a string argument.
15227 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15229         * gnus-util.el (gnus-bind-print-variables): New macro.
15230         (gnus-prin1): Use it.
15231         (gnus-prin1-to-string): Use it.
15232         (gnus-pp): New function.
15233         (gnus-pp-to-string): New function.
15235         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15236         Replace pp-to-string with gnus-pp-to-string.
15237         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15238         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15239         * gnus-msg.el (gnus-debug): Ditto.
15240         * gnus-score.el (gnus-score-save): Ditto.
15241         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15242         gnus-pp-to-string.
15243         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15244         with gnus-pp.
15245         * score-mode.el (gnus-score-pretty-print): Ditto.
15246         * webmail.el (webmail-debug): Ditto.
15248 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15250         * gnus-art.el (article-display-face, article-display-x-face):
15251         Use buffer-read-only.
15253 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15255         * gnus-art.el (article-hide-list-identifiers):
15256         Bind inhibit-read-only as t.
15258 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15260         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15262 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15264         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15265         (gnus-narrow-to-page): Don't assume point-min == 1.
15266         (gnus-article-edit-mode): Derive from message-mode.
15268         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15269         point-min == 1.
15271         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15272         Disable incorrect use of `assert'.
15274         * message.el (message-mode): Set comment-start-skip.
15276 2004-08-22  Sam Steingold  <sds@gnu.org>
15278         * pop3.el (pop3-leave-mail-on-server): New user variable.
15279         (pop3-movemail): Delete mail only when it is nil.
15281 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15283         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15285         * mml.el (mml-preview): Use `pop-to-buffer'.
15287         * message.el (message-goto-mail-followup-to): Insert after "To".
15288         (message-carefully-insert-headers): Add comment.
15290         * gnus.el: Remove unused variable `gnus-article-check-size'.
15292         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15294         * gnus-art.el (gnus-button-alist): Improve
15295         `gnus-button-handle-library' entry.
15297 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15299         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15300         downcase, since XEmacs capitalizes error messages differently.
15302 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15304         * nntp.el: Add (require 'gnus) due to reference to
15305         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15307 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15309         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15310         `mm-fill-flowed'.
15312         * mm-decode.el (mm-dissect-singlepart): Check it.
15314 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15316         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15317         'imap' for netrc parsing.
15319 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15321         * mailcap.el (mailcap-mime-data): Mark as risky.
15323 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15325         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15326         may be included in the encoded word.
15327         (rfc2047-encode): Don't append a space if the encoded word
15328         includes close parenthesis.
15330 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15332         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15333         of text within parentheses.
15335 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15337         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15338         (gnus-encrypt-write-file-contents): Make the password key the file
15339         name PLUS the cipher, not just the cipher.  Also remove failed
15340         passwords from the cache.
15342 2004-08-06  Simon Josefsson  <jas@extundo.com>
15344         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15345         fix.
15347 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15349         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15350         LWSP.
15352 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15354         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15355         to append in-reply-to: data to the references: header.
15357         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15358         (netrc-parse): Use gnus-encrypt.el functions.
15360         * gnus-encrypt.el: Add new file for encryption support; currently
15361         does only a few GPG ciphers and an internal XOR cipher.
15363         * password.el: Add comments on using password-read-and-add.
15364         (password-read-and-add): Add function to read and add the
15365         password to the cache at once.
15367 2004-07-28  Simon Josefsson  <jas@extundo.com>
15369         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15370         parameter (but don't use it, for now).
15372         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15373         instead of hard coding to nil.
15375 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15377         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15378         as mm-inline-image-xemacs does.
15380 2004-07-26  Simon Josefsson  <jas@extundo.com>
15382         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15383         Revert part of 2004-07-17 change below.
15385 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15387         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15388         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15390 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15392         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15393         quotes that actually start with ">" at the beginning of the
15394         lines.
15396 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15398         * rfc2047.el (rfc2047-encode-region): Fix last change.
15399         (rfc2047-encode-parameter): Remove useless concat.
15401 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15403         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15404         encode special characters; fix some kind of misconfigured headers;
15405         signal a real error if debug-on-quit or debug-on-error is non-nil.
15406         (rfc2047-encode-max-chars): New variable.
15407         (rfc2047-encode-1): Use it.
15408         (rfc2047-encode-parameter): New function.
15410         * mml.el (mml-insert-parameter): Remove an excessive space.
15412 2004-07-17  Simon Josefsson  <jas@extundo.com>
15414         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15415         Kai Grossjohann <kai@emptydomain.de>.
15416         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15417         (gnus-group-make-menu-bar): Ditto.
15419         * gnus-util.el (gnus-group-server): Add.
15421 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15423         * message.el (message-clone-locals): Clone sendmail and smtp
15424         variables.
15426 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15428         * rfc2047.el (rfc2047-encode-region): Fix last change.
15430 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15432         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15433         characters as non-special.
15435 2004-07-09  Simon Josefsson  <jas@extundo.com>
15437         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15438         Users will lose all flag changes made while unplugged with
15439         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15440         good default.  See numerous reports on ding mailing list.
15442 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15444         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15445         add generate-head-function and generate-article-function to the
15446         rfc822-forward entry.
15447         (nndoc-rfc822-forward-generate-article): New function.
15448         (nndoc-rfc822-forward-generate-head): New function.
15450         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15452 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15454         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15455         respect display group parameter and gnus-summary-expunge-below.
15456         (gnus-articles-to-read): Remove unused reference to display group
15457         parameter.
15459 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15461         * nnheader.el (nnheader-uniquify-message-id): New experimental
15462         variable.
15463         (nnheader-nov-read-message-id): Use it.
15465         * spam-report.el (spam-report-gmane): Add interactive.
15467 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15469         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15470         qp-or-base64 for the application/* types.
15472 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15474         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15476 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15478         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15479         trim value.
15481 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15483         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15484         New macro and function.
15485         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15487 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15489         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15490         after-load-alist.
15492 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15494         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15495         update info that isn't there.
15497 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
15499         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15500         entry.
15502 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15504         * mm-view.el (mm-inline-render-with-function): Use multibyte
15505         buffer; decode html source by charset.
15507         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15509         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15510         Mule-UCS is loaded under XEmacs.
15511         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15513 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15515         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15517 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15519         * mm-util.el (mm-coding-system-p): Return a coding-system.
15520         (mm-mime-mule-charset-alist): Use shift_jis instead of
15521         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15522         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15523         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15524         instead of japanese-shift-jis and iso-latin-1 respectively in
15525         order to share the default value with both Emacs and XEmacs-mule.
15526         (mm-mule-charset-to-mime-charset): Make
15527         mm-coding-system-priorities effective.
15528         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15529         while predicating of candidates upon the priorities.
15531 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15533         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15534         gnus-uu-invert-processable.
15536         * gnus.el: Autoload gnus-uu-invert-processable.
15538 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15540         * mm-util.el (mm-with-multibyte-buffer): New macro.
15542         * rfc2047.el (rfc2047-encode-string): Use it.
15543         (rfc2047-encode-region): Move point to the end of the region after
15544         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15546 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15548         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15549         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15551 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15553         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15554         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15555         Karl Chen <quarl@nospam.quarl.org>.
15557 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15559         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15560         invalid addresses.
15562 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15564         * spam.el: Change section markers, revise TODO list.
15565         (spam-backends): Make new master list of all installed backends.
15566         (spam-summary-exit-behavior): Add new variable to determine how
15567         messages moves are done at summary exit.
15568         (spam-move-spam-nonspam-groups-only)
15569         (spam-process-ham-in-nonham-groups)
15570         (spam-process-ham-in-spam-groups): Remove variables, the
15571         spam-summary-exit-behavior variable should be used to manage this
15572         behavior.
15573         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15574         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15575         and spam-old-spam-articles.
15576         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15577         Add empty variables, placeholders for the backends they represent.
15578         (spam-set-difference): Move, unchanged.
15579         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15580         unless the user has a processor variable.
15581         (spam-classifications, spam-classification-valid-p)
15582         (spam-backend-properties, spam-backend-property-valid-p)
15583         (spam-backend-function-type-valid-p)
15584         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15585         (spam-report-articles-gmane, spam-report-articles-resend):
15586         Remove functions, they are not needed.
15587         (spam-install-backend-super, spam-backend-list)
15588         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15589         (spam-backend-function, spam-backend-ham-registration-function)
15590         (spam-backend-spam-registration-function)
15591         (spam-backend-ham-unregistration-function)
15592         (spam-backend-spam-unregistration-function)
15593         (spam-backend-statistical-p, spam-backend-mover-p)
15594         (spam-install-backend-alias, spam-install-checkonly-backend)
15595         (spam-install-mover-backend, spam-install-nocheck-backend)
15596         (spam-install-backend, spam-install-statistical-backend)
15597         (spam-install-statistical-checkonly-backend): Add backend installation
15598         support.
15599         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15600         (spam-group-processor-p): Use the new backend code and respect the
15601         summary exit behavior.
15602         (spam-mark-spam-as-expired-and-move-routine): Remove.
15603         (spam-summary-prepare): Change to use the new spam-old-articles
15604         variable.
15605         (spam-copy-or-move-routine, spam-copy-spam-routine)
15606         (spam-move-spam-routine, spam-copy-ham-routine)
15607         (spam-move-ham-routine): Add code to copy/move ham or spam.
15608         (spam-fetch-field-fast): Improve doc and code, plus allow the
15609         'number request.
15610         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15611         variables.
15612         (spam-split, spam-find-spam): Use the new backend code.
15613         (spam-registration-functions): Remove variable.
15614         (spam-unregister-routine): Add convenience wrapper.
15615         (spam-log-undo-registration, spam-register-routine)
15616         (spam-log-processing-to-registry)
15617         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15618         where possible.
15619         (spam-check-gmane-xref, spam-check-regex-headers)
15620         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15621         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15622         (spam-check-bogofilter-headers, spam-check-spamoracle)
15623         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15624         (spam-check-crm114-headers): Use the spam-split-group that
15625         spam-split prepares, no need to determine it every time.
15627         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15628         to the nnheader-parse-naked-head call.
15630         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15632         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15633         the nnheader-nov-read-message-id call.
15635 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15637         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15638         gnus-activate-group twice.  Suggested by Markus Peter
15639         <warp@spin.de>.
15641 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15643         * gnus-art.el (gnus-article-time-format): Exchange the order of
15644         day and month in the default value; fix customization type.
15645         (article-date-ut): Use add-text-properties.
15646         (article-make-date-line): Use message-make-date instead of
15647         current-time-string.
15649         * message.el (message-fetch-field): Don't use set-text-properties.
15650         (message-make-date): Simplify.
15652 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15654         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15655         (rfc2047-encode-region): Treat text within parentheses as special;
15656         show the original text when error has occurred.
15658         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15659         already-computed method to gnus-activate-group.
15661         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15662         same select-methods identical Lisp objects.
15664         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15665         object when modifying the info.
15667 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15669         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15670         gnus-opened-servers since it has never been opened with the new
15671         configuration yet.
15673 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15675         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15676         arg to nnheader-generate-fake-message-id.
15678 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15680         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15681         number and build a fake message ID localized to a group and
15682         article number (so it's repeatable from that point on).
15683         (nnheader-fake-message-id-p): Change regex to accommodate new fake
15684         ID format.
15686         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15687         nnheader-generate-fake-message-id with the article number.
15689 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15691         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15692         end-of-buffer.
15694 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15696         * message.el (message-ignored-supersedes-headers): Add Approved.
15698 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15700         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15701         goto-char.
15702         (rfc2047-encode): Fold the line before encoding.
15704 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15706         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15707         folding -- not all headers can be folded, and this should be done
15708         by the message composition mode.  Probably.  I think.
15710 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15712         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15713         fast.
15715         * gnus-ems.el (gnus-remove-image): Don't use
15716         message-text-with-property; remove only the image found first.
15718 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15720         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15722 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15724         * message.el (message-text-with-property): Make it fast and accept
15725         optional arguments.
15726         (message-strip-forbidden-properties): Use it.
15727         (message-fix-before-sending): Follow the m-t-w-p change.
15729         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15731 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15733         * gnus-art.el (article-hide-headers): Don't change the buffer
15734         mistakenly when performing mml-preview even if
15735         gnus-single-article-buffer is nil.
15737 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15739         * message.el (message-expand-name-databases): New user option.
15740         (message-expand-name): Use it.
15742 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15744         * spam.el (spam-report-articles-resend)
15745         (spam-report-resend-register-routine): Allow ham reporting.
15746         (spam-report-resend-register-ham-routine): Add wrapper.
15747         (spam-registration-functions): Add ham resending functions.
15748         (spam-list-of-processors): Add ham resend processor.
15750         * gnus.el (ham-resend-to): Add new group parameter.
15751         (spam-process): Add ham resend option.
15753         * spam-report.el (spam-report-resend): Allow reporting ham.
15754         (spam-report-resend-ham): Add wrapper.
15756 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15758         * message.el (message-cite-articles-with-x-no-archive): New
15759         variable.
15760         (message-cite-original): Use it.
15762 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15764         * message.el (message-cite-original): Respect X-No-Archive.
15766 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15768         * gnus-art.el (article-hide-headers): Refer to the values for
15769         gnus-ignored-headers and gnus-visible-headers in the summary
15770         buffer since a user may have set them as group parameters.
15772 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15774         * assistant.el (assistant-node-name): Add convenience function.
15775         (assistant-render-text, assistant-render-node): Add error handling,
15776         plus handle multiple next nodes.
15777         (assistant-find-next-node): Comment out for now.
15778         (assistant-find-next-nodes): Add function, returns list of next
15779         nodes.
15781 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15783         * mail-source.el (mail-source-directory): Fix doc-string.
15785 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15787         * assistant.el (assistant-render-text, assistant-eval): Add :set
15788         widget type, which is different because it takes and returns a
15789         list.  Much hilarity ensues.
15791 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15793         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15795         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15796         doc-string.
15798         * gnus-start.el (gnus-activate-group): Added doc-string.
15800 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15802         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15804 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15806         * assistant.el (assistant-render-text): Try to add a :set
15807         widget, more to come.
15809         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15810         strings.
15811         (spam-report-articles-resend)
15812         (spam-register-routine): Do registration iff any articles warrant
15813         it.
15814         (spam-summary-prepare-exit): Change log message for nil group
15815         destinations.
15817 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15819         * spam.el (spam-report-resend-register-routine): Allow
15820         spam-report-resend-to to be a group parameter or a global value.
15822 2004-05-26  Simon Josefsson  <jas@extundo.com>
15824         * starttls.el: Merge with my GNUTLS based starttls.el.
15825         (starttls-gnutls-program, starttls-use-gnutls)
15826         (starttls-extra-arguments, starttls-process-connection-type)
15827         (starttls-connect, starttls-failure, starttls-success): New
15828         variables.
15829         (starttls-program, starttls-extra-args): Doc fix.
15830         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15831         functions.
15832         (starttls-negotiate, starttls-open-stream): Check
15833         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15834         function if it is set.
15836 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15838         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15839         structured fields.
15841 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15843         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15845 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15847         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15848         variable.
15849         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15850         assigning the spam-mark to new messages.
15852 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15854         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15856 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15858         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15859         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15860         default.
15862 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15864         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15865         correct data.
15867 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15869         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15870         (spam-group-processor-p): Fix function.
15871         (spam-group-processor-multiple-p)
15872         (spam-group-spam-processor-report-gmane-p)
15873         (spam-group-spam-processor-report-resend-p)
15874         (spam-group-spam-processor-bogofilter-p)
15875         (spam-group-spam-processor-blacklist-p)
15876         (spam-group-spam-processor-ifile-p)
15877         (spam-group-ham-processor-ifile-p)
15878         (spam-group-spam-processor-spamoracle-p)
15879         (spam-group-spam-processor-crm114-p)
15880         (spam-group-ham-processor-bogofilter-p)
15881         (spam-group-spam-processor-stat-p)
15882         (spam-group-ham-processor-stat-p)
15883         (spam-group-ham-processor-whitelist-p)
15884         (spam-group-ham-processor-BBDB-p)
15885         (spam-group-ham-processor-spamoracle-p)
15886         (spam-group-ham-processor-copy-p): Remove functions with some
15887         prejudice against unneeded code.
15888         (spam-report-articles-resend)
15889         (spam-report-resend-register-routine): Allow the group/topic
15890         spam-resend-to value to override spam-report-resend-to.
15891         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15892         properly now.
15894         * gnus.el (spam-resend-to): Add group/topic parameter.
15895         (spam-process): Move the OBSOLETE processors to the end of the
15896         choices.
15898 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15900         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15901         with resend-to set to nil, and then ask the user if necessary.
15902         (spam-report-resend): spam-report-resend takes a list of articles, not
15903         separate article numbers.
15905 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15907         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15908         addition to emacs-w3m.
15910 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15912         * assistant.el (assistant-authinfo-data): New function.
15913         (assistant-eval): Eval for entire assistant.
15915         * netrc.el (netrc-services-file): New variable.
15916         (netrc-parse-services): New function.
15917         (netrc-find-service-name): New function.
15918         (netrc-find-service-number): New function.
15919         (netrc-port-equal): New function.
15920         (netrc-machine): Use it.
15922         * nnimap.el (nnimap-open-connection): Use netrc.
15924         * gnus-util.el (gnus-netrc-get): Remove aliases.
15926         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15928         * assistant.el (wid-edit): Fix compilation.
15930         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15932 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15934         * gnus-util.el (gnus-set-file-modes): New function.  (small
15935         patch).
15937 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15939         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15941         * assistant.el (assistant-render-node): Fix up rendering and
15942         read-only text.
15943         (assistant-render-node): Reset.
15944         (assistant-make-read-only): Not sticky.
15946 2004-05-20  Danny Siu  <dsiu@adobe.com>
15948         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15949         centered even when gnus-auto-center-summary is t
15951 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15953         * dns.el (dns-get-txt-answer): New function.
15954         (dns-read-txt): Ditto.
15955         (query-dns): Use it.
15957 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15959         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15960         active for foreign groups even if the group level is higher than
15961         the specified value.
15963 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15965         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15966         non-active groups.
15968         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15970 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15972         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15974 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15976         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15977         (spam-crm114-header, spam-crm114-spam-switch)
15978         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15979         (spam-crm114-positive-spam-header)
15980         (spam-crm114-database-directory, spam-list-of-processors)
15981         (spam-group-spam-processor-crm114-p)
15982         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15983         (spam-generic-score, spam-list-of-checks)
15984         (spam-list-of-statistical-checks, spam-registration-functions)
15985         (spam-check-crm114-headers, spam-crm114-score)
15986         (spam-check-crm114, spam-crm114-register-with-crm114)
15987         (spam-crm114-register-spam-routine)
15988         (spam-crm114-unregister-spam-routine)
15989         (spam-crm114-register-ham-routine)
15990         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15991         asjo@koldfront.dk (Adam Sjøgren).
15993         * gnus.el: Add spam-use-crm114.
15995         * spam.el (spam-list-of-processors, spam-registration-functions):
15996         Add spam-use-resend.
15997         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15998         (spam-report-articles-gmane): Add doc fix.
15999         (spam-report-articles-resend, spam-report-resend-register-routine):
16000         Add wrappers around spam-report-resend-to.
16002         * spam-report.el (spam-report-resend-to, spam-report-resend):
16003         Add support for resending spam.
16004         (spam-report-gmane): Fix line length >80.
16006         * gnus.el (spam-process): Add spam-use-resend.
16008 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16010         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16011         number of processed spam messages.
16012         (spam-ham-copy-or-move-routine): Return the number of processed
16013         ham messages.
16014         (spam-summary-prepare-exit): Use the above values to decide
16015         whether status messages shouled be displayed.
16017 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16019         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16020         `rfc2047-encoding-function-alist' in order to avoid conflicting
16021         with the old version.
16022         (rfc2047-encode-region): Concatenate words containing non-ASCII
16023         characters in structured fields; don't encode space-delimited
16024         ASCII words even in unstructured fields; don't break words at
16025         char-category boundaries.
16026         (rfc2047-encode-1): New function.
16027         (rfc2047-encode): Use it; encode text so that it occupies the
16028         maximum width within 76-column; work correctly on Q encoding for
16029         iso-2022-* charsets.
16030         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16031         sure not to break a line just after the header name.
16032         (rfc2047-b-encode-region): Removed.
16033         (rfc2047-b-encode-string): New function.
16034         (rfc2047-q-encode-region): Removed.
16035         (rfc2047-q-encode-string): New function.
16037         * mm-util.el (mm-replace-in-string): New function.
16039 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16041         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16042         get it right.
16043         (gnus-inews-make-draft): Really.
16045 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16047         * nnmh.el (nnmh-request-list-1): Don't check the link count
16048         before descending.  (small patch)
16050 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16052         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16053         stuff.
16055         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16056         on real group name.
16058         * gnus-art.el (gnus-signature-limit): Doc fix.
16060         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16062 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16064         * gnus-draft.el (gnus-draft-send): Bind
16065         rfc2047-encode-encoded-words.
16067         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16068         (rfc2047-encodable-p): Say that =? needs encoding.
16069         (rfc2047-encode-encoded-words): New variable.
16071         * gnus-group.el (gnus-group-select-group): Doc fix.
16073         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16075         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16076         to nil.
16078         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16080         * nnheader.el (nnheader-get-lines-and-char): New function.
16082 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16084         * gnus-msg.el (gnus-summary-followup-with-original): Document
16085         yanking of region when active.
16087 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16089         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16090         groups if the group level is higher than the specified value.
16092 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16094         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16095         (gnus-group-jump-to-group): Added prefix argument using
16096         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16097         non-active group.
16099         * compface.el (uncompface): Be verbose when changing
16100         `uncompface-use-external'.
16102         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16103         handle manual section.
16105 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16107         * gnus-art.el (gnus-button-alist): Revert previous change.
16109 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16111         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16113 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16115         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16116         whether backend can accept message.
16118         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16120 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16122         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16123         Avoid creating directory when nntp-marks-is-evil is true.
16124         Reported by Reiner Steib.
16126 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16128         * gnus-picon.el (gnus-picon-style): New variable.
16129         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16130         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16131         Jesper Harder <harder@ifa.au.dk>.
16133 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16135         * message.el (message-fill-field): Return point.
16136         (message-generate-headers): Go to end of field.
16138         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16139         stuff for non-living groups.
16141 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16143         * gnus-art.el (gnus-article-followup-with-original)
16144         (gnus-article-reply-with-original): gnus-mark-active-p ->
16145         gnus-region-active-p.
16147 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16149         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16150         only when there is spam or ham to be processed.
16152 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16154         * mail-source.el (mail-source-delete-crash-box): Refactor.
16155         (mail-source-fetch): Use it.
16156         (mail-source-fetch-file): Ditto.
16157         (mail-source-fetch-directory): Run postscript in loop.
16158         (mail-source-fetch-pop): Delete.
16159         (mail-source-fetch-maildir): Ditto.
16160         (mail-source-fetch-imap): Ditto.
16162         * imap.el (imap-authenticators): Comment out sasl.
16164         * message.el (message-skip-to-next-address): New function.
16165         (message-fill-header-address): Refactor.
16166         (message-fill-address): Use it.
16167         (message-delete-address): Use it.
16168         (message-fill-header-general): Refactor.
16169         (message-fill-field-address): Rename.
16170         (message-narrow-to-field): Find the start of the header.
16171         (message-header-format-alist): Don't pre-fill.
16172         (message-fill-header): Removed.
16173         (message-insert-header): New function.
16174         (message-shorten-references): Use it.
16176         * rfc2047.el (rfc2047-field-value): Strip props.
16178         * mail-parse.el (mail-header-make-address): New alias.
16180         * ietf-drums.el (ietf-drums-make-address): New function.
16182         * imap.el: Add compiler directives.
16184         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16186         * gnus-art.el (article-decode-idna-rhs): Don't use
16187         message-idna-inside-rhs-p.
16189 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16191         * message.el (message-idna-inside-rhs-p): Removed.
16192         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16194         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16195         false positives.
16197 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16199         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16201 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16203         * nneething.el (nneething-file-name): Don't create spurious
16204         files.
16206         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16207         (gnus-inews-do-gcc): Remove sleep.
16209         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16210         part under point.
16212         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16213         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16215 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16217         * spam.el (spam-summary-prepare-exit): Fixed (length).
16219 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16221         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16222         as expired without moving it" message when there are spam
16223         messages left.
16225 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16227         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16228         header is not nil.
16230 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16232         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16233         nntp-possibly-create-directory, not nntp-possibly-change-group.
16234         (nntp-marks-changed-p): New arg SERVER.
16235         (nntp-request-update-info): Adjust caller.
16237 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16239         * nntp.el (nntp-save-marks): Pass missing arg.
16241 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16243         * nntp.el: Support marks.
16244         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16245         (nntp-marks-modtime, nntp-marks-directory): New variables.
16246         (nntp-request-set-mark, nntp-request-update-info)
16247         (nntp-possibly-create-directory, nntp-marks-changed-p)
16248         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16249         functions.
16251 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16253         * gnus-score.el (gnus-score-insert-help): Use
16254         gnus-select-lowest-window.
16256         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16257         appt-select-lowest-window and rename to gnus-select-lowest-window.
16259         * gnus.el: do.
16261 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16263         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16264         encodings of MIME-encoded words, in order to improve
16265         interoperability with several broken MUAs.
16267 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16269         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16270         tags, only when charsets are not specified in headers.
16271         (mm-inline-text-html-render-with-w3m): Ditto.
16273 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16275         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16276         instead of MIME-decoded from fields when checking
16277         `gnus-article-address-banner-alist'.
16279 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16281         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16282         description rather than subject.
16284 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16286         * gnus.el (gnus-version-number): Bump.
16288 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16290         * gnus.el: No Gnus v0.2 is released.
16292 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16294         * gnus-agent.el (gnus-agent-read-agentview): Inline
16295         gnus-uncompress-range.
16297 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16299         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16300         `exec-installed-p'.
16302 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16304         * gnus.el (spam-process, spam-autodetect-methods): Add
16305         bsfilter and bsfilter-headers.
16307         * spam.el (spam-bsfilter): New customize group.
16308         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16309         (spam-bsfilter-header, spam-bsfilter-probability-header)
16310         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16311         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16312         (spam-bsfilter-database-directory): New options.
16313         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16314         (spam-list-of-statistical-checks, spam-registration-functions):
16315         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16316         (spam-bsfilter-score): New command.
16317         (spam-check-bsfilter-headers, spam-check-bsfilter)
16318         (spam-bsfilter-register-with-bsfilter)
16319         (spam-bsfilter-register-spam-routine)
16320         (spam-bsfilter-unregister-spam-routine)
16321         (spam-bsfilter-register-ham-routine)
16322         (spam-bsfilter-unregister-ham-routine): New functions.
16323         (spam-generic-score): Support bsfilter; Accept an optional argument
16324         to recalcurate spam score even if scoring header has already been
16325         added.
16326         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16327         optional argument to recalcurate spam score even if scoring header
16328         has already been added.
16330 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16332         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16333         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16334         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16335         link is missing.
16337 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16339         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16340         (html2text-get-attr): Rewrite.
16342         * message.el (message-setup-1): Remove redundant put-text-property
16343         on mail-header-separator.
16345 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16347         * gnus-registry.el (gnus-registry-cache-whitespace)
16348         (gnus-registry-action, gnus-registry-spool-action)
16349         (gnus-registry-split-fancy-with-parent): Change message levels
16350         from 5 to 3 or 7, as needed.
16352         * spam.el (spam-summary-prepare-exit)
16353         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16354         (spam-split, spam-find-spam, spam-log-undo-registration)
16355         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16356         level from 5 to 6.
16358 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16360         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16361         2004-03-04 change).
16363 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16365         * sieve-manage.el (sieve-manage-open):
16366         * nnweb.el (nnweb-insert-html):
16367         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16368         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16369         * nnspool.el (nnspool-request-group):
16370         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16371         * nnml.el (nnml-request-update-info):
16372         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16373         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16374         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16375         (nnimap-request-set-mark):
16376         * nnfolder.el (nnfolder-request-update-info):
16377         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16378         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16379         * gnus-uu.el (gnus-uu-find-articles-matching):
16380         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16381         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16382         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16383         * gnus-nocem.el (gnus-nocem-scan-groups):
16384         * gnus-int.el (gnus-start-news-server):
16385         * gnus-group.el (gnus-group-make-kiboze-group)
16386         (gnus-group-browse-foreign-server):
16387         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16388         Use mapc when appropriate.
16390 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16392         FIXME: Make separate entries for each person.
16394         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16395         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16396         <shields@msrl.com>:
16398         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16399         may need for spam sorting and scoring.
16400         (spam-user-format-function-S): Add user format function suitable for
16401         general use.
16402         (spam-article-sort-by-spam-status): Add sorting function for summary
16403         sorting.
16404         (spam-extra-header-to-number): Add function to get a score from a
16405         header.
16406         (spam-summary-score): Add function to  get a numeric score from the
16407         headers.
16408         (spam-generic-score): Fix function doc, was in wrong place.
16409         (spam-initialize): Take symbols when it's run, and install the
16410         extra headers that spam-necessary-extra-headers thinks we need.
16412 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16414         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16415         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16417 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16419         * gnus-sum.el (gnus-set-global-variables)
16420         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16421         (gnus-article-get-xrefs, gnus-summary-best-group)
16422         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16423         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16424         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16425         Use with-current-buffer.
16427 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16429         * spam.el (spam-summary-prepare-exit): Simplify logic.
16430         (spam-fetch-article-header): Read the article header if it's not
16431         available.
16432         (spam-list-articles): Simplify logic.
16433         (spam-filelist-register-routine): Fix bug with unregister-list.
16435         * gnus-registry.el: Fix comments at beginning.
16437 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16439         * message.el (message-cater-to-broken-inn): Remove.
16440         (message-shorten-references): Make sure the total folded length of
16441         References is shorter than 998 characters to cater to a bug in INN
16442         2.3.  Also, don't pretend that references aren't folded -- this
16443         hasn't worked for a while.
16445 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16447         * gnus-agent.el (gnus-agentize):
16448         gnus-agent-send-mail-real-function no longer set to current value
16449         of message-send-mail-function but rather a lambda that calls
16450         message-send-mail-function.  The change makes the agent real-time
16451         responsive to user changes to message-send-mail-function.
16453 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16455         * legacy-gnus-agent.el
16456         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16457         help from Florian Weimer <fw@deneb.enyo.de>
16459 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16461         * nnmail.el (nnmail-cache-insert): Revert last change.
16463 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16465         * nnmail.el (nnmail-cache-insert): Always check whether
16466         nnmail-cache-ignore-groups matches a group name.
16468 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16470         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16471         (spam-find-spam, spam-log-processing-to-registry)
16472         (spam-log-registered-p, spam-log-unregistration-needed-p)
16473         (spam-log-undo-registration): Use gnus-message instead of
16474         gnus-error, none of these errors are fatal.
16476         * gnus-registry.el (gnus-registry-clean-empty-function)
16477         (gnus-registry-clean-empty): Remove only empty entries without
16478         extra data.
16480 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16482         * spam-stat.el (spam-stat-buffer-change-to-spam)
16483         (spam-stat-buffer-change-to-non-spam): Change (error) to
16484         (gnus-message 8) invocation.
16486 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16488         * nntp.el (nntp-via-netcat-command): New variable.
16489         (nntp-via-netcat-switches): New variable.
16490         (nntp-open-via-rlogin-and-netcat): New function.
16491         (nntp-open-connection-function): Doc fix.
16492         (nntp-telnet-command): Doc fix.
16493         (nntp-end-of-line): Doc fix.
16494         (nntp-via-rlogin-command): Doc fix.
16495         (nntp-via-user-name): Doc fix.
16496         (nntp-via-address): Doc fix.
16498 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16500         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16501         error in Emacs 21.1.
16503 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16505         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16507 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16509         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16510         (gnus-agent-with-refreshed-group): New macro.
16511         (gnus-agent-rename-group): New function.
16512         (gnus-agent-delete-group): New function.
16513         (gnus-agent-save-group-info): Use gnus-command-method when
16514         `method' parameter is nil.  Don't write nil entries into the
16515         active file.
16516         (gnus-agent-get-group-info): New function.
16517         (gnus-agent-fetch-articles): Use
16518         gnus-agent-update-files-total-fetched-for to increment disk space
16519         used.
16520         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16521         gnus-agent-update-view-total-fetched-for to increment disk space
16522         used.
16523         (gnus-agent-get-local): Added optional parameters to avoid calling
16524         gnus-group-real-name and gnus-find-method-for-group.
16525         (gnus-agent-set-local): Delete stored entry if either min, or max,
16526         are nil.
16527         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16528         quit, use gnus-agent-regenerate-group to record existence of any
16529         articles fetched to disk before the quit occurred.
16530         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16531         gnus-agent-update-view-total-fetched-for, and
16532         gnus-agent-update-files-total-fetched-for to decrement disk space
16533         used.
16534         (gnus-agent-retrieve-headers): Use
16535         gnus-agent-update-view-total-fetched-for to increment disk space
16536         used.
16537         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16538         with gnus-agent-update-files-total-fetched-for to decrement disk
16539         space and fresh group buffer.
16540         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16541         (gnus-agent-need-update-total-fetched-for): New variable.
16542         (gnus-agent-update-files-total-fetched-for): New function.
16543         (gnus-agent-update-view-total-fetched-for): New function.
16544         (gnus-agent-total-fetched-for): New function.
16546         * gnus-cache.el (gnus-cache-save-buffers): Use
16547         gnus-cache-update-overview-total-fetched-for to change disk space
16548         used by this group.
16549         (gnus-cache-possibly-enter-article): Use
16550         gnus-cache-update-file-total-fetched-for to increment disk space
16551         used by this group.
16552         (gnus-cache-possibly-remove-article): Use
16553         gnus-cache-update-file-total-fetched-for to decrement disk space
16554         used by this group.
16555         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16556         (gnus-cache-rename-group): New function.
16557         (gnus-cache-delete-group): New function.
16558         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16559         (gnus-cache-need-update-total-fetched-for): New variable.
16560         (gnus-cache-with-refreshed-group): New macro.
16561         (gnus-cache-update-file-total-fetched-for): New function.
16562         (gnus-cache-update-overview-total-fetched-for): New function.
16563         (gnus-cache-rename-group-total-fetched-for): New function.
16564         (gnus-cache-delete-group-total-fetched-for): New function.
16565         (gnus-cache-total-fetched-for): New function.
16567         * gnus-group.el: Require gnus-sum and autoload functions to
16568         resolve warnings when gnus-group.el compiled alone.
16569         (gnus-group-line-format): Documented new %F.
16570         (size of Fetched data) group line format; identifies disk space
16571         used by agent and cache.
16572         (gnus-group-line-format-alist): Defined new F format.
16573         (gnus-total-fetched-for): New function.
16574         (gnus-group-delete-group): No longer update
16575         gnus-cache-active-altered as gnus-request-delete-group now keeps
16576         the cache in sync.
16577         (gnus-group-list-active): Let the agent store a server's active
16578         list if currently plugged.
16580         * gnus-int.el (gnus-request-delete-group):
16581         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16582         local disk in sync with the server.
16583         (gnus-request-rename-group):
16584         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16585         local disk in sync with the server.
16587         * gnus-start.el (gnus-get-unread-articles):
16588         Cosmetic simplification to logic.
16590         * gnus-util.el (gnus-rename-file): New function.
16592 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16594         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16596 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16598         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16599         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16601 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16603         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16604         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16606 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16608         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16610 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16612         * spam.el (spam-set-difference): Add function to replace
16613         gnus-set-difference in spam.el.
16614         (spam-summary-prepare-exit): Use spam-set-difference.
16616 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16618         * gnus-registry.el (gnus-registry-cache-file): Update to use
16619         gnus-dribble-directory OR gnus-home-directory OR ~.
16620         (gnus-registry-split-fancy-with-parent): Fix doc.
16622 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16624         * message.el (message-exchange-point-and-mark): Use
16625         message-mark-active-p.  Suggested by Jesper Harder
16626         <harder@ifa.au.dk>.
16628 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16630         * message.el (message-exchange-point-and-mark): Don't activate
16631         region if it was inactive.  Suggested by Hiroshi Fujishima
16632         <pooh@nature.tsukuba.ac.jp>.
16634 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16636         * gnus-art.el (article-display-face): Display Faces in the same
16637         order as X-Faces.
16639 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16641         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16643 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16645         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16646         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16647         (gnus-article-mime-hierarchy): Remove.
16648         (gnus-article-mime-hierarchy-next): Remove.
16649         (gnus-article-mode): Revert 2004-03-19 change.
16650         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16651         (gnus-insert-mime-button): Revert 2004-03-19 change.
16652         (gnus-mime-accumulate-hierarchy): Remove.
16653         (gnus-mime-enter-multipart): Remove.
16654         (gnus-mime-leave-multipart): Remove.
16655         (gnus-mime-display-part): Revert 2004-03-19 change.
16656         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16658         * mml.el (mml-preview): Revert 2004-03-19 change.
16660 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16662         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16664 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16666         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16667         t while entering a file name using the mm-with-multibyte macro.
16668         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16670         * mm-util.el (mm-with-multibyte): New macro.
16672 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16674         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16675         user option.
16676         (gnus-mime-multipart-functions): Doc and customization fix.
16677         (gnus-article-mime-hierarchy): New variable.
16678         (gnus-article-mime-hierarchy-next): New variable.
16679         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16680         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16681         gnus-article-mime-hierarchy-next to nil.
16682         (gnus-insert-mime-button): Show hierarchy numbers.
16683         (gnus-mime-accumulate-hierarchy): New function.
16684         (gnus-mime-enter-multipart): New function.
16685         (gnus-mime-leave-multipart): New function.
16686         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16687         (gnus-mime-display-alternative): Show hierarchy numbers.
16689         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16690         gnus-article-mime-hierarchy-next to nil.
16692 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16694         * dns.el: Don't require gnus-xmas.
16696 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16698         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16699         inline PGP.
16700         (mml-menu): Disable mml-quote-region if mark is inactive.
16702 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16704         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16705         when the group's active is not available.
16707 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16709         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16710         error.
16712 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16714         * imap.el (imap-store-password): New variable.
16715         (imap-interactive-login): Use it.
16716         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16718 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16720         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16721         window-start and hscroll to summary window.
16723 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16725         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16726         conversion message to newsrc-dribble when an actual conversion is
16727         performed.
16729 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16731         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16733 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16735         * mm-decode.el (mm-complicated-handles): New function reviving
16736         former definition of mm-multiple-handles.
16738         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16739         (gnus-mime-delete-part): Use it.
16741 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16743         * gnus-agent.el (gnus-agent-read-local): Bind
16744         nnheader-file-coding-system to gnus-agent-file-coding-system to
16745         avoid the implicit assumption that they will always be equal.
16746         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16747         coding-system-for-write, as the with-temp-file macro first prints
16748         to a buffer then saves the buffer.
16750 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16752         * gnus-art.el (gnus-article-edit-part): New function.
16753         (gnus-mime-save-part-and-strip): Use it; do query instead of
16754         signaling an error; don't use mm-multiple-handles.
16755         (gnus-mime-delete-part): Ditto.
16757 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16759         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16760         old file versions.
16761         (gnus-group-prepare-hook): Removed function that converted list
16762         form of gnus-agent-expire-days to group properties.
16764         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16765         (gnus-request-accept-article): Re-indented.
16767         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16768         converters to handle old agent file formats.  Added logic for a
16769         "backup before upgrading warning".
16770         (gnus-convert-mark-converter-prompt): Developers can mark
16771         functions as needing (default), or not needing,
16772         gnus-convert-old-newsrc's "backup before upgrading warning".
16773         (gnus-convert-converter-needs-prompt): Tests whether the user
16774         should be protected from potentially irreversable changes by the
16775         function.
16777         * legacy-gnus-agent.el: New.  Provides converters that are only
16778         loaded when gnus-convert-old-newsrc needs to call them.
16780 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16782         * mail-source.el (mail-source-touch-pop): Doc fix.
16784         * message.el (message-smtpmail-send-it): Doc fix.
16786 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16788         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16790         * nnmail.el (nnmail-split-fancy): do.
16792         * gnus-kill.el (gnus-kill, gnus-execute): do.
16794 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16796         * gnus-sum.el (gnus-widget-reversible-match)
16797         (gnus-widget-reversible-to-internal)
16798         (gnus-widget-reversible-to-external): New functions.
16799         (gnus-widget-reversible): New widget.
16800         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16802 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16804         * gnus-sum.el (gnus-thread-sort-functions)
16805         (gnus-article-sort-functions): Document `(not F)' items.
16807 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16809         * spam.el (spam-use-gmane-xref): Add new backend.
16810         (spam-gmane-xref-spam-group): Add variable to control the name of the
16811         Gmane spam group.
16812         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16813         (spam-regex-headers-spam, spam-regex-headers-ham)
16814         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16815         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16816         backends and checks.
16817         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16819         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16820         an autodetect method.
16822 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16824         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16825         articles are being added to a group.
16826         (gnus-request-replace-article): Inform the agent that articles
16827         need to be uncached as the cached contents are no longer valid.
16829 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16831         * binhex.el: Don't autoload executable-find.
16833         * canlock.el: Don't autoload mail-fetch-field.
16835         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16837         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16838         rmail-dont-reply-to and rmail-output.
16840         * gnus-score.el: Don't autoload ffap-string-at-point.
16842         * gnus-setup.el: Don't autoload sc-cite-original.
16844         * imap.el: Don't autoload base64-decode-string,
16845         base64-encode-string and md5.
16847         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16848         and rmail-msg-restore-non-pruned-header.
16850         * mm-decode.el: Don't autoload executable-find.
16852         * mm-url.el: Don't autoload executable-find.
16854         * mm-view.el: Don't autoload diff-mode.
16856         * nndb.el: Don't autoload news-reply-mode, news-setup,
16857         cancel-timer and telnet.
16859         * password.el: Don't autoload run-at-time for Emacs.
16861         * sha1-el.el: Don't autoload executable-find.
16863         * sieve-mode.el: Don't autoload c-mode.
16865         * uudecode.el: Don't autoload executable-find.
16867 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16869         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16870         (gnus-agent-possibly-alter-active): Avoid null in numeric
16871         comparison.
16872         (gnus-agent-set-local): Refuse to save null in local object table.
16873         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16874         list of articles that will be marked as unread.
16876 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16878         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16880 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16882         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16883         language tags.
16885 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16887         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16888         Don't bind "obarray".
16890         * gnus-sum.el (gnus-thread-sort-functions): Added
16891         `gnus-thread-sort-by-most-recent-number' and
16892         `gnus-thread-sort-by-most-recent-date'.
16893         Reported by Kai Grossjohann <kai@emptydomain.de>.
16895 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16897         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16899 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16901         * gnus-cus.el (gnus-agent-customize-category): Removed
16902         ignore-errors macro reference that required cl to be loaded at
16903         run-time.
16905         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16906         single-interval range of the form (min . max).  Previously the
16907         range had to look like ((min . max)).  Likewise, return
16908         (min . max) rather than ((min . max)).
16909         (gnus-range-map): Use gnus-range-normalize to accept
16910         single-interval range.
16912         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16913         the cache, but not the agent, now appear with their usual face.
16915 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16917         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16918         w3m-safe-url-regexp variable buffer-local.
16920         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16922 2004-02-27  Simon Josefsson  <jas@extundo.com>
16924         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16925         gnus-group-real-prefix.
16926         (gnus-summary-move-article): Use it, instead of
16927         gnus-group-real-prefix.
16929 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16931         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16932         w3m-safe-url-regexp variable buffer-local and set it as the value
16933         of mm-w3m-safe-url-regexp.
16935         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16937         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16938         parsing gnus-posting-styles when the message is not for replying.
16940         * nnrss.el (nnrss-opml-export): Use
16941         mm-set-buffer-file-coding-system instead of
16942         set-buffer-file-coding-system.
16944 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16946         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16947         of checkdoc.el).
16948         * nnrss.el: do.
16949         * gnus-mlspl.el: do.
16950         * gnus-ml.el: do.
16951         * gnus-srvr.el: do.
16953         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16955 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16957         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16958         Corrections to custom-manual links.
16960         * gnus-art.el (gnus-article): Ditto.
16962         * mm-decode.el (mime-display, mime-security): Ditto.
16964 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16966         * flow-fill.el: Typo.
16968 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16970         * spam-wash.el: New file.
16972 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16974         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16976 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16978         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16979         to be run with new-articles as LIST1, not LIST2.
16980         (spam-registration-functions): Add spam-use-ham-copy as a nil
16981         registration backend.
16983 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16985         * spam-stat.el (spam-stat-washing-hook): New option.
16986         (spam-stat-buffer-words): Use it.
16987         (spam-stat-process-directory, spam-stat-test-directory): Use
16988         insert-file-contents-literally.
16989         (spam-stat-coding-system): New variable.
16990         (spam-stat-load, spam-stat-save): Use it.
16992 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16994         * spam-report.el (spam-report-plug-agent): Quote
16995         spam-report-url-to-file and spam-report-url-ping-plain.
16997 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16999         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17000         / in mailto URLs.
17002 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17004         * spam-report.el (spam-report-process-queue): Fix interactive use.
17005         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17006         (spam-report-unplug-agent): Doc fixes.
17007         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17008         (spam-report-agentize, spam-report-deagentize): Autoload
17010 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17012         * message.el (message-setup-fill-variables): Add mml tags to
17013         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17014         <ajk@iu.edu>.
17015         (message-mode): Don't modify paragraph-separate there.
17017 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17019         * compface.el (uncompface-use-external): Default to undecided.
17020         (uncompface-use-external-threshold): New variable.
17021         (uncompface-float-time): New macro.
17022         (uncompface): Determine whether to use the external decoder if
17023         uncompface-use-external is undecided.
17025 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17027         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17028         after images.
17030         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17032 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17034         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17036         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17038         * gnus-sum.el (gnus-summary-limit-to-age)
17039         (gnus-summary-limit-children): do.
17041         * gnus-int.el (gnus-request-scan): do.
17043         * gnus-group.el (gnus-group-suspend): do.
17045         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17047         * gnus-cite.el (gnus-cite-parse-attributions): do.
17049         * gnus-agent.el (gnus-summary-set-agent-mark)
17050         (gnus-agent-regenerate-group): do.
17052         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17054         * binhex.el (binhex-decode-region-internal): do.
17056 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17058         * gnus-fun.el (gnus-face-properties-alist): New user option.
17059         (gnus-display-x-face-in-from): Use it.
17061         * gnus-art.el (article-display-face): Ditto.
17063         * compface.el (uncompface-use-external): Default to nil.
17065 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17067         * nntp.el (nntp-erase-buffer): New function.
17068         (nntp-retrieve-data, nntp-send-command)
17069         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17070         (nntp-possibly-change-group): Use it.
17072         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17073         with-current-buffer.
17075 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17077         * compface.el: Merge the ELisp-based uncompface program.
17078         (compface): New customization group.
17079         (uncompface-use-external): New user option.
17080         (uncompface): Call uncompface-internal if uncompface-use-external
17081         is nil.
17082         (uncompface-internal): New function.  Note that there are also
17083         some other functions and variables added for this function.
17085 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17087         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17088         if necessary.
17090 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17092         * spam-report.el (spam-report-unplug-agent)
17093         (spam-report-plug-agent, spam-report-deagentize)
17094         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17095         Add support for the Agent in spam-report: when unplugged, report to a
17096         file; when plugged, submit all the requests.
17098         * spam.el (spam-register-routine): Fix message about
17099         registration.
17101 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17103         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17104         dependencies.
17105         (rfc2047-encode): Use it.
17107         * gnus-art.el (gnus-button-marker-list): Move before first
17108         reference.
17110         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17111         (imap-parse-body): Fix format string mismatch.
17113         * gnus-score.el (gnus-summary-increase-score): do.
17115         * nnrss.el (nnrss-close): New function.
17117 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17119         * nnrss.el (nnrss-make-filename): New function.
17120         (nnrss-request-delete-group, nnrss-read-server-data)
17121         (nnrss-save-server-data, nnrss-read-group-data)
17122         (nnrss-save-group-data): Use it.
17123         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17124         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17125         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17127 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17129         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17131 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17133         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17134         files.
17136         * message.el (message-generate-headers-first): Don't quote nil
17137         and t in docstrings.
17139         * imap.el (imap-id): do.
17141         * gnus-agent.el (gnus-agent-consider-all-articles)
17142         (gnus-agent-queue-mail): do.
17144 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17146         * spam-report.el (spam-report-process-queue): New function.
17147         Process requests from `spam-report-requests-file'.
17148         (spam-report-process-queue): Doc fix.
17150 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17152         * spam.el (spam-register-routine)
17153         (spam-log-processing-to-registry, spam-log-registered-p)
17154         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17155         Change "check" to "spam-check" for semi-clarity.
17157 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17159         * pop3.el: Require nnheader.
17161         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17163         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17165         * gnus-picon.el: Require cl.
17167         * gnus-fun.el: Require gnus-ems and gnus-util.
17169         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17171         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17173         * gnus-art.el (gnus-article-edit-mode): Define before first
17174         reference.
17176 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17178         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17179         (gnus-uu-post-encoded): Use point-at-bol.
17181         * gnus-topic.el (gnus-group-active-topic-p): do.
17183         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17185         * gnus-group.el (gnus-group-kill-region): do.
17187         * gnus-art.el (article-date-ut): do.
17189         * message.el (message-fetch-field): Remove redundant
17190         case-fold-search binding.
17191         (message-narrow-to-field): Simplify.
17193 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17195         * spam.el (spam-directory): Derive from `gnus-directory'.
17197         * spam-report.el (spam-report-url-to-file)
17198         (spam-report-requests-file): New function and variable for offline
17199         reporting.
17200         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17201         and user defined function.
17202         (spam-report-url-ping-mm-url): Remove doubled slash.
17204 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17206         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17208 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17210         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17211         format string mismatch.
17213         * sieve.el (sieve-deactivate-all): do.
17215         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17217         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17219         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17221         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17223 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17225         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17226         the list of checks.
17228 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17230         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17231         padding.
17233 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17235         * mm-view.el (mm-fill-flowed): New variable.
17236         (mm-inline-text): Use it.
17238 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17240         * spam.el (spam-spamassassin-register-ham-routine)
17241         (spam-spamassassin-register-spam-routine): Fix function names.
17243 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17245         * gnus.el (gnus-tmp-grouplens): Remove.
17246         (gnus-summary-line-format): Remove grouplens.
17248         * gnus-group.el (gnus-group-line-format): Ditto.
17250         * gnus-spec.el (gnus-format-specs): Ditto.
17251         (gnus-update-format-specifications): Flush the group format spec
17252         cache if there's the grouplens stuff.
17253         (gnus-parse-simple-format): Replace %l with the empty string.
17255 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17257         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17258         omission.
17260 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17262         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17263         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17265 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17267         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17268         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17269         New macros and functions.
17270         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17271         Handle > NLINK_MAX messages.
17272         * nnmaildir.el (nnmaildir-request-set-mark): Use
17273         nnmaildir--emlink-p and nnmaildir--eexist-p.
17275 2004-01-25  Alex Schroeder  <alex@gnu.org>
17277         * spam-stat.el (spam-stat-process-directory-age): New option.
17278         (spam-stat-process-directory): Use it.
17280 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17282         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17283         (spam-stat-save): Accept prefix argument.
17285 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17287         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17288         links" error.
17290 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17292         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17293         compatibility with old .newsrc.eld files.
17295         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17297         * gnus-start.el (gnus-1): do.
17299         * gnus-group.el (gnus-group-line-format-alist): do.
17301         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17303         * gnus-gl.el: Remove.
17305 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17307         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17308         marks consisting of a single range {for example, (3 . 5)} rather
17309         than a list of a single range { ((3 . 5)) }.
17311 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17313         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17314         with-current-buffer.
17315         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17316         avoid consing a string.
17318         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17319         Remove obsolete entries for big5 and gb2312.
17321 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17323         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17324         uncompressed list.
17326 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17328         * spam-stat.el (spam-stat-strip-xref): New function.
17329         (spam-stat-process-directory): Use it.
17331         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17332         here -- it's done in message-fetch-field.
17334 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17336         * gnus-agent.el (gnus-agent-queue-mail)
17337         (gnus-agent-prompt-send-queue): New variables.
17338         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17339         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17340         "nndraft:queue" along to gnus-draft-send.  Use
17341         gnus-agent-prompt-send-queue.
17342         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17343         is "nndraft:queue".  Suggested by Gaute Strokkenes
17344         <gs234@srcf.ucam.org>
17346         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17347         (agent-enable-undownloaded-faces): Added.
17348         (gnus-agent-cat-groups): Use eval-and-compile, not
17349         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17350         method of gnus-agent-cat-groups even when the buffer has been
17351         evaled.
17352         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17353         delete gnus-agent-save-active-1.
17354         (gnus-agent-save-groups): Deleted.  Identical to
17355         gnus-agent-save-active.
17356         (gnus-agent-write-active): No longer adjust agent's copy of active
17357         file as agent's adjustments are now stored in their own
17358         file.  Removed optional parameter.
17359         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17360         servers.  Add use of min/max range limits from server's local
17361         file.
17362         (gnus-agent-save-alist): Removed unused optional argument.
17363         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17364         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17365         (gnus-agent-set-local): A per-server file that keeps min/max range
17366         limits for articles known to the agent.  Provides a fast mechanism
17367         for altering many active ranges.
17368         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17369         active file (local makes it unnecessary).
17370         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17372         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17373         (agent-enable-undownloaded-faces): Added.
17375         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17376         disable it when sending to "nndraft:queue".
17377         (gnus-group-send-queue): Add safety check to avoid sending queue
17378         when unplugged.
17380         * gnus-group.el (gnus-group-catchup): Use new
17381         gnus-sequence-of-unread-articles, not
17382         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17383         numbers of articles.  Use gnus-range-map to avoid having to
17384         uncompress the unread list.
17385         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17386         Fixed invalid ange-ftp reference.
17388         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17389         (gnus-sorted-range-intersection): Intersection of two ranges
17390         without requiring that they first be uncompressed.
17392         * gnus-start.el (gnus-activate-group): Unless blocked by the
17393         caller, possibly expand the active range to include both cached
17394         and agentized articles.
17395         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17396         multiple version-dependent converters.
17397         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17398         gnus-agent-save-active.
17399         (gnus-save-newsrc-file): Save dirty agent range limits.
17401         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17402         gnus-agent-possibly-alter-active.
17403         (gnus-adjust-marked-articles): Faster handling of simple lists
17405 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17407         * spam-stat.el (spam-stat-test-directory): New optional argument
17408         displays a list of files detected.  Suggested by Andrew Cohen
17409         <cohen@andy.bu.edu>.
17410         (spam-stat-buffer-words-with-scores): Don't narrow and change
17411         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17413 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17415         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17416         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17417         (spam-spamassassin-arguments)
17418         (spam-spamassassin-spam-flag-header)
17419         (spam-spamassassin-positive-spam-flag-header)
17420         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17421         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17422         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17423         (spam-list-of-processors, spam-list-of-checks)
17424         (spam-list-of-statistical-checks, spam-registration-functions)
17425         (spam-check-spamassassin-headers, spam-check-spamassassin)
17426         (spam-spamassassin-score)
17427         (spam-spamassassin-register-with-sa-learn)
17428         (spam-spamassassin-register-spam-routine)
17429         (spam-spamassassin-register-ham-routine)
17430         (spam-assassin-register-spam-routine)
17431         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17432         (spam-bogofilter-score): Fix to show article before scoring.
17434 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17436         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17437         default scoring function.
17438         (spam-generic-score): Call spam-spamassassin-score if
17439         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17440         spam-bogofilter-score otherwise.
17442         * gnus.el (spam-process, spam-autodetect-methods): Add
17443         spamassassin and spamassassin-headers.
17445 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17447         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17448         Suppress unnecessary messages.
17450 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17452         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17453         make-hash-table.
17455 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17457         * canlock.el (base64-encode-string): Don't autoload it.
17459 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17461         * run-at-time.el: Remove useless (require 'itimer),
17462         eval-and-compile and (featurep 'xemacs).
17464 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17466         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17467         GROUP is a virtual group.
17469 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17471         * gnus.el: Autoload `message-y-or-n-p'.
17473 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17475         * pgg-parse.el: Remove unnecessary (require 'custom).
17477         * pgg-def.el: do.
17479         * nnmail.el: do.
17481         * gnus-undo.el: do.
17483         * gnus-picon.el: do.
17485         * gnus-util.el: do.
17487 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17489         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17491 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17493         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17494         handle, as well as a list.
17496         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17497         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17498         (mm-w3m-cid-retrieve): Simplify.
17500 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17502         * message.el (message-kill-to-signature): Allow prefix arg to
17503         specify number of lines to keep before signature.
17505 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17507         * message.el (message-kill-to-signature): Change docstring.
17509 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17511         * canlock.el: Always require sha1-el.
17512         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17514         * message.el: Autoload sha1 only when compiling.
17516 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17518         * message.el (message-canlock-generate): Require sha1-el.
17520 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17522         * message.el (message-expand-name): Silence the byte compiler.
17524 2004-01-13  Simon Josefsson  <jas@extundo.com>
17526         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17527         Invoke gnus-score-mode.  Reported by
17528         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17530         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17531         Jim Blandy <jimb@redhat.com> (tiny change).
17533 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17535         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17537 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17539         * spam.el (spam-get-article-as-string): Update to use
17540         gnus-request-article-this-buffer, much simpler.
17541         (spam-get-article-as-buffer): Remove.
17543 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17545         * message.el (message-expand-name): Use EUDC if the user uses that.
17547 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17549         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17550         character for the encoding to avoid consing a string.
17552         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17553         unnecessarily.
17555         * mm-util.el (mm-replace-chars-in-string): Remove.
17557         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17558         of mm-replace-chars-in-string.
17560 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17562         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17564         * mm-util.el (mm-subst-char-in-string): Support inplace.
17566         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17567         a new string in every iteration.  Use shy groups.
17569 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17571         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17572         * gnus-soup.el (gnus-soup-group-brew):
17573         * gnus-msg.el (gnus-put-message):
17574         * gnus-move.el (gnus-group-move-group-to-server):
17575         * gnus-kill.el (gnus-batch-score):
17576         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17577         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17578         (gnus-group-update-group, gnus-group-read-group)
17579         (gnus-group-make-group, gnus-group-make-help-group)
17580         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17581         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17582         (gnus-group-sort-by-unread, gnus-group-catchup)
17583         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17584         (gnus-group-yank-group, gnus-group-set-info)
17585         (gnus-group-list-groups):
17586         * gnus.el (gnus-generate-new-group-name):
17587         * gnus-delay.el (gnus-delay-send-queue):
17588         * nnvirtual.el (nnvirtual-catchup-group):
17589         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17590         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17591         (gnus-group-prepare-topics, gnus-topic-check-topology):
17592         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17593         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17594         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17595         (gnus-group-make-articles-read):
17596         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17597         (gnus-group-change-level, gnus-kill-newsgroup)
17598         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17599         (gnus-get-unread-articles, gnus-make-articles-unread)
17600         (gnus-make-ascending-articles-unread): Use accessor
17601         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17602         to get group information for improved readability.
17604 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17606         * gnus-art.el (article-decode-mime-words, article-babel)
17607         (gnus-article-highlight-signature, gnus-article-add-buttons)
17608         (gnus-signature-toggle): Use gnus-with-article-buffer.
17610         * gnus-art.el (gnus-article-highlight-headers)
17611         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17613         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17614         (gnus-article-set-globals, gnus-request-article-this-buffer)
17615         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17616         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17617         (gnus-mime-display-alternative): Use with-current-buffer.
17619 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17621         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17622         also under 80 char limit, and call gnus-error if needed.
17623         (spam-fetch-article-header): Fix - it was a
17624         buffer-local variable (gnus-newsgroup-data).
17625         (spam-find-spam): Use spam-generate-fake-headers, forget about
17626         spam-insert-fake-headers.
17627         (spam-insert-fake-headers): Remove.
17629 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17631         * deuglify.el (gnus-article-outlook-unwrap-lines)
17632         (gnus-outlook-rearrange-article)
17633         (gnus-outlook-repair-attribution-outlook)
17634         (gnus-outlook-repair-attribution-block)
17635         (gnus-outlook-repair-attribution-other): Remove redundant
17636         save-excursion.
17638 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17640         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17641         (spam-fetch-field-subject-fast)
17642         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17643         (spam-fetch-article-header): Add functions to deal with Gnus
17644         internals for fast retrieval of article header data.
17645         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17647 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17649         * pop3.el (pop3-md5): Remove.
17650         (pop3-apop): Replace pop3-md5 with md5.
17652         * mm-bodies.el: base64 is always built-in.
17654         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17655         with-current-buffer.
17657 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17659         * canlock.el (canlock-insert-header): Remove excessive grouping in
17660         regexp.
17662         * gnus-sum.el (gnus-summary-read-document): Ditto.
17664         * gnus-uu.el (gnus-uu-part-number): Ditto.
17666         * html2text.el (html2text-remove-tags): Ditto.
17667         (html2text-format-tags): Ditto.
17668         (html2text-format-single-elements): Ditto.
17670         * mml.el (mml-parse-1): Ditto.
17672 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17674         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17676         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17678         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17680         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17682 2003-11-15  Simon Josefsson  <jas@extundo.com>
17684         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17685         (pgg-gpg-lookup-key): Use regexp match instead of
17686         split-string (split-string is different between emacs 21.2 and
17687         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17689 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17691         * gnus-art.el (gnus-mime-view-all-parts)
17692         (gnus-article-part-wrapper, gnus-article-view-part): Use
17693         with-current-buffer.
17695 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17697         * spam.el (spam-disable-spam-split-during-ham-respool)
17698         (spam-spamoracle-database, spam-cache-lookups)
17699         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17700         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17701         (spam-group-ham-marks, spam-group-spam-marks)
17702         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17703         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17704         also add spam-use-blackholes to the statistical checks.
17705         (spam-fetch-field-fast): Add interface to fetching fields, may
17706         become a macro.
17707         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17708         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17709         (spam-insert-fake-headers): Fake an article when needed.
17710         (spam-find-spam): Fake article when possible.
17711         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17712         (spam-check-bogofilter-headers): Use message-fetch-field instead
17713         of nnmail-fetch-field.
17715 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17717         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17719 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17721         * spam.el (spam-split): Do not require spam-use-CHECK to be
17722         enabled if that check is passed to spam-split explicitly; also
17723         fix so 'spam doesn't get converted to spam-split-group when
17724         spam-split-symbolic-return is t.
17725         (spam-find-spam): Find registrations of the article and use those
17726         instead of re-running spam-split to find the spam/ham
17727         classification of the article.
17728         (spam-log-processing-to-registry, spam-log-registered-p)
17729         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17730         Use gnus-error instead of gnus-message.
17731         (spam-log-registration-type): Add function to determine the
17732         classification of a message based on registry entries; will
17733         return nil if both 'spam and 'ham are found.
17734         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17735         a reasonably fast local cache without the loading errors.
17736         (spam-cache-lookups): Set to t by default.
17737         (spam-find-spam): Don't try to guess spam-cache-lookups.
17738         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17739         spam-caches entry.
17740         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17741         caching of whitelist/blacklist entries.
17742         (spam-check-whitelist, spam-check-blacklist): Invoke
17743         spam-from-listed-p with a type, not a cache variable.
17744         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17746 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17748         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17750         * nnmail.el (nnmail-split-fancy): do.
17752         * mml.el (mml-parse): do.
17754         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17755         (gnus-score-adaptive): do.
17757 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17759         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17760         (gnus-mime-button-map): Don't set keymap parent.
17761         (gnus-button-ctan-directory-regexp): Use shy grouping.
17762         (gnus-prev-page-map): Don't set keymap parent.
17763         (gnus-prev-page-map): Remove duplicated one.
17764         (gnus-next-page-map): Don't set keymap parent.
17765         (gnus-mime-security-button-map): Ditto.
17767         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17768         version number.
17770         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17772 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17774         * canlock.el (canlock-sha1-function): Remove.
17775         (canlock-sha1-function-for-verify): Remove.
17776         (canlock-openssl-program): Remove.
17777         (canlock-openssl-args): Remove.
17778         (canlock-ignore-errors): Remove.
17779         (canlock-sha1-with-openssl): Remove.
17780         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17781         (canlock-verify): Don't use canlock-ignore-errors.
17783         * sha1-el.el (sha1-string-external): Make it can return a string
17784         in binary form.
17785         (sha1-region-external): Ditto.
17786         (sha1-string-internal): Ditto.
17787         (sha1-region-internal): Ditto.
17788         (sha1-region): Ditto.
17789         (sha1-string): Ditto.
17790         (sha1): Ditto.
17792 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17794         * spam.el (spam-report-articles-gmane): New command.
17796 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17798         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17800         * run-at-time.el (run-at-time-saved): Remove.
17801         (run-at-time): Doc fix.
17803 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17805         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17806         (gnus-summary-limit-map): Add it.
17807         (gnus-summary-make-menu-bar): do.
17809 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17811         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17812         Make attempt at some caching support (done for BBDB only now).
17813         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17814         addresses to be checked.
17815         (spam-clear-cache-BBDB): Add function, to be invoked by
17816         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17817         (spam-check-BBDB): Check and use the caches, if
17818         spam-cache-lookups is on, remove superfluous (provide).
17820 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17822         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17824 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17826         * run-at-time.el (run-at-time-saved): Move to after the definition
17827         of `run-at-time'.
17829 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17831         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17832         mm-w3m-local-map-property.
17834         * mm-view.el (mm-w3m-mode-map): Remove.
17835         (mm-w3m-local-map-property): Remove.
17836         (mm-inline-text-html-render-with-w3m): Don't use
17837         mm-w3m-local-map-property.
17839 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17841         * run-at-time.el: New file.
17843         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17844         of gnus-set-text-properties.
17846         * gnus-uu.el (gnus-uu-save-article): Ditto.
17848         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17850         * gnus-cite.el (gnus-cite-parse): Ditto.
17852         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17853         of gnus-.
17855         * gnus.el: Changed calls to nnheader-run-at-time and
17856         password-run-at-time throughout to use run-at-time directly.
17858         * password.el: Removed definition of run-at-time.
17860 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17862         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17863         in prompt.
17865 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17867         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17868         XEmacs version.
17870         * dns.el (dns-make-network-process): Use `open-network-stream'
17871         instead of `gnus-xmas-open-network-stream'.
17873         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17875 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17877         * gnus-art.el (gnus-mime-display-alternative)
17878         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17879         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17880         Don't use gnus-local-map-property.
17882         * gnus-util.el (gnus-local-map-property): Remove.
17884         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17885         gnus-completing-read-maybe-default with completing-read.
17887         * gnus-util.el (gnus-completing-read): do.
17888         (gnus-completing-read-maybe-default): Remove.
17890 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17892         * password.el: Only autoload `run-at-time' if not XEmacs.
17893         Only autoload the itimer functions if XEmacs.
17895 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17897         * gnus-art.el (gnus-read-string): Remove.
17898         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17899         read-string.
17901 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17903         * netrc.el: Autoload password-read.
17904         (netrc): Add configuration group.
17905         (netrc-encoding-method, netrc-openssl-path): Add
17906         variables for encoding and decoding of files with symmetric
17907         ciphers.
17908         (netrc-encode): Add assistant function to encode a file with
17909         netrc-encoding-method.
17910         (netrc-parse): Add interactive parameter, added optional
17911         decoding if netrc-encoding-method is non-nil but otherwise
17912         behavior is standard.
17913         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17914         Do s/encode/encrypt/ everywhere.
17916         * spam.el: Remove executable-find autoload.
17918 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17920         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17922         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17924 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17926         * gnus-art.el (gnus-treat-ansi-sequences)
17927         (article-treat-ansi-sequences): New variable and function.
17928         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17930         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17931         Use it.
17933 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17935         * mm-util.el (mm-quote-arg): Remove.
17937         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17938         shell-quote-argument.
17940         * gnus-uu.el (gnus-uu-command): do.
17942         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17944         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17945         with make-char.
17947         * mm-util.el (mm-make-char): Remove.
17949         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17950         add-minor-mode.
17952         * gnus-undo.el (gnus-undo-mode): do.
17954         * gnus-topic.el (gnus-topic-mode): do.
17956         * gnus-sum.el (gnus-dead-summary-mode): do.
17958         * gnus-start.el (gnus-slave-mode): do.
17960         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17962         * gnus-ml.el (gnus-mailing-list-mode): do.
17964         * gnus-gl.el (gnus-grouplens-mode): do.
17966         * gnus-draft.el (gnus-draft-mode): do.
17968         * gnus-dired.el (gnus-dired-mode): do.
17970         * gnus-ems.el (gnus-add-minor-mode): Remove.
17972         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17973         Replace gnus-char-width with char-width.
17975         * gnus-ems.el (gnus-char-width): Remove.
17977         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17978         Replace gnus-char-width with char-width.
17980         * gnus-ems.el (gnus-char-width): Remove.
17982         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17983         definition.
17984         Remove Emacs 20 hash table compatibility code.
17986         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17987         20 compatibility code.
17989         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17991         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17993         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17994         with point-at-{eol,bol}.
17996         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17998         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18000         * flow-fill.el (fill-flowed-point-at-bol)
18001         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18003         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18004         Replace with point-at-{eol,bol} throughout all files.
18006 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18008         * ntlm.el (ntlm-string-as-unibyte): New macro.
18009         (ntlm-build-auth-response): Use it.
18011         Remove Emacs 20 stuff:
18012         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18013         of delq and copy-sequence.
18014         * gnus-art.el (popup-menu): Remove the compiler macro.
18015         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18016         Emacs 20.
18018 2004-01-05  Simon Josefsson  <jas@extundo.com>
18020         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18021         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18022         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18023         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18024         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18025         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18026         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18027         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18028         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18029         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18030         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18031         string-xor into ntlm-string-xor.  Suggested by
18032         Jesper Harder <harder@myrealbox.com>.
18034         * ntlm.el: Don't include poem.
18036         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18037         Jesper Harder <harder@myrealbox.com>.
18039         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18041         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18042         probably breaks emacs with DL patch, but do we care? Is anyone
18043         still using the DL stuff?)
18045         * sieve-manage.el: Use the password package.
18046         (sieve-manage-read-passwd): Remove.
18047         (sieve-manage-interactive-login): Use password.  Re-add
18048         condition-case around loop.
18050         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18051         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18052         the password package.
18054 2003-02-19  Simon Josefsson  <jas@extundo.com>
18056         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18057         token.
18059 2002-08-07  Simon Josefsson  <jas@extundo.com>
18061         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18062         (sieve-manage-authenticators):
18063         (sieve-manage-authenticator-alist): Add some SASL mechs.
18064         (sieve-sasl-auth): New function.
18065         (sieve-manage-cram-md5-auth):
18066         (sieve-manage-plain-auth): Rewrite using SASL library.
18067         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18068         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18069         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18070         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18072 2004-01-05  Simon Josefsson  <jas@extundo.com>
18074         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18075         New files.
18077 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18079         * gnus-group.el (gnus-no-groups-message): Update.
18081         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18083 2003-11-09  Simon Josefsson  <jas@extundo.com>
18085         * imap.el: Support for ID IMAP extension (RFC 2971).
18086         (imap-local-variables): Add imap-id.
18087         (imap-id): New variable.
18088         (imap-id): New function.
18089         (imap-parse-response): Parse untagged ID response.
18090         * nnimap.el (nnimap-id): New variable.
18091         (nnimap-open-connection): Use it.
18093 2003-12-28  Simon Josefsson  <jas@extundo.com>
18095         * gnus-score.el (gnus-score-edit-all-score): New.
18096         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18098 2004-01-04  Simon Josefsson  <jas@extundo.com>
18100         * password.el: Add.
18102 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18104         * dns.el (dns-query-types): Fix typo.
18105         (dns-query-types): New function.
18106         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18107         PTR and SOA replies, see RFC 1035.
18109 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18111         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18113         * Moved to Changelog.2.
18115 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18117         * gnus.el (gnus-version-number): Bump version.
18119 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18121         * gnus.el: No Gnus v0.1 is released.
18123 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18125         * gnus.el: No Gnus v0.0 is released.
18127 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18129         * gnus.el (gnus-version-number): Bump.
18130         (gnus-version): No.
18132 See ChangeLog.2 for earlier changes.
18134   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18135     Free Software Foundation, Inc.
18137   This file is part of GNU Emacs.
18139   GNU Emacs is free software: you can redistribute it and/or modify
18140   it under the terms of the GNU General Public License as published by
18141   the Free Software Foundation, either version 3 of the License, or
18142   (at your option) any later version.
18144   GNU Emacs is distributed in the hope that it will be useful,
18145   but WITHOUT ANY WARRANTY; without even the implied warranty of
18146   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18147   GNU General Public License for more details.
18149   You should have received a copy of the GNU General Public License
18150   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18152 ;; Local Variables:
18153 ;; coding: utf-8
18154 ;; fill-column: 79
18155 ;; add-log-time-zone-rule: t
18156 ;; End: