Update the 24.5 release date in all ChangeLog files
[emacs.git] / lisp / gnus / ChangeLog
blob2f04d1d2fe922424bd8e25a6ebce485a30a15e2c
1 2015-04-10  Nicolas Petton  <nicolas@petton.fr>
3         * Version 24.5 released.
5 2015-03-23  Ben Bacarisse  <ben.lists@bsb.me.uk>  (tiny change)
7         * nnmh.el (nnmh-request-expire-articles):
8         Work for the case nnmail-expiry-target is an nnmh group (bug#20170).
10 2015-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
12         * message.el (message-smtpmail-send-it): Remove the mail header
13         separator before sending.
15 2015-01-28  Elias Oltmanns  <eo@nebensachen.de>
17         * nnimap.el (nnimap-find-expired-articles): Fix handling of
18         (expiry-wait . never).
20 2014-12-19  Andreas Schwab  <schwab@linux-m68k.org>
22         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind
23         coding-system-for-read and coding-system-for-write only around
24         with-temp-file, and make buffer unibyte.  Don't write temp file twice.
26 2014-11-26  John Mastro  <john.b.mastro@gmail.com>  (tiny change)
28         * auth-source.el (auth-source-macos-keychain-search-items): Return
29         result of `auth-source-macos-keychain-result-append' (bug#19074).
31 2014-11-10  Adam Sjøgren  <asjo@koldfront.dk>
33         * mml2015.el (mml2015-display-key-image): New variable.
35 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
37         * gnus.el (gnus-mode-line-buffer-identification):
38         Don't add image data for a non-graphic display;
39         Don't shadow load-path, it blocks autoloading of find-image (bug#18813).
41 2014-10-27  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
43         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
44         to keep connection open (bug#18728).
46 2014-10-20  Glenn Morris  <rgm@gnu.org>
48         * Version 24.4 released.
50 2014-09-29  Daiki Ueno  <ueno@gnu.org>
52         * mml.el (mml-parse-1): Error out if unknown mode is specified in
53         <#secure> tag (bug#18513).
55 2014-06-26  Glenn Morris  <rgm@gnu.org>
57         * mm-util.el (help-function-arglist): Remove outdated declaration.
59 2014-06-22  Andreas Schwab  <schwab@linux-m68k.org>
61         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
62         attribute values.  (Bug#17834)
64 2014-05-28  Andreas Schwab  <schwab@linux-m68k.org>
66         * html2text.el (html2text-get-attr): Fix typo when splitting value from
67         attribute. (Bug#17613)
69 2014-05-06  Glenn Morris  <rgm@gnu.org>
71         * gnus-fun.el (gnus-grab-cam-face):
72         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
73         This is CVE-2014-3421.
75 2014-05-01  Glenn Morris  <rgm@gnu.org>
77         * gnus-registry.el (gnus-registry-install-p): Doc fix.
79 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
81         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
82         groups work again.
84 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
86         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
87         999 correctly (i.e. "1,342").
89 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
91         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
92         out if the directory doesn't exist.
94 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
96         * gnus-group.el (gnus-group-make-group): Clarify prompt.
98 2014-02-22  Daniel Colascione  <dancol@dancol.org>
100         * auth-source.el (auth-source-secrets-listify-pattern): New function.
101         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
102         instead, build list of patterns.
104 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
106         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
107         in `auth-sources' means and link to EPA docs.
109 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
111         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
112         (bug#12375).
114 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
116         * message.el (message-tab): Mention what happens on normal tabs
117         (bug#11297).
119 2014-02-08  Glenn Morris  <rgm@gnu.org>
121         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
123 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
125         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
126         with an empty string.
128 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
130         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
131         buffer-local in some buffers, so bind it explicitly in the buffer we're
132         trying to cancel the article in (bug#10808).
134 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
136         * gnus-int.el (gnus-request-accept-article): Doc fix.
138 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
140         * nnir.el (nnir-request-update-mark): Don't try to update the source
141         group if we can't find it (bug#16611).
143 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
145         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
147 2014-01-31  Dave Abrahams  <dave@boostpro.com>
149         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
150         in the summary buffer (bug#13769).
152 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
154         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
155         name if we're using a single article buffer.  Otherwise, it may point
156         to a killed buffer (bug#13756).
158 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
160         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
161         the match data, just save and restore it explictly (bug#12375).
163         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
164         that's needed.
166         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
167         the code once (bug#9069).
169 2014-01-18  Steinar Bang  <sb@dod.no>
171         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
172         reading.
174 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
176         * message.el (message-bury): Call bury-buffer with no argument
177         in the message-return-action case too.
179 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
181         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
182         (nnimap-split-fancy, nnimap-split-methods): Declare.
184         * mm-util.el (help-function-arglist): Declare.
186 2013-12-28  Glenn Morris  <rgm@gnu.org>
188         * gnus-sieve.el (gnus-sieve-select-method):
189         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
190         (gravatar-rating, gravatar-size):
191         * message.el (message-minibuffer-local-map):
192         * sieve-manage.el (sieve-manage-authenticators)
193         (sieve-manage-authenticator-alist): Specify custom types.
195         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
196         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
197         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
199         * auth-source.el (auth-sources):
200         * nnmairix.el (nnmairix-propagate-marks-upon-close):
201         Fix custom types.
203 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
205         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
206         we get proper traces there, too.
208 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
210         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
211         value of the parameters if the current article has a Reply-To or From
212         field.
214 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
216         * gnus.el (gnus-group-buffer): Remove duplicate definition.
218 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
220         * gnus-sum.el (gnus-summary-exit): Stop animations.
222 2013-12-19  Juri Linkov  <juri@jurta.org>
224         * gnus.el (gnus-suppress-keymap):
225         * gnus-art.el (gnus-article-mode-map):
226         * gnus-group.el (gnus-group-mode-map):
227         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
228         Remove [backspace] key binding because it shadows DEL (bug#16035).
230         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
232 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
234         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
235         Make sure work directory exists.
236         (gnus-uu-digest-mail-forward): Store temporary files in work directory
237         rather than tmp directory.
238         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
239         not necessarily always run, with it.
241 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
243         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
244         value of gnus-icalendar-additional-identities work without restart.
246 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
248         * mm-util.el (mm-make-temp-file):
249         Alias to make-temp-file for modern Emacsen.
251 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
253         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
254         nnir-article-number and nnir-article-group.
256 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
258         * message.el (message-send-mail-with-sendmail):
259         Don't kill error buffer if sending fails.
261 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
263         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
264         (gnus-icalendar-event->org-entry)
265         (gnus-icalendar--update-org-event)
266         (gnus-icalendar-event->gnus-calendar): Distinguish between
267         required/optional/non-participant attendee status.  Fix bug causing
268         the first required event participant to be omitted.
270 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
272         * gnus-art.el (article-de-quoted-unreadable)
273         (article-de-base64-unreadable, gnus-mime-copy-part)
274         * gnus-html.el (gnus-article-html)
275         * mm-view.el (mm-inline-text-html-render-with-w3)
276         (mm-inline-text-html-render-with-w3m-standalone)
277         * rfc2231.el (rfc2231-decode-encoded-string):
278         Allow overriding charset by mm-charset-override-alist.
280         * gnus-art.el (gnus-article-browse-html-parts):
281         Replace LWSPs with `&nbsp;'s in header.
283         Work for broken Chinese articles.
285         * gnus-art.el (gnus-article-browse-html-save-cid-content):
286         Exclude broken handles that gnus-summary-enter-digest-group may create.
287         (gnus-article-browse-html-parts):
288         Allow overriding charset by mm-charset-override-alist.
290 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
292         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
293         (gnus-icalendar-identities): Support additional-identities.
295         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
296         Fix org-timestamp for events ending at midnight.
298 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
300         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
301         Support debbugs .log files.
303 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
305         * message.el (message-beginning-of-line):
306         Use beginning-of-visual-line when visual-line-mode is turned on.
308 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
310         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
311         (gnus-icalendar-event-from-ical)
312         (gnus-icalendar-event->org-entry)
313         (gnus-icalendar--update-org-event): Required/optional participation,
314         list of attendees synced to org.
316 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
318         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
319         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
320         cancellations to be synced to org if the original appt has an org
321         outline.
323 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
325         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
326         (gnus-icalendar-event->org-entry)
327         (gnus-icalendar--update-org-event)
328         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
330 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
332         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
333         Fix timezone handling in gnus-icalendar export to org.
335 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
337         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
339 2013-10-30  Glenn Morris  <rgm@gnu.org>
341         * gnus-group.el (gnus-group-browse-foreign-server):
342         * gnus-int.el (gnus-start-news-server):
343         Silence compiler obsolescence warning.
345 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
347         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
348         `nnoo-current-server' first, then for the actual `nnimap-address' to
349         allow netrc entries for the nnoo server to coexist with netrc entries
350         for the `nnimap-address'.
352 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
354         * mm-decode.el (mm-dissect-buffer): Revert last change.
355         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
356         The problem that motivated those changes was attributed to a broken
357         mail sender, and has been fixed.
359 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
361         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
362         token is missing in the Content-Type header.
364         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
366 2013-09-18  Glenn Morris  <rgm@gnu.org>
368         * gnus-util.el (image-size): Declare.
370 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
372         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
373         (gnus-icalendar-event-from-ical)
374         (gnus-icalendar-event--build-reply-event-body)
375         (gnus-icalendar-event-reply-from-buffer)
376         (gnus-icalendar-find-org-event-file)
377         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
378         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
380         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
382 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
384         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
385         Use save-current-buffer.
386         (gnus-tree-mode-map): Initialize in the declaration.
387         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
388         (scroll-in-place): Defvar it.
389         (gnus-tmp-*): Defvar them.
390         (gnus-get-tree-buffer): Use derived-mode-p.
391         (gnus--let-eval): New macro.
392         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
393         non-prefixed variables.
394         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
396         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
397         vars since it doesn't seem to be available.
398         (gnus-set-global-variables, gnus-summary-read-group-1)
399         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
400         (gnus-summary-display-article, gnus-summary-select-article)
401         (gnus-summary-next-article, gnus-offer-save-summaries)
402         (gnus-summary-generic-mark): Use derived-mode-p.
403         (gnus-summary-read-group-1, gnus-summary-exit)
404         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
405         Adjust calls to gnus-tree-close and gnus-tree-open.
407         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
409         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
410         (gnus-agent-mode): Use derived-mode-p.
411         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
412         gnus-command-method and *-command-method to nil, but bind
413         gnus-command-method to *-command-method instead!
414         (gnus-agent-fetch-articles): Remove unused var `id'.
415         (gnus-agent-fetch-headers): Remove unused arg `force'.
416         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
417         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
418         (gnus-agent-short-article, gnus-agent-long-article)
419         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
420         first use.
421         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
422         `score-param'.
423         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
424         (gnus-get-predicate): Push in front of the cache, rather than end.
425         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
426         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
427         (gnus-agent-expire-unagentized-dirs): Don't rebind
428         gnus-agent-expire-current-dirs since the defvar silences the warning.
429         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
430         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
431         (gnus-agent-regenerate): Simplify interactive spec and doc.
433 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
435         * gnus-int.el (gnus-open-server): Silence compiler.
437         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
439         * message.el (message-display-completion-list): Abolish.
440         (message-completion-in-region): Use display-completion-list.
442 2013-09-17  Glenn Morris  <rgm@gnu.org>
444         * gnus-util.el (gnus-message-with-timestamp-1):
445         Use `messages-buffer' function if available.  Ignore read-only.
447 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
449         * message.el (message-expand-group, message-completion-in-region):
450         Correct the order of start and end of a region.
452 2013-09-13  Glenn Morris  <rgm@gnu.org>
454         * mml2015.el (gnus-create-image): Autoload it.
456         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
458         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
459         (image-size): Declare.
461 2013-09-12  Glenn Morris  <rgm@gnu.org>
463         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
464         Avoid using `find', which i) might not be defined at runtime;
465         ii) does not work, since its default test is eql, not equal.
466         (gnus-mime-action-alist): Declare.
468 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
470         * score-mode.el (gnus-score-mode-map): Move initialization
471         into declaration.
472         (gnus-score-mode): Use define-derived-mode.
473         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
474         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
475         into declaration.
476         (gnus-kill-file-mode): Use define-derived-mode.
477         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
478         Use derived-mode-p.
479         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
480         (gnus-group-setup-buffer, gnus-group-name-at-point)
481         (gnus-group-make-web-group, gnus-group-enter-directory)
482         (gnus-group-suspend): Use derived-mode-p.
483         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
484         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
485         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
486         (gnus-article-setup-buffer, gnus-article-prepare)
487         (gnus-article-prepare-display, gnus-sticky-article)
488         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
489         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
490         (gnus-article-read-summary-keys): Use derived-mode-p.
492 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
494         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
496 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
498         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
499         shift_jis from the default value set for Japanese users.
501 2013-08-13  Glenn Morris  <rgm@gnu.org>
503         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
505         * gnus.el (gnus-valid-select-methods): Fix type.
507         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
509 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
511         * mm-decode.el (mm-display-external): Run a timer for the temp files
512         deletion after a viewer exits; add a deletion timer for the needsterm
513         case, too.
515         * mm-decode.el (mm-display-external): Try to delete temporary files by
516         using a 1-min. timer.
518 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
520         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
521         New internal variables.
522         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
523         (mm-display-external): Use it to delete temporary files instead of
524         using timers.
526 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
528         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
529         with cond for backwards compatability.
531 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
533         * mm-decode.el (mm-display-external): Bind process-connection-type to
534         nil; don't delete a temp file immediately even if a viewer finishes,
535         since it may be a shell script, like xdg-open, that launches a real
536         viewer program belatedly.
538 2013-08-05  Dave Abrahams  <dave@boostpro.com>
540         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
541         that we can create nndoc groups that excerpt other groups.
543 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
545         * gnus-delay.el (gnus-delay-article): Fix typo.
547         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
548         articles.
550         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
551         we can get spell-checking etc.
553 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
555         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
556         a single one used for encoding the whole text in a header.
558 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
561         before sending.
563         * mm-decode.el (mm-command-output): New face.
564         (mm-display-external): Use it.
566 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
568         * nnmbox.el (nnmbox-request-article): Don't change point.
570 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
573         Include `handle' parameter.
575 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
577         * gnus-icalendar.el: New file.
579 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
583         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
584         dummy roots, too.
586 2013-08-01  David Edmondson  <dme@dme.org>
588         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
589         out on ttys.
591 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
593         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
594         not empty.
596         * nnrss.el (nnrss-discover-feed): Indent.
598 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
600         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
602 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
605         dirty to ensure nnimap data being saved.
607 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
609         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
610         menu entry.
612         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
613         the current thread's total score instead of the current article's
614         score.
616         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
617         (gnus-sort-threads-recursively): Delete defcustom.
618         (gnus-sort-threads-recursive): Adapt accordingly.
620 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
622         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
623         (gnus-sort-threads-recursive): Use it.
624         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
625         again.  Now that determines how to sort subthreads.
627 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
629         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
630         (gnus-sort-threads): Use it.
632 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
634         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
635         punctuation characters follow parentheses (bug#14950).
637 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
639         * gnus.el (gnus-continuum-version):
640         * gnus-msg.el (gnus-extended-version): Simplify.
642         * gnus.el (gnus-continuum-version-1): Remove.
643         * gnus-msg.el (gnus-bug): Revert.
645         Calculate gnus-version correctly on Cygwin.
647         * gnus.el (gnus-continuum-version): Do main calculations in integers.
648         (gnus-continuum-version-1): New function, return a string.
650         * gnus-msg.el (gnus-extended-version, gnus-bug):
651         Use gnus-continuum-version-1 instead of gnus-continuum-version.
653 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
655         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
656         (bug#13384).
658 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
661         that were only relevant in a development version a long time ago.
663 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
665         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
666         that the old Emacs 24s bundle.
668 2013-07-10  David Engster  <deng@randomsample.de>
670         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
671         if `gnus-newsrc-file-version' does not match `gnus-version'.
672         This fixes a bug in Emacs trunk where the 'unexist' marks were always
673         removed at startup because "Gnus v5.13" was considered smaller than "Ma
674         Gnus v0.03".
676 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
678         * gnus.el (gnus-summary-line-format):
679         Reference `gnus-user-date-format-alist' for the &user-date; format, not
680         `gnus-summary-user-date-format-alist'.
682 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
685         delete files (bug#13481).
687 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
689         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
691 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
693         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
694         display images.
696         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
698         * message.el (message-cancel-news): According to
699         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
700         preferred over "cmsg cancel" in the Subject.
702         * nnir.el (nnir-engines): Note that the group specs are regexps
703         (bug#13238).
705         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
706         gotten read-only text properties, ensure that those aren't heeded when
707         copying stuff over (bug#13434).
709         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
710         (bug#13762).
712 2013-07-05  David Kastrup  <dak@gnu.org>
714         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
715         authinfo file again (important for blank passwords).  This had been
716         broken with 2013-06-15 change.
718 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
720         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
721         Revert 2013-01-14 change.
723 2013-07-02  David Engster  <deng@randomsample.de>
725         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
726         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
727         to see whether the group was synced before.
729 2013-07-02  Martin Stjernholm  <mast@lysator.liu.se>
731         * nnimap.el (nnimap-request-move-article): Decode the group name when
732         doing internal moves to avoid charset issues.
734 2013-07-02  Julien Danjou  <julien@danjou.info>
736         * nnimap.el (nnimap-request-list):
737         Revert change that made listing synchronous.
738         (nnimap-get-responses): Restore.
740 2013-07-02  Dave Abrahams  <dave@boostpro.com>
742         * nnimap.el (nnimap-change-group): Document result value.
744         * nnimap.el (nnimap-find-article-by-message-id):
745         Account for the fact that nnimap-change-group can return t.
747 2013-07-02  Julien Danjou  <julien@danjou.info>
749         * nnimap.el (nnimap-request-head):
750         Resture to-buffer parameter, used by `nnimap-request-move-article'.
752         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
754         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
755         supported by nnimap actually.  Reverts previous change.
757         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
758         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
759         to-buffer argument that is already supported.
761 2013-07-02  Julien Danjou  <julien@danjou.info>
763         * nnimap.el (nnimap-get-responses): Remove, unused.
765 2013-07-02  Julien Danjou  <julien@danjou.info>
767         * nnimap.el (nnimap-request-articles-find-limit): Rename from
768         `nnimap-request-move-articles-find-limit' since we do not use it
769         only for move operations.
770         (nnimap-request-accept-article):
771         Use `nnimap-request-articles-find-limit' to limit search by message-id.
773 2013-07-02  Julien Danjou  <julien@danjou.info>
775         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
777         * nnimap.el (nnimap-log-buffer):
778         Check that `window-point-insertion-type' is boundp, since it's not
779         available in XEmacs.
781 2013-07-02  Michael Welsh Duggan  <md5i@md5i.com>
783         * nnimap.el (nnimap-log-buffer):
784         Add this, setting `window-point-insertion-type' in the buffer to t.
785         (nnimap-log-command): Use nnimap-log-buffer.
787 2013-07-02  Julien Danjou  <julien@danjou.info>
789         * nnimap.el (nnimap-find-article-by-message-id):
790         Add an optional limit argument to be able to limit the search.
791         (nnimap-request-move-article):
792         Use `nnimap-request-move-articles-find-limit'.
793         (nnimap-request-move-articles-find-limit):
794         Add this to limit the search by Message-Id after a message move.
795         (nnimap): Add defgroup.
797 2013-07-02  Julien Danjou  <julien@danjou.info>
799         * nnimap.el (nnimap-find-article-by-message-id):
800         Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
801         (nnimap-possibly-change-group): Add read-only argument.
802         (nnimap-request-list): Use nnimap-possibly-change-group rather than
803         issuing EXAMINE manually.
804         (nnimap-find-article-by-message-id):
805         Use `nnimap-possibly-change-group' with read-only argument.
806         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
807         We cannot possibly change because we need to be sure that it's either
808         read-write or read-only.
810 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812         * gnus-sum.el (gnus-summary-insert-old-articles):
813         Don't include unexisting messages.
815 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817         * gnus-start.el (gnus-clean-old-newsrc):
818         Remove totally bogus `unexists' entries.
819         (gnus-clean-old-newsrc): Fix last checkin.
821         * nnimap.el (nnimap-update-info):
822         None of the articles below the active low-water mark exist.
824 2013-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
826         * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
828 2013-07-02  Sergio Martinez  <samf0xb58@gmail.com>  (tiny change)
830         * nnimap.el (nnimap-request-scan):
831         Allow `nnimap-inbox' to be a list of inboxes.
833 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835         * gnus-group.el (gnus-group-expire-articles-1):
836         Don't try to expire messages that don't exist.
838         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
840 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
842         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
844 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
846         * gnus-start.el (gnus-clean-old-newsrc):
847         Delete `unexist' from pre-Ma Gnus 0.3.
849 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
851         * gnus-sum.el (gnus-summary-local-variables):
852         Make `gnus-newsgroup-unexist' into a local variable.
854 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
856         * gnus-sum.el (gnus-adjust-marked-articles):
857         Add to `gnus-newsgroup-unexist'.
859         * gnus.el (gnus-article-mark-lists):
860         Add `unexist' to the list of marks.
861         (gnus-article-special-mark-lists):
862         Put the `unexist' in the special marks list instead.
864         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
865         articles in the list of articles to be selected.
867         * nnimap.el (nnimap-retrieve-group-data-early):
868         Query for unexisting articles.
869         (nnimap-update-info): Keep track of unexisting articles.
870         (nnimap-update-qresync-info): Ditto.
872 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
874         * gnus-start.el (gnus-clean-old-newsrc): New function.
875         (gnus-read-newsrc-file): Use it.
877 2013-07-02  Daiki Ueno  <ueno@gnu.org>
879         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
880         of 'create-image' for XEmacs compatibility; check errors when decoding
881         image.  Reported by Uwe Brauer.
883 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
885         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
886         gnus-button-push revised at 2011-01-19.
888 2013-06-19  Glenn Morris  <rgm@gnu.org>
890         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
892 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
894         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
896 2013-06-18  Glenn Morris  <rgm@gnu.org>
898         * eww.el, shr.el, shr-color.el: Move to ../net.
900 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902         * shr.el (shr-tag-table): Insert the images after the table, so that
903         they're not covered by the table colourisation, which often looked
904         awkward.
905         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
906         <dd>.
908 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
910         * eww.el (eww-detect-charset): Improve regexp; move backward.
912 2013-06-18  Glenn Morris  <rgm@gnu.org>
914         * mm-decode.el (widget-convert-button): Autoload.
916         * sieve-manage.el (mm-enable-multibyte): Autoload.
918         * shr.el (libxml-parse-html-region): Declare.
919         (shr-render-buffer): Explicit error if no libxml2 support.
921 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
923         * auth-source.el (auth-source-current-line): New function.
924         (auth-source-netrc-parse-entries): When a data token is "machine",
925         assume we're in the wrong place and abort parsing the current line.
927 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
930         (eww-convert-widgets): Don't bug out if the first widget starts at the
931         beginning of the buffer.
932         (eww-convert-widgets): Fix last patch.
933         (eww-tag-input): Support <input type=image>.
935         * shr.el (shr-insert-table): Respect border-collapse: collapse.
936         (shr-tag-base): Protect against base specs that are degenerate.
937         (shr-ensure-paragraph): Don't delete empty lines that have text
938         properties, because these may be input fields.
940         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
941         we can navigate to them.
943         * shr.el (shr-colorize-region): Put the colours over the entire region.
944         (shr-inhibit-decoration): New variable.
945         (shr-add-font): Use it to inhibit text property decorations while doing
946         preliminary table renderings.  This speeds up typical Wikipedia page
947         renderings by 15%.
948         (shr-tag-span): Don't respect the <title>, because that overwrites the
949         help-echo from links inside the spans.
950         (shr-next-link): Use `help-echo' for navigation, so that we can
951         navigate to form elements, too.
953         * eww.el (eww-button): New face.
954         (eww-convert-widgets): Use it to make submit buttons more button-like.
956         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
957         that Gnus commands work.
959         * shr.el (shr-render-td): Support horizontal alignment.
961         * eww.el (eww-put-color): Remove.
962         (eww-colorize-region): Use `add-face-text-property'.
964         * shr.el (shr-add-font): Append face data, so that we get the correct
965         precedence: The innermost value (which is applied first) wins.
966         (shr-make-overlay): Obsolete function.
968         * mm-decode.el (mm-convert-shr-links): New function to convert
969         new-style shr URL links into widgets.
970         (mm-shr): Use it.
972         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
973         widget commands, since we're no longer using widgets for links.
975         * shr.el (shr-next-link): New command.
976         (shr-previous-link): New command.
977         (shr-urlify): Don't use `widget-convert', because that's slow.
978         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
979         because collecting the overlays and reapplying them when generating
980         tables is slow.
981         (shr-insert-table): Ditto.
983 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
985         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
986         * shr.el (browse-url): Require `url'.
987         * eww.el (url): Require format-spec.
989 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991         * eww.el (eww-display-html): Default to using the entire window width.
992         (eww-browse-url): Don't add a User-Agent header (twice), because that
993         makes Bing refuse connection.
995         * shr.el (shr-make-table): Cache the table rendering at the table
996         level, and not the <td> level.  This is a bit faster.
998         * eww.el (eww-render): Go to the correct ID when given URLs ending with
999         #id.
1001         * shr.el (shr-tag-li): Don't require a new paragraph, since other
1002         browsers don't.
1003         (shr-expand-url): Respect #anchor links.
1004         (shr-parse-base): Chop off the anchor before using.
1005         (shr-descend): Respect display: none.
1006         (shr-descend): Allow marking elements that have certain IDs.
1008         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
1010         * shr.el (shr-expand-url): Don't bug out on zero-length links.
1012         * eww.el (eww-tag-textarea): Support <textarea>.
1014 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1016         * shr.el (shr-dom-to-xml): Fix function call.
1018         * eww.el (eww): New group.
1019         (eww-header-line-format): New custom variable.
1020         (eww-current-title): New variable.
1021         (eww-display-html): Update header and handle title tag.
1022         (eww-update-header-line-format): New function.
1023         (eww-tag-title): New function.
1025         * shr.el (shr-dom-to-xml): New function.
1026         (shr-tag-svg): Add support for the SVG tag.
1027         (shr-bullet): New custom variable.
1028         (shr-tag-li): Support custom bullet in unordered lists.
1030 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032         * shr.el (shr-expand-url): Respect // URLs.
1034         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1035         put a background colour onto the entire buffer.
1036         (eww-render): When being redirected, use the redirect URL as the new
1037         base URL.
1039         * shr.el (shr-parse-base): Fix parsing error.
1041         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1043         * shr.el (shr-parse-base): New function.
1044         (shr-expand-url): Use it to expand relative URLs reliably.
1046 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1048         * auth-source.el (auth-source-search-collection): Fix docstring.
1049         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1050         single-quoted strings and multiline entries.
1051         (auth-source-netrc-parse-next-interesting)
1052         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1053         New functions to support parser.
1055 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057         * eww.el (eww-submit): Get submit button logic right when hitting RET
1058         on non-submit buttons.
1060         * shr.el: Remove shr-preliminary-table-render, since that can't really
1061         be used for anything in practice.
1063 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1065         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1066         (sieve-manage-quit).
1068 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1070         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1071         control the maximum size of photo ID image.
1072         (mml2015-epg-key-image-to-string): Respect it.
1074 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1077         instead of the final one so that we can more easily distinguish them.
1079         * eww.el (eww-submit): Compute the submission URL correctly.
1081 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1083         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1084         Use plist-get rather than CL's getf.
1085         (sieve-manage-parse-capability): Avoid CL's remove-if.
1087 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1089         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1090         last slash.
1092         * eww.el (eww-tag-select): Use the first value as the default value.
1094 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1096         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1097         (eww-mode): Use `define-derived-mode'.
1098         (eww-parse-headers): Parse headers from beginning of buffer so that
1099         file:// links work.
1101 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1103         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1105 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1108         to handle them at all.
1110 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1113         work, too.
1114         (eww-tag-select): Implement <select>.
1116 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1118         * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1119         stream managing functions by using open-protocol-stream to do most of
1120         the work.  Has the nice benefit of enabling STARTTLS.
1121         Wait for capabilities after STARTTLS: following RFC5804, the server
1122         sends new capabilities after successfully establishing a TLS connection
1123         with the client.  The client should update the cached list of
1124         capabilities, but we just ignore the answer for now.
1125         (sieve-manage-network-p, sieve-manage-network-open)
1126         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1127         (sieve-manage-forward, sieve-manage-streams)
1128         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1129         API, nor called by any other function.
1130         Enable Multibyte for SieveManage buffers: The parser won't properly
1131         handle umlauts and line endings unless multibyte is turned on in the
1132         process buffer.
1134 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136         * eww.el (eww-tag-input): Support password fields.
1137         (eww-submit): Support POST.
1139 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141         * eww.el (eww-tag-form): Protect against degenerate forms.
1143         * shr.el (shr-expand-url): Expand URLs that start with a slash
1144         correctly.
1146         * eww.el (eww-submit): Get submit button logic right.
1148         * shr.el (shr-final-table-render): New variable to signal when we're
1149         doing the final table rendering so that we can collect more data at
1150         that point.
1152         * eww.el (eww-submit): Make form submission work.
1153         (eww-tag-input): Implement submit buttons.
1154         (eww-click-radio): Implement radio and checkboxes.
1155         (eww-submit): Handle hidden elements.
1157         * shr.el (shr-descend): Allow other packages to override (or provide)
1158         rendering of elements.
1159         (shr-expand-url): Strip query strings from URLs before expanding them.
1161         * eww.el: Don't require cl-lib.
1162         (eww-tag-form): Start form support.
1164         * eww.el: Start writing a new, tiny web browser.
1165         (eww-previous-url): New command.
1166         (eww-quit): New command.
1168 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1170         * sieve.el: Put point at beginning of buffer when viewing a script.
1171         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1172         number in sieve-buffer's header.  Fixed code to also work with a string
1173         as port specifier.  Properly close the connection on pressing 'q'.  Make
1174         sieve-manage-quit close the connection and process buffer.  Also, remove
1175         duplicate keybinding for 'q'.
1177 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1179         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1180         make it easier to read.
1181         (mm-pkcs7-enveloped-magic): Ditto.
1183 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1185         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1186         before `image-type-available-p' to avoid loading the image libraries
1187         needlessly.
1189 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1191         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1192         assume Date header begins with "Date", that may be customized into
1193         something like "X-Sent" using gnus-article-time-format.
1194         (article-transform-date): Allow multi-line Date header.
1196 2013-06-02  David Engster  <deng@randomsample.de>
1198         * registry.el (initialize-instance, registry-lookup)
1199         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1200         (registry-lookup-secondary-value, registry-search, registry-delete)
1201         (registry-insert, registry-reindex, registry-size, registry-prune):
1202         Do not wrap methods in `eval-and-compile'.  This breaks due to latest
1203         changes in EIEIO (introduction of eieio-core.el).
1205 2013-05-30  Glenn Morris  <rgm@gnu.org>
1207         * nnmail.el (nnmail-fancy-expiry-target):
1208         Also bind mail-dont-reply-to-names.
1210         * spam-stat.el (spam-stat-save):
1211         No need to tweak font-lock in temp buffers.
1213         * shr.el (shr-put-image): Silence compiler.
1215 2013-05-29  Glenn Morris  <rgm@gnu.org>
1217         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1219         * gnus-group.el (gnus-sequence-of-unread-articles)
1220         (gnus-summary-add-mark, gnus-mark-article-as-read)
1221         (gnus-group-make-articles-read): Declare.
1223         * gnus-sum.el (gnus-parameter-list-identifier)
1224         (gnus-article-stop-animations, gnus-stop-downloads)
1225         (gnus-article-only-boring-p, article-goto-body)
1226         (gnus-flush-original-article-buffer, article-narrow-to-head)
1227         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1228         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1230         * gnus.el: No need to eval-and-compile autoloads.
1232         * gravatar.el (help-function-arglist): Autoload.
1234         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1236         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1238         * spam.el: No need to load spam-report when compiling.
1239         No need to eval-and-compile autoloads.
1240         (spam-report-resend-to): Declare.
1241         (spam-report-resend-register-routine): Require 'spam-report.
1243 2013-05-24  Julien Danjou  <julien@danjou.info>
1245         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1246         setup.
1248 2013-05-23  Glenn Morris  <rgm@gnu.org>
1250         * gnus-util.el (rmail-swap-buffers-maybe)
1251         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1252         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1253         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1255         * mm-decode.el: No need to load term when compiling.
1256         (term-mode, term-char-mode): Declare.
1258         * mm-util.el: No need to load jka-compr when compiling.
1259         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1261         * nnmaildir.el: Require is automatically eval-and-compile.
1262         (nnmail): Require at run-time too.
1264         * registry.el (registry-size): Move definition before use.
1266 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1268         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1269         signed data to conform the standard.  (Bug#14232)
1271 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1273         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1274         double angle quotation mark.
1276 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1278         * message.el (message-insert-formatted-citation-line): Handle finding
1279         first/lastname when more than 2 names appear.
1281 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1283         * shr.el (shr-tag-span): New function.
1285 2013-05-18  Glenn Morris  <rgm@gnu.org>
1287         * message.el (message-mode): Use message-mode-abbrev-table,
1288         with text-mode-abbrev-table as parent.  (Bug#14413)
1290 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1292         * message.el (message-expand-group): Decode group names.
1294 2013-05-16  Julien Danjou  <julien@danjou.info>
1296         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1297         app-icon.
1299 2013-05-15  Glenn Morris  <rgm@gnu.org>
1301         * shr-color.el (shr-color-visible-luminance-min)
1302         (shr-color-visible-distance-min): Use shr-color group.
1304 2013-05-11  Glenn Morris  <rgm@gnu.org>
1306         * gnus-vm.el: Make it loadable without VM.
1307         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1308         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1310 2013-05-09  Glenn Morris  <rgm@gnu.org>
1312         * mml1991.el: Make it loadable.  (Bug#13456)
1314         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1315         * gnus-async.el (gnus-async-post-fetch-function):
1316         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1317         * gnus-html.el (gnus-html-image-cache-ttl):
1318         * gnus-notifications.el (gnus-notifications-timeout):
1319         * gnus-picon.el (gnus-picon-properties):
1320         * gnus-util.el (gnus-completion-styles):
1321         * gnus.el (gnus-other-frame-resume-function):
1322         * message.el (message-user-organization-file)
1323         (message-cite-reply-position):
1324         * nnir.el (nnir-summary-line-format)
1325         (nnir-retrieve-headers-override-function):
1326         * shr-color.el (shr-color-visible-luminance-min):
1327         * shr.el (shr-blocked-images):
1328         * spam-report.el (spam-report-resend-to):
1329         * spam.el (spam-summary-exit-behavior): Fix custom types.
1331         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1333 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1335         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1336         because of let-binding help-xref-following.  (Bug#14356)
1338 2013-05-06  Tassilo Horn  <tassilo@member.fsf.org>
1340         * message.el (message-bury, message-send-and-exit):
1341         Revert 2013-05-04 change.
1343 2013-05-06  Glenn Morris  <rgm@gnu.org>
1345         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1347 2013-05-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1349         * message.el (message-bury): Make `buffer' optional.
1350         (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1351         (bug#14085).
1353 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1355         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1356         entering into the registry.
1358 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1360         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1361         (Bug#14304)
1363 2013-04-27  Glenn Morris  <rgm@gnu.org>
1365         * gnus.el (gnus-list-debbugs):
1366         Use require rather than autoload.  (Bug#14262)
1368 2013-04-27  Julien Danjou  <julien@danjou.info>
1370         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1371         port to "sieve" now that it has an official IANA port assigned.
1373 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1375         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1376         Don't set the MAILHOST environment variable permanently (Bug#14271).
1378 2013-04-26  Glenn Morris  <rgm@gnu.org>
1380         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1382 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1384         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1385         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1387 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1389         * nnir.el (nnir-close-group): Make sure we are in the right group.
1391         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1392         dependency table from all newly retrieved headers.
1394 2013-04-16  David Edmondson  <dme@dme.org>
1396         Support <img src="data:...">.
1398         * shr.el (shr-image-from-data): New function.
1399         (shr-tag-img): Use it.
1401 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1403         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1404         group.
1406 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1408         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1409         corresponding to any existing group (Bug#14166).
1411 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1413         * nnir.el (number-sequence): No longer used.
1414         (nnir-request-set-mark): New function.
1415         (nnir-request-update-info): Improve marks updating.
1416         (nnir-request-scan): Don't duplicate marks updating.
1417         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1418         Use 'assq rather than 'assoc.  Quote anonymous function.
1419         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1420         Use 'gnus-group-prefixed-p.
1421         (gnus-summary-create-nnir-group): Make sure server for method is open.
1423 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1425         * nnir.el (gnus-nnir-group-p): New function.
1426         (nnir-possibly-change-group): Use it.
1428         * gnus-msg.el (gnus-setup-message): Use it.
1430 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1432         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1433         `initial-input' for the argument name.
1434         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1436 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1438         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1439         (used by MH-E).
1441 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1443         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1444         group.
1446         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1447         fix compilation.
1449 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1451         * nnir.el (nnir-method-default-engines): And another typo.
1453 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1455         * nnir.el (nnir-method-default-engines): Fix typo.
1457 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1459         * nnir.el: Define 'number-sequence for xemacs.
1460         (gnus-summary-create-nnir-group): New function to create an nnir group
1461         from an nnir summary buffer based on the current query.
1462         (nnir-request-create-group): Update to allow nnir group creation based
1463         on the current query.
1465 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1467         * nndraft.el (nndraft-request-expire-articles):
1468         Make expiry target always `delete'.
1470 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1472         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1473         buffer use the posting-style and gcc of the original article group.
1474         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1476         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1477         after other deffoos.
1479 2013-03-26  Andrew Cohen  <cohen@bu.edu>
1481         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1482         management.  Marks are now shown in nnir summary buffers.
1483         Rudimentary support for real (i.e. not ephemeral) nnir groups.
1484         (gnus-summary-make-nnir-group): New function for initiating searches
1485         from a summary buffer.
1487 2013-03-18  Sam Steingold  <sds@gnu.org>
1489         * message.el (message-bury): Minor cleanup.
1491 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1493         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1494         nnml-request-list.  (Bug#13873)
1495         (nndir-request-newsgroups): Remove, unused.
1497         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1499 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1501         * shr.el: Make all the overlays set the `evaporate' property so that
1502         they're removed properly.
1504 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>
1506         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1507         shell-quote-argument.
1509 2013-02-22  David Engster  <deng@randomsample.de>
1511         * gnus-registry.el (gnus-registry-save): Provide class name when
1512         calling `eieio-persistent-read' to avoid "unsafe call" warning.
1513         Use `condition-case' to stay compatible with older EIEIO versions which
1514         only accept one argument.
1516 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1518         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1519         (epg-user-id-validity): Autoload.
1520         (mml2015-epg-check-user-id): New function.
1521         (mml2015-epg-check-sub-key): New function split from
1522         mml2015-epg-find-usable-key.
1523         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1524         optional name-is-key-id, to handle the case when user-id is unusable.
1525         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1527 2013-02-17  Glenn Morris  <rgm@gnu.org>
1529         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1531 2013-02-16  Glenn Morris  <rgm@gnu.org>
1533         * shr.el (shr-put-image): Only animate images that specify a delay.
1534         This is consistent with the old image-animated-p behavior.
1536 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1538         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1539         for XEmacs.
1541 2013-02-13  Juri Linkov  <juri@jurta.org>
1543         * gnus-art.el (gnus-article-mode-map):
1544         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1545         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1547 2013-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1549         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.  (This was
1550         done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1552 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1554         * auth-source.el (auth-source-format-prompt): Don't get confused by
1555         any "\" in replacement text.  (Bug#13637)
1557 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1559         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1560         (gnus-backend-trace): Honor gnus-backend-trace.
1562         * mml.el (mml-insert-part): Insert closing tag.
1564         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1566 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1569         able to find the article, which can happen in debbugs groups,
1570         apparently.
1572 2013-01-16  Glenn Morris  <rgm@gnu.org>
1574         * smiley.el (smiley-style): Make the file loadable in batch mode.
1576 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1578         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1579         imap process running.
1581 2013-01-14  Julien Danjou  <julien@danjou.info>
1583         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1584         Compare addresses against addresses, not against the full From field.
1586 2013-01-13  Richard Stallman  <rms@gnu.org>
1588         * message.el (message-forward-make-body-mime): New args BEG, END
1589         specify what part of FORWARD-BUFFER to use.  Do the work directly
1590         instead of calling `mml-insert-buffer'.
1592 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1594         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1595         cross-reference(s).
1597         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1598         cross-reference(s).
1600 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1602         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1603         and point-max-marker.
1604         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1606 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1608         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1609         to mml2015-encrypt-to-self.
1610         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1612 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1614         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1615         mml-smime-epg-find-usable-secret-key.
1617 2013-01-08  Glenn Morris  <rgm@gnu.org>
1619         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1621 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1623         * mml-smime.el: Support signing by sender.
1624         Requested by Uwe Brauer.
1625         (mml-smime-sign-with-sender): New user option analogous
1626         to mml2015-sign-with-sender.
1627         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1628         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1629         mml2015.el.
1631 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1634         isn't running, because Gnus will probably not know how to handle the
1635         Gcc header (bug#11941).
1637         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1638         articles.
1640 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1643         (nnfolder-generate-active-file): Make this function work with recursive
1644         folder names.
1646 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1648         * nntp.el (nntp-open-connection): Use HELP as the capability command
1649         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1650         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1652 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1654         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1655         place holder since this gives `Invalid face reference: nil' messages.
1656         Use the `default' face instead.  It has the same effect here, even
1657         though it is not no-op.
1659         * gnus-util.el
1660         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1662 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1664         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1665         non-string posting styles (bug#13285).
1667 2012-12-27  Glenn Morris  <rgm@gnu.org>
1669         * plstore.el (plstore-passphrase-callback-function):
1670         Use plstore-get-file.
1672 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1674         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1675         stderr.
1677         * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1678         group is nil.
1680         * shr.el (shr-tag-em): Render as italic, not bold.
1682 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1684         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1686 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1688         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1689         temporary file to get PGP key image.  Pass no-show-photos when
1690         extracting image to avoid having it pop up twice.
1692 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1694         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1695         eligible for treatment.
1697         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1698         lines.  This makes summary commands with hidden threads work more
1699         reliably.
1701         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1702         button to mark the hidden citations (bug#9395).
1704 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1706         * mml2015.el (mml2015-epg-signature-to-string): New function.
1707         (mml2015-epg-verify-result-to-string): New function.
1708         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1709         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1710         instead of epg-verify-result-to-string.
1711         (epg-signature-key-id, epg-signature-to-string): Autoload.
1712         (epg-verify-result-to-string): Remove autoload.
1714 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1716         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1717         ID image from GPG public key.
1718         (mml2015-epg-key-image-to-string): New function.
1720 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1722         * plstore.el (plstore-passphrase-callback-function): Fix error when
1723         error when plstore-cache-passphrase-for-symmetric-encryption is set
1724         (bug#13264).
1726 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1728         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1729         buffer to the article buffer here, because that clobbers multiple
1730         article buffers.
1732         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1733         buffer always points to the right summary buffer.
1735 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1737         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1738         the password (bug#12097).
1740 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1742         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1743         (bug#13263).
1745         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1746         buffer exists before using it (bug#12475).
1748         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1749         offline groups (bug#11937).
1751         * message.el (message-yank-original): When using customize to set the
1752         value of `message-cite-style', the variable it set to a symbol that's
1753         the name of the variable, which must then be dereferenced (bug#12616).
1755 2012-12-25  Wolfgang Jenkner  <wjenkner@inode.at>
1757         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1758         the `face' property with a list whose car is the face specified in the
1759         format string and whose cdr is (nil).
1760         * lisp/gnus-util.el
1761         (gnus-put-text-property-excluding-characters-with-faces):
1762         Change accordingly.
1763         (gnus-get-text-property-excluding-characters-with-faces): New function.
1764         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1765         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1766         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1768 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1770         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1771         login methods.
1772         (nnimap-login): Respect the `nnimap-authenticator' variable.
1774         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1775         mark state when moving articles.  Otherwise unticked articles will get
1776         their ticks back after moving.
1778 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1780         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1782         * message.el (message-ignored-news-headers): Always remove
1783         X-Message-SMTP-Method to avoid information leakage if the user
1784         mistakenly inserts the header into news messages.
1786         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1788         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1789         right than four characters, this command would move point to
1790         `point-max'.  Don't do that.
1792         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1793         to nil to allow re-selecting groups that gain articles.
1794         (gnus-bug-group-download-format-alist): Update the URL.
1796 2012-12-23  Andreas Schwab  <schwab@suse.de>
1798         * shr.el (shr-tag-em): Render em as italic, not bold.
1800 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1802         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1803         for reuse.
1804         (gnus-open-server): Use it to add more tracing.
1805         (gnus-finish-retrieve-group-infos): Add backend tracing.
1806         (gnus-backend-trace): Also note the elapsed seconds.
1808 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1810         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1811         Set epa-file-encrypt-to from variable to avoid querying.
1813 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1815         * sieve-mode.el (sieve-font-lock-keywords):
1816         Keywords should be word delimited.  (Bug#13173)
1818 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1820         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1821         instead of <pre> to align message header.
1823 2012-12-12  Sam Steingold  <sds@gnu.org>
1825         * gnus.el (gnus-other-frame-resume-function): Add user option.
1826         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1828 2012-12-06  Sam Steingold  <sds@gnu.org>
1830         * gnus-start.el (gnus-before-resume-hook): Add.
1831         (gnus-1): Run it when Gnus is alive.
1833 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1835         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1836         * gnus-art.el (article-unsplit-urls)
1837         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1838         * gnus-registry.el (gnus-registry-get-article-marks)
1839         * message.el (message-goto-body): Use it.
1840         (message-called-interactively-p): Remove.
1842         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1843         (spam-stat-score-buffer): Use it.
1845         * spam.el: Silence the warnings against BBDB functions when compiling.
1847         * gnus-score.el (gnus-score-decode-text-parts):
1848         Use append+mapcar instead of the cl function mapcan.
1850         * gmm-utils.el (gmm-flet): Remove.
1852         * gnus-sync.el (gnus-sync-lesync-call):
1853         Avoid overriding json-alist-p.
1855         * message.el (message-read-from-minibuffer):
1856         Avoid overriding mail-abbrev-in-expansion-header-p.
1858 2012-12-05  Sam Steingold  <sds@gnu.org>
1860         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1861         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1862         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1864 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1866         * gmm-utils.el (gmm-called-interactively-p): Revert.
1867         This seems to cause Emacs to get stuck!
1868         * gnus-art.el (article-unsplit-urls)
1869         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1870         * gnus-registry.el (gnus-registry-get-article-marks)
1871         * message.el (message-goto-body)
1872         (message-called-interactively-p): Revert.
1874         * gmm-utils.el (gmm-called-interactively-p): New function.
1875         * gnus-art.el (article-unsplit-urls)
1876         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1877         * gnus-registry.el (gnus-registry-get-article-marks)
1878         * message.el (message-goto-body): Use it.
1879         (message-called-interactively-p): Remove.
1881         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1882         * gnus-sync.el (gnus-sync-lesync-call)
1883         * message.el (message-read-from-minibuffer): Use it.
1885 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1887         * gmm-utils.el (gmm-flet): Remove.
1888         * gnus-sync.el (gnus-sync-lesync-call)
1889         * message.el (message-read-from-minibuffer): Don't use it.
1891 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1893         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1895 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1897         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1899         * gnus-sync.el (gnus-sync-lesync-call)
1900         * message.el (message-read-from-minibuffer): Use gmm-flet.
1902         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1904         * gnus-util.el (gnus-macroexpand-all): Remove.
1906 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1908         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1909         to TAB, not [tab].
1910         (gnus-summary-article-map): Likewise.
1912         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1913         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1915 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1917         * message.el (message-get-reply-headers):
1918         Make sure the reply goes to the author if it is a wide reply.
1920 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1922         * gnus-score.el (gnus-score-body):
1923         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1924         scoring by body.
1926 2012-11-16  Glenn Morris  <rgm@gnu.org>
1928         * gnus-diary.el (nndiary-request-create-group-functions)
1929         (nndiary-request-update-info-functions)
1930         (gnus-subscribe-newsgroup-functions)
1931         (nndiary-request-accept-article-functions):
1932         Use new names for hooks rather than obsolete aliases.
1934 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1936         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1937         in meta tag with the one the part specifies in its header.
1939 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1941         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1942         by default.
1944 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1946         New UIDL implementation.
1948         * mail-source.el (mail-sources, mail-source-keyword-map):
1949         Add :leave as a pop3 keyword.
1950         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1952         * pop3.el (pop3-leave-mail-on-server): Allow number.
1953         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1954         (pop3-movemail): Add UIDL support.
1955         (pop3-send-streaming-command): Take a list of mail numbers instead of
1956         the number of mails.
1957         (pop3-write-to-file): Add X-UIDL header.
1958         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1959         (pop3-uidl-add-xheader): New functions.
1961         * message.el (message-ignored-resent-headers):
1962         Add X-Content-Length and X-UIDL headers.
1964 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         * nndiary.el (nndiary-request-create-group-functions)
1967         (nndiary-request-update-info-functions)
1968         (nndiary-request-accept-article-functions):
1969         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1970         "-hooks" suffix.
1972 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1974         * starttls.el (starttls-extra-arguments): Doc fix.
1976 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1979         it.
1981 2012-10-06  Glenn Morris  <rgm@gnu.org>
1983         * gnus-notifications.el (gnus-notifications):
1984         Add missing group :version tag.
1985         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1986         (gnus-gcc-post-body-encode-hook):
1987         * gnus-sync.el (gnus-sync-lesync-name)
1988         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1990 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1992         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1993         a user about whether to delete temp files if once a user answered as n.
1995 2012-09-17  Richard Stallman  <rms@gnu.org>
1997         * message.el (message-in-body-p): Don't set mark or modify buffer.
1999         * mml.el (mml-attach-file): Doc fix.
2000         (mml-attach-external, mml-attach-buffer, mml-attach-file):
2001         Set mail-encode-mml when in Mail mode.
2002         Simplify code to set HEAD and move back to HEAD.
2003         (mml-insert-multipart, mml-insert-part):
2004         Set mail-encode-mml when in Mail mode.
2006 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2008         * gnus-util.el (gnus-timer--function): New function.
2010         * gnus-art.el (gnus-article-stop-animations): Use it.
2012 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2014         Fix glitches caused by addition of psec to timers.
2015         * gnus-art.el (gnus-article-stop-animations): Use timer--function
2016         rather than raw access to timer vector.
2018 2012-09-11  Julien Danjou  <julien@danjou.info>
2020         * gnus-notifications.el (gnus-notifications): Check for nil values in
2021         ignored addresses check.
2023 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2025         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
2027 2012-09-07  Chong Yidong  <cyd@gnu.org>
2029         * gnus-util.el
2030         (gnus-put-text-property-excluding-characters-with-faces): Restore.
2032         * gnus-salt.el (gnus-tree-highlight-node):
2033         * gnus-sum.el (gnus-summary-highlight-line):
2034         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2036 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2038         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2040 2012-09-06  Juri Linkov  <juri@jurta.org>
2042         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2043         scheme for buffer names to be more consistent with other group and
2044         article buffer names in Gnus.
2046 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2048         * gnus-util.el
2049         (gnus-put-text-property-excluding-characters-with-faces): Remove.
2051         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2052         Jenkner.
2054         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2056         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2058         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2060 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2062         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2063         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2065         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2066         string-prefix-p in Emacs >=23.2.
2068         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2069         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2070         instead of string-match-p.
2071         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2073 2012-09-06  Kenichi Handa  <handa@gnu.org>
2075         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2076         lowercase a..f.
2078 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2080         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2082 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2084         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2085         TIME is set.
2087 2012-09-05  Juri Linkov  <juri@jurta.org>
2089         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2090         than one group at a time (bug#11961).
2092 2012-09-05  Julien Danjou  <julien@danjou.info>
2094         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2095         this hide the real reason with a message giving absolutely no hint.
2097 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2099         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2100         to the backend (bug#11804).
2102         * message.el (message-insert-newsgroups): Don't insert newsgroup
2103         duplicates (bug#12275).
2105 2012-09-05  John Wiegley  <johnw@newartisans.com>
2107         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2108         sieve rules.
2110 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2112         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2113         function.
2115         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2117         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2119 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2121         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2122         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2123         This should make nnmaildir more usable with offlineimap.
2125 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2127         * gnus-notifications.el (gnus-notifications-notify): Use it.
2129         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2130         warnings on XEmacs.
2132 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2134         Better seeds for (random).
2135         * gnus-sync.el (gnus-sync-lesync-setup):
2136         * message.el (message-canlock-generate, message-unique-id):
2137         Change (random t) to (random), now that the latter is more random.
2139 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2141         * auth-source.el (auth-sources): Fix macos keychain access.
2143         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2144         allow the backend `request-head' function to determine the group
2145         name on its own.
2146         (gnus-request-expire-articles): Filter out negative article numbers
2147         during expiry (Bug#11980).
2149         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2150         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2152         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2153         you've found the article when you haven't.
2155 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2157         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2159 2012-08-30  Julien Danjou  <julien@danjou.info>
2161         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2162         `gnus-notifications-timeout'.
2163         (gnus-notifications-timeout): Add.
2164         (gnus-notifications-action): New function.
2165         (gnus-notifications-notify): Add :action using
2166         `gnus-notifications-action'.
2167         (gnus-notifications-id-to-msg): New variable.
2168         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2169         notifications id to messages.
2171 2012-08-30  Kenichi Handa  <handa@gnu.org>
2173         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2174         once.
2176 2012-08-29  Julien Danjou  <julien@danjou.info>
2178         * gnus-notifications.el: New file.
2179         (gnus-notifications-notify): New function.
2180         (gnus-notifications): Use `gnus-notifications-notify'.
2182 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2184         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2185         transfer encoding first; bind gnus-newsgroup-charset to the charset
2186         that the article specifies (Bug#12209).
2188 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2190         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2191         (gnus-group-customize-done): Encode values posting-style holds.
2193         * gnus-msg.el (gnus-summary-resend-message)
2194         (gnus-configure-posting-styles): Decode values posting-style group
2195         parameter holds.
2197 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2199         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2200         `name' and `address' in Resent-From header.
2202 2012-08-14  Chong Yidong  <cyd@gnu.org>
2204         * gnus-art.el (article-display-face): Handle failure in
2205         gnus-create-image (Bug#11802).
2207 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2209         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2210         Use defsetf.
2212 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2214         * auth-source.el (auth-source-plstore-search)
2215         (auth-source-secrets-search): Ignore :require and :type in search spec.
2217 2012-08-06  Julien Danjou  <julien@danjou.info>
2219         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2220         Remove autoload, already handled by gnus.el.
2222 2012-08-05  Julien Danjou  <julien@danjou.info>
2224         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2225         Add autoload.
2227 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2229         * gnus.el (gnus-valid-select-methods): Fix custom type.
2231 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2233         * auth-source.el (auth-sources, auth-source-backend-parse)
2234         (auth-source-macos-keychain-search)
2235         (auth-source-macos-keychain-search-items)
2236         (auth-source-macos-keychain-result-append)
2237         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2238         auth-source.el through the /usr/bin/security utility.
2239         (auth-sources): Fix syntax error.
2240         (auth-source-macos-keychain-result-append): Fix variable name.
2241         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2243 2012-07-27  Julien Danjou  <julien@danjou.info>
2245         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2246         Emacs < 24.1
2248 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2250         * message.el (message-kill-address): Don't kill last newline.
2251         (message-skip-to-next-address): Don't move to the next header.
2252         (message-fill-field-address): Work properly.
2254 2012-07-25  Julien Danjou  <julien@danjou.info>
2256         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2258 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2260         * nnimap.el (nnimap-get-responses): Don't remove, still used.
2262 2012-07-24  Julien Danjou  <julien@danjou.info>
2264         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2266         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2267         (nntp-async-timer-handler): Remove, unused.
2269         * nnimap.el (nnimap-get-responses): Remove, unused.
2271         * nnheader.el (mail-header-set-extra): Remove, unused.
2273         * mm-view.el (mm-view-sound-file): Remove, unused.
2275         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2276         (mm-url-encode-multipart-form-data): Remove, unused.
2278         * message.el (message-remove-signature, message-make-host-name)
2279         (message-fill-address): Remove, unused.
2281         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2282         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2283         unused.
2285         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2287         * gnus-util.el (gnus-extract-address-component-name)
2288         (gnus-extract-address-component-email, gnus-sortable-date)
2289         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2290         (gnus-process-live-p): Remove, unused.
2292         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2294         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2295         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2296         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2297         function.
2299         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2301         * gnus-score.el (gnus-summary-score-crossposting)
2302         (gnus-score-regexp-bad-p): Remove, unused.
2304         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2306         * gnus-range.el (gnus-sublist-p): Remove, unused.
2308         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2309         unused.
2311         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2313         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2314         (gnus-request-associate-buffer): Remove, unused.
2316         * gnus-group.el (gnus-group-set-method-info)
2317         (gnus-group-set-params-info): Remove, unused.
2319         * gnus-fun.el (gnus-shell-command-to-string)
2320         (gnus-shell-command-on-region): Remove, unused.
2322         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2324         * gnus-art.el (gnus-article-text-type-exists-p)
2325         (article-translate-characters, gnus-article-hide-text-of-type)
2326         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2327         Remove, unused.
2329 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2331         * nnir.el ("nnir"): Revert last change, that's premature to merge from
2332         Gnus master.
2334 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2336         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2338 2012-07-21  Julien Danjou  <julien@danjou.info>
2340         * message.el (message-dont-reply-to-names): Replace deprecated
2341         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2342         (message-get-reply-headers): Ditto.
2344 2012-07-18  Julien Danjou  <julien@danjou.info>
2346         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2347         `sieve-upload-and-kill'.
2349         * sieve.el (sieve-bury-buffer): Remove function.
2350         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2351         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2353 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2355         * shr.el (shr-expand-url): Handle URL starting with `//'.
2357 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2358 2012-07-13  Chong Yidong  <cyd@gnu.org>
2360         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2361         instead of calling toggle-read-only with a (bogus) argument.
2363 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2365         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2366         of initial input when reading the author to restrict the summary to.
2368 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2370         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2371         buffer exists, which it doesn't if we haven't started Gnus.
2373 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2375         * mm-decode.el (mm-shr):
2376         Allow overriding charset by mm-charset-override-alist.
2378 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2380         * gnus-art.el (gnus-article-view-part):
2381         Toggle subparts of multipart/alternative part.
2383 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2385         * gnus-sync.el: Simply require json.
2387         * registry.el: Simply require eieio and eieio-base.
2389 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2391         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2393 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2395         * shr.el (shr-render-buffer): New command.
2396         (shr-visit-file): Use it.
2398 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2400         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2401         Set no-byte-compile and no-update-autoloads.
2403 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2405         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2407 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2410         being bound to a lambda form.
2412 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
2414         * gnus-picon.el (gnus-picon-properties): New defcustom.
2415         (gnus-picon-create-glyph): Use it.
2417 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2420         locales.
2422         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2423         on a handle.
2425         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2426         address as the default.
2428         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2429         It makes no sense to query the user about internal files.
2431         * gnus-spec.el: Remove all the byte-compilation stuff, since
2432         benchmarking shows that it doesn't help when entering large summary
2433         buffers.
2435         * gnus-util.el (gnus-byte-code): Remove.
2437         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2438         grouplens stuff.
2440 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2443         (bug#11514).
2445 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2447         * message.el (message-buffers): Return all buffers derived from Message
2448         to make `gnus-dired-attach' work with mu4e.
2450 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
2452         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2453         (mm-dissect-singlepart): Don't guess the MIME type of
2454         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2455         set.
2456         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2457         toplevel MIME type is multipart/encrypted.
2459 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
2461         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2462         In particular, add an optional argument and a docstring.
2464         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2466         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2467         current before calling `gnus-groups-to-gnus-format'.
2468         Note that this was already the case for `gnus-active-to-gnus-format'.
2470 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2472         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2474 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476         * mm-decode.el (mm-dissect-buffer): Doc fix.
2478         * gnus-sum.el (gnus-handle-ephemeral-exit):
2479         Avoid creating the group buffer if it doesn't exist.
2481         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2482         is given, mark the group as ephemeral with the current window conf.
2484         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2485         buffer exists, which it doesn't if we haven't started Gnus.
2486         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2488 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490         * mml.el (mml-generate-mime):
2491         Allow specifying what the top-level part type is.
2493         * gnus-sum.el (gnus-auto-center-summary):
2494         `scroll-margin' isn't defined on XEmacs.
2496 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2498         * gnus-sum.el (gnus-auto-center-summary):
2499         Set default to respect `scroll-margin'.
2501 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2503         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2504         citation prefix within a block of cited text should be considered
2505         part of that block *only* if it is a blank line.
2507 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2509         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2510         before kinsoku-bol characters nor within kinsoku-eol characters.
2512 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2514         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2515         (gnus-topic-create-topic, gnus-topic-enter-dribble):
2516         Silence compiler.
2517         (gnus-sync-read): Use mapc instead of mapcar.
2519         * mm-archive.el: Require mm-decode for some macros.
2520         (gnus-recursive-directory-files, mailcap-extension-to-mime):
2521         Silence the byte compiler.
2522         (mm-archive-decoders): New function that returns the value of
2523         the mm-archive-decoders variable.
2525         * mm-decode.el:
2526         Don't require mm-archive; autoload mm-archive functions instead.
2527         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2529         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2531 2012-06-26  Peter Münster  <pmrb@free.fr>
2533         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2534         (gnus-demon-cancel): Ditto.
2535         (gnus-demon-run-callback): When function cannot be called due to low
2536         idleness, call it when idleness reaches the expected value, instead
2537         of waiting another timer period.
2538         (gnus-demon-init): Add `time' to arguments of call-back.
2540 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542         * gnus.el: Register gnus-registry functions.
2544         * gnus-registry.el (gnus-try-warping-via-registry):
2545         Move here and indent.
2547         * gnus-int.el (gnus-warp-to-article):
2548         Check whether the registry is enabled before warping.
2550 2012-06-26  Dave Abrahams  <dave@boostpro.com>
2552         * gnus-sum.el (gnus-summary-insert-subject): Record information
2553         in the registry about each article retrieved.
2555         * gnus-int.el (gnus-select-group-with-message-id): New function.
2556         (gnus-try-warping-via-registry): Ditto.
2557         (gnus-warp-to-article): Fall back on the registry.
2559 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2561         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2563 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2565         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2566         gnus-gcc-self-resent-messages may be a group parameter.
2567         (gnus-summary-resend-message):
2568         Don't encode encoded words in header when Gcc'ing resent message.
2570 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572         * shr.el (shr-insert): Treat non-breaking space just like normal
2573         space.  This seems to produce more pleasing results.
2574         (shr-insert):
2575         Only insert a blank line if we're starting from an image.
2576         (shr-tag-br):
2577         Allow <br> to end lines or to make a single blank line.
2578         (shr-ensure-paragraph): Consider lines with white space to be blank.
2580 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
2582         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2583         and gnus-gcc-post-body-encode-hook.
2585 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2587         * mm-decode.el (mm-dissect-singlepart):
2588         Guess what the type of application/octet-stream parts really is.
2590         * gnus-sum.el (gnus-propagate-marks): Remove.
2592 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2594         * nntp.el (nntp-coding-system-for-read): Remove.
2595         (nntp-coding-system-for-write): Ditto.
2596         (nntp-open-connection): Just use `binary' directly.
2598 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2600         * registry.el (registry-usage-test, registry-persistence-test):
2601         Move to tests/gnustest-registry.el.
2602         (registry-make-testable-db, registry-match-test)
2603         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2605         * gnus-registry.el (gnus-registry-misc-test)
2606         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2608         * tests/gnustest-registry.el:
2609         New file with the registry and gnus-registry ERT tests.
2611 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2613         * gnus-msg.el (gnus-summary-resend-message):
2614         Make gnus-summary-resend-message-insert-gcc be last item in
2615         message-header-setup-hook.
2617 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2619         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2620         (nnfolder-marks, nnfolder-marks-file-suffix)
2621         (nnfolder-marks-modtime): Remove.
2622         (nnfolder-open-server): Don't use marks.
2623         (nnfolder-request-delete-group): Ditto.
2624         (nnfolder-request-rename-group): Ditto.
2625         (nnfolder-request-set-mark, nnfolder-request-marks)
2626         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2627         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2629         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2630         (nnml-marks-modtime): Remove.
2631         (nnml-request-delete-group): Don't use marks.
2632         (nnml-request-rename-group): Ditto.
2633         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2634         (nnml-save-marks, nnml-open-marks): Remove.
2636         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2637         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2638         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2639         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2640         (nntp-server-to-method-cache): Remove.
2642         * shr.el (shr-rescale-image): Fix wrong merge.
2644 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2646         * shr.el (shr-remove-trailing-whitespace):
2647         Really delete the padding on too-wide lines.
2649 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2651         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2652         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2654         * mm-decode.el (mm-display-external): Output the text from
2655         the command in the buffer after the command finished.
2656         This makes text-based commands behave better.
2658 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2660         * message.el (smtpmail-smtp-user): Silence compiler warning.
2662 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2664         * message.el (message-multi-smtp-send-mail): Also allow specifying
2665         the SMTP user name.
2667 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2669         * gnus-sum.el (gnus-summary-article-map): Fix typo.
2671 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2673         * message.el (message-multi-smtp-send-mail): New function.
2674         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2675         header to implement multi-SMTP functionality.
2677         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2678         (gnus-agentize): Don't set it.
2679         (gnus-agent-send-mail): Don't use it.
2681         * gnus-sum.el (gnus-summary-widget-backward):
2682         New function and keystroke.
2684         * shr.el (shr-put-image): Remove underlines from sliced images.
2685         (shr-zoom-image): Compute the region to be replaced more correctly.
2687 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2689         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2690         (gnus-summary-resend-message-insert-gcc): New function.
2691         (gnus-summary-resend-message): Modify message-header-setup-hook and
2692         message-sent-hook to make it work for Gcc.
2693         (gnus-inews-do-gcc): Update the number of unread articles of groups
2694         that messages are Gcc'd to.
2696         * message.el (message-resend): Run message-sent-hook to do Gcc.
2698 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2700         * gnus-registry.el (gnus-registry-fixup-registry):
2701         Move the message to a higher level to silence compilation.
2703         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2704         parameter to allow controlling the scaling.
2706         * shr.el (shr-zoom-image): New command and keystroke.
2707         (shr-put-image): Take a `size' flag to say how to scale the image.
2709         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2710         Use recursive deletion.
2711         (mm-dissect-archive): Add support for zip files.
2713         * gnus-util.el (gnus-recursive-directory-files): New function.
2715         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2716         (mm-archive-decoders): Add tgz support.
2718         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2719         Otherwise inserting text into the Gnus buffer can look odd.
2721         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2723         * mm-archive.el (mm-archive-decoders): Add support for tar.
2725         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2727         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2729 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2731         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2733         * mm-archive.el: New file.
2735         * mm-decode.el (mm-dissect-singlepart):
2736         Use it to decode ms-tnef files.
2738         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2740         * message.el (message-goto-*): Make all the `message-goto-*' commands
2741         push the mark before moving point.  This makes it easier to go back
2742         to where you came from after editing whatever you jumped to.
2744 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2746         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2747         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2748         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2750 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2752         * spam.el: Move BBDB autoloads.
2753         (spam-exists-in-BBDB-p):
2754         New function to do the BBDB search directly in BBDB 2 and 3.
2755         (spam-check-BBDB): Use it.
2756         (spam-enter-ham-BBDB): Use it.
2758 2012-06-26  Peter Münster  <pmrb@free.fr>  (tiny change)
2760         * gnus-group.el (gnus-group-get-new-news):
2761         New parameter `one-level' for scanning exactly one level.
2763         * gnus-start.el (gnus-get-unread-articles): Ditto.
2765 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2767         * gnus-sync.el: More commentary about setup.
2769 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2771         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2773 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2775         * gnus-sync.el: Improve docs about CouchDB admins.
2777 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2779         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2780         not needed.  Provide xmlplistread list function to produce XML plist
2781         output for non-Gnus LeSync clients.
2783 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2785         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2786         and save against it.  Group subscriptions, read marks, other marks,
2787         subscription levels, topic names, and topic offsets (the group's
2788         position within the topic) are saved.  This is an experimental
2789         backend and may change significantly.  Load json.el from
2790         the gnus-fallback-lib if it's not available otherwise.
2791         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2793 2012-06-26  David Engster  <dengste@eml.cc>
2795         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2797 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2799         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2801 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2803         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2804         is an integer to avoid later problems.
2806 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2808         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2809         locales.
2811 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2813         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2814         articles when fetch-old is non-nil (bug#11370).
2816 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818         * gnus-group.el (gnus-group-get-new-news):
2819         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2821 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2823         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2824         groups (bug#11641).
2826 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2828         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2829         (bug#11514).
2831 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2833         * nntp.el: Stop the `letf' madness.
2834         (nntp--report-1): New var.
2835         (nntp-report): Merge nntp-report-1 into it.
2836         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2837         the nntp-report function.
2839         * auth-source.el: Fix comment-style to follow the convention.
2841 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2843         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2844         a string so that Gcc works (bug#11514).
2846 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2848         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2849         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2851 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2853         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2854         jumping to *Server* from a dedicated *Group* window.
2855         (gnus-configure-frame): CSE.
2857         * gnus-registry.el: Minor style cleanup.
2858         (gnus-registry--set/remove-mark): New function, extracted from
2859         gnus-registry-install-shortcuts.
2860         (gnus-registry-install-shortcuts): Use it.
2862 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2864         * nnspool.el (news-path): Use eval-and-compile.
2866 2012-05-24  Glenn Morris  <rgm@gnu.org>
2868         * nnspool.el (news-directory, news-path, news-inews-program):
2869         Move here from paths.el.  Don't see a need for these to be autoloaded.
2871         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2872         Merge in doc from paths.el version.  Don't see any need for this to be
2873         autoloaded, or for the warning about users not setting it.
2875 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2877         Fix minor Y10k bug.
2878         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2880 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2882         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2883         message once it's actually open.
2885 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2887         * auth-source.el (auth-source--aput-1, auth-source--aput)
2888         (auth-source--aget): New functions and macros.
2889         Use them instead of aput/aget.
2891 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2893         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2895 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2897         * plstore.el (plstore-called-interactively-p): New compat macro copied
2898         from message.el.
2899         (plstore-mode): Use it.
2901 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2903         * plstore.el: Revive the editing feature.
2904         (plstore-mode): New mode to edit plstore file.
2905         (plstore-mode-toggle-display, plstore-mode-original)
2906         (plstore-mode-decoded): New command.
2907         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2908         (plstore--insert-buffer, plstore--make): New function.
2909         (plstore-open, plstore-save): Simplify by using them.
2911 2012-04-16  Glenn Morris  <rgm@gnu.org>
2913         * nndraft.el (nndraft-request-list): Fix declaration.
2915 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2918         don't have a current group.
2920         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2921         have a group name.
2923         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2924         a multibyte buffer (bug#7410).
2925         (article-wash-html): Parse the original article buffer to get the
2926         unencoded data (bug#7410).
2928         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2929         .newsrc.el files.
2931 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2934         would have gotten if we posted to the group, and use that to compare
2935         against the message we want to cancel (bug#10808).
2937 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2940         "#" to avoid having them interpreted as comments.
2942 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944         * shr.el (shr-insert): Update the text state properly to avoid
2945         inserting spurious paragraph starts.
2947 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2950         requested (bug#10961).
2952         * shr.el (shr-table-widths): Divide the extra width more fairly over
2953         the TDs (bug#10973).
2954         (shr-render-td): Don't delete too much padding.
2955         (shr-natural-width): Compute the natural width more correctly.
2956         (shr-insert): Allow the natural width to be computed for tables again.
2957         (shr-tag-table-1): Rework how the natural widths are computed by
2958         rendering the table a third time.
2959         (shr-natural-width): Remove.
2960         (shr-buffer-width): New function.
2961         (shr-expand-newlines): Use it.
2963         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2964         using a `gnus-use-full-window' setup (bug#11013).
2966 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2969         24.1 release.
2971 2012-03-10  David Edmondson  <dme@dme.org>
2973         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2974         'Forwarded Message' header and the start of the message.
2976 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2978         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2979         isn't running (bug#10897).
2981 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2983         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2985 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2987         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2989 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2991         * mm-decode.el (mm-shr): Remove "soft hyphens".
2993         * nnimap.el (nnimap-request-list): Return the group names encoded as
2994         utf8.  Otherwise non-European group names don't work.
2995         (nnimap-request-newgroups): Ditto.
2997         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2998         the default in `read-string' (bug#10757).
3000         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
3001         topics (bug#10843).
3003         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
3004         buffer.  Suggested by Herbert Valerio Riedel.
3005         (nnimap-request-move-article): Delete the message from the correct IMAP
3006         server.
3008 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3010         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
3011         Reported by Peter Münster.
3013 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
3015         * shr.el (shr-image-fetched): Make sure we really kill the right
3016         buffer.
3018 2012-02-16  Leo Liu  <sdl.web@gmail.com>
3020         * gnus-start.el (gnus-1): Avoid duplicate entries.
3022 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
3024         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
3025         too-wide lines.
3027 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
3029         * shr.el (shr-rescale-image): Undo previous change; see
3030         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
3032 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3034         * nnimap.el (nnimap-record-commands): New variable.
3035         (nnimap-log-command): Use it.
3036         (nnimap-make-process-buffer): Add a space to the process buffer.
3037         (nnimap-transform-headers): Don't bug out on header lines containing
3038         stuff that look like IMAP length encodings.
3040         * shr.el (shr-rescale-image): Allow viewing large images.
3042 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3044         * nnml.el (nnml-request-compact-group): Delete the marks file after
3045         compaction (bug#10800).
3047         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3048         group exit.
3050         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3051         QRESYNC/FETCH output.
3053 2012-02-11  Glenn Morris  <rgm@gnu.org>
3055         * sieve-manage.el (sieve-manage-default-stream):
3056         * shr.el (shr):
3057         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3058         (nnir-retrieve-headers-override-function)
3059         (nnir-imap-default-search-key, nnir-notmuch-program)
3060         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3061         (nnir-method-default-engines):
3062         * message.el (message-cite-reply-position):
3063         * gssapi.el (gssapi-program):
3064         * gravatar.el (gravatar):
3065         * gnus-sum.el (gnus-refer-thread-use-nnir):
3066         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3067         (gnus-registry-max-pruned-entries):
3068         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3069         * gnus-int.el (gnus-after-set-mark-hook)
3070         (gnus-before-update-mark-hook):
3071         * gnus-async.el (gnus-async-post-fetch-function):
3072         * auth-source.el (auth-source-cache-expiry):
3073         Add missing :version tags to new defcustoms and defgroups.
3075 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3077         * message.el (message-default-send-mail-function): Made into own
3078         function for reuse by emacsbug.el.
3080 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3082         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3083         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3085 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3087         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3088         running.
3090         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3092         * gnus.el (gnus-server-extend-method): Don't add an -address component
3093         if the method already has one (bug#9676).
3095 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3097         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3098         of an initial-input for consistency (bug#10757).
3100         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3102         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3104 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3106         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3107         lines that are narrower than the window width.  Otherwise background
3108         "blocks" will look less readable.
3110 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3112         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3114 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3116         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3117         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3118         have newlines within the strings, and where the UID comes after the
3119         BODYSTRUCTURE element (bug#10537).
3121         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3122         (bug#10732).
3124         * shr.el (shr-insert-document): Add doc string.
3125         (shr-visit-file): Ditto.
3126         (shr-remove-trailing-whitespace): New function.
3127         (shr-insert-document): Use it to clean up trailing whitespace as the
3128         final step (bug#10714).
3130 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3132         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3133         buffer if `gnus-kill-summary-on-exit' is nil.
3135 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3137         * gnus-sum.el (gnus-summary-show-thread):
3138         next-single-char-property-change may return nil in XEmacs.
3140 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3142         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3143         when just reading a single group from "without" Gnus.
3145 2012-02-06  Chong Yidong  <cyd@gnu.org>
3147         * gnus-sum.el (gnus-summary-show-thread):
3148         next-single-char-property-change never returns nil (Bug#8657).
3150 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3152         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3153         without reconnecting.
3154         (nnimap-possibly-change-group): Ditto.
3155         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3156         connection has died before being called.
3158 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3160         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3161         an initial sync unless we're really doing one.
3163         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3164         address parameter if one already exists (bug#9676).
3166         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3167         not the prefix, as documented (bug#10689).
3169 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3171         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3172         the "server".
3174         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3175         the real error message with the useless "previously known to be down".
3176         Which isn't even correct.
3178         * nntp.el (nntp-open-connection): Report the error message if the nntp
3179         server can't be reached.
3181         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3182         groups we do a total scan for.
3183         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3184         doing that.
3186 2012-01-31  Jim Meyering  <jim@meyering.net>
3188         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3189         Correct a comment (insert "not") and hide nominally-doubled "to".
3191 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3193         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3194         section in the manual.
3196 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3198         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3199         words.
3200         (rfc2047-encode-string): Ditto.
3201         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3202         understand folded filename="..." parameters, for instance.
3204         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3205         the message for greater debuggability.
3207 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3209         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3210         instead of setting it locally, since the latter doesn't seem to have
3211         any effect (most of the time).
3213 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3215         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3216         function call.
3218 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3220         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3221         seconds, and make the repeat clause with HH:MM specs work as
3222         documented.
3224 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3226         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3227         so that previous errors don't prohibit getting new news.
3229         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3231         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3233 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3235         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3236         bound globally in old Emacsen and XEmacsen.
3238 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3240         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3241         buffer, not of the string which is its name.
3243 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3245         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3246         non-server-marks groups.
3247         (gnus-group-make-articles-read): Ditto.
3249         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3250         methods (bug#9676).
3252         * gnus.el (gnus-method-ephemeral-p): New function.
3254 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3256         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3257         left-to-right.
3259 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3261         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3262         warning.
3264 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3266         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3267         macroexpand the nnir things, since they haven't been defined yet, and
3268         nnir requires gnus-sum.
3270 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3274 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3276         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3277         logical server name in addition to the actual machine address.
3279         * auth-source.el (auth-source-user-and-password): Add convenience
3280         wrapper to search by just host and optionally user.
3282 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3285         after rendering.
3287 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3290         (bug#9693).
3291         (gnus-summary-setup-buffer): Document return value (bug#9697).
3293         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3294         since ido doesn't work on symbols (bug#9632).
3296         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3297         when getting a single value as when getting all the values.  This means
3298         that atoms like `gcc-self' work cumulatively, like variable settings,
3299         instead of getting the value from the last matching clause.
3300         (gnus-group-find-parameter): Protect against the group buffer not
3301         existing (bug#9585).
3303 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305         * gnus-start.el (gnus-activate-group): Document more parameters
3306         (bug#9694).
3308         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3309         (bug#9692).
3311         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3312         article was fetched, so that it can be expired later (bug#9958).
3313         (gnus-agent-summary-fetch-series): Add doc string.
3314         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3315         (bug#9517).
3317         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3318         retrieval is happening.
3320         * gnus.el (gnus-parameters): Doc fix.
3322 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3324         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3325         show the thread after expansion.
3327 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329         * gnus-art.el (article-narrow-to-head): If the head is completely
3330         empty, narrow to the empty region (bug#9764).
3332         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3333         read, and then mark them as unread only when the unread mark is used.
3334         This makes `C-- T k' actually work, even though it's confusing.
3336         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3337         alive before we try to find its window.
3339 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3341         * mm-decode.el (mm-display-external): Use a longer timeout for the
3342         deletion to allow slow programs to display the file.
3344 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3347         prompt to be less confusing.
3349         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3350         argument to `message-reply'.  This broke `special-display-*' frame
3351         pop-uping (bug#10238).
3353 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3356         systems, since these allegedly don't work there.
3358 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3360         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3361         live buffer.
3363 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365         * nnir.el (nnir-retrieve-headers): Protect against the article not
3366         existing on the server (bug#10335).
3368 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3370         * gnus-agent.el (gnus-agent-load-local):
3371         Recompute gnus-agent-article-local on changing method.
3373 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3375         * gnus.el (gnus-parameters): Note precedence.
3377 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3379         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3380         in the group buffer.
3382 2012-01-04  Julien Danjou  <julien@danjou.info>
3384         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3385         change.
3387 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3389         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3390         too.
3392         * nntp.el (nntp-retrieve-group-data-early): Use it.
3394 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396         * nntp.el (nntp-retrieval-in-progress): New variable.
3397         (nntp-make-process-buffer): Make it buffer-local.
3399         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3400         2010.
3401         (gnus-demon-init): Use it to compute the time if time is on the form
3402         "04:23".
3404         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3406         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3407         status in the correct buffer.
3409 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3411         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3412         when opening topics (bug#10407).
3414 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3416         * mm-view.el (mm-display-inline-fontify): Add comment.
3418 2011-12-15  Juri Linkov  <juri@jurta.org>
3420         * mm-decode.el (mm-inline-media-tests): Add missing
3421         `mm-handle-media-subtype'.
3423 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3425         * message.el (message-valid-fqdn-regexp): Update with newly approved
3426         top-level domain names ".tel" and ".asia".
3428 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3430         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3431         unconditionally.
3433 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3435         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3436         pop-to-buffer-same-window for old Emacsen.
3438 2011-12-04  Chong Yidong  <cyd@gnu.org>
3440         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3441         change (Bug#10200).
3443 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3445         * compface.el (uncompface):
3446         * gnus-art.el (gnus-article-x-face-command): Update the header format
3447         of icon data for the most recent icontopbm program.
3449 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3451         * gnus-msg.el (gnus-inews-do-gcc):
3452         * message.el (message-send-mail):
3453         * mml.el (mml-generate-mime): Share the value of the buffer-local
3454         `message-options' variable between a draft buffer and temprary working
3455         buffers.
3457 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3459         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3461 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3463         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3464         for Cygwin.
3466 2011-11-24  Glenn Morris  <rgm@gnu.org>
3468         * starttls.el: Fix case of "GnuTLS".
3470 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3472         * gnus-group.el (gnus-group-highlight): Fix typo.
3474 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3476         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3477         value of `delete-file', that returns nil for a local file but returns t
3478         for a remote file using ssh.
3480 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3482         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3483         avoid later breakage.
3485 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3487         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3488         article buffers' name.
3490 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3493         by Paul Eggert's spellfixes two days ago.
3495 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3498         buffer-local instead of binding them to avoid warnings.  Also demote
3499         errors (bug#10063).
3500         (font-lock-mode-hook): Shut up byte compiler.
3502 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3504         * mm-util.el (mm-charset-after): Fix typo.
3506 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3508         * gnus-sum.el (gnus-summary-make-menu-bar):
3509         * gnus-uu.el (gnus-uu-decode-postscript)
3510         (gnus-uu-decode-postscript-and-save):
3511         * mailcap.el (mailcap-print-command):
3512         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3513         Fix typos.
3515 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3517         * gnus-art.el (gnus-article-part-wrapper):
3518         * shr-color.el (shr-color-visible-distance-min)
3519         (shr-color-relative-to-absolute, set-minimum-interval)
3520         (shr-color-visible): Fix typos.
3522 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3525         slightly clearer.
3527 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529         * message.el (message-send-and-exit): Document `arg'.
3531 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3533         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3535 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3537         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3538         we don't use `bound-and-true-p'.
3540 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3542         * gnus-util.el (gnus-bound-and-true-p): Remove.
3543         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3544         * nnir.el: Use it.
3545         * nnmairix.el: Use it.
3547 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3549         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3550         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3551         for reasons unknown.
3552         * nnir.el: Use it.
3553         * nnmairix.el: Use it.
3555         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3556         * nnir.el: Ditto.
3557         * nnmairix.el: Ditto.
3559         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3561 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3563         * message.el (message-completion-function): Make sure
3564         message-tab-body-function is not attempted if one of
3565         message-completion-alist fails to find a completion (bug#9158).
3567 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3569         * mml.el (mml-quote-region): Quote <#secure> tag.
3570         (mml-generate-mime-1): Unquote <#secure> tag.
3572 2011-10-20  Chong Yidong  <cyd@gnu.org>
3574         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3575         calling a minor mode from Lisp with nil arg enables it, so we have to
3576         make the wording a bit ambiguous here).
3578 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3580         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3581         * nnir.el (nnir-mode): Use it.
3582         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3583         Use it.
3585         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3586         * nnmairix.el (gnus-registry-enabled): Ditto.
3588 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3590         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3591         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3592         only while we need to find out if it should be t or nil.
3593         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3594         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3595         the registry is installed.  Set it to nil when it's unloaded.
3596         (gnus-registry-install-p): Provide user guidance for the initial value
3597         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3598         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3599         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3600         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3601         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3602         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3603         `gnus-registry-install'.
3605 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3607         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3608         previous change.
3609         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3610         primary key is marked as disabled.
3612 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3614         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3615         primary key is marked as disabled.
3617 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3619         * html2text.el (html2text-clean-anchor): Check for quotes around
3620         `href' value.
3622 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3624         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3625         searching.  Drop `bbdb-cache'.
3627 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3629         * message.el (message-signed-or-encrypted-p): Exclude header when
3630         checking if there is signed or encrypted body in text/plain message.
3632 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3634         * html2text.el (html2text-get-attr): Correctly handle attribute values
3635         containing "=".
3637 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3639         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3640         handle bindings.
3642 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3644         * gnus-win.el (gnus-configure-windows): Protect against reading
3645         ephemeral groups outside of Gnus.
3647 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3649         * shr.el (shr-tag-img): Don't get images displayed in tables.
3651 2011-10-03  Glenn Morris  <rgm@gnu.org>
3653         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3654         the "maintainer" version of debbugs.gnu.org reports.
3656 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3659         make asynchronous adjacent image insertion work better.
3661 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3663         * plstore.el (plstore-select-keys, plstore-encrypt-to):
3664         Clarify documentation.
3666 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3669         `gnus-asynchronous' isn't shadowed.
3671 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3674         (nnimap-insert-partial-structure): The charset parameter isn't
3675         case-sensitive.
3677         * nnheader.el (nnheader-message-maybe): New function.
3679         * shr.el (shr-tag-table): Render totally broken tables better.
3681         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3682         computing the boundary.
3684 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686         * pop3.el (pop3-number-of-responses): Remove.
3687         (pop3-wait-for-messages): Rewrite to take linear time instead of
3688         exponential time.
3690 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3692         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3693         re-fetch images.
3695         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3696         re-fetch images when hitting `g' in Gnus.
3698 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3700         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3701         (mml-compute-boundary): Don't check collision if it is non-nil.
3702         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3703         before checking collision.
3705 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707         * message.el (message-indent-citation): Really make sure there's a
3708         newline at the end.
3710         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3711         Fix suggested by John Wiegley.
3713         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3715         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3717         * message.el (message-default-send-rename-function): Break out into its
3718         own function.
3720         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3721         doesn't work under XEmacs.
3723         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3724         of "imaps" to word around Windows problems.
3725         (nnimap-open-connection-1): Use it.
3727         * message.el (message-indent-citation): Revert last change which made
3728         `F' not work.
3730 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3732         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3733         terminal as well.
3735 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3737         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3738         because it displays images using overlays that aren't easy to copy to
3739         the article buffer.
3741 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3743         * message.el (message-indent-citation): Fix empty line removal at the
3744         end of the citation.
3746 2011-09-20  Julien Danjou  <julien@danjou.info>
3748         * auth-source.el (auth-source-netrc-create): Use default value for
3749         password if specified.  Evaluate default.
3750         (auth-source-plstore-create): Ditto.
3751         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3752         value evaluation.
3753         (auth-source-netrc-create): Typo fix.
3754         (auth-source-plstore-create): Ditto.
3756         * auth-source.el (auth-source-format-cache-entry): New function.
3758 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3760         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3762 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3766 2011-09-19  Julien Danjou  <julien@danjou.info>
3768         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3769         which work with things that are not ASCII.
3771 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3775 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3778         message level.
3780 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3782         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3784 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3788 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3790         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3791         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3793 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3795         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3796         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3797         articles.
3799 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3801         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3802         (message-mail-other-window, message-mail-other-frame)
3803         (message-news-other-window, message-news-other-frame):
3804         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3805         instead of setting buffer display variables.
3807 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3811         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3813 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3816         duplicates" to a higher level.
3818         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3819         most egregious messages.
3821 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3823         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3825 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3827         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3828         up the file (bug#9351).
3830 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3832         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3833         it does with all other backends, but decode the names immediately after
3834         getting them.
3836         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3837         decoding nnimap groups.
3839         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3840         newsrc file.  It doesn't seem like an important optimization any more.
3842 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3844         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3845         overflows.
3847 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3850         (gnus-interactive-exit): Extend to `quiet'.
3852         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3854         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3855         string.
3857         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3858         renaming function arguments from `this'.
3860         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3862         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3863         has been renamed.
3864         (gnus-lrm-string-p): Include RLM and PDF, too.
3866         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3867         (bug#9225).
3869 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3871         Add autoload cookies for functions used by sendmail.el.
3872         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3874         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3876 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3878         * gnus-art.el (article-date-ut): Work properly even when there are
3879         things like Date header in the body; work for forwarded parts.
3881 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3883         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3884         original-article-buffer.
3886 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3888         * nnir.el (nnir-compose-result): Fix matching of server type.
3889         (nnir-run-swish++): Ditto.
3890         (nnir-run-namazu): Ditto.
3891         (nnir-run-notmuch): Ditto.
3893 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3895         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3896         (bug#9405).
3898         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3899         (bug#9421).
3901         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3902         (bug#9425).
3904         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3905         thing (bug#9426).
3907 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3909         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3910         the error message.
3912 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3914         * message.el (message-setup-1): Return t (Bug#9392).
3916 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3918         * gnus-sum.el: When adding article headers to a summary buffer also
3919         update gnus-newsgroup-articles (bug#9386).
3921 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3923         * auth-source.el: Autoload help-mode.
3925 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3928         names.
3930 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3932         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3933         mm-replace-in-string for compatibility issues.
3934         * mml2015.el (mml2015-epg-verify): Ditto.
3936 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3938         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3940         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3942 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3945         continue on and do the clean-up phase (bug#9188).
3947         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3948         just ignore groups that can't be opened instead of erroring out
3949         (bug#9225).
3951         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3952         nil since some many people are fuddy-duddies.
3954         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3955         images.
3957         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3958         instead.
3960         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3962         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3964         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3965         processing.
3967         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3968         buffer to avoid warnings.
3970 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3972         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3973         specified to reduce precision.
3975 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3978         bodystructures (bug#9314).
3980 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3982         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3983         Make button keymap non-sticky after buttons.
3985 2011-08-18  David Engster  <dengste@eml.cc>
3987         * nnmairix.el (nnmairix-request-set-mark)
3988         (nnmairix-goto-original-article): Remove adding of article to registry,
3989         since `gnus-registry-add-group' isn't available anymore.
3990         (nnmairix-determine-original-group-from-registry):
3991         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3992         available anymore.
3994 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3996         * starttls.el (starttls-any-program-available): Define as obsolete
3997         function.
3999 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
4002         versions which Gnus use when appropriate.
4004         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
4005         a pretty destructive command.
4007         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
4009 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011         * message.el (message-fix-before-sending): Make a different warning
4012         about NUL characters (bug#9270).
4014         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
4015         from custom (bug#9260).
4017         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
4018         things work in Emacs 22 and XEmacs, too.
4020         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
4021         default From.
4023         * gnus-spec.el (gnus-lrm-string-p): New macro.
4024         (gnus-lrm-string): New constant.
4025         (gnus-summary-line-format-spec): LRM-ify the from.
4026         (gnus-tilde-max-form): LRM-ify string chopping.
4028         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
4030         * message.el (message-is-yours-p): Allow disabling canlock checking
4031         (bug#9295).
4032         (message-shoot-gnksa-feet): Add `canlock-verify'.
4033         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4034         message directory isn't writable (bug#9304).
4036         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4037         non-world-readable.
4039 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4041         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4042         articles.
4044 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4046         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4047         copy-list.
4049 2011-08-12  Sam Steingold  <sds@gnu.org>
4051         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4052         in the reverse order to avoid modifying the cache with `nreverse'.
4053         (gnus-all-score-files): Do not modify the value returned by
4054         `gnus-score-find-alist' because it lives in a cache variable.
4055         (gnus-current-home-score-file): No need to `nreverse' the return value
4056         of `gnus-score-find-alist', it is already in the correct order.
4058 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4060         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4061         type MESSAGE and subtype RFC822 is slightly different from those of
4062         type TEXT.
4064 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4066         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4067         This allows article-referral to work from an nnir group.
4069 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4071         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4073 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4075         * mml1991.el (mml1991-epg-find-usable-key)
4076         (mml1991-epg-find-usable-secret-key): New function.
4077         (mml1991-epg-sign): Check if signing key is usable.
4078         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4080 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4082         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4083         server-variables only.  This should fix a bug introduced with commit
4084         e1889675b7f4adf057833c5513c9374134c4e053.
4085         (nnir-run-query): 'nnir-search-engine should not be set from the global
4086         environment.
4088 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4090         * nnir.el (nnir-search-thread): Position point on referring article
4091         line.
4092         (nnir-warp-to-article): Clean up summary buffers.
4094         * nnimap.el (nnimap-request-thread): Whitespace fix.
4096 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4098         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4100 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4102         * starttls.el (starttls-available-p): Rename from
4103         `starttls-any-program-available' and changed return convention.
4105 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4107         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4108         `unix-sync' unless it's defined.
4110 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4112         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4113         `aref' for XEmacs compatibiltiy.
4115 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4117         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4119 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4121         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4122         closures, quote the form properly (bug#9194).
4124 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4127         (gnus-summary-insert-new-articles): Protect against servers that are
4128         down.
4130 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4132         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4133         in mm handle if none is specified.
4135 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4137         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4139 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4141         * nnir.el (nnir-search-thread): New function to make an nnir group
4142         based on a thread query.
4144         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4145         of nnir in thread referral.
4146         (gnus-summary-refer-thread): Use it.
4148         * nnimap.el (nnimap-request-thread): Use it.
4150 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4152         * shr.el (shr-tag-comment): Ignore HTML comments.
4154 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4156         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4157         argument.
4158         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4159         Use `nnir-address' to handle server info rather than passing an arg.
4161         * nnimap.el (nnimap-make-thread-query): New utility function to format
4162         an imap thread search query.
4163         (nnimap-request-thread): Use it.
4165         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4166         right select-method if we are not going back to the group buffer.
4168 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4171         enter invalid buffer configurations into the quit form (bug#9107).
4172         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4173         unplugged/plugged.
4175         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4176         keep track of which ones are unread (bug#9061).
4178         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4179         (bug#9055).
4181         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4182         (bug#9041).
4184         * gnus-html.el (mm-util): Require (bug#9073).
4186         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4187         (gnus-summary-refer-thread): Use it to remove duplicates in the
4188         un-threaded view (bug#9053).
4189         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4191 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4193         * nnir.el (nnir-read-server-parm): Use default value from global
4194         variable.  Without this the default search engine parameters aren't
4195         used at all.
4197 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199         * message.el (message-unique-id): Don't use the undocumented return
4200         value from (random t) (bug#9118).
4202 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4204         * message.el (message-auto-save-directory): If the ~/Mail directory
4205         doesn't exist, use ~ as the auto-save directory (bug#4432).
4207         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4208         hasn't already been started.
4210 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4214         * message.el (message-reply): Work around mysterious bug where
4215         `message-mode' seems to overwrite the locally bound `subject' variable.
4217 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4219         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4220         correct group.
4222         * gnus-int.el (gnus-request-thread): Add group argument.
4224         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4226 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4228         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4229         renamed to `debbugs-gnu-*'.
4231 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4233         * plstore.el: Revert the editing feature since it is not urgent.
4234         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4235         (plstore-mode-decoded): Remove.
4237 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4240         isn't very interesting any more, and it leaks potentially secret data.
4241         (gnus-debug): Remove.
4243         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4244         use of :custom-show.
4246 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4248         * plstore.el: Add documentation.
4249         (plstore-mode): New mode to edit plstore file.
4250         (plstore-mode-toggle-display, plstore-mode-original)
4251         (plstore-mode-decoded): New command.
4252         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4253         (plstore--insert-buffer, plstore--make): New function.
4254         (plstore-open, plstore-save): Simplify by using them.
4256 2011-07-06  Glenn Morris  <rgm@gnu.org>
4258         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4260 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4263         no longer is much used.
4264         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4265         Articles".
4267 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4269         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4270         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4271         `notmuch' backend.
4273 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275         * mm-decode.el (mm-text-html-renderer): Doc fix.
4277         * gnus-msg.el (gnus-bug): Fix the MML tag.
4279         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4281 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4283         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4284         secondary methods if started with `gnus-no-server'.
4286 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4288         * message.el (message-return-action): Fix typo in docstring.
4290 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4293         bug reports at once.
4295         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4297 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4299         * nndraft.el: Require gnus-group.
4300         (nndraft-request-list): Declare.
4302         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4303         no unread article unless it matches gnus-permanently-visible-groups.
4305         * nndraft.el (nndraft-update-unread-articles): New function.
4306         (nndraft-request-associate-buffer): Use it to update the number of
4307         unread articles for the nndraft groups in the group buffer when saving
4308         or killing a draft message.
4310 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4313         systems to binary before writing and reading the mbox files.
4315         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4316         instead of trying to list them all (bug#8978).
4318 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4320         * pop3.el (pop3-open-server): Use :end-of-capability.
4322 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4325         the id is always a number.
4327         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4328         debbugs mode, if possible.
4330 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4332         * auth-source.el (auth-source-token-passphrase-callback-function):
4333         Reindent.
4334         (epg-context-operation): Remove unnecessary autoload.
4336 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4338         * gnus.el (gnus-list-debbugs): New command.
4340         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4341         mboxstat instead of the maintbox, since the stat seems to be fuller.
4343         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4344         summary buffers.
4346         * message.el (message-get-reply-headers): Delete all duplicates,
4347         instead of the first.
4348         (message-get-reply-headers): Ensure that we have progress while
4349         deleting duplicates.
4351         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4352         gnus-posting-style value from the summary buffer to make it easier to
4353         make that a per-buffer conf.
4355 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4357         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4358         found by setting `shortcut' in 'query.
4359         (nnir-request-article): Use `shortcut' setting when requesting article
4360         by Message-ID.
4362 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4364         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4365         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4366         Bring the pseudo-headers back too.
4368 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4370         * auth-source.el (auth-source-token-passphrase-callback-function):
4371         Simplify and remove EPA dependency.
4373 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4375         * nnir.el (nnir-request-article): Fix error message text.
4377 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4379         * auth-source.el (plstore-delete): Autoload.
4380         (auth-source-plstore-search): Support delete operation.
4381         * plstore.el (plstore-delete): New function.
4383 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4385         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4386         mark actually existing articles as unread rather than the ones that
4387         active asserts.
4389 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4391         * nntp.el (nntp-record-command):
4392         * gnus-util.el (gnus-message-with-timestamp-1):
4393         Use format-time-string rather than decoding time stamps by hand.
4394         This is simpler and insulates the code from potential changes to
4395         current-time format.
4397 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4399         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4401 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4403         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4404         (plstore-save): Support public key encryption.
4405         (plstore--init-from-buffer): New function.
4406         (plstore-open): Use it; fix error when opening a non-existent file.
4407         (plstore-revert): Use plstore--init-from-buffer.
4409 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4411         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4413 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4415         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4416         for old Emacsen.
4418 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4420         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4421         is not fully working.
4423 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4426         quit window configuration.
4428         * auth-source.el (epg-context-set-passphrase-callback):
4429         Remove duplicate autoload.
4431 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4433         * nnir.el (nnir-request-article): Allow requesting articles by
4434         Message-ID with nnimap.
4436         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4437         current server.
4439 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4441         * auth-source.el: Autoload EPA/EPG functions.
4442         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4443         changed when EPA/EPG is not available.
4444         (auth-source-backend): Rename "arg" member to "data".
4445         (auth-source-backend-parse, auth-source-plstore-search)
4446         (auth-source-plstore-create): Use it.
4448 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4450         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4451         `gnus-refer-article-methods'.
4453 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4455         * auth-source.el: Require EPA and EPG.
4456         (auth-source-passphrase-alist): New variable.
4457         (auth-source-passphrase-callback-function)
4458         (auth-source-token-passphrase-callback-function): Callbacks for the
4459         netrc field encryption (GPG tokens).
4460         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4461         Symmetric encryption and decryption of the netrc GPG tokens.
4462         (auth-source-netrc-normalize): Use them, simplifying the closure.
4464 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4467         non-nil, and `nnimap-split-methods' is nil, use the former.
4469 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4471         * plstore.el (plstore-revert): New function.
4472         (plstore-open): Use it; hide the buffer from user.
4474 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4476         * auth-source.el (auth-source-backend): New member "arg".
4477         (auth-source-backend-parse): Handle new backend 'plstore.
4478         * plstore.el: New file.
4480 2011-06-30  Glenn Morris  <rgm@gnu.org>
4482         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4484         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4486 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4489         expiring articles to.
4491         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4492         variations as ASCII (bug#5458).
4494 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4496         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4498 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500         * message.el (message-point-in-header-p): Tweak the function to default
4501         to saying that we're not in the headers if there is no separator at
4502         all.  This makes it possible to use the Message version of `M-q' in
4503         buffers with no headers (bug#7987).
4504         (message-point-in-header-p): Fix last checkin to work with an empty
4505         mail-header-separator, too.
4507         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4508         again, save the choice via customize.
4510 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4514         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4515         ended the connection, bail out before waiting infinitely on a new
4516         connection.
4518 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4520         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4521         reports.
4523         * gnus.el (gnus-bug-package): Use "gnus."
4524         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4526 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4528         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4529         animations going on at article exit time.
4531         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4532         since removing it breaks people upgrading.
4534         * shr.el (shr-put-image): Use the new interface for animating images.
4535         (shr-put-image): Animate for 60 seconds.
4537         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4538         error with `find-file-hooks' on Emacs 22.
4539         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4540         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4541         on all architectures.
4543         * spam.el (spam-stat): Require in a normal fashion without binding
4544         `spam-stat-install-hooks' to avoid compilation warnings.
4546         * spam-stat.el (spam-stat-install-hooks): Remove.
4547         (spam-stat-install-hooks): Don't run automatically.
4549 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4551         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4552         and keystroke.
4554 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4556         * auth-source.el (auth-source-netrc-cache): Move forward.
4558 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4561         we already know.
4562         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4563         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4565 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4568         %S format, since that looks odd.
4569         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4570         file, especially when saving.
4572 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4574         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4575         article found.
4577 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4579         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4580         `auth-source-save-secrets' with a more sensitive alist that can be
4581         configured per file.  Experimental, so defaults to 'never.
4582         (auth-source-netrc-create): Use it.  Still experimental code.
4583         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4584         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4586 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4588         * auth-source.el (auth-source-save-secrets): New variable to control if
4589         secret tokens should be saved encrypted.
4590         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4591         to `auth-source-netrc-normalize'.
4592         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4593         on the EPA variables being defined.
4594         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4595         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4596         the lexical-let closure.
4597         (auth-source-netrc-create): Create "gpg:" tokens according to
4598         `auth-source-save-secrets'.
4600 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4602         * gnus-group.el (gnus-group-update-group): Add new argument
4603         `info-unchanged' that stops updating dribble buffer.
4605         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4606         deletes lines matching to it in dribble buffer.
4608         * gnus-agent.el (gnus-agent-fetch-group-1):
4609         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4610         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4611         * gnus-start.el (gnus-group-change-level):
4612         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4614         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4615         if newsgroup info is not changed.
4617         * gnus-group.el (gnus-group-get-new-news-this-group):
4618         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4619         Don't update dribble buffer.
4621 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4623         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4624         remove entries with groups we ignore.
4626 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4629         the underline comes at the bottom.
4631 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4633         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4634         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4635         (gnus-registry-article-marks-to-names): Rename from
4636         `gnus-registry-user-format-function-M2'.
4638 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4640         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4641         ephemeral group.
4643 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645         * shr.el (shr-browse-image): Copy the URL if called interactively.
4647 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4650         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4651         done, then unselected articles may be marked as read.
4653         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4654         since not doing this seems to lead to a race condition in pop3-logon.
4656         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4657         so that the call chain it correct when we call "upwards".
4659         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4660         in read-only groups.
4662         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4664         * message.el (message-cite-reply-position): Doc string fix.
4666         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4667         avoid regexp overflow.
4668         (nnimap-transform-split-mail): Ditto.
4670         * pop3.el (pop3-retr): Error out if the server closes the connection.
4672 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4674         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4675         mm-with-unibyte-current-buffer.  The buffer should not contain any
4676         multibyte chars anyway at this stage.
4678 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4680         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4681         at the end of lines.
4683 2011-05-29  Julien Danjou  <julien@danjou.info>
4685         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4687 2011-05-27  Glenn Morris  <rgm@gnu.org>
4689         * gnus-group.el (gnus-bug-group-download-format-alist):
4690         Use the "maintainer" version of debian reports as well.
4692 2011-05-26  Glenn Morris  <rgm@gnu.org>
4694         * gnus-group.el (gnus-bug-group-download-format-alist):
4695         Use the "maintainer" version of debbugs.gnu.org reports.
4697 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4699         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4701 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4703         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4704         the thread moves us backwards and so we loop forever.
4706 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4708         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4709         whitespace in base64 data lines.
4711 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4713         * gnus-registry.el (gnus-registry-user-format-function-M):
4714         Use `mapconcat'.
4715         (gnus-registry-user-format-function-M2): Use to see the full text of
4716         the marks.  Make "," the mark text separator.
4718         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4719         authentication with auth-source.
4721 2011-05-17  Glenn Morris  <rgm@gnu.org>
4723         * gnus-group.el (gnus-import-other-newsrc-file):
4724         Use insert-file-contents.
4726 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4728         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4729         1000 iterations.
4731 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4733         * nntp.el (nntp-open-connection): Check if process-type is available.
4735 2011-05-16  Julien Danjou  <julien@danjou.info>
4737         * shr.el (shr-tag-del): Add support for del tag.
4739 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4741         * gnus-html.el (gnus-html-put-image): Register a displayer.
4743         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4745 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4747         * registry.el (prune-factor): New initialization parameter defaulting
4748         to 0.1.
4749         (registry-prune-hard): Use it.
4751         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4752         0.1 expicitly.
4754 2011-05-13  Glenn Morris  <rgm@gnu.org>
4756         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4757         is bound, since this function requires sendmail.
4759 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4761         * registry.el (registry-usage-test): Disable pruning test.
4763 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4765         * registry.el (registry-prune-hard-candidates)
4766         (registry-prune-soft-candidates): Helper methods for registry pruning.
4767         (registry-prune): Use them.  Make the sort function optional.
4769 2011-05-10  Jim Meyering  <meyering@redhat.com>
4771         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4773 2011-05-10  Julien Danjou  <julien@danjou.info>
4775         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4776         symbol and not a list.
4778 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4780         * gnus-art.el (gnus-article-mode): Move binding of
4781         shr-put-image-function here from gnus-article-prepare-display.
4783         * shr.el (shr-put-image-function): New variable.
4784         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4785         (shr-put-image): Return scaled image.
4787         * gnus-art.el (gnus-shr-put-image): New function.
4788         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4790         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4791         original ones, as deletable.
4793 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4795         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4797 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4799         * registry.el (registry-full): Add convenience method.  Fix logic.
4800         (registry-insert): Use it.  Fix logic here too.
4802         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4803         `registry-prune' if `registry-full' returns t.
4804         (gnus-registry-handle-action)
4805         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4806         (gnus-registry-usage-test): Use it.
4808 2011-05-07  Julien Danjou  <julien@danjou.info>
4810         * shr.el (shr-link): Make shr-link inherit from link by default.
4812 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4814         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4816 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4818         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4819         error out because the face is not a list.
4821 2011-05-05  Glenn Morris  <rgm@gnu.org>
4823         * gnus-start.el (gnus-propagate-marks): Declare.
4825 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4827         * registry.el (registry-reindex): Fix percentage message.
4829 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4831         * shr.el: Add shr-link face for links.
4832         (shr-urlify): Use it.
4834         * registry.el (registry-insert): Make error message more helpful.
4836 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838         * gnus-html.el (gnus-html-schedule-image-fetching):
4839         Use url-queue-retrieve, if it exists.
4841         * shr.el (shr-tag-img): Ditto.
4843         * gnus.el: Autoload more gnus-agent functions.
4845         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4846         agent if we haven't already (bug#8502).
4848         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4849         into the Agent, too.
4851         * gnus-agent.el (gnus-agent-store-article): New function.
4853         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4854         and moved from that file for reuse.
4856         * pop3.el (pop3-open-server): Error messages are "-ERR".
4858 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4861         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4863 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4865         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4866         buffer has moved to a different frame.
4868 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4871         to get the conversion from unibyte to multibyte buffers to work on
4872         Emacs 22.
4874         * nntp.el (nntp-request-article): Slight clean-up.
4876 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878         * shr.el (shr-strike-through): New face.
4879         (shr-tag-s): Use it to provide <s> support.
4880         (shr-tag-s): Remove duplicate definition.
4882 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4884         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4885         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4887 2011-04-23  Glenn Morris  <rgm@gnu.org>
4889         * gnus-sum.el (gnus-extra-headers): Bump :version.
4891 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4893         * shr.el (shr-tag-sup): New function.
4894         (shr-tag-sub): Ditto.
4896 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4898         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4899         for the case where `gnus-registry-ignored-groups' is a list of lists,
4900         and don't call `gnus-parameter-registry-ignore' otherwise.
4902 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4904         * nnimap.el (nnimap-user): New backend variable.
4905         (nnimap-open-connection-1): Use it.
4906         (nnimap-credentials): Accept user parameter so it's explicit what user
4907         name is desired.
4909         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4910         default.
4912         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4913         not gnus-registry.el.
4915         * gnus-registry.el: Mention in comments how to modify
4916         `gnus-extra-headers' for proper recipient tracking and that it may
4917         already have To and Cc recently, which it does as of this commit.
4918         (gnus-registry-ignored-groups): Remove defcustom.
4919         Explain why in comments.
4920         (gnus-registry-action): Fix data-header reference to use the extra
4921         headers.  Explain in package commentary how to add To and Cc headers to
4922         the gnus-extra-headers.
4923         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4924         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4925         parameter list or a string list in `gnus-registry-ignored-groups'.
4926         Fix logic error.
4928 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4930         * shr.el (shr-expand-url): Protect against null urls.
4932 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934         * shr.el (shr-base): New binding.
4935         (shr-tag-base): Keep track of <base>.
4936         (shr-expand-url): New function used throughout.
4938 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4940         * gnus-registry.el
4941         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4942         (gnus-registry-ignored-groups): New variable.
4943         (gnus-registry-ignore-group-p): Use it.
4944         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4945         set the destination group to nil (same as delete) if it's ignored.
4947 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4949         * gnus-registry.el (gnus-registry-action)
4950         (gnus-registry-fetch-header-fast):
4951         Don't use mail-header that looks an internal function of mailheader.el.
4953 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4955         * gnus-registry.el: Eliminate cl functions.
4956         (gnus-registry-sort-addresses): New function that replaces mapcan.
4957         (gnus-registry-action, gnus-registry-spool-action)
4958         (gnus-registry-split-fancy-with-parent)
4959         (gnus-registry-fetch-recipients-fast): Use it.
4960         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4962         * registry.el (initialize-instance, registry-lookup)
4963         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4964         (registry-lookup-secondary-value, registry-search, registry-delete)
4965         (registry-insert, registry-reindex, registry-size, registry-prune):
4966         Use eval-and-compile.
4968 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4970         * registry.el (registry-reindex): New method to recreate the secondary
4971         registry indices.
4973         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4974         tracked field changes.
4975         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4976         (gnus-registry-action, gnus-registry-spool-action)
4977         (gnus-registry-handle-action)
4978         (gnus-registry--split-fancy-with-parent-internal)
4979         (gnus-registry-split-fancy-with-parent)
4980         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4981         move, and delete actions, and for fancy splitting with parent.
4982         (gnus-registry-extract-addresses)
4983         (gnus-registry-fetch-recipients-fast)
4984         (gnus-registry-fetch-header-fast): Convenience functions.
4985         (gnus-registry-misc-test): ERT test of
4986         `gnus-registry-extract-addresses'.
4988 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4990         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4991         Track by subject first, then sender.
4993 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4995         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4997         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4998         Lisp.
5000         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
5001         (gnus-draft-send): Use it to avoid popping
5002         up frames from gnus-group-send-queue.
5004 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
5006         * gnus-registry.el: Updated gnus-registry docs.
5008 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
5010         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
5011         Fix logic bug.
5012         (gnus-registry-post-process-groups): Fix logging of no results and
5013         quote sender and subject.
5015 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5017         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
5018         (gnus-read-active-for-groups): Don't try to finish getting stuff where
5019         we had no early-data returned.
5020         (gnus-get-unread-articles): Add a sanity check so that we don't issue
5021         two async commands to the same server at the same time.
5023 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
5025         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
5027 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
5030         "warning" level.
5032         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
5033         (mm-url-insert-file-contents): Don't set the package names.
5035 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5037         * gnus-registry.el (gnus-registry-action): Remove properties and
5038         simplify subject in `gnus-registry-handle-action'.
5039         (gnus-registry-spool-action): Get subject and sender from message if
5040         they are not passed in.
5041         (gnus-registry-handle-action): Remove properties and simplify subject
5042         consistently.
5044 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5046         * registry.el: Require CL before using defmacro*.
5048 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5050         * gnus-art.el (article-treat-date): Assume that
5051         gnus-article-date-headers may be a group parameter.
5053 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5055         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5057         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5058         interactively so the newsrc file can contain foreign groups too.
5059         Useful for debugging but not much for users.
5061 2011-04-07  David Engster  <dengste@eml.cc>
5063         * registry.el (registry-usage-test): Only do
5064         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5065         lexical binding.
5067 2011-04-06  David Engster  <dengste@eml.cc>
5069         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5070         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5072 2011-04-06  David Engster  <dengste@eml.cc>
5074         * registry.el (initialize-instance): Change :after to :AFTER to be
5075         compatible with old EIEIO version in XEmacs.
5077 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5079         * gnus-registry.el (gnus-registry-post-process-groups)
5080         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5081         and provide better messaging.
5083 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5085         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5086         unconditionally anyway, discarding errors.
5087         (gnus-registry-delete-entries): New convenience function.
5088         (gnus-registry-import-eld): Import from old .eld registry.
5090         * registry.el: Don't use ERT if it's not available.  Load it
5091         unconditionally anyway, discarding errors.
5093         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5094         version from the Claudio Bley GnuTLS patch (extra optional parameters
5095         and host name).
5097 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5099         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5100         fixup the parameters that can be customized by the user between
5101         save/read cycles.
5102         (gnus-registry-read): Use it.
5103         (gnus-registry-make-db): Use it.
5104         (gnus-registry-spool-action, gnus-registry-handle-action):
5105         Fix messaging.
5106         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5107         Map references to actual group names with sender and subject tracking.
5108         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5109         (gnus-registry-usage-test): Add subject lookup test.
5111         * registry.el (registry-db, initialize-instance): Set up constructor
5112         instead of :initform arguments for the sake of older Emacsen.
5113         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5114         pre-lexbind merge bug.
5115         (registry-usage-test): Use it.
5116         (initialize-instance, registry-db): Move the non-function initforms
5117         back to the class definition.
5119 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5121         * registry.el: New library to manage gnus-registry-style data.
5123         * gnus-registry.el: Use it (major rewrite).
5125         * nnregistry.el: Use it.
5127         * spam.el: Use it.
5129 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5132         marks on non-selected articles.
5134 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5136         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5138         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5139         parameter to open-protocol-stream.
5141 2011-04-01  Julien Danjou  <julien@danjou.info>
5143         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5144         fundamental-mode.
5146 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5148         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5149         servers.
5151 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5154         made marks not propagate, again.
5156 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5158         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5159         Make this the default type.
5160         (proto-stream-open-plain): Rename from proto-stream-open-default.
5161         (open-protocol-stream, proto-stream-open-starttls)
5162         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5163         with `plain'.
5165         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5166         value.
5168         * nntp.el (nntp-open-connection-function): Document the fact that some
5169         values are not functions but are instead handled specially.
5170         Recognize nntp-open-plain-stream value.
5171         (nntp-open-connection): Recognize that value.
5173 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5176         stuff.
5178         * gnus-score.el (gnus-score-string): Fix calling convention of
5179         `gnus-simplify-buffer-fuzzy' after last patches.
5181         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5182         server for articles we didn't get any headers for.  This is a sanity
5183         check.
5185 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5187         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5188         new CAPABILITY, use it.
5190 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5192         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5193         downloading anything.
5195         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5197 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5199         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5200         colors.
5201         (gnus-splash-svg-color-symbols): New function.
5203 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5205         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5206         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5207         (gnus-simplify-subject-fuzzy): Use the local
5208         gnus-simplify-subject-fuzzy-regex instead of the global one.
5209         This makes using this variable in group parameters work.
5211 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5213         * gnus-registry.el (gnus-registry-unfollowed-groups):
5214         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5215         archive:sent-YYYY-MM-DD groups).
5216         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5217         tracking if there are more than `gnus-registry-max-track-groups'
5218         matches.
5220 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5222         * message.el (message--yank-original-internal): New function to do the
5223         insertion cleanly inside eval in `message-yank-original'.
5224         (message-yank-original): Use it.
5226 2011-03-29  Julien Danjou  <julien@danjou.info>
5228         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5229         local variables disabled rather than `normal-mode'.
5231 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5233         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5234         with open-network-stream.
5235         (proto-stream-always-use-starttls): Option removed.
5236         (open-protocol-stream): Return a process object by default.  Provide a
5237         new parameter :return-list specifying a list-type return value, which
5238         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5239         :type `network' to `try-starttls', and `network-only' to `default'.
5240         Make `default' the default, for compatibility with open-network-stream.
5241         Handle the no-parameter case exactly as open-network-stream, with no
5242         additional stream processing.  Search plists using plist-get.
5243         Explicitly add :end-of-commend parameter if it is missing.
5244         (proto-stream-open-default): Rename from
5245         proto-stream-open-network-only.  Return 'default as the type.
5246         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5247         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5248         failed.  Always return a list with a (possibly dead) process as the
5249         first element, for compatibility with open-network-stream.
5250         (proto-stream-open-tls): Use plist-get.  Always return a list.
5251         (proto-stream-open-shell): Return `default' as connection type.
5252         (proto-stream-capability-open): Use plist-get.
5253         (proto-stream-eoc): Function deleted.
5255         * nnimap.el (nnimap-stream, nnimap-open-connection)
5256         (nnimap-open-connection-1): Handle renaming of :type parameter for
5257         open-protocol-stream.
5258         (nnimap-open-connection-1): Pass a :return-list parameter
5259         open-protocol-stream to obtain a list return value.  Parse this list
5260         using plist-get.
5262         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5263         for open-protocol-stream.  Accept open-protocol-stream return value
5264         that is a subprocess object instead of a list.  Handle the case of a
5265         dead returned process.
5267 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5269         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5271         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5273 2011-03-21  Julien Danjou  <julien@danjou.info>
5275         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5276         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5277         query.
5278         (mm-inline-text): Render normal text with fontification whenever
5279         possible.
5281         * gnus-sum.el (gnus-summary-save-parts-1):
5282         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5283         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5284         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5285         Use `mm-handle-filename'.
5287         * mm-util.el (mm-handle-filename): New function, return the filename of
5288         an handle.
5290 2011-03-18  Julien Danjou  <julien@danjou.info>
5292         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5293         (gnus-buffer-live-p): Check that buffer is not nil.
5295 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297         * gnus-art.el: Require mouse, which the build bot seems to say is
5298         needed.
5300         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5301         XEmacs, since it doesn't have url-retrieve-synchronously.
5303 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5305         * gnus-group.el (gnus-group-list-ticked): New function.
5306         (gnus-group-make-menu-bar): Provide a menu entry for it.
5307         (gnus-group-list-map): Provide a binding for it.
5309 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5311         * shr.el (shr-visit-file): New command.
5313         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5315 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5317         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5318         servers.
5320 2011-03-16  Julien Danjou  <julien@danjou.info>
5322         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5323         inline.
5325         * gnus-art.el (article-hide-list-identifiers):
5326         Use gnus-group-get-list-identifiers.
5328         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5329         (gnus-summary-remove-list-identifiers):
5330         Use gnus-group-get-list-identifiers to get regexp.
5331         (gnus-select-newsgroup, gnus-summary-insert-subject)
5332         (gnus-summary-insert-articles):
5333         Call gnus-summary-remove-list-identifiers unconditionally.
5335 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5337         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5338         we're selecting a group with unread articles.
5340         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5342         * gssapi.el: New file separated out from imap.el to provide a general
5343         Kerberos 5 connection facility for Emacs.
5345         * message.el (message-elide-ellipsis): Document the format spec
5346         ellipsis.
5348 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5350         * message.el (message-elide-region): Allow the ellipsis to say how many
5351         lines were removed.
5353 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5356         window configurations containing buffers that are now dead.
5358         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5359         parsing to avoid integer overflows.
5360         (nnimap-parse-flags): Simplify the last change.
5361         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5362         too large for 32-bit Emacsen.
5364 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5366         * auth-source.el (auth-source-netrc-create):
5367         * message.el (message-yank-original): Fix use of `case'.
5369 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5371         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5372         XEmacs, which was one character too wide.
5374 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5376         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5377         default number of articles to display.
5378         (gnus-articles-to-read): Use pretty names for prompt.
5380 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382         * gnus-int.el (gnus-open-server): Ditto.
5384         * gnus-start.el (gnus-activate-group): Give a backtrace if
5385         debug-on-quit is set and the user hits `C-g'.
5386         (gnus-read-active-file): Ditto.
5388         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5390 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5392         * message.el (message-yank-original): Use cond instead of CL case.
5394 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5396         * auth-source.el (auth-source-netrc-create): Use usual format for the
5397         default in prompts.
5399 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5401         * auth-source.el (auth-source-netrc-create): Show the default in the
5402         prompt when prompting for token creation.
5404 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5406         * auth-source.el (auth-source-format-prompt): Always convert the value
5407         to a string to avoid evaluating non-string arguments.
5408         (auth-source-netrc-create): Offer default properly, not as initial
5409         content in `read-string'.
5410         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5411         of line to determine if we've been run before.  If so, don't run again,
5412         but print a trivial message to indicate the cache was hit instead.
5414 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5416         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5417         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5418         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5419         Gnus.
5421 2011-03-11  Julien Danjou  <julien@danjou.info>
5423         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5424         modified file".
5426 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5428         * auth-source.el (auth-source-read-char-choice): New function to read a
5429         character choice using `dropdown-list', `read-char-choice', or
5430         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5431         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5432         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5433         (auth-source-netrc-saver): Use it.
5434         (auth-source-pick-first-password): New convenience function.
5436 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5438         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5439         parameter in the credentials.
5440         (nnimap-open-connection-1): Use it after a successful login.
5441         (nnimap-credentials): Add IMAP-specific user and password prompt.
5443         * auth-source.el (auth-source-search): Add :require parameter, taking a
5444         list.  Document it and the :save-function return token.  Pass :require
5445         down.  Change the CREATED message from a warning to a debug statement.
5446         (auth-source-search-backends): Pass :require down.
5447         (auth-source-netrc-search): Pass :require down.
5448         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5449         Change save prompt to indicate all modifications saved here are
5450         deletions.
5451         (auth-source-netrc-create): Take user login name as default in user
5452         prompt.  Move all the save functionality to a lexically bound function
5453         under the :save-function token in the returned list.  Set up clearer
5454         default prompts for user, host, port, and secret.
5455         (auth-source-netrc-saver): New function, intended to be wrapped for
5456         :save-function.
5458 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
5460         * Version 23.3 released.
5462 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5464         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5465         lines to be spaces instead.
5467 2011-03-07  Julien Danjou  <julien@danjou.info>
5469         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5470         (sieve-sasl-auth): Check that auth-source-search did return something,
5471         or just return an empty string.
5473 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5475         * gnus.el (gnus-interactive): Use read-directory-name.
5477         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5478         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5479         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5480         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5481         Likewise.
5483         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5485 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5487         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5488         onto the list of killed groups, too.  This makes killed nnimap groups,
5489         for instance, more reliably not reappear.
5491         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5492         the parent.
5494         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5496         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5497         really have server-side marks.
5499         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5500         since most backends do not usefully have server-side marks.
5501         (gnus-update-read-articles): Propagate marks to all backends that
5502         really have server-side marks.
5504 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5506         * message.el (message-cite-reply-position, message-cite-style):
5507         New variables.
5508         (message-yank-original): Use the new citation styles.
5510 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5512         * message.el (message-options): Revert the change that's a workaround
5513         for XEmacs buffer-local issue; don't mark it buffer-local when running
5514         under XEmacs.
5516 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5518         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5519         numbers too big to be `read'.
5521 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5523         * message.el (message-options): Make buffer-local two ways to attempt
5524         to fix a XEmacs bug.
5526 2011-03-02  Julien Danjou  <julien@danjou.info>
5528         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5530 2011-03-01  Julien Danjou  <julien@danjou.info>
5532         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5533         group.
5534         (article-hide-list-identifiers): Use list-identifier group parameter.
5536 2011-02-28  Julien Danjou  <julien@danjou.info>
5538         * sieve.el (sieve-buffer-script-name): New local variable to store
5539         sieve script name.
5540         (sieve-edit-script): Store sieve script name.
5541         (sieve-upload): Use sieve script name when uploading.
5542         (sieve-upload): Use substitute-command-keys.
5543         (sieve-edit-script): Use substitute-command-keys.
5544         (sieve-refresh-scriptlist): Use substitute-command-keys.
5545         (sieve-manage-mode-map): Define keymap properly.
5546         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5547         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5548         Remove commented code about cvs.
5549         (sieve-manage-quit): New function.
5550         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5552 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5554         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5556 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5558         * auth-source.el (auth-source-search): Cache empty result sets.
5560         * auth-source.el (auth-source-save-behavior): New variable to replace
5561         `auth-source-never-create'.
5562         (auth-source-netrc-create): Use it.
5563         (auth-source-never-save): Remove.
5565 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5567         * nnimap.el (nnimap-stream): Doc fix.
5568         (nnimap-open-connection-1): Reverse the order of the ports to that the
5569         prompted-for port is first.
5571         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5572         retrieval by the no-group selection.
5574         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5575         numerical parameters.
5577 2011-02-25  Julien Danjou  <julien@danjou.info>
5579         * gnus-gravatar.el: Use gnus-with-article-buffer.
5581         * gnus-art.el (gnus-with-article-buffer): Check that the
5582         gnus-article-buffer is alive.
5584 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5586         * auth-source.el (auth-source-creation-prompts): New variable to manage
5587         creation-time prompts.
5588         (auth-source-search): Document it.
5589         (auth-source-format-prompt): Add utility function.
5590         (auth-source-netrc-create): Don't default the user name to
5591         user-login-name.  Use `auth-source-creation-prompts' and some default
5592         prompts for user, host, port, and password (the default generic prompt
5593         remains ugly).
5594         (auth-source-never-save): Add customizable option to never save info.
5595         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5596         mode excursion.
5598 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5600         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5601         argument that XEmacs doesn't support.
5603 2011-02-23  Julien Danjou  <julien@danjou.info>
5605         * gnus-art.el (article-make-date-line): Ignore errors if time is
5606         invalid and not convertible.
5607         (article-make-date-line): Only add lapsed time if time is not nil.
5609 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5611         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5612         `read-char-choice' for backwards compatibility.
5613         (auth-source-netrc-element-or-first): New function to DTRT for
5614         parameter extraction.
5615         (auth-source-netrc-create): Use it and fix multiple parameter print
5616         bug.  Use the default passed from above (given-default) or the
5617         built-in (user-login-name for :user).
5619 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5621         * gnus-start.el (gnus-dribble-read-file):
5622         Set buffer-save-without-query, since we always want to save the dribble
5623         file, probably.
5625         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5626         nnimap.
5628         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5629         -summary- since it's a user-visible variable.
5631         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5632         first time you use the new Gnus.
5634 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5636         * auth-source.el: Don't load netrc.el.
5637         (auth-sources): Search ~/.netrc as well by default.
5638         (auth-source-debug): Add 'trivia option for extra output.
5639         (auth-source-do-trivia): Use it.
5640         (auth-source-search): Simplify logic to use
5641         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5642         appropriate.  Don't keep a running count at this level.  Layer :create
5643         and :delete options appropriately on the first and second passes.
5644         Don't track the backend with the search results.
5645         (auth-source-search-backends): New function to search a list of
5646         backends for a processed spec.
5647         (auth-source-netrc-parse): Cache all netrc files, making
5648         auth-source-netrc-cache an alist keyed by the file name and using the
5649         file mtime as the caching criterion.  Keep the obfuscated data secret
5650         with a lexical bind.
5651         (auth-source-netrc-search): Don't calculate the length of the results
5652         unnecessarily.
5653         (auth-source-search-backends): Fix bug.
5654         (auth-source-netrc-create): Rework prompts.
5656 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5658         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
5659         Lower case names of search constraints.
5660         (nnir-run-query): Cache and reuse search constraints for all imap
5661         servers.
5663 2011-02-22  Sam Steingold  <sds@gnu.org>
5665         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5667 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5669         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5670         after exit.
5671         (gnus-setup-message): Define missing variable from last checkin.
5673         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5674         value, show the raw article.
5676 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5678         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5679         auth-source now accepts numbers.
5681         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5682         spec, too.
5683         (auth-source-ensure-strings): New function.
5685         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5686         (gnus-article-setup-buffer): Always restart the date timer so that user
5687         changes to the frequency is respected.
5689         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5690         port numbers, so make sure it gets that if nnimap-server-port is
5691         explicit.
5693 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5695         * nnimap.el (nnimap-inbox): Doc fix.
5697 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5699         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5700         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5701         color-lab-to-srgb.
5703 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5705         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5706         given method as in the group name if we're using an extended method.
5707         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5708         command, if we're using that, instead of waiting for the beginning.
5710         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5711         we're sure to get unique server names, and we don't output two async
5712         commands in the same buffer.  This fixes an NNTP hang for some users.
5714 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5716         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5717         summary buffer before reading going to the next buffer.  This avoids
5718         putting the point in the group buffer if you `C-g' the command.
5720         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5721         cache (for now) to make ~/.authinfo.gpg files usable.
5723         * nnfolder.el (copyright-update): Define for the compiler.
5725         * auth-source.el (auth-source-search): Fix unbound variable.
5727 2011-02-19  Glenn Morris  <rgm@gnu.org>
5729         * gnus.el (gnus-meta): Doc fix.
5731 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5733         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5734         in case it's not yet loaded.
5736 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5738         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5739         line we're waiting for.
5741 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5743         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5744         face with line-width greater than zero will cause RET in gnus summary
5745         buffer to scroll down article page-wise because auto vscroll happens,
5746         it should be temporally disabled when doing a scroll-up.
5748 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5750         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5751         outputs from the server.
5753 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5755         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5756         later so that bbdb can hook in easier.
5758 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5760         * auth-source.el (auth-source-search): Don't try to create credentials
5761         if the caller doesn't want that.
5762         (auth-source-search): If we don't find a match, don't bug out on
5763         non-bound variables.
5764         (auth-source-search): Only ask a single backend to create the
5765         credentials.
5767         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5768         logging.
5769         (nnimap-credentials): Protect against auth-source-search returning nil.
5770         (nnimap-request-list): Protect against not being able to open the
5771         server.
5773 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5775         * auth-source.el (auth-source-search): Do a two-phase search, one with
5776         no :create to get the responses from all backends.
5778         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5779         when getting credentials.
5781         * gnus-util.el (gnus-delete-duplicates): New function.
5783 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5785         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5786         a creation default, pass the whole port list down.  It will be
5787         completed.
5789         * auth-source.el (auth-source-search): Update docs to talk about
5790         multiple creation choices.
5791         (auth-source-netrc-create): Accept a list as a value (from the search
5792         parameters) and do completion on that list.  Keep a separate netrc line
5793         with the password obscured for showing the user.
5795         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5796         first choice to `auth-source-search' so it will be used for entry
5797         creation instead of the server's Gnus-specific name.
5798         (nnimap-credentials): Rely on the auth-source library to select which
5799         port is actually wanted in the new netrc entry, so don't override
5800         `auth-source-creation-defaults'.
5802         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5803         :protocol and accept a missing user, host, or port as a wildcard match.
5804         (auth-source-debug): Default to off.
5806         (auth-source-netrc-search, auth-source-netrc-create)
5807         (auth-source-secrets-search, auth-source-secrets-create)
5808         (auth-source-user-or-password, auth-source-backend, auth-sources)
5809         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5810         instead of :protocol.
5812         * nnimap.el (nnimap-credentials): Pass a port default to
5813         `auth-source-search' in case an entry needs to be created.
5814         (nnimap-open-connection-1): Use :port instead of :protocol.
5816 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5818         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5819         instead of delete-dups that is not available in XEmacs 21.4.
5821 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5823         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5824         nil means that nnimap doesn't get updated.
5826 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5828         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5829         result when the user doesn't want to write to the file.
5830         (auth-source-netrc-search): Expect a synthetic result and proceed
5831         accordingly.
5832         (auth-source-cache-expiry): New variable to override
5833         `password-cache-expiry'.
5834         (auth-source-remember): Use it.
5836         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5837         parameter.  Create entry if necessary by using :create t.
5838         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5840 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5842         * auth-source.el (auth-source-debug): Enable by default and don't
5843         mention the obsolete `auth-source-hide-passwords'.
5844         (auth-source-do-warn): New function to debug unconditionally.
5845         (auth-source-do-debug): Use it.
5846         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5847         and for Secrets API entries when the secrets.el library is not
5848         available.
5850 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5852         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5853         (gnus-summary-exit): Kill the correct article buffer on exit from a
5854         `C-d' group.
5856         * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
5857         gnus-propagate-marks.
5859         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5860         before killing the buffers so that a non-full window conf gets handled
5861         correctly.
5862         (gnus-summary-exit): Ditto.
5863         (gnus-summary-read-group-1): Ditto.
5865         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5866         async code again so that we can debug it properly.
5868         * message.el (message-reply): Take an optional switch-buffer parameter
5869         so that Gnus window confs are respected better.
5871 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5873         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5874         `plist-get' to accept non-list parameters (XEmacs issue).
5875         Fix docstring.
5876         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5877         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5878         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5879         Login collection is "Login" and not "login".
5881 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5883         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5884         multiple headers.
5886         * nnimap.el (nnimap-inhibit-logging): New variable.
5887         (nnimap-log-command): Don't log login commands.
5889         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5890         to have more parameters.
5892         * nnimap.el (nnimap-send-command): Mark the command time for each
5893         command, so that we don't get NOOPs stepping on our toes.
5895         * gnus-art.el (article-date-ut): Get the date from the Date header on
5896         `t'.
5898 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5900         * auth-source.el (auth-source-search): Use copy-sequence instead of
5901         the cl.el copy-list.
5903 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5905         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5906         Improve prompt.
5908 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5910         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5911         washing status from the default format.  It isn't very informative.
5913 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5915         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5916         Fix Gcc processing on imap.
5918 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5920         * message.el (message-bury): Don't pop up a new window when selected
5921         window is dedicated.
5923 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5925         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5927 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5929         * sieve-manage.el: Autoload `auth-source-search'.
5930         (sieve-sasl-auth): Use it.
5932 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5934         * nnimap.el: Autoload `auth-source-forget+'.
5935         (nnimap-open-connection-1): Use it if the connection fails.
5937         * auth-source.el: Require `password-cache'.
5938         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5939         obsolete.
5940         (auth-source-magic): Marker for `password-cache' keys.
5941         (auth-source-do-cache): Update docstring.
5942         (auth-source-search): Use and check cache.
5943         (auth-source-forget-all-cached, auth-source-remember)
5944         (auth-source-recall, auth-source-forget, auth-source-forget+)
5945         (auth-source-specmatchp): Caching support functions.
5946         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5947         Remove and obsolete.
5948         (auth-source-user-or-password): Remove caching to further discourage
5949         using it.  Always hide passwords.
5951 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5953         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5954         code for now, since it doesn't work for all users.
5956 2011-02-09  Julien Danjou  <julien@danjou.info>
5958         * message.el (message-options): Make message-options really buffer
5959         local.
5961 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5963         * mail-source.el: Autoload `auth-source-search'.
5964         (mail-source-keyword-map): Note order matters.
5965         (mail-source-set-1): Get all the mail-source source values and
5966         defaults and search auth-source on those if needed.  This can all
5967         probably be simplified.
5969         * nnimap.el: Autoload `auth-source-search'.
5970         (nnimap-credentials): Use it.
5971         (nnimap-open-connection-1): Ask for the virtual server and physical
5972         address in one shot.
5974         * nntp.el: Autoload `auth-source-search'.
5975         (nntp-send-authinfo): Use it.  Note TODO.
5977 2011-02-08  Julien Danjou  <julien@danjou.info>
5979         * shr.el (shr-tag-body): Add support for text attribute in body
5980         markups.
5982         * message.el (message-options): Make message-options a local variable.
5984 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5986         * auth-source.el (auth-source-secrets-search)
5987         (auth-source-user-or-password): Use `append' instead of `nconc'.
5988         (auth-source-user-or-password): Build return list better and protect
5989         against nil :secret.
5991 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5993         * nnimap.el (nnimap-update-info): Refactor slightly.
5994         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5995         (nnimap-update-info): Clean up slightly.
5996         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5997         characters.
5998         (nnimap-process-quirk): Rename function to avoid collision.
5999         (nnimap-update-info): Fix macrology bug-out.
6000         (nnimap-update-info): Simplify split history test.
6002 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
6004         * auth-source.el (top): Require 'eieio unconditionally.
6005         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
6006         (auth-source-secrets-search): Limit search when `max' is greater than
6007         number of results.
6009 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
6011         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
6012         part not returning any data.
6014         * proto-stream.el (open-protocol-stream): Document the return value.
6016 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6018         * auth-source.el (auth-source-secrets-search): Add examples.
6020 2011-02-06  Julien Danjou  <julien@danjou.info>
6022         * message.el (message-setup-1): Handle message-generate-headers-first
6023         set to t.
6025 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
6027         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
6028         API with a string "secrets:collection-name" and with 'default.
6029         (auth-source-backend-parse): Parse "secrets:collection-name" and
6030         'default.  Recurse on parses instead of repeating code.  Use the
6031         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
6032         message when ignoring a source.
6033         (auth-source-search): List ignored search keys at the top level.
6034         (auth-source-netrc-create): Use `case' instead of `cond'.
6035         (auth-source-secrets-search): Created with TODOs.
6036         (auth-source-secrets-create): Created with TODOs.
6037         (auth-source-retrieve, auth-source-create, auth-source-delete)
6038         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6039         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6040         (auth-source-user-or-password-sftp)
6041         (auth-source-user-or-password-smtp): Remove.
6042         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6043         around `auth-source-search'.  Not tested thoroughly.
6045 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6047         * auth-source.el: Bring in assoc and eioeio libraries.
6048         (secrets-enabled): New variable to track the status of the Secrets API.
6049         (auth-source-backend): New EIOEIO class to represent a backend.
6050         (auth-source-creation-defaults): New variable to set prompt defaults
6051         during token creation (see the `auth-source-search' docstring for
6052         details).
6053         (auth-sources): Simplify to allow a simple string as a netrc backend
6054         spec.
6055         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6056         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6057         (auth-source-search): Main auth-source API entry point.
6058         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6059         (auth-source-search-collection): Helper function for searching.
6060         (auth-source-netrc-parse, auth-source-netrc-normalize)
6061         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6062         Supports search, create, and delete.
6063         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6064         backend stubs.
6065         (auth-source-user-or-password): Call `auth-source-search' but it's not
6066         ready yet.
6068 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6070         * message.el (message-setup-1): Remove the read-only stuff, since it
6071         doesn't work under XEmacs, for some reason.
6073         * gnus-sum.el (gnus-user-date): Rename back from
6074         gnus-summary-user-date since user code refers to it.
6076         * shr.el (shr-render-td): Store the actual background color used.
6078         * message.el (message-setup-1): Don't bind the constant
6079         -forbidden-properties.
6080         (message-setup-1): Revert previous change, since it needs to bind the
6081         props to insert them.
6082         (message-resend): Allow removing the read-only separator line.
6084 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6086         * nnimap.el (nnimap-request-accept-article): Give an error message if
6087         the APPEND wasn't successful.
6089 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6091         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6092         that have no groups.
6094 2011-02-03  Julien Danjou  <julien@danjou.info>
6096         * gnus-draft.el: Remove progn around gnus-draft-setup.
6098 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6100         * gnus-start.el (gnus-read-active-for-groups): This function is never
6101         called with a nil `infos', so clean that up.
6102         (gnus-get-unread-articles): Request active files from primary/secondary
6103         methods that have no groups (yet).
6105 2011-02-03  Julien Danjou  <julien@danjou.info>
6107         * message.el (message-setup-1): Always generate References first.
6108         (message-mail): Return the return value of message-setup, not always t.
6109         (message-setup-1): Insert mail-header-separator with read-only and
6110         intangible properties set.
6112         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6113         user-date in docstring.
6115         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6117         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6118         docstring.
6120         * gnus.el (gnus-user-date-format-alist): Change default value.
6121         Use defcustom, with type and group.  Move from gnus-util.el.
6122         Rename to gnus-summary-user-date-format-alist.
6124 2011-02-03  Glenn Morris  <rgm@gnu.org>
6126         * nnimap.el (gnus-fetch-headers): Declare.
6128         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6130 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6132         * message.el (message-forward-make-body-digest-plain)
6133         (message-followup, message-reply): Clean up things noted by Stefan.
6135         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6136         gnus-article-update-date-headers is nil.
6137         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6138         it didn't really work with defcustom.
6139         (article-update-date-lapsed): Make sure the window start doesn't move,
6140         either.
6142 2011-02-01  Julien Danjou  <julien@danjou.info>
6144         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6145         format.
6147         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6148         standard in Emacs nowadays.
6150 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         * message.el (message-expand-name): Don't trust the return value of
6153         bbdb-complete-name.
6154         (message-check-news-header-syntax): Remove unused var `start'.
6155         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6156         (message-inhibit-body-encoding): Move to before first use.
6157         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6158         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6159         (Organization, Message-ID, Date, mh-previous-window-config):
6160         Defvar the vars using dynamic scoping.
6162 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6164         * shr.el (shr-render-td): Only do colors at the final rendering.
6165         Should be slightly faster.
6166         (shr-insert-table): Fix up TD background colors when doing the
6167         vertical padding.
6169         * gnus-art.el (article-date-ut): Protect against articles with no Date
6170         header.
6171         (article-update-date-lapsed): Don't use current-column to find the
6172         horizontal position.  It's fragile in the presence of \003 characters.
6174         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6176 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6178         * gnus-art.el (article-transform-date): Rewrite to still work when
6179         there are several rfc2822 parts.
6180         (article-transform-date): Fix infinite recursion.
6181         (article-date-ut): Replace infinitely many Date headers with a single
6182         one when called interactively.
6184         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6185         secure manner.
6187         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6188         move around by not using save-window-excursion.  It seems to work...
6190 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6192         * gnus-art.el (article-make-date-line): Work for user-defined format.
6194 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6196         * nntp.el (nntp-retrieve-group-data-early)
6197         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6198         fetching functions.
6200         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6201         thoroughly for all backends that have no known groups.  This should
6202         allow new nnml methods to retrieve mail.
6204         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6205         that Gnus doesn't know exists again.
6207         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6208         (gnus-treat-date-ut): Ditto.
6209         (gnus-article-update-date-header): Rename.
6210         (gnus-treat-date-local): Remove.
6211         (gnus-treat-date-english): Remove.
6212         (gnus-treat-date-lapsed): Remove.
6213         (gnus-treat-date-combined-lapsed): Remove.
6214         (gnus-treat-date-original): Remove.
6215         (gnus-treat-date-iso8601): Remove.
6216         (gnus-treat-date-user-defined): Remove.
6217         (gnus-article-date-headers): New variable to control all the date
6218         header options.
6219         (article-date-ut): Rewrite to allow using the new way to format date
6220         headers(s).
6222 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6224         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6225         method.
6226         (nnmail-article-group): A better test for fanciness.
6228         * nnimap.el (nnimap-request-head): Protect against not finding the
6229         article by Message-ID.
6231 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6233         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6234         keep point at the "same place".
6236 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6238         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6239         data if the group is inactive.
6241 2011-01-28  Julien Danjou  <julien@danjou.info>
6243         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6244         (gnus-all-windows-visible-p): Remove old compatibility code.
6245         (gnus-window-top-edge): Add docstring.
6247         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6249 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6251         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6252         older request-update-info.
6254         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6256 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6258         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6259         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6261 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6263         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6264         groups.  This makes the nndraft:queue group pop up if it's not already
6265         there.
6267         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6268         messages" logic, which was reversed.
6270         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6271         the "same place" even if point is on the line being replaced.
6272         (article-update-date-lapsed): Allow updating both the combined lapsed
6273         and the lapsed headers.
6274         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6275         (article-make-date-line): Limit the number of segments dynamically to
6276         avoid too-long lines.
6278 2011-01-27  Julien Danjou  <julien@danjou.info>
6280         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6281         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6283 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6285         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6286         Use plist-get instead of the cl function getf.
6288 2011-01-27  Glenn Morris  <rgm@gnu.org>
6290         * gnus-util.el (float-time): Get rid of compiler warning, again.
6292 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6294         * shr.el (shr-put-color): Special-case background colors: Do put them
6295         at the blank parts at the front of the lines.
6297         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6298         exit hook to nix out all data on readedness on group exit.
6300         * gnus-util.el (float-time): If float-time is bound, always use it on
6301         all Emacsen.  It's unclear why the subrp check was there.
6302         (time-date): Require to make some autoload issues on XEmacs go away.
6304         * shr.el (shr-put-color): Don't do the box padding in tables, since
6305         they're already padded.
6307 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6309         * gnus-art.el (gnus-article-next-page): When the last line of the
6310         article is displayed, scroll down once more instead of going to the
6311         next article at once.
6312         (article-lapsed-string): Refactor out and allow specifying how many
6313         segments you want.
6314         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6315         (gnus-article-update-lapsed-header): New variable.
6317         * shr.el: Revert change that made headings use different-sized faces.
6318         The Emacs display engine isn't advanced enough that, for instance,
6319         tables can comfortably use differently-sized faces.
6321 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6323         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6324         used.
6325         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6326         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6327         we're using an encrypted connection.
6329         * proto-stream.el: Alter the interface functions to also return the
6330         actual stream type used: network or TLS.
6332 2011-01-25  Julien Danjou  <julien@danjou.info>
6334         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6335         (mm-display-javascript-inline): New function.
6337         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6338         viewing function.
6340 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6342         * shr.el (shr-expand-newlines): Fix variable name.
6344 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6346         * shr.el (shr-expand-newlines): Make nested boxes work.
6348 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6350         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6351         backgrounds.
6352         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6353         in a more sensible manner.
6355 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6357         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6358         if EPG is loaded.
6360 2011-01-24  Julien Danjou  <julien@danjou.info>
6362         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6363         tags.
6365 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6367         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6368         commands.
6370         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6371         in the article buffer.
6372         (gnus-gravatar-insert): Use blank space from the current buffer to
6373         avoid breaking text properties.  This makes X-Sent updating work again.
6375         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6377 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6379         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6380         fix the bug in url-http.el instead.
6382         * shr.el (shr-image-fetched): Ditto.
6384         * shr.el (shr-image-fetched): Avoid having point move in the article
6385         buffer.
6387         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6388         buffer after being called.  It's apparently being killed by url.el, and
6389         killing it made point move to end-of-buffer in a random buffer.
6391         * shr.el (shr-image-fetched): Ditto.
6393 2011-01-23  Julien Danjou  <julien@danjou.info>
6395         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6397         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6398         text/x-org.
6400 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6402         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6403         (i.e., nnimap) returning nil as the article number.
6405 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6407         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6408         "DelSp" parameter in RFC3676.
6410 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6412         * message.el (message-check-recipients): Display the encoded version of
6413         the bogus address if they differ.
6415         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6416         after sending.
6418         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6420         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6422         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6423         group buffer after sending the queue.
6425         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6427 2011-01-22  Julien Danjou  <julien@danjou.info>
6429         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6431 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6433         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6434         nested related parts.
6436         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6437         unexpired articles.  This fixes the regression that led expiry marks to
6438         disappear from nnfolder groups.
6440 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6442         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6443         Don't confuse the "ret" of "retrograde" with RET.
6445 2011-01-21  Julien Danjou  <julien@danjou.info>
6447         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6448         than mm-insert-inline.
6450 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6452         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6453         Widen article buffer.
6455 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6457         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6458         the temp buffer.
6459         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6461 2011-01-20  Julien Danjou  <julien@danjou.info>
6463         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6465         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6466         than mm-insert-inline to insert inline part: this respect
6467         mm-inline-media-tests displayers.
6469         * mm-view.el (mm-display-shell-script-inline): New function.
6471         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6473         * mm-uu.el (mm-uu-type-alist): Add org block.
6474         (mm-uu-org-src-code-block-extract): New function.
6476         * mm-view.el (mm-display-org-inline): New function.
6478         * mm-decode.el (mm-automatic-display): Add text/org.
6480         * mailcap.el (mailcap-mime-extensions): Add .org.
6482 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6484         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6485         gnus-article-add-buttons.
6487 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6489         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6490         From header with a date and "nobody" as the sender.
6492 2011-01-19  Julien Danjou  <julien@danjou.info>
6494         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6495         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6496         if you have the same regexp several times.
6497         (gnus-button-push): Fix matching when regexp is symbol.
6499 2011-01-15  Glenn Morris  <rgm@gnu.org>
6501         * message.el (message-mail): A compose-mail function should
6502         accept headers as strings.
6504 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6506         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6507         Add :vert-only tags.
6508         (message-mail): New arg RETURN-ACTION.
6509         (message-return-action): New var.
6510         (message-bury): Use it.
6511         (message-mode): Make it buffer-local.
6512         (message-send-and-exit): Always call message-bury.
6514         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6515         message-mail.
6517 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519         * nnimap.el (nnimap-convert-partial-article): Protect against
6520         zero-length body parts.
6522         * mm-decode.el (mm-preferred-alternative-precedence):
6523         Discourage showing empty parts.
6525         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6526         and stuff if the backend didn't return the article number.  This fixes
6527         an Exchange-related nnimap bug.
6529         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6530         group window, because it does the wrong thing when a separate frame
6531         displays the group buffer.
6533         * proto-stream.el (open-protocol-stream): Protect against the low-level
6534         transport functions returning nil.
6536 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6538         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6539         (mml2015-epg-find-usable-secret-key): New function.
6540         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6541         mml2015-epg-find-usable-key (Bug#7797).
6542         (mml2015-epg-encrypt): Ditto.
6544 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6548 2011-01-03  Glenn Morris  <rgm@gnu.org>
6550         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6552         * sieve.el (sieve-open-server): Give a more explicit error if
6553         sieve-manage-open returns nil.  (Bug#7720)
6555 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6557         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6559 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6562         This avoids sending passwords in plain text over non-encrypted
6563         channels.
6565         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6567         * nnimap.el (nnimap-login): Refactored out into own function, and
6568         implement CRAM-MD5.
6569         (nnimap-wait-for-line): Refactored out.
6571         * mm-view.el (mml-smime): Require.
6573 2010-12-20  David Engster  <deng@eml.cc>
6575         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6576         use EPG to decrypt S/MIME messages instead of openssl.
6578 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6580         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6582         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6583         status is the group clearly is unreachable.
6585         * auth-source.el (auth-source-create): Add the optional second
6586         parameter to `local-variable-p' to be compatible with XEmacs.
6588 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6590         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6591         work when using a compressed nnml folder.
6593 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6595         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6596         backends after sanitising on entry, because this never makes sense:
6597         If the articles have gone missing, then the data no longer exists on
6598         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6599         overwrite anything anyway.
6601         * shr.el (shr-insert-document): Bind shr-width dynamically to
6602         window-width if it's nil.
6604 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6606         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6607         with the meaning of using the full emacs window width for rendering.
6609 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6611         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6612         case when sender is not given.
6614 2010-12-23  Julien Danjou  <julien@danjou.info>
6616         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6617         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6618         the addresses, otherwise we might misplaced the gravatar.
6620 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6622         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6623         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6624         obsolete in Emacs.
6626 2010-12-20  Julien Danjou  <julien@danjou.info>
6628         * gnus-util.el (gnus-rescale-image): Revert last change.
6630 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632         * gnus-group.el (gnus-group-delete-articles): New command.
6634 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6636         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6638 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6640         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6641         here, since it's up to the backends to do CRLF removal if their
6642         protocol has it.
6644         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6646 2010-12-17  Julien Danjou  <julien@danjou.info>
6648         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6649         they are from file.  Can also scale up.
6651 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6653         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6654         Restore gnus-use-agent.
6655         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6657         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6659 2010-12-17  Julien Danjou  <julien@danjou.info>
6661         * gravatar.el (gravatar-retrieve-synchronously): New function.
6662         (gravatar-get-data): Make more robust.
6664 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6666         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6667         to really consider the last line.
6669 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6671         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6672         list of recipient keys, or use symmetric encryption if not a list.
6673         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6674         EPA override, replacing the call to `netrc-store-data'.
6676 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6678         * gnus-srvr.el: Avoid passing nil regexp argument to
6679         delete-matching-lines.
6681 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6683         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6684         fetching stops when Gnus exits.
6686         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6687         function.
6688         (nnfolder-request-expire-articles): Save all the buffers after doing
6689         expiry.
6691         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6692         the last article", since that led to serious performance regressions
6693         when expiring nnml groups.
6695 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6697         * nnir.el: Improve customizations.
6699 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6703         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6704         group has been killed.
6705         (gnus-group-yank-group): Ditto.
6707         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6709         * nnimap.el (nnimap-request-update-group-status): New function.
6711         * gnus-int.el (gnus-request-update-group-status): New interface
6712         function.
6714         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6715         copying read-ness to the backends.
6717         * nnimap.el (nnimap-quirk): New function.
6718         (nnimap-retrieve-group-data-early): Use it.
6719         (nnimap-quirks): New alist.
6721 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6723         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6724         don't delete it within indentation.
6726 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6729         previous line.
6731 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6734         QRESYNC command by deleting a superfluous space which broke Cyrus
6735         servers.  This change will break other servers that are buggy the other
6736         way around.
6738 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6740         * spam.el: Reindent and fix long lines.
6741         (spam-copy-or-move-routine): Exclude invalid move destinations.
6743 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6745         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6746         installed the registry.
6748 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6750         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6751         groupname doesn't contain "gmane".
6753 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6755         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6756         (gnus-1): Don't create the nndrafts group twice.
6757         (gnus-setup-news): There's no need to read the active file here, since
6758         that's done again later on a per-backend basis.
6759         (gnus-start-draft-setup): Make sure that the new group is started out
6760         empty.
6762         * gnus-agent.el (gnus-agentize): Don't create the queue group
6763         automatically on startup.  It'll be created later, if needed.
6765         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6766         of automatically subscribed groups.
6767         (gnus-auto-subscribed-categories): New variable.
6768         (gnus-matches-options-n): Use it.
6769         (gnus-default-subscribed-newsgroups): Remove unused variable.
6770         (gnus-start-draft-setup): Message a bit less.
6772 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6774         * nnir.el (nnir-run-imap): Return article list in order of increasing
6775         UID.
6777 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779         * gnus-sum.el (gnus-summary-enter-digest-group):
6780         Mention gnus-auto-select-on-ephemeral-exit.
6782         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6783         convention of the network-only option.
6785 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6787         * proto-stream.el (proto-stream-open-network-only): New function to
6788         have a way to specify non-STARTTLS upgrade connections.
6790 2010-12-10  Julien Danjou  <julien@danjou.info>
6792         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6793         email address is nil.
6795         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6797 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6799         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6800         deletion.
6801         (nnir-run-imap): Only need to parse list once.
6803 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6805         * shr.el (shr-tag-script): Ignore <script>.
6806         (shr-tag-label): Add <label> support.
6808 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6810         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6812         * shr.el (shr-image-displayer): Work for images lined side by side.
6814 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6816         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6817         parameter, since XEmacs doesn't accept t as a parameter.
6819 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6821         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6822         ids.
6823         (nnir-run-gmane): Simplify groupspec formatting.
6824         (nnir-request-expire-articles): New function.
6826 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6828         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6829         overflow, possibly.
6831         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6832         (shr-render-td): Handle td style="" better.
6833         (shr-tag-table): Use the color from the style sheet.
6834         (shr-render-td): Make sure we copy over all the overlays, too.
6836 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6838         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6839         (nnir-request-article): Improve article retrieval.
6841 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6843         * mm-util.el (mm-extra-numeric-entities): New variable.
6845         * mm-url.el (mm-url-decode-entities):
6846         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6848 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6850         * message.el: Use completion-at-point.
6851         (message-completion-function): New fun, extracted from message-tab.
6852         (message-mode): Use it for completion-at-point-functions.
6853         (message-tab): Use it and completion-at-point.
6855 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6857         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6858         character if a non-breakable character follows.
6860 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6862         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6863         any stream.
6865         * shr.el (shr-tag-font): Colorize the region.
6866         (shr-tag-body): Ditto.
6867         (shr-tag-font): Actually let the styles be inherited instead of
6868         overwriting them.
6869         (shr-tag-font): Get the background color right.
6870         (shr-tag-style): Ignore all <style> tags for the moment.
6872         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6873         a Message-ID to avoid having nnimap depend on gnus-sum.
6875         * shr.el (shr-descend): Only colorize something if we have a node that
6876         sets colors.
6878 2010-12-06  Julien Danjou  <julien@danjou.info>
6880         * shr.el (shr-render-td): Render td content with shr-descend, so style
6881         will be applied to <td> too.
6882         (shr-colorize-region): Colorize region even if we only have a background.
6883         (shr-tag-body): Fix color and background color inheritance.
6884         Do not recolorize after shr-generic.
6885         (shr-tag-font): Let shr-generic colorize via inheritance.
6887 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6889         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6891 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6893         * nnir.el (nnir-request-move-article): Remove obsolete code.
6895 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6897         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6899 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6901         * gnus-sum.el (gnus-summary-respool-article): The completion function
6902         expects a list instead of an alist.
6904         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6905         string as the parameter.
6907         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6909         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6910         styles.
6911         (shr-colorize-region): New function.
6912         (shr-insert-background-overlay): Remove.
6913         (shr-render-td): Background setting should be taken care of on a higher
6914         level.
6915         (shr-tag-body): Use post-hoc colorizations.
6916         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6917         (shr-put-color-1): Don't overwrite old colors.
6918         (shr-colorize-region): When the background color isn't explicit, use
6919         a fixed background.
6921         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6922         nnmail variables.
6924 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6926         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6927         unless necessary.
6929 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6931         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6932         server.
6934 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6936         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6937         so that TAB works.
6939         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6940         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6942         * shr.el (shr-urlify): Show the URL before the title to avoid
6943         misleading URLs.
6945 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6947         * shr.el (shr-urlify): Display the title in <a> tags.
6949 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6951         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6953 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6955         * nnir.el: Rearrange code to allow macros to be autoloaded by
6956         gnus-sum.el.
6957         (nnir-retrieve-headers-override-function): Make this variable
6958         customizable.
6959         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6961         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
6962         from nnir.el.
6964 2010-12-03  Julien Danjou  <julien@danjou.info>
6966         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6968 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6970         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6971         allow optional argument `environment'.
6973 2010-12-03  Glenn Morris  <rgm@gnu.org>
6975         * mm-extern.el (message-goto-body): Update declaration.
6977 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6979         * gnus-util.el (gnus-macroexpand-all): New function.
6981         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6982         instead of macroexpand-all that is unavailable in XEmacs.
6984 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6986         * nnir.el (nnir-summary-line-format): New variable.
6987         (nnir-mode): Use it.
6988         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
6989         (nnir-article-ids): Reimplement as defsubst.
6990         (nnir-retrieve-headers): Don't mangle the subject header.
6991         (nnir-run-imap): Use 100 as RSV score.
6992         (nnir-run-find-grep): Fix for full server searching.
6993         (nnir-run-gmane): Better restriction to gmane groups.
6995         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6996         summary buffers.
6998 2010-12-02  Julien Danjou  <julien@danjou.info>
7000         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
7002         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
7004         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
7005         support.
7007 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
7009         * nnir.el: Update to handle the registry better.
7010         (autoload): Silence byte-compiler.
7011         (nnir-open-server): Add a hook for nnir groups.
7012         (nnir-request-move-article): Don't mangle the header.  Better to use
7013         formatting variables (which will be added in the future).
7014         (nnir-registry-action): Update the registry using the original article
7015         group name.
7016         (nnir-mode): Install nnir-specific hooks for updating the registry.
7018         * gnus-sum.el
7019         (gnus-article-original-subject, gnus-newsgroup-original-name):
7020         Remove obsolete variables.
7021         (gnus-summary-move-article): Remove use of obsolete variables.
7022         (gnus-summary-local-variables): Make move and delete hooks local to
7023         summary buffers.
7025 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7027         * rtree.el: New file.
7029 2010-12-01  Julien Danjou  <julien@danjou.info>
7031         * message.el (message-user-organization): Do not use
7032         gnus-local-organization.
7034         * gnus.el: Remove gnus-local-organization.
7036         * gnus-msg.el: Remove nastygram thing.
7038 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7040         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7041         funcall.
7043 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7045         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7046         names.
7048         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7049         characters.
7051         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7052         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7053         Suggested by Štěpán Němec <stepnem@gmail.com>.
7054         (gnus-gravatar-transform-address): Use mail-extract-address-components
7055         that supports non-ASCII names rather than mail-header-parse-addresses.
7057 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7059         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7060         handled by the network handler.
7062 2010-11-30  Julien Danjou  <julien@danjou.info>
7064         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7065         (nnimap-open-connection-1): Fix PREAUTH.
7067         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7069 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7071         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7072         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7073         (shr-insert): Use them.
7074         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7076 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7078         * nnir.el (nnir-request-move-article): Bail out if original group
7079         doesn't support article moves.
7080         (nnir-get-active): Improve active list retrieval.
7082 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7084         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7086 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7088         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7089         seem to accept strings-with-numbers as port numbers.
7091 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7093         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7094         change the registry.
7096 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7098         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7099         delete-dups that is not available in XEmacs 21.4.
7101         * mm-util.el (mm-delete-duplicates): Add comment.
7103 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7105         * nnir.el (nnir-ignored-newsgroups): New variable.
7106         (nnir-get-active): Use it.
7108 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7110         * proto-stream.el (proto-stream-open-network): Add some comments.
7112         * nntp.el (nntp-open-connection): Provide a :success condition.
7114         * nnimap.el (nnimap-open-connection-1): Ditto.
7116         * proto-stream.el (proto-stream-open-network): See what the response to
7117         the STARTTLS command is.
7119         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7120         backwards compatibility).
7121         (nnimap-open-connection-1): Really respect nnimap-server-port.
7123         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7124         TLS upgrades we don't really care about the identity of the peer.
7125         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7126         that what we've checked for.
7127         (proto-stream-always-use-starttls): Only default to t if
7128         open-gnutls-stream exists.
7129         (proto-stream-open-network): If STARTTLS failed, then just open a
7130         normal connection.
7131         (proto-stream-open-network): Wait until the greeting before doing
7132         STARTTLS.
7134         * nntp.el (nntp-open-connection): Report what the connection error is.
7136         * proto-stream.el (open-protocol-stream): Rename from
7137         open-proto-stream.
7139 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7141         * nnimap.el (nnimap-stream): Change default to `undecided'.
7142         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7143         first, and then network.
7144         (nnimap-open-connection-1): Respect nnimap-server-port.
7145         (nnimap-open-connection): Be more backwards-compatible.
7147         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7148         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7149         (proto-stream-open-starttls): Folded back into the main function.
7150         (proto-stream-open-network): Fix typo in the GnuTLS path.
7151         (proto-stream-command): Refactor out.
7153         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7155         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7156         starttls.el STARTTLS.
7158         * color.el (color-lab->srgb): Fix function call name.
7160         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7161         if we're using tls.el.
7162         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7163         built in, then don't try to establish a STARTTLS connection.
7165         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7166         servers.
7168         * proto-stream.el (open-proto-stream): Use network, not stream.
7169         (open-proto-stream): Add a way to specify what the end of a command is.
7171         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7172         connections types.
7173         (nntp-open-network-stream): Remove.
7174         (nntp-open-ssl-stream): Remove.
7175         (nntp-open-tls-stream): Remove.
7176         (nntp-ssl-program): Remove.
7178         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7180 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7182         * nnir.el: Fix typos.
7183         (nnir-retrieve-headers-override-function): Rename variable to reflect
7184         new semantics.
7185         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7186         macros.
7187         (nnir-request-article, nnir-request-move-article): Use them.
7188         (nnir-categorize): New function.
7189         (nnir-run-query): Use it.
7190         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7191         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7192         sorted.
7193         (nnir-group-full-name): Use gnus-group-full-name instead.
7194         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7195         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7197 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7199         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7201         * proto-stream.el: New library to provide protocol-specific
7202         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7203         protocols.
7204         (open-proto-stream): Complete the documentation.
7205         (proto-stream-open-network): Fix some typos.
7207         * nnimap.el (nnimap-open-connection): Use it.
7209 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7211         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7212         negotiation.
7214 2010-11-26  Julien Danjou  <julien@danjou.info>
7216         * color.el: Rename various rgb functions to srgb.
7218 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7220         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7221         names.
7223 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7225         * shr.el (shr-insert): Revert last change.
7226         (shr-find-fill-point): Never leave point being at bol;
7227         relax the kinsoku limitation when rendering tables.
7229 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7231         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7232         results from -accept-article.
7234         * shr-color.el: Require cl when compiling.
7236         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7237         checkin.
7239         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7241         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7243         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7244         'add and 'delete to set backend marks.
7246         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7248         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7250         * nntp.el (nntp-request-set-mark): Use it.
7252         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7254         * nnml.el (nnml-request-set-mark): Ditto.
7256         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7257         introduces regressions in article selection.
7258         (nnimap-find-uid-response): New function.
7259         (nnimap-request-accept-article): Use the UID returned, if any.
7260         (nnimap-request-move-article): Use the UID returned, if any.
7261         (nnimap-get-groups): Reimplement to work with folded lines.
7262         (nnimap-find-uid-response): The UID is the last element in the list.
7263         (nnimap-request-set-mark): Extend syntax with 'set.
7265         * nnml.el (nnml-request-set-mark): Ditto.
7267         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7269         * nntp.el (nntp-request-set-mark): Ditto.
7271 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7273         * message.el (message-called-interactively-p): A temporary macro.
7274         (message-goto-body): Use it temporarily.
7276 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7278         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7279         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7280         (nnimap-last-response-string): Fix last unfolding fix.
7282 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7284         * shr.el (shr-insert): Fix the way to fold lines.
7286 2010-11-25  Julien Danjou  <julien@danjou.info>
7288         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7290         * color.el: Rename from color-lab.el
7291         (color-rgb->hex): Add.
7292         (color-complement): Add.
7293         (color-complement-hex): Add.
7295         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7297 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7299         * shr-color.el (shr-color-visible): Don't bug out if the color names
7300         don't exist.
7302 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7304         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7305         assuming that article displaying or another mml-preview may be
7306         interrupted for an error or for the like.
7308         * shr.el (shr-get-background): Fix argument name.
7310 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7312         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7314         * gnus-sum.el (gnus-summary-include-articles): New function.
7316         * message.el (message-goto-body): called-interactively-p needs a
7317         parameter, so use `any'.
7319         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7320         clear marks before moving, since they're synced from the Gnus side
7321         first.
7323         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7324         (gnus-summary-move-article): Copy over all marks before moving, so that
7325         IMAP doesn't think a new article has arrived.
7327 2010-11-24  Julien Danjou  <julien@danjou.info>
7329         * shr.el (shr-insert-background-overlay): Fix typo.
7330         (shr-render-td): Copy the background before rendering.
7332         * shr-color.el (shr-color-visible): Fix docstring.
7334         * shr.el (shr-tag-table): Add bgcolor support.
7335         (shr-render-td): Add bgcolor support.
7336         (shr-get-background): Add.
7337         (shr-insert-foreground-overlay): Use shr-get-background.
7339         * message.el (message-goto-body): Use called-interactively-p.
7340         (message-in-body-p): message-goto-body returns point.
7342 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7344         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7345         Fixes something or other in Emacs 23, and is backwards compatible.
7347         * message.el (message-goto-body): Remove the <#secure special-casing,
7348         which is too special.
7350         * shr.el (shr-parse-style): Drop !important from styles.
7352 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7354         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7355         this function to return incorrect results when calling it with an
7356         explicit article argument different from
7357         (gnus-summary-article-number).
7359 2010-11-24  Julien Danjou  <julien@danjou.info>
7361         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7362         (shr-tag-body): Add background support.
7363         (shr-descend): Add background support.
7364         (shr-tag-title): Add.
7366         * shr-color.el (shr-color-visible): Really return original background
7367         if fixed.
7369 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371         * shr.el (shr-color-check): Protect against non-existent color names.
7373 2010-11-24  Julien Danjou  <julien@danjou.info>
7375         * color-lab.el: Require 'cl when compiling.
7377         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7379         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7380         matched part.
7382         * color-lab.el: Fix all expt calls to use float type.
7384 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7386         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7387         expression to shr-color-check as is.
7389         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7391         * color-lab.el: Add coding cookie.
7392         (float-pi): Use eval-and-compile.
7394 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7396         * shr.el (shr-insert-color-overlay): Split stuff like
7397         "#444444 !important" to find the real color.
7398         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7399         parse <font color="red"> entries.
7401 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7403         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7404         point when parsing headers.
7406         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7407         is positioned properly when parsing headers.
7409 2010-11-23  Julien Danjou  <julien@danjou.info>
7411         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7413         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7415         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7417         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7418         Use shr-color-hue-to-rgb.
7419         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7421 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7423         * shr.el (shr-color->hexadecimal): Autoload.
7424         (shr-descend): Add color to all tags.
7426 2010-11-22  Julien Danjou  <julien@danjou.info>
7428         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7429         shr-color->hexadecimal.
7431         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7432         RGB() or HSL() color representation.
7434         * shr.el (shr-tag-font): Add.
7435         (shr-tag-color-check): New function to get better colors.
7436         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7437         tag-span.
7439         * shr-color.el: New file.
7441         * color-lab.el: New file.
7443         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7445 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7447         * nnir.el: Fix typo in comments.
7448         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7449         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7451 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7455         * nnimap.el (nnimap-get-capabilities): Refactor out.
7456         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7458 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7460         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7461         appearing when `mm-uu-hide-markers' is nil.
7463 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465         * nnimap.el (nnimap-unselect-group): Make into its own function.
7466         (nnimap-request-rename-group): Unselect group before renaming.
7467         This had gotten lost somewhere.
7468         (nnimap-request-accept-article): Keep track of examined groups, and
7469         unselect the group before APPENDing to read-only groups.
7470         (nnimap-request-move-article): Clear flags before moving so that they
7471         can be re-set later.
7473 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7475         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7476         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7478 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7480         * gnus-art.el (gnus-mime-display-single):
7481         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7482         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7483         parameter.
7485 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7487         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7488         (shr-table-vertical-line): New variable.
7489         (shr-insert-table): Use it.
7491 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7493         * gnus-html.el (gnus-html-wash-images): Don't display images if
7494         gnus-inhibit-images is non-nil; register displayer for cid images.
7495         (gnus-html-display-image): Work for cid image.
7496         (gnus-html-insert-image): Allow arguments.
7497         (gnus-html-put-image): Inhibit read-only.
7498         (gnus-html-prefetch-images): Don't prefetch images if
7499         gnus-inhibit-images is non-nil.
7501 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503         * shr.el (shr-put-image): Break lines when inserting big pictures.
7505 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7507         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7508         sender, thanks Katsumi Yamaoka.
7510 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7512         * nnir.el (nnir-run-imap): Reverse the article list for each group
7513         rather than the whole list.
7515 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7517         * shr.el (shr-image-displayer): Protect function against non-existent
7518         image source.
7520         * gnus-art.el (gnus-inhibit-images): New user option.
7521         (gnus-mime-display-single): Don't display image if it is non-nil.
7523         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7524         gnus-inhibit-images.
7526         * shr.el (shr-image-displayer): New function.
7527         (shr-tag-img): Use it.
7529 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7531         * mml2015.el (mml2015-epg-sign): Use From header.
7533 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7535         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7537         * gnus-util.el (gnus-find-text-property-region): Return markers.
7539         * shr.el (shr-tag-img): Put a displayer in the text property.
7541         * gnus-util.el (gnus-find-text-property-region): New utility function.
7543         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7544         (gnus-html-show-images): Remove.
7546         * gnus-art.el (gnus-article-show-images): New, more general function.
7548         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7549         image url text properties.
7551         * shr.el: Ditto.
7553         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7554         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7556 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7558         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7559         work for two or more articles.
7561 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7563         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7564         divide an image that's in an html article to two or more when washing
7565         non-ASCII characters in alt text of it.
7567 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7569         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7570         smime-decrypt-region using function argument.
7571         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7573         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7575         * smime.el (smime-decrypt-region): Catch it.
7577 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7579         * smime.el (smime-mode-map): Move initialization into declaration.
7580         (gnus-run-mode-hooks): Don't autoload.
7581         (smime-mode): Use define-derived-mode.
7583 2010-11-11  Glenn Morris  <rgm@gnu.org>
7585         * smime.el (from): Restrict declaration to XEmacs.
7587         * nnir.el (gnus-group-topic-name): Autoload.
7589 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7591         * shr.el (shr-insert): Don't break long line if it is because of
7592         kinsoku-bol characters in the line end.
7594 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7596         * nnir.el (nnir-request-move-article): Fix to provide original group
7597         and subject.
7598         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7599         been retrieved.
7601         * gnus-sum.el (gnus-summary-move-article): Use original group and
7602         subject for virtual articles such as those in an nnir summary buffer.
7604 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7606         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7607         least 21.5).
7609         * smime.el (from): Declare it again for XEmacs.
7611 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7613         * message.el (message-resend): Don't disable encoding unless it's
7614         already encoded.
7616         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7617         low-numbered articles.
7619 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7621         * rfc2047.el (rfc2047-syntax-table): Simplify.
7623         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7624         set-char-table-range for XEmacs.
7626 2010-11-10  Glenn Morris  <rgm@gnu.org>
7628         * smime.el (from): Remove unused declaration.
7630         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7631         (gnus-float-time): On Emacs, always an alias.
7633         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7634         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7636 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7638         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7640 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7642         * shr.el (browse-url-mailto): Autoload.
7644         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7646         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7647         regexp doesn't need quoting.
7649 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7651         * message.el (message-subject-trailing-was-ask-regexp)
7652         (message-subject-trailing-was-regexp): Match was: in addition to was.
7654 2010-11-09  Glenn Morris  <rgm@gnu.org>
7656         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7657         (nnbabyl-check-mbox): Use point-at-bol.
7659 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7661         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7663         * message.el (message-mailto): New function.
7664         (message-mailto): Should accept other parameters.
7665         (message-mailto): Remove since it duplicates browse-url-mailto
7666         functionality.
7668 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7671         methods.
7672         (gnus-read-active-file): Ditto.
7674         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7675         ": " from the prompt.
7676         (gnus-group-make-group): Ditto.
7678 2010-11-07  Glenn Morris  <rgm@gnu.org>
7680         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7681         (gnus-bookmark-kill-line): Use point-at-eol.
7683 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7685         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7686         asterisks in From header.
7688 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7690         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7691         string to avoid making the From headers syntactically invalid.
7693         * message.el (message-send-mail): Don't insert courtesy messages if the
7694         message already has List-Post and List-ID messages.
7696 2010-11-06  Glenn Morris  <rgm@gnu.org>
7698         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7699         `condition', `type', `length' a prefix.
7700         (gnus-treat-predicate): Update for above name changes.
7702 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7704         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7705         binding.  Handled by `gnus-summary-refer-thread' instead.
7706         (nnir-warp-to-article): New backend function.
7708         * nnimap.el (nnimap-request-thread): Force dependency updating.
7710         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7711         (gnus-summary-refer-thread): Rework to improve thread-referral.
7713         * gnus-int.el (gnus-warp-to-article): New function.
7715         * gnus-sum.el (gnus-summary-article-map): Bind it.
7717 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7719         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7720         gnus-summary-refer-thread.
7722         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7723         headers.
7724         (gnus-summary-limit-include-thread): Prevent articles in thread from
7725         being cut in gnus-cut-threads.
7726         (gnus-summary-refer-thread): Limit retrieved headers to those in
7727         thread.
7729 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7731         * message.el (message-send-mail): Use the value of
7732         message-courtesy-message from the message buffer.
7734         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7736         * shr.el (shr-browse-url): Implement mailto: URLs.
7738         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7739         "raw".
7741         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7742         if it's already selected.
7744         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7746 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7748         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7749         to measure the length and truncate alt text.
7751 2010-11-03  Glenn Morris  <rgm@gnu.org>
7753         * nndiary.el (nndiary-generate-nov-databases-1)
7754         (nndiary-generate-active-info): Rename dynamic variable `files' to
7755         something less generic.
7757 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7759         * nnir.el (nnir-request-move-article): Call the underlying backend to
7760         move articles from nnir.
7762 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7764         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7766 2010-11-02  Julien Danjou  <julien@danjou.info>
7768         * nnir.el: Remove wais support.
7770 2010-11-02  Glenn Morris  <rgm@gnu.org>
7772         * gnus-html.el: Reorder requirements to quieten compiler.
7774 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7776         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7777         properly for XEmacs as well.
7778         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7779         (gnus-article-natural-long-line-p): Use window-width rather than
7780         frame-width.
7782 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7784         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7785         (nnir-read-parms): Don't modify query.
7786         (nnir-run-query): Add ability to search topic on current line.
7787         (nnir-get-active): Clean up.
7789 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7791         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7792         degenerate articles.
7794         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7795         (gnus-print-buffer): Just print the buffer as is, without any copying
7796         to a buffer and then re-highlighting.
7798         * nnimap.el (nnimap-request-group): Store the new updated info.
7799         (nnimap-request-group): Select the group when we don't know whether it
7800         exists or not.
7802         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7803         groups.
7805         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7806         groups.
7808         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7809         groups.
7811         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7812         long-lines case by only filling the long lines.
7814         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7815         (bug#7311).
7817 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7819         * shr.el: No need to declare `declare-function' since shr.el is for
7820         only Emacsen that provide `libxml-parse-html-region'.
7822 2010-11-01  Glenn Morris  <rgm@gnu.org>
7824         * mm-util.el (gnus-completing-read): Autoload.
7825         (mm-read-coding-system): Simplify Emacs definition.
7827         * nnmail.el (gnus-activate-group):
7828         * nnimap.el (gnutls-negotiate):
7829         * nntp.el (netrc-parse): Fix declarations.
7831 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7833         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7834         string-match-p in Emacs >=23.
7836         * gnus-msg.el (gnus-configure-posting-styles):
7837         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7839 2010-11-01  Glenn Morris  <rgm@gnu.org>
7841         * nnir.el (declare-function): Add compat stub.
7842         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7843         (nnir-run-gmane): Require 'mm-url.
7845         * mm-util.el (mm-string-to-multibyte): Simplify.
7847         * shr.el (declare-function): Add compat stub.
7848         (url-cache-create-filename): Declare.
7849         (mm-disable-multibyte, widget-convert-button): Autoload.
7851         * smime.el (ldap-search): Declare.
7852         (smime-cert-by-ldap-1): Require ldap on Emacs.
7854         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7855         (nnimap-keepalive): Use gnus-float-time.
7857         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7858         (mail-source-delete-crash-box): Use gnus-float-time.
7860         * gnus-dired.el (gnus-completing-read): Autoload.
7862         * mm-view.el (gnus-rescale-image): Autoload.
7864         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7866         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7868         * sieve-manage.el: Require 'cl when compiling.
7870         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7871         (gnus-iswitchb-completing-read): Require iswitchb.
7872         (gnus-select-frame-set-input-focus): Silence compiler.
7874 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876         * message.el (message-subject-trailing-was-query): Change default to t,
7877         since I think that's what most people want.
7879         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7880         appending for easier debugging.
7881         (nnimap-wait-for-connection): Take a regexp.
7882         (nnimap-request-accept-article): Wait for the continuation line before
7883         sending anything unless we're streaming.
7885         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7886         leave the header washing to take place.
7888 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7890         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7891         regular expression match and replace in posting styles.
7893 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7895         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
7896         an entire server.
7897         (nnir-get-active): New function.
7898         (nnir-run-imap): Use it.
7899         (nnir-run-gmane): Who knew, gmane search returns an article score!
7901         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7902         server on the current line with nnir.
7904 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7906         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7907         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7908         left edge.
7909         (gnus-article-foldable-buffer): Skip past the prefix when determining
7910         raggedness.
7912         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7913         the raw article, and change `C-u g' to show the article without doing
7914         treatments.
7916         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7917         on to `gnus-treat-article'.
7918         (gnus-inhibit-article-treatments): New variable.
7920         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7922         * gnus-art.el (gnus-treatment-function-alist): Have
7923         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7924         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7925         sections.
7927         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7928         parameter.
7929         (gnus-article-fill-cited-long-lines): New function.
7930         (gnus-article-fill-cited-article): Allow filling only long sections.
7932         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7933         and non-punctuation (like after the apostrophe in "'We").
7935         * gnus-sum.el (gnus-summary-select-article): Make sure
7936         gnus-original-article-buffer is alive.
7938         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7939         reflect the order they are in the digest.
7941         * gnus.el (gnus-group-startup-message): Move point to the start of the
7942         buffer.
7944         * nnimap.el (nnimap-capability): New function.
7945         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7946         is set.
7948 2010-10-31  David Engster  <dengste@eml.cc>
7950         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7951         conform with changes to gnus-completing-read.
7953 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7955         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7957 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7959         * nnir.el: Move defvar, defcustom around to keep file organized
7960         and keep byte-compiler quiet.
7961         (nnir-read-parms): Accept search-engine as arg.
7962         (nnir-run-query): Pass search-engine as arg.
7963         (nnir-search-engine): Remove.
7965 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7967         * shr.el (shr-generic): The text nodes should be text, not :text.
7969         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7970         later in the file.
7972 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7974         * nnir.el: General clean up.  Allow searching with multiple engines.
7975         Allow separate extra-parameters for each engine.
7976         Batch queries when possible.
7977         (nnir-imap-default-search-key, nnir-method-default-engines):
7978         Add customize interface.
7979         (nnir-run-gmane): New engine.
7980         (nnir-engines): Use it.  Qualify all prompts with engine name.
7981         (nnir-search-engine): Remove global variable.
7982         (nnir-run-hyrex): Restore for now.
7983         (nnir-extra-parms, nnir-search-history): New variables.
7984         (gnus-group-make-nnir-group): Use them.
7985         (nnir-group-server): Remove in favor of gnus-group-server.
7986         (nnir-request-group): Avoid searching twice.
7987         (nnir-sort-groups-by-server): New function.
7989 2010-10-30  Julien Danjou  <julien@danjou.info>
7991         * gnus-group.el: Remove gnus-group-fetch-control.
7993         * gnus-start.el (gnus-find-new-newsgroups):
7994         Remove gnus-check-first-time-used.
7996         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7998 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8000         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
8001         set on groups that don't have \* permanentflags.
8003 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8005         * shr.el (shr-tag-span): Drop colorization of regions since we don't
8006         control the background color.
8007         (shr-tag-img): Ignore very small web bug type images.
8008         (shr-put-image): Add help-echo alt texts to the images.
8009         (shr-tag-video): Show the video poster image.
8011 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8013         * shr.el (shr-table-depth): New variable.
8014         (shr-tag-table-1): Only insert the images after the top-level table.
8016         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
8018         * gnus-util.el (gnus-list-memq-of-list): New function.
8020         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
8021         selected.
8022         (nnimap-unsplittable-articles): New slot.
8023         (nnimap-new-articles): Use it.
8025 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
8027         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
8028         move to the previous line on `M-g'.
8030 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8032         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
8033         *-request-group, which seems unnecessary.
8035         * nnimap.el (nnimap-quote-specials): Function copied over from
8036         imap.el.
8037         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8038         they support that.  Suggested by Tom Regner.
8040 2010-10-29  Julien Danjou  <julien@danjou.info>
8042         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8043         defalias.
8044         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8046         * gnus.el: Remove `gnus-nntp-service' variable.
8047         (gnus-secondary-servers): Make obsolete.
8048         (gnus-nntp-server): Make obsolete.
8050         * gnus-start.el (gnus-1): Remove x-splash calls.
8052         * gnus-ems.el (gnus-x-splash): Remove.
8054         * gnus.el (gnus-group-startup-message): Simplify/update code.
8056         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8057         capability before doing anything.
8058         (gnus-group-insert-group-line): Remove useless
8059         gnus-group-remove-excess-properties.
8061 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8063         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8065 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8068         config after reselecting.
8070 2010-10-28  Julien Danjou  <julien@danjou.info>
8072         * shr.el (shr-put-image): Use point even if only inserting text.
8073         (shr-put-image): Save excursion when inserting alt text on non-graphic
8074         display, so the behavior is the same when we are on a graphic display.
8076         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8078 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8080         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8081         (gnus-mime-copy-part): Check coding system, not charset.
8082         (gnus-mime-view-part-externally): Never remove part.
8083         (gnus-mime-view-part-internally): Don't remove part here.
8084         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8085         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8086         multipart/alternative.
8088         * mm-decode.el (mm-display-part): Take optional arg `force'.
8090 2010-10-26  Julien Danjou  <julien@danjou.info>
8092         * gnus-group.el (gnus-group-default-list-level): Add this function to
8093         compute the default list level.
8094         (gnus-group-default-list-level): Add possibility to use a function.
8096 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8098         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8100         * gnus-group.el (gnus-group-completing-read)
8101         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8102         gnus-replace-in-string.
8104 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8106         * shr.el (shr-tag-div): Add.
8108 2010-10-25  Julien Danjou  <julien@danjou.info>
8110         * gnus-util.el: Remove `gnus-with-local-quit'.
8112         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8114 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8116         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8117         the original article buffer.
8119 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8121         * nnimap.el (nnimap-request-head): New function.
8122         (nnimap-request-move-article): Try to be slightly faster by not
8123         requesting the entire message when moving.
8124         (nnimap-transform-headers): Don't bug out on bodiless articles.
8125         (nnimap-send-command): Have no outstanding messages if the IMAP server
8126         doesn't support streaming.
8127         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8129 2010-10-24  Julien Danjou  <julien@danjou.info>
8131         * message.el (message-default-headers): Fix type.
8133 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8135         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8136         prefetching images.
8138         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8139         backend for unknown groups.  This is mainly useful for nnimap groups.
8141         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8142         group isn't covered by the agent.
8144 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8146         * nnir.el (nnir-method-default-engines): New variable.
8147         (nnir-run-query): Use it.
8148         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8149         (gnus-summary-nnir-goto-thread): Change group if needed.
8151         * gnus-group.el (gnus-group-group-map): Add key binding for
8152         gnus-group-make-nnir-group.
8154 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8156         * shr.el (shr-tag-object): Add.
8158         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8159         original article buffer live.
8160         (gnus-summary-select-article-buffer):
8161         Mention gnus-widen-article-buffer.
8163 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165         * shr.el (shr-tag-strong): Add.
8167 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8169         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8170         group names.  They mess up the group buffer badly.
8172         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8174         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8175         instead of the summary one.
8177 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8179         * mml.el (mml-preview): Work properly when editing article.
8181         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8182         gnus-have-read-active-file if it's already been in.
8184 2010-10-22  Tom Tromey  <tromey@redhat.com>
8186         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8187         gnus-group-completing-read.
8189 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8191         * message.el (message-mode-map): Don't bind M-; to comment region, to
8192         allow the global comment-dwim to work.
8194 2010-10-21  Julien Danjou  <julien@danjou.info>
8196         * message.el (message-setup-1): Allow message-default-headers to be a
8197         function.
8199 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8201         * shr.el (shr-tag-table): Simplify.
8203 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8205         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8206         to avoid trying to snarf invalid stuff.
8208         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8210         * gnus.el (gnus-message-archive-group): Quote value.
8211         (gnus-message-archive-group): Mark as changed.
8213         * shr.el (shr-add-font): Don't put the font properties on the newline
8214         or the indentation.
8216         * message.el (message-fix-before-sending): Change options when sending
8217         non-printable characters.
8219         * gnus.el (gnus-message-archive-method): Change the default to
8220         monthly outgoing groups.
8222         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8223         that have gotten new numbers.
8225         * nnimap.el (nnimap-request-replace-article): New function.
8227 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8229         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8230         (nnrss-request-article): Don't use special html washing code.
8232 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8234         * shr.el (shr-tag-table): Remove useless nconc.
8236 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8238         * gnus-art.el (article-wash-html): Simplify and remove the charset
8239         stuff.  Use the normal html rendering code instead of the special html
8240         washing code.
8242         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8243         `gnus-w3m' symbols.
8244         (mm-text-html-washer-alist): Remove.
8246         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8247         (mm-inline-media-tests): Remove use.
8248         (mm-text-html-renderer): Change default to the `shr' symbol.
8250         * mm-view.el (mm-inline-text-html): Remove use.
8252         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8253         `gnus-blocked-images' to be a function.
8254         (gnus-article-wash-function): Remove.
8256 2010-10-20  Julien Danjou  <julien@danjou.info>
8258         * spam.el (spam-list-of-processors): Mark as obsolete.
8260         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8261         (nnimap-insert-partial-structure): Fix boundary detection.
8263 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8265         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8266         run file-truename on remote files.  This can be expensive and even
8267         prevent one from editing drafts if some unrelated buffer has a stale
8268         connection.
8270 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8272         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8273         kinsoku-eol regardless of shr-kinsoku-shorten.
8274         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8275         (shr-tag-table): Support caption, thead, and tfoot.
8277 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8279         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8280         lines.
8281         (shr-save-contents): New command and keystroke.
8283         * nndoc.el (nndoc-type-alist): Add git support.
8284         (nndoc-git-type-p): New function.
8285         (nndoc-transform-git-article): Ditto.
8286         (nndoc-transform-git-headers): Ditto.
8287         (nndoc-transform-git-headers): Generate Subject headers.
8289         * shr.el (shr-parse-style): New function.
8290         (shr-tag-span): Ditto.
8292         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8293         to `G G' to avoid collisions.
8295 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8297         * shr.el: Load kinsoku if necessary.
8298         (shr-kinsoku-shorten): New internal variable.
8299         (shr-find-fill-point): Make kinsoku shorten text line if
8300         shr-kinsoku-shorten is bound to non-nil.
8301         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8302         shr-indentation too when testing if table is wider than frame width.
8303         (shr-insert-table): Use `string-width' instead of `length' to measure
8304         text width.
8305         (shr-insert-table-ruler): Make sure indentation is done at bol.
8307 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8310         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8311         undecoded network data.
8313 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8315         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8316         name in the mode line spec so that the mode line menu works
8317         (bug#2431).
8319         * message.el (message-get-reply-headers): If we're fed `to-address',
8320         then always use that.
8322         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8323         aren't so wide as to need to switch off the edit menu.
8325         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8326         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8328         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8329         `M-g'.
8330         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8331         the permanent marks.
8333 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8335         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8336         Splitting according to references/in-reply-to obeys the ignore-groups
8337         variable, while splitting by sender and subject do not.
8339 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8341         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8342         alist, so that we can look for non-Unicode chars.
8343         (article-translate-strings): Allow both character and string maps.
8345 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8347         * shr.el (shr-insert): Don't insert space behind a wide character
8348         categorized as kinsoku-bol, or between characters both categorized as
8349         nospace.
8351 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8353         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8354         headers to gnus-newsgroup-headers.
8356 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8358         * shr.el (shr-tag-img): Don't align images -- since we're not
8359         rescaling, this often leads to ugly displays.
8361 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8363         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8364         duplicates.
8366 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8368         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8369         call.
8371 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373         * gnus.el: Autoload gnus-html-show-images.
8375         * nnimap.el: Use nnheader-message throughout.
8377         * shr.el (shr-tag-img): Ignore images with no data.
8379 2010-10-15  Julien Danjou  <julien@danjou.info>
8381         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8382         a possibility to disable format=flow encoding when using hard newlines.
8384 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8386         * shr.el (shr-insert): Remove space inserted before or after a
8387         breakable character or at the beginning or the end of a line.
8388         (shr-find-fill-point): Do kinsoku; find the second best point or give
8389         it up if there's no breakable point.
8391 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8393         * nnimap.el (nnimap-open-connection): Message when opening connection
8394         for debugging purposes.
8396         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8397         on every setup buffer call to allow this to change from article to
8398         article.
8400         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8401         buffers where we have a wide table.
8403 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8405         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8406         uses *-request-thread.
8408 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8410         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8411         incantation, which is no longer valid.
8413 2010-10-14  Julien Danjou  <julien@danjou.info>
8415         * shr.el: Fix defcustom type (char -> character).
8417 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8419         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8420         programs.
8422 2010-10-14  Julien Danjou  <julien@danjou.info>
8424         * shr.el (shr-tag-a): Use url-link as widget type.
8426         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8427         `gnus-group-get-icon'.
8429 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8431         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8432         This should make server editing work better.
8434         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8436         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8437         (nnimap-parse-flags): Fix regexp.
8439         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8440         probably work for CJVK text, too.
8442         * nnimap.el (nnimap-extend-tls-programs): Remove.
8443         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8445 2010-10-13  Julien Danjou  <julien@danjou.info>
8447         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8448         responses.
8450 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8452         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8454         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8455         anything in Emacs.
8457         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8459 2010-10-13  Julien Danjou  <julien@danjou.info>
8461         * shr.el (shr-width): Make shr-width a defcustom with default to
8462         fill-column.
8463         (shr-tag-img): Use shr-width rather than fill-column.
8465 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8467         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8469         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8470         position when (X-)Faces exist.
8471         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8472         avatars when called interactively.
8474 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8476         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8477         gnus-article-x-face-too-ugly is bound.
8479 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8481         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8483         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8484         mailbox that doesn't exist.
8486 2010-10-12  Julien Danjou  <julien@danjou.info>
8488         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8489         (shr-get-image-data): Encode URL properly when fetching from cache.
8490         (shr-tag-img): Use aligned-to spaces to align correctly images.
8492         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8493         before inserting the Gravatar.
8495         * shr.el (shr-tag-img): Add align attribute support for <img>.
8497 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8499         * gnus-gravatar.el (gnus-art): Require.
8501         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8502         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8503         Remove long obsoleted functions.
8505 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8507         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8509         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8510         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8511         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8512         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8513         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8514         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8515         Fix comment for declare-function.
8517 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519         * nnimap.el (nnimap-request-rename-group): Select group read-only
8520         before renaming it.
8522         * shr.el (shr-insert): Fix up the white space only regexp.
8524         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8525         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8527         * shr.el (shr-current-column): New function.
8528         (shr-find-fill-point): New function.
8530 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8532         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8533         numbers.
8535 2010-10-11  Julien Danjou  <julien@danjou.info>
8537         * shr.el (shr-hr-line): Add.
8538         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8539         display hr lines.
8540         (shr-max-columns): Do not change state to nil if we just inserting
8541         spaces.
8543 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8545         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8546         select the last group.
8548 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8550         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8552 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8555         for Gnus.
8556         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8557         (nnimap-update-qresync-info): Mark \Seen articles as read.
8559         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8560         non-variable, too.
8562         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8563         available.
8564         (nnimap-update-info): Rely more on the current active than the param
8565         active to avoid marking articles as read too much.
8567         * auth-source.el (auth-source-create): Use (user-login-name) for the
8568         user name default.
8570         * nnimap.el (nnimap-update-info): If the server doesn't return any
8571         useful info, just use the previous info.
8572         (nnimap-update-info): Prefer old info over start-article.
8573         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8575 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8577         * nnir.el (autoload): Clean up autoloads.
8578         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8579         Use key rather than value.
8580         (nnir-imap-search-other): New variable.
8581         (nnir-read-parm): Use it.
8582         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8583         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8585 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8587         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8588         the process, too.
8590 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592         * spam.el (gnus-summary-mode-map): Bind to "$".
8593         Suggested by Russ Allbery.
8595         * shr.el: Rework the way things are indented by <li> slightly.
8597         * gnus.el (gnus-group-set-parameter): Fix typo.
8599         * nnimap.el: Start implementing QRESYNC support.
8601 2010-10-09  Julien Danjou  <julien@danjou.info>
8603         * nnir.el (nnir-engines): Fix too many arguments.
8605 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8607         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8608         group is the "last", so that the backends like nnfolder actually save
8609         their folders.
8611         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8612         try to use that for the TLS stream.
8613         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8614         UIDVALIDITY and find out which groups are read-only and not.
8615         (nnimap-get-flags): Use the same marks parsing code as the rest of
8616         nnimap.
8618 2010-10-09  Julien Danjou  <julien@danjou.info>
8620         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8622         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8623         retrieving gravatars.
8625         * shr.el (shr-table-corner): Add.
8626         (shr-table-line): Add.
8627         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8629 2010-10-08  Julien Danjou  <julien@danjou.info>
8631         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8633 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8635         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8637         * gnus-sum.el (gnus-mark-article-as-unread)
8638         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8639         (gnus-summary-set-bookmark): Use it.
8641         * gnus-msg.el (gnus-setup-message): Use it.
8643         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8645         * gnus.el (gnus-group-remove-parameter): Use it.
8647         * gnus-group.el (gnus-group-make-web-group): Use it.
8649         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8651         * nnregistry.el: Update docs to mention manual.
8653         * gnus-registry.el: Update docs to mention nnregistry.el.
8654         (gnus-registry-initialize): Don't install nnregistry refer method
8655         automatically.
8656         (gnus-registry-install-nnregistry): Remove it.
8658 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8660         * shr.el (shr-insert): Don't insert double spaces.
8662 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8664         * gnus-gravatar.el (gnus-treat-from-gravatar)
8665         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8666         called interactively.
8668         * gnus-art.el (gnus-mime-view-part-externally)
8669         (gnus-mime-view-part-internally): Make predicate function passed to
8670         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8671         of a mime type.
8673         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8675 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677         * shr.el (require): Require cl when compiling.
8678         (shr-tag-hr): New function.
8680         * nnimap.el (nnimap-update-info): Remove double setting of high.
8681         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8682         This makes nnimap work properly on Courier again.
8684         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8685         the variable for backwards compatibility.
8687         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8688         the file name before using to avoid setting mm-default-directory to
8689         nil.
8691         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8692         bidning gnus-agent variables.
8694         * shr.el (shr-render-td): Use a cache for the table rendering function
8695         to avoid getting an exponential rendering behavior in nested tables.
8696         (shr-insert): Rework the line-breaking algorithm.
8697         (shr-insert): Don't leave trailing spaces.
8698         (shr-insert-table): Also insert empty TDs.
8699         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8701 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8703         * gnus-sum.el (gnus-number): Rename from `number'.
8704         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8705         (gnus-summary-limit-children): Update uses correspondingly.
8707 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8709         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8710         (gnus-gravatar-transform-address): Don't show avatars of people of
8711         which mail addresses match gnus-gravatar-too-ugly.
8713 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8715         * shr.el (shr-table-widths): Expand TD elements to fill available
8716         space.
8718 2010-10-07  Julien Danjou  <julien@danjou.info>
8720         * nnimap.el (nnimap-request-rename-group): Add this method.
8722 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8724         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8725         name from XEmacs' function-arglist.
8727         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8728         gravatar under XEmacs.
8730 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8732         * auth-source.el: Update docs with TODO items.
8734         * gnus-sync.el: Update docs to explain state and plans.
8736         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8737         Hooks for mark updates.
8738         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8740         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8741         hooks with arguments, which is needed for mark update hooks.
8743 2010-10-06  Julien Danjou  <julien@danjou.info>
8745         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8746         was matched.
8748         * sieve-manage.el: Update example in `Commentary'.
8750         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8752         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8753         not 2000.
8754         (sieve-manage-authenticate): Re-add function.
8756 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8758         * shr.el (shr-insert): Get 'space transition right.
8759         (shr-render-td): Only delete space at the end of the TD.
8761         * nnimap.el (nnimap-open-connection): Prepare to support
8762         open-gnutls-stream.
8764         * shr.el: Rearrange function order to be more logical.
8766 2010-10-06  Julien Danjou  <julien@danjou.info>
8768         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8769         (nnrss-discover-feed): Remove 404 URL in docstring.
8771         * nnir.el: Fix Swish-E URL.
8772         Fix Namazu URL.
8774         * message.el (message-change-subject): Remove 404 URL in a comment.
8776 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8778         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8779         called interactively.
8781         * gnus-util.el (gnus-remove-if): Allow hash table.
8782         (gnus-remove-if-not): New function.
8784         * gnus-art.el (gnus-mime-view-part-as-type):
8785         * gnus-score.el (gnus-summary-score-effect):
8786         * gnus-sum.el (gnus-read-move-group-name):
8787         Replace remove-if-not with gnus-remove-if-not.
8789         * gnus-group.el (gnus-group-completing-read):
8790         Regard collection as a hash table if it is not a list.
8792 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8796         * shr.el: Document the table-rendering algorithm.
8798         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8799         invalid URLs.
8801         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8802         line-broken.
8803         (shr-tag-img): Ignore image fetching errors.
8804         (shr-overlays-in-region): Compute overlay positions correctly.
8806         * mm-decode.el (mm-shr): Require shr.
8808         * gnus-art.el (gnus-blocked-images): Move variable here.
8810         * shr.el (shr-insert-table): Bind free variable.
8812         * mm-decode.el (mm-shr): Bind shr-content-function.
8814         * shr.el (shr-content-function): New variable.
8816         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8817         added for symmetry.
8819         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8821         * gnus-group.el (gnus-group-make-group): Doc fix.
8823         * nnimap.el (nnimap-request-newgroups): Return success.
8825         * shr.el (shr-find-elements): New function.
8826         (shr-tag-table): Put all the images after the table.
8827         (shr-tag-table): Really inhibit images inside the table.
8828         (shr-collect-overlays): Copy over overlays from the TD elements to the
8829         main document.
8831         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8832         gnus-blocked-images.
8834 2010-10-05  Julien Danjou  <julien@danjou.info>
8836         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8838         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8839         (gnus-html-maximum-image-size): Add this function.
8840         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8842         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8843         server-value of the capability is nil.
8845 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847         * shr.el (shr-tag-em): Add <EM> tag.
8849 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8851         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8852         customizable.
8854         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8855         handing broken links to browse-url.
8857 2010-10-05  Julien Danjou  <julien@danjou.info>
8859         * gnus-util.el (gnus-emacs-completing-read)
8860         (gnus-iswitchb-completing-read): Use autoload rather than require.
8862 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8864         * gnus-util.el (gnus-completing-read-function): Exclude
8865         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8866         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8867         XEmacs.
8869         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8870         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8872         * gnus-html.el: Don't require help-fns under XEmacs.
8873         (gnus-html-schedule-image-fetching): Work for XEmacs.
8875         * mm-decode.el (mm-shr): Decode contents by charset.
8877 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8879         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8880         unknown.
8882         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8883         (shr-get-image-data): Ensure against the cache file missing.
8885         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8886         for data.
8888         * spam-report.el (spam-report-url-ping-plain): Don't query about
8889         killing the process.
8891         * shr.el (shr-render-td): Protect against too-wide text.
8893 2010-10-04  Julien Danjou  <julien@danjou.info>
8895         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8896         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8898         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8899         retrieved.
8901 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8903         * shr.el (browse-url): Require.
8904         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8905         lines.
8906         (shr-show-alt-text, shr-browse-image): New commands.
8907         (shr-browse-url, shr-copy-url): New commands.
8909         * gnus-sum.el (gnus-widen-article-window): New variable.
8910         (gnus-summary-select-article-buffer): Use it.
8912         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8913         without @ signs.
8915 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8917         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8919 2010-10-04  Julien Danjou  <julien@danjou.info>
8921         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8922         for XEmacs.
8924 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8926         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8928         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8929         (nnimap-close-server): Implement.
8931         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8932         (shr-insert): Tweak line breaking.
8933         (shr-insert): Handle <pre> better.
8934         (shr-tag-li): Get <li> indentation right.
8935         (shr-tag-li): Get <li> indentation even righter.
8936         (shr-tag-blockquote): Ensure paragraph start.
8937         (shr-make-table): Tweak table generation.
8938         (shr-make-table): Fix typo.
8940         * shr.el: Implement table rendering.
8942 2010-10-04  Julien Danjou  <julien@danjou.info>
8944         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8946 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8948         * shr.el (shr-insert): Use string anchors instead of line anchors.
8950 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8952         * shr.el: Add headings.
8953         (shr-ensure-paragraph): Actually work.
8954         (shr-tag-li): Make <ul> prettier.
8955         (shr-insert): Get white space at the beginning/end of elements right.
8956         (shr-tag-p): Collapse subsequent <p>s.
8957         (shr-ensure-paragraph): Don't insert double line feeds after blank
8958         lines.
8959         (shr-insert): \t is also space.
8960         (shr-tag-s): Fix "s" tag name function.
8961         (shr-tag-s): Fix face prop name.
8963 2010-10-03  Julien Danjou  <julien@danjou.info>
8965         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8967         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8968         gnus-window-inside-pixel-edges.
8970         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8971         gnus-ems.
8973         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8975         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8976         function.
8978         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8979         resize choice.
8981 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8983         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8984         beginning of the buffer.
8986         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8987         article buffer again.
8989         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8991         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8992         when it's at the start of the buffer.
8994         * shr.el (shr-tag-blockquote): Convert name.
8995         (shr-rescale-image): Use the right image-size variant.
8997         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8998         buffer isn't shown, then select the current article first instead of
8999         bugging out.
9000         (gnus-summary-select-article-buffer): Show both the article and summary
9001         buffers again.
9003         * shr.el (shr-fontize-cont): Protect against regions with no text.
9004         Rename tag functions to shr-tag-* for enhanced security.
9005         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
9007 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
9009         * shr.el (shr-insert):
9010         * pop3.el (pop3-movemail):
9011         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
9012         loaded.
9014 2010-10-03  Glenn Morris  <rgm@gnu.org>
9016         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
9018         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
9020         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
9022         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
9024         * gnus-util.el (gnus-make-local-hook): Simplify.
9026 2010-10-02  Julien Danjou  <julien@danjou.info>
9028         * gnus-util.el (gnus-iswitchb-completing-read): New function.
9029         (gnus-ido-completing-read): New function.
9030         (gnus-emacs-completing-read): New function.
9031         (gnus-completing-read): Use gnus-completing-read-function.
9032         Add gnus-completing-read-function.
9034 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036         * shr.el (shr-insert-document): Autoload.
9037         (shr-img): Be silent.
9038         (shr-insert): Add a newline after every picture before text.
9039         (shr-add-font): Use overlays for combining faces.
9040         (shr-insert): Pass upwards the text start point.
9042         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9043         possible.
9044         (mm-shr): New function.
9046 2010-10-02  Julien Danjou  <julien@danjou.info>
9048         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9049         should go backward.
9051 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9053         * shr.el (shr): Fix typo in provide call.
9055 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9057         * shr.el: New file.
9059         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9061         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9062         completing read.
9064 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9066         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9067         we're being queried about.  Suggested by Dan Jacobson.
9069         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9070         Suggested by Jason Eisner.
9072         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9073         table, too.  Suggested by Stefan Wiens.
9074         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9075         the table unnecessary.  Suggested by Stefan Wiens.
9077         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9078         longer needed, and probably doesn't work either, as pointed out by
9079         Stefan Wiens.
9080         (gnus-summary-exit): Remove call to the clearing function.
9081         (gnus-summary-exit-no-update): Ditto.
9083         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9084         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9085         Reported by Stefan Monnier.
9086         (gnus-summary-save-in-rmail): Ditto.
9088         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9089         article buffer, instead of both the article buffer and the summary
9090         buffer.  Sort of suggested by Dan Jacobson.
9092         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9094         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9095         Suggested by Dan Jacobson.
9097         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9098         documentation clearer.
9100         * message.el (message-shorten-references): Comment on the number "21".
9101         Suggested by Stefan Monnier.
9103         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9104         Suggested by Dan Jacobson.
9106         * gnus.el (gnus-large-newsgroup):
9107         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9109         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9110         externalize attachments.  Bug reported by Steve Wen.
9112         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9113         really message anything to the user.
9115         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9116         directly.
9118         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9119         messages in empty groups.
9121 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9123         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9124         non-UIDNEXT group.
9126 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9129         not the value from the collection.
9131         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9132         values.  This sometimes happens on some groups that have no info.
9133         (nnimap-request-newgroups): New function.
9135 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9137         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9138         check into `gnus-registry-initialize'.
9139         (gnus-registry-initialize): Ditto.
9140         Fix and extend header docs.
9142 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9144         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9145         regexp backtrace overflows.
9147         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9148         for starttls that tls.el implements; i.e. openssl.
9150 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9152         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9153         (gravatar-create-image): New function that's an alias to
9154         gnus-xmas-create-image, gnus-create-image, or create-image.
9155         (gravatar-data->image): Use it.
9157 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9159         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9160         install the nnregistry refer method.
9161         (gnus-registry-install-hooks): Use it.
9162         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9163         unfollowed groups.
9165 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9167         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9168         expanding threads.
9170 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9172         * nnir.el: Use the server names without suffixes (bug#7009).
9174         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9175         unencrypted to STARTTLS, if possible.
9177 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9179         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9180         headers before superseding.
9182 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9184         * nnrss.el (nnrss-use-local): Add documentation.
9186         * nnimap.el (nnimap-extend-tls-programs): New function.
9187         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9188         (nnimap-wait-for-connection): Accept the greeting from the stupid
9189         output from openssl s_client -starttls, too.
9191         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9192         article number.
9193         (nnimap-split-fancy): New variable.
9194         (nnimap-split-incoming-mail): Use it.
9196         * nntp.el (nntp-server-list-active-group): Document.
9198         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9199         SELECT to get the message-id.
9201         * mail-source.el (mail-sources): Remove webmail support.
9202         (defvar): Ditto.
9203         (mail-source-fetcher-alist): Ditto.
9204         (mail-source-fetch-webmail): Remove.
9206         * webmail.el: Remove -- doesn't seem relevant any more.
9208         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9210         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9211         the \r.
9213 2010-09-30  Julien Danjou  <julien@danjou.info>
9215         * gnus-agent.el (gnus-agent-add-group): Fix call to
9216         gnus-completing-read.
9218 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9220         * nndoc.el (nndoc-retrieve-groups): New function.
9222         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9223         `default', use nnmail-split-methods.
9224         (nnimap-request-article): Downcase the NILs so that they are nil.
9226         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9227         symbol.
9229         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9230         code, since if the user has requested network, that's what they ought
9231         to get.
9232         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9233         (nnimap-split-rule): Mark as obsolete.
9235         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9236         New variable.
9238         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9239         correct slot, too.
9241 2010-09-29  Julien Danjou  <julien@danjou.info>
9243         * gnus.el (gnus-local-domain): Declare variable obsolete.
9245         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9246         Fix history computing.
9247         (gnus-ido-completing-read): Require ido.
9249 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9251         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9252         build Gnus.
9254         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9255         when interpreting the structures.
9256         (nnimap-request-accept-article): Add \r\n to the lines to make this
9257         work with Cyrus.
9259         * nndraft.el (nndraft-request-expire-articles): Use the group name
9260         instead if "nndraft".  Fix found by Nils Ackermann.
9262 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9264         * nnregistry.el: Add.
9266 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9268         * nnmail.el (group, group-art-list, group-art):
9269         Remove unneeded directives.
9271 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9273         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9274         (mm-mime-charset):
9275         * rfc2047.el (rfc2047-syntax-table):
9276         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9278         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9279         rather than `insert-file-contents' and `eval-region'.
9281 2010-09-29  Julien Danjou  <julien@danjou.info>
9283         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9284         replacement of `gnus-gravatar-relief' to mimic
9285         `gnus-faces-properties-alist'.
9286         Add :version property.
9288 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9290         * mail-source.el (mail-source-report-new-mail):
9291         * message.el (message-default-mail-headers):
9292         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9294         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9296 2010-09-28  Julien Danjou  <julien@danjou.info>
9298         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9299         mail-address contains the same string as real-name.
9301         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9302         non-blank in header, otherwise it'll get stripped.
9304         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9305         real-name, and then for mail address rather than doing : or , search.
9307 2010-09-27  Julien Danjou  <julien@danjou.info>
9309         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9310         right completing-read function.
9311         (gnus-use-ido): New variable
9312         (gnus-completing-read-with-default): Remove.
9313         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9314         (gnus-agent-add-group):
9315         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9316         * mm-view.el (mm-view-pkcs7-decrypt):
9317         * mm-util.el (mm-codepage-setup):
9318         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9319         * mml-smime.el (mml-smime-openssl-sign-query):
9320         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9321         (mml-insert-multipart):
9322         * gnus-msg.el (gnus-summary-yank-message):
9323         * gnus-int.el (gnus-start-news-server):
9324         * mm-decode.el (mm-interactively-view-part):
9325         * gnus-dired.el (gnus-dired-attach):
9326         * gnus.el (gnus-read-method):
9327         * gnus-bookmark.el (gnus-bookmark-jump):
9328         * gnus-art.el (gnus-mime-view-part-as-type)
9329         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9330         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9331         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9332         * nnmairix.el (nnmairix-create-server-and-default-group)
9333         (nnmairix-update-groups, nnmairix-get-server)
9334         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9335         (nnmairix-get-group-from-file-path):
9336         * nnrss.el (nnrss-find-rss-via-syndic8):
9337         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9338         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9339         (gnus-group-browse-foreign-server):
9340         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9341         (gnus-summary-execute-command, gnus-summary-respool-article)
9342         (gnus-read-move-group-name):
9343         * gnus-score.el (gnus-summary-increase-score)
9344         (gnus-summary-score-effect):
9345         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9347 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9349         * nnimap.el (auth-source-forget-user-or-password)
9350         (auth-source-user-or-password): Autoload.
9352         * message.el (message-from-style, message-interactive)
9353         (message-signature): Remove comment.
9354         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9355         always.
9356         (message-sendmail-envelope-from): Comment fix.
9357         (message-yank-prefix): Default to mail-yank-prefix always.
9358         (message-indentation-spaces):
9359         Default to mail-indentation-spaces always.
9360         (message-signature-file): Default to mail-signature-file always.
9362 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9364         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9365         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9366         new articles.
9368         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9369         parts.
9370         (nnimap-request-article): Work with the t setting, too.
9372         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9373         that you don't get flashes of other buffers.
9374         (gnus-summary-show-complete-article): Intern before setting.
9376 2010-09-27  David Engster  <dengste@eml.cc>
9378         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9379         well as HEADERS.
9380         (nnmairix-retrieve-headers): Provide new argument for the above.
9382 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384         * gnus-sum.el (gnus-summary-move-article): Don't alter
9385         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9386         group.
9388         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9390         * message.el (message-cite-prefix-regexp): Revert my last edit.
9392         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9393         variable instead of the Gnus variable.
9395         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9397         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9399         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9400         since some servers don't like it.
9401         (nnimap-open-connection): Forget credentials if the server says the
9402         password was wrong.
9403         (nnimap-parse-line): Protect against invalid data.
9405         * gnus-sum.el (gnus-summary-move-article): Add comment.
9406         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9407         nothing alters it while scanning for new messages.
9409         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9410         which may or may not help.
9411         (nnimap-open-connection): If we're doing a stream connection, and then
9412         discover we're on a STARTTLS-capable server, then open a STARTTLS
9413         connection instead.
9415 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417         * nnimap.el (utf7): Require.
9419         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9420         prefix.
9422 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9424         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9426 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9428         * nnimap.el (nnimap-request-accept-article): Message the error on
9429         error.
9431 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9433         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9435 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9437         * nndoc.el (nndoc-request-list): Return success always.
9439         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9440         `fetch-old' -- we only want to fetch the articles we've requested.
9441         The rest are in the agent, probably.
9442         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9443         disappeared server" to something low.  It's not important.
9445         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9446         arrived before the FETCH data.
9448         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9449         target here, because we don't know the Gnus name of the group.
9451         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9452         for the correct group.
9454         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9456         * gnus.el (gnus): Give a final warning after startup.
9458         * gnus-util.el (gnus-action-message-log): New variable.
9459         (gnus-message): Use it.
9460         (gnus-final-warning): New function.
9462         * nnimap.el (nnimap-open-connection): Record the greeting.
9463         (nnimap): Add greeting.
9465 2010-09-26  Julien Danjou  <julien@danjou.info>
9467         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9468         arguments.
9469         (gnus-html-wash-images): Fix spec computing to include start/end.
9471         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9473 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9475         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9476         deletion.
9477         (nnimap-retrieve-headers): Don't select the group, because that's
9478         already done by nnimap-possibly-change-group.
9480         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9481         (gnus-picon-transform-address): Use it.
9483         * mail-source.el (mail-source-value): Revert previous patch.
9485         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9486         on failure.
9487         (nnimap-open-connection): Look up both virtual and physical server name
9488         credentials.
9490         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9492 2009-02-08  Dave Love  <fx@gnu.org>
9494         * gnus-win.el (gnus-window-to-buffer-helper)
9495         (gnus-all-windows-visible-p): Function needn't be a symbol.
9497         * mail-source.el (mail-source-value): Function needn't be a symbol.
9499 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9501         * message.el (message-cite-prefix-regexp): Remove } from the cite
9502         prefix.
9504         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9505         highlight again, so that the highlight is correct.
9507         * gnus-picon.el (gnus-picon): Remove again.
9508         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9510         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9511         doing the header highlightling, so that the background color of the
9512         picon is correct.
9514         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9515         (gnus-picon): Ditto.
9516         (gnus-picon): Reinstate.  The background color for picons is white.
9517         (gnus-picon-insert-glyph): Make the background white.
9519         * nnml.el (nnml-open-nov): Don't return dead buffers.
9521         * auth-source.el (auth-source-create): Query the user for whether to
9522         store the credentials.
9524         * auth-source.el (auth-source-user-or-password): Use the existing auth
9525         sources, if any, for creation.
9527         * gnus.el (gnus-group-fast-parameter): Return the last matching
9528         parameter instead of the first matching parameter.
9530 2010-09-26  Julien Danjou  <julien@danjou.info>
9532         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9534 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9536         * mml2015.el (mml2015-use): Remove gpg support.
9538         * mml1991.el (mml1991-function-alist): Remove gpg function.
9539         (mml1991-gpg-sign): Remove.
9541 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9543         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9544         (gnus-browse-unsubscribe-current-group): Document it.
9545         (gnus-browse-unsubscribe-group): Use it.
9547 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9550         address to the To list for easier response.
9552         * gnus.el (gnus-play-startup-jingle): Remove.
9553         (gnus-splash): Don't play jingle.
9554         (gnus): Silence gnus-load message.
9556         * gnus-art.el (gnus-treat-play-sounds): Remove.
9558         * gnus.el (gnus-play-jingle): Remove audio support.
9560         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9562         * earcon.el: Remove -- no users.
9564         * gnus-audio.el: Remove -- no users of this package.
9566         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9568         * gnus-start.el (gnus-setup-news): Remove nocem support.
9570         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9572         * gnus.el (gnus-use-nocem): Remove.
9574         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9575         Remove.
9577         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9578         uses NoCeM any more.
9580         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9581         (gnus-button-ctan-handler): Ditto.
9582         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9583         (gnus-button-ctan-directory-regexp): Ditto.
9584         (gnus-button-handle-ctan): Ditto.
9585         (gnus-button-tex-level): Ditto.
9586         (gnus-button-alist): Remove CTAN stuff.
9588 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9590         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9591         nnimap-streaming test.
9593         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9594         servers twice.
9596         * nnimap.el (nnimap-open-connection): Add more error reporting when
9597         nnimap fails early.
9599         * nnheader.el (nnheader-get-report-string): New function.
9600         (nnheader-get-report): Use it.
9602         * gnus-int.el (gnus-check-server): Say what the error was when opening
9603         failed.
9605         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9606         using streaming.
9608 2010-09-25  Julien Danjou  <julien@danjou.info>
9610         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9611         gnus-window-inside-pixel-edges.
9613 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9617         * mm-decode.el (mm-save-part): Allow saving to other directories the
9618         normal Emacs way.
9620         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9621         Suggested by Jay Berkenbilt.
9623         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9624         there isn't a single byte.
9626         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9627         just do it.  It doesn't really seem to matter what the user responds
9628         here, I think, so it's just a confusing question.
9630         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9631         non-streaming case.
9633         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9634         (gnus-article-encrypt-body): Use it.
9636         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9637         keystroke.
9639         * nnimap.el (nnimap-find-wanted-parts-1):
9640         Use gnus-fetch-partial-articles.
9642         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9644         * nnimap.el (nnimap-insert-partial-structure): New function.
9645         (nnimap-get-partial-article): New function.
9646         (nnimap-request-article): Use it.
9647         (nnimap-wait-for-response): Return whether the wait was successful.
9648         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9649         retrieval wasn't successful.
9650         (nnimap-retrieve-group-data-early): Allow throttling servers.
9651         (nnimap-streaming): New variable.
9652         (nnimap-fetch-partial-articles): Remove.
9654         * mm-decode.el (mm-with-part): Protect against killed buffers.
9656         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9657         for prettier summary display.
9659 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9661         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9663 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9666         apparently third-party libraries depend on it.
9668         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9669         before starting negotiation.
9671         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9672         privacy reasons.
9673         (gnus-treat-mail-gravatar): Ditto.
9675         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9676         buffer when inserting images.  Inserting text into the headers, for
9677         instance, can make them invalid.
9679 2010-09-25  Julien Danjou  <julien@danjou.info>
9681         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9682         variables.
9684         * nnheader.el: Remove useless variables news-reply-yank-from and
9685         news-reply-yank-message-id.
9687         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9688         variables.
9690         * mml1991.el: Remove useless mml1991-verbose.
9692         * gnus.el: Remove useless variable gnus-use-generic-from.
9693         Remove obsolete variable gnus-topic-indentation.
9695         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9697         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9699         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9701         * gnus-group.el: Remove useless gnus-group-icon-cache.
9702         Remove useless gnus-ephemeral-group-server.
9704         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9706         * mml2015.el: Remove useless mml2015-verbose.
9708         * mml-smime.el: Remove useless mml-smime-verbose.
9710         * gnus.el: Remove useless gnus-local-domain.
9712         * gnus-gravatar.el (gnus-gravatar-transform-address):
9713         Use gnus-gravatar-size.
9715         * gnus-art.el: Remove useless gnus-treat-translate.
9717 2010-09-24  Julien Danjou  <julien@danjou.info>
9719         * gnus-sum.el: Add support for Gravatars.
9721         * gnus-art.el: Add support for Gravatars.
9723         * gnus-gravatar.el: Add this file.
9725         * gravatar.el: Add this file.
9727 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9731         * gnus-group.el (gnus-group-fetch-faq): Remove.
9733         * gnus.el (gnus-group-faq-directory): Remove.
9735         * gnus-group.el (gnus-group-fetch-charter): Remove.
9737         * gnus.el (gnus-group-charter-alist): Remove.
9739         * gnus-group.el (gnus-group-archive-directory): Remove.
9740         (gnus-group-recent-archive-directory): Ditto.
9741         (gnus-group-make-archive-group): Remove.
9743         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9745         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9746         use the same article number for all the cached articles.
9748         * nnimap.el (nnimap-command): Register the last command time so
9749         that we can use it for idling NOOPs.
9750         (nnimap-open-connection): Start the keeplive timer.
9751         (nnimap-make-process-buffer): Store all the process buffers.
9752         (nnimap-keepalive): New function.
9754         * starttls.el (starttls-open-stream): Add autoload cookie.
9756 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9758         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9759         handling.
9761 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9763         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9764         its data structures.
9766         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9767         instead of the cl.el copy-list.
9768         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9769         equalp.
9771 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9773         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9774         and tool-bar-local-item-from-menu.
9776         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9777         mode-line-highlight face for Emacs.
9779         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9780         loading gnus-sum.elc; fix comment for canlock-verify.
9781         (gnus-article-jump-to-part): Use read-number.
9782         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9783         Remove Emacs pre-21 compatible code for help-echo.
9784         (gnus-article-next-page-1): No need to adjust the number of lines.
9785         (gnus-article-describe-bindings): Always use help-buffer.
9787         * gnus-audio.el (gnus-audio-inline-sound):
9788         * gnus-cus.el (gnus-custom-mode):
9789         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9791         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9793         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9794         compatible code.
9796 2010-09-24  Glenn Morris  <rgm@gnu.org>
9798         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9799         visiting the fcc file in rmail-mode.
9801 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9803         * nnir.el: Silence the byte compiler.
9805         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9806         alias to browse-url-url-encode-chars if any.
9807         (gnus-html-encode-url): Use it.
9809 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9811         * gnus-start.el (gnus-use-backend-marks): New variable.
9812         (gnus-get-unread-articles-in-group): Use it.
9814         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9815         makeover.
9817 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9819         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9821 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9823         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9824         Remove.
9825         (gnus-setup-news-hook):
9826         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9828         * gnus-int.el (gnus-request-update-info): Protect against backends not
9829         having the function.
9831         * nnimap.el (nnimap-stream): Mention STARTTLS.
9832         (nnimap-open-connection): Add STARTTLS support.
9834 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9836         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9838 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9840         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9841         BODYSTRUCTUREs.
9842         (nnimap-transform-headers): Unfold quoted {42} headers.
9844         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9845         the info.
9846         (gnus-get-unread-articles): Only call updatep on backends that support
9847         it.
9849         * nnweb.el (nnweb-request-update-info): NOOP.
9851         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9853         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9854         since it only deals with marks.
9856         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9857         gnus-request-marks, and make a new gnus-request-update-info.
9859         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9860         the active instead of the high number, which is usually too low.
9862 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9864         * encrypt.el: Remove.
9866 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9868         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9869         server in symbolic form.
9871         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9873 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9875         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9876         (nnimap-update-info): Fix up code slightly.
9878         * gnus-int.el (gnus-open-server): Add tracing for performance
9879         debugging.
9881         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9882         (gnus-group-insert-group-line): Pass the real group name so that it
9883         gets the right data.
9885         * gnus-start.el (gnus-get-unread-articles): Don't have
9886         `gnus-get-unread-articles-in-group' update info, since that can be
9887         really slow and doesn't seem to be needed?
9889 2010-09-22  Julien Danjou  <julien@danjou.info>
9891         * gnus-group.el (gnus-group-insert-group-line):
9892         Call gnus-group-highlight-line.
9893         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9894         default hook list.
9895         (gnus-group-update-eval-form): Add new function.
9896         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9897         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9899 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9901         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9902         immediate, then expire all articles.
9903         (nnimap-update-info): Fix off-by-one errors.
9904         (nnimap-flags-to-marks): Would return no marks lists for group with no
9905         flags.  Instead return the other data.
9907 2010-09-22  Julien Danjou  <julien@danjou.info>
9909         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9910         Only return an icon.
9911         (gnus-group-insert-group-line): Compute icon to return.
9913         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9914         (gnus-html-image-fetched): Only cache if
9915         gnus-html-image-automatic-caching is set.
9916         (gnus-html-image-fetched): Check for errors.
9918 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9920         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9921         once per method on `g'.  This ensures that backends like nnfolder don't
9922         open all their folders.
9924         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9925         (nnimap-request-list): Nix out group in the correct buffer.
9926         (nnimap-parse-flags): Implement by using `read' instead of
9927         hand-parsing.
9928         (nnimap-flags-to-marks): Pass on permanent-flags.
9929         (nnimap-make-process-buffer): Record the server name.
9930         (nnimap-parse-flags): Fix typo.
9931         (nnimap-request-scan): Run split on the server in general, not just a
9932         single group.
9934         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9935         parameter, and propagate this downwards.
9937         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9938         since EXAMINE changes it on the server.
9940         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9941         this command might take a while.
9943 2010-09-22  Julien Danjou  <julien@danjou.info>
9945         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9946         harmful if you have 2 images side-by-side, they can't be properly
9947         update on text deletion.  Using text-property is safer here.
9948         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9949         data.
9951 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9953         * nnimap.el (nnimap-expunge-inbox): Remove.
9954         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9955         (nnimap-expunge): Flip default to t.
9957         * gnus.el (gnus-method-to-server): Don't push things to the cache
9958         unless it's unique.
9959         (gnus-server-to-method): Ditto.
9961 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9963         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9965 2010-09-22  Julien Danjou  <julien@danjou.info>
9967         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9968         get the start of data.
9969         (gnus-html-encode-url): Add this function to encode special chars in
9970         URL.
9971         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9972         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9974         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9975         default.
9976         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9978         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9979         images alt-text.
9980         (gnus-html-put-image): Put alt-text as help-echo.
9982 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9984         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9985         * mm-util.el (mm-decompress-buffer):
9986         * nnir.el (nnir-run-find-grep):
9987         * pop3.el (pop3-list): Use 3rd arg of split-string.
9989 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9991         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9992         outside the active range.  Suggested by Dan Christensen.
9994         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9995         slightly later to avoid double-getting it.
9997         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9998         previous patch.
10000         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
10002 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
10004         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
10006 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008         * gnus-int.el (gnus-open-server): Give a better error message in the
10009         "go offline" case.
10011         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
10012         marks for nnimap, which is seldom the right thing to do.
10014         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
10015         (gnus-same-method-different-name): New function.
10017         * nnimap.el (parse-time): Require.
10019         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10020         method in the presence of many similar methods.
10022         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10024         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10025         nnml-inhibit-expiry.
10027         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10028         find out whether methods are equal.
10030         * nnimap.el (nnimap-find-expired-articles): New function.
10031         (nnimap-process-expiry-targets): New function.
10032         (nnimap-request-move-article): Request the article before looking at
10033         what the Message-ID is.  Fix found by Andrew Cohen.
10034         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10036         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10037         for oldness in addition to being a predicate.
10039         * nnimap.el (nnimap-request-group): When we have zero articles, return
10040         the right data to Gnus.
10041         (nnimap-request-expire-articles): Only delete articles immediately if
10042         the target is 'delete.
10044         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10045         method, this would bug out.
10047         * gnus-group.el (gnus-group-expunge-group): Rename from
10048         gnus-group-nnimap-expunge, and implemented as a normal interface
10049         function.
10051         * gnus-int.el (gnus-request-expunge-group): New function.
10053         * nnimap.el (nnimap-request-create-group): Implement.
10054         (nnimap-request-expunge-group): New function.
10056 2010-09-21  Julien Danjou  <julien@danjou.info>
10058         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10059         (gnus-html-cache-expired): Add new function.
10060         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10061         wethever we should display image for fetch it.
10062         Compute alt-text earlier to pass it to the fetching function too.
10063         (gnus-html-schedule-image-fetching): Change function argument to only
10064         get one image at a time, not a list.
10065         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10066         cache.
10067         (gnus-html-get-image-data): New function to retrieve image data from
10068         cache.
10069         (gnus-html-put-image): Change buffer argument to use image data rather
10070         than file, and place image above region rather than inserting a new
10071         one.  Do not take alt-text as argument, since it's useless now: we place
10072         the image above alt-text.
10073         (gnus-html-prune-cache): Remove.
10074         (gnus-html-show-images): Start to fetch image when we find one, do not
10075         push into a temporary list.
10076         (gnus-html-prefetch-images): Only fetch image if they have expired.
10077         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10078         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10080 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10082         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10084 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10086         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10087         spec inser "*" if the group isn't active instead of 0.
10089         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10090         opening the server.
10091         (nnimap-request-delete-group): Implement group deletion.
10092         (nnimap-transform-headers): Return the size of the entire message in
10093         the Bytes header, not just the size of the first part.
10094         (nnimap-request-move-article): When moving an article from nnimap,
10095         request the article first so the accepting form has an article to
10096         accept.  Reported by Dan Christensen.
10097         (nnimap-command): Make sure that the error message doesn't error out.
10099 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
10101         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10102         we haven't requested anything.
10104 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10106         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10107         "".  Fix found by Andrew Cohen.
10109         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10110         instead of -encode-string.
10112 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10114         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10116         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10117         by mm-subst-char-in-string.
10119 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10121         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10122         waiting for the connection string.
10124         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10125         arriving.
10127         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10128         bogus characters.  This allows selecting certain Gmail groups.
10130         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10131         (nnimap-fetch-partial-articles): New variable.
10132         (nnimap-open-connection): When looking for credentials, also use the
10133         nnimap-server-port.
10134         (nnimap-request-article): Return the group/article number, so that Gnus
10135         `^' works as expected.
10136         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10138         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10139         comments.
10140         (gnus-methods-sloppily-equal): New function.
10141         (gnus): When using the development version of Gnus, load the gnus-load
10142         file.
10144         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10145         `gnus-open-server' on each method before trying to scan them etc.
10146         This ensures that all the backend parameters are set correctly.
10148         * nnimap.el (nnimap-authenticator): New variable.
10149         (nnimap-open-connection): Allow anonymous login.
10150         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10151         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10153         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10154         patch, found by Knut Anders Hatlen.
10156 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10158         * gnus-agent.el (gnus-agent-batch-confirmation)
10159         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10160         to gnus-message.
10161         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10162         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10163         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10164         * gnus-int.el (gnus-open-server): Likewise.
10165         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10166         (gnus-score-check-syntax): Likewise.
10167         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10168         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10169         Likewise.
10170         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10172 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10174         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10175         calling conventions so that prefetch doesn't bug out.
10177 2010-09-19  Julien Danjou  <julien@danjou.info>
10179         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10180         rather than `subst-char-in-region' in order to be able to replace ASCII
10181         char by UTF-8 ones.
10183         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10184         than curl.
10185         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10186         the right URL and ALT text on images.
10187         (gnus-html-wash-tags): Fix tag case.
10188         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10189         (gnus-article-html): Add -o display_ins_del=2 option.
10190         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10192 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10194         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10195         the extra mail headers, which sometimes seem to happen for unknown
10196         reasons.
10198         * mail-parse.el (mail-header-encode-parameter): Define as
10199         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10200         (or most, perhaps?) mail readers don't understand the latter, but do
10201         understand the former.
10203         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10204         to nil, so that no methods are automatically agentized.  I think this
10205         is probably what most users want.
10207         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10208         from url-retrieve, for instance about invalid URLs.
10210         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10211         groups that have no articles.
10212         (nnimap-request-article): Check that we really got an article when we
10213         requested one.
10215         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10216         doesn't exist.
10218         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10219         nntp buffer so the agent can save it.
10220         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10221         that CRLF doesn't get translated to \n.
10222         (nnimap-open-connection): Don't make 'shell commands only send \n.
10224 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10226         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10227         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10228         Update var name.
10229         (nnml-generate-nov-file): Use dolist.
10230         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10231         Use with-current-buffer.
10233 2010-09-18  Julien Danjou  <julien@danjou.info>
10235         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10236         parallel.
10238 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10240         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10241         the range update right.
10242         (nnimap-request-group): Don't make `M-g' bug out on group with no
10243         marks.
10244         (nnoo): Require, so that other packages can require nnimap.
10245         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10246         command we're looking for.  This helps when the server sends more
10247         responses after we've gotten everything we expected.
10248         (nnimap): Add a `newlinep' field to keep track of end-of-line
10249         conventions.
10250         Don't send CRLF to things that don't want it.
10251         (nnimap-request-accept-article): Ditto.
10253 2010-09-18  Julien Danjou  <julien@danjou.info>
10255         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10256         than curl to retrieve images.
10258 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10260         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10261         the marks.
10262         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10263         (nnimap-wait-for-connection): New function.
10264         (nnimap-open-connection): If we have PREAUTH, don't query for login
10265         credentials.
10266         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10267         when doing a partial update.
10269 2010-09-18  Julien Danjou  <julien@danjou.info>
10271         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10272         tags.
10274 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10276         * nnimap.el (nnimap-credentials): New function.
10277         (nnimap-open-connection): Use the new function to look for credentials
10278         also on the numeric equivalents of "imap" and "imaps".
10280         * gnus-start.el (gnus-activate-group): Send the info to
10281         gnus-request-group.
10283         * nnimap.el (nnimap-request-group): Have the "check" version of the
10284         function parse flags and update the info, so that a `M-g' get a total
10285         resync of all flags from the group.
10287         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10288         to allow backends to alter the info on group selection.  Also alter all
10289         the backend -request-group functions to take the parameter.
10291         * nnimap.el (nnimap-store-info): New function.
10292         (nnimap-update-info): Store the info for later usage.
10293         (nnimap-request-group): Use the stored info for the dont-check case, so
10294         that we don't retrieve all marks when we enter a group.
10296         * nnimap.el: Use deffoo instead of defun for interface functions.
10298         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10299         update the group info.  This makes the nndraft groups, for instance, go
10300         back to their old behavior.
10302         * gnus-sum.el (gnus-select-newsgroup): Indent.
10304         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10305         in.
10306         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10307         nothing.
10309         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10310         from methods that are denied.
10312         * gnus-int.el (gnus-method-denied-p): New function.
10314         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10315         store the password instead of netrc.
10316         (nnimap-open-connection): Don't error out when we can't make a
10317         connections.
10319         * auth-source.el (auth-source-create): In the password prompt, say what
10320         we're querying for.  Also prompt for user name if that hasn't been
10321         given.
10323         * nnimap.el (nnimap-with-process-buffer): Remove.
10325 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10327         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10328         method when we're reading from the agent.
10330         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10332         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10333         that's probably most useful for users.
10335         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10336         "failed" all the time.
10338         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10339         ...)) with (with-current-buffer ...).
10341         * nntp.el (nntp-open-server): Return whether the open was successful or
10342         not.
10344         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10345         select an unread unseen article first.
10347         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10348         /etc/services, supply some sensible port defaults.
10350 2010-09-17  Julien Danjou  <julien@danjou.info>
10352         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10354 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10356         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10357         doesn't have any parameters.
10359 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10362         only upcased checks.
10364         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10366         * nnimap.el (nnimap-open-shell-stream): New function.
10367         (nnimap-open-connection): Use it.
10368         (nnimap-transform-headers): Get the number of lines in each message.
10369         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10370         number of lines.
10371         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10372         problem.
10374         * utf7.el (utf7-encode): Autoload.
10376         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10377         to allow the mail splitting to not return a default group.  This is
10378         useful for nnimap, which will leave unmatched mail in the inbox.
10380         * nnimap.el: Rewritten.
10382         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10383         nnimap usage.
10385         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10386         if the move is internal, so that nnimap can do fast internal moves.
10388         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10389         data.
10390         (gnus-read-active-for-groups): Support finishing the early retrieval of
10391         data.
10393         * gnus-range.el (gnus-range-nconcat): New function.
10395         * gnus-int.el (gnus-finish-retrieve-group-infos)
10396         (gnus-retrieve-group-data-early): New functions.
10398 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10400         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10401         (nnrss-retrieve-groups):
10402         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10403         (pop3-quit): Use with-current-buffer.
10405 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10407         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10408         instead of nnheader-accept-process-output.
10410         * gnus-html.el (gnus-html-schedule-image-fetching)
10411         (gnus-html-prefetch-images): Replace process-kill-without-query by
10412         gnus-set-process-query-on-exit-flag.
10414 2010-09-16  Romain Francoise  <romain@orebokech.com>
10416         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10418 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10420         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10421         parameter to unintern is mandatory-ish in Emacs 24.
10423         * gnus-html.el (gnus-html-schedule-image-fetching)
10424         (gnus-html-prefetch-images): Check for curl before using it.
10426         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10427         depend on curl, which isn't essential.
10429         * imap.el: Revert back to version
10430         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10431         seem problematic.
10433 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10435         * gnus-registry.el (gnus-registry-install-shortcuts):
10436         Explicitly pass `obarray' to `unintern' to avoid a warning.
10438 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10440         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10441         change.
10443         * nnrss.el (nnrss-request-list): Remove this function and related
10444         functions, including the moreover stuff.
10446 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10448         * nnrss.el (nnrss-retrieve-groups): New function.
10450 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10452         * .dir-locals.el: Add no-byte-compile cookie.
10454 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10456         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10457         for back end that doesn't support request-scan.
10459 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10461         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10462         then do request scans from the backends.
10464         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10465         avoid running a hook per line, since this takes a lot of time,
10466         profiling shows.
10467         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10468         directly if gnus-visual-p is true.
10470 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10472         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10473         groups; replace mapcar with dolist which is a bit faster; pass groups
10474         info to gnus-read-active-file-1.
10475         (gnus-read-active-file-1): Scan only specified groups if the new
10476         optional arg `infos' is given.
10478 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10480         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10482         * pop3.el (pop3-movemail): Remove.
10483         (pop3-streaming-movemail): Rename to pop3-movemail.
10485         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10486         don't restrict end-tag searches to the end of the line.
10488 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10490         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10491         articles of every unchecked group to t, which means unknown since the
10492         server has never been opened.
10494 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10496         * gnus-html.el (gnus-html-show-alt-text): New command.
10497         (gnus-html-browse-image): Ditto.
10498         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10499         to browse the image directly.
10500         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10501         better.
10503         * gnus-async.el (gnus-async-article-callback):
10504         Call `gnus-html-prefetch-images' unconditionally.
10506         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10507         before feeding URLs to curl.
10509 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10511         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10512         internal images as deletable by `W D D'.
10514         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10515         (gnus-async-article-callback): Fix typo.
10517 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10520         current line to work around bugs in the output from w3m.
10522         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10523         for groups that want that.
10525         * nntp.el (nntp-wait-for-string): Supply a timeout for
10526         accept-process-output to ensure progress.
10528         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10529         level to get unread articles from, then use that for foreign groups,
10530         too.
10532         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10533         confuses the rest of the function.
10535         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10536         for the methods that support -retrieve-groups, too.
10538         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10540 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10542         * pop3.el: Require cl when compiling.
10543         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10545 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10548         that aren't going to be activated.
10549         (gnus-get-unread-articles): Fix up the last commit.
10551         * gnus-html.el (gnus-article-html): Allow calling without specifying
10552         the handle.  In that case, dissect the buffer first.
10554         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10556         * nnimap.el (nnimap-open-connection): Revert the change that would look
10557         into authinfo for imaps instead of imap.
10559         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10560         say that you don't want to call gnus-request-group with don-check, but
10561         do check the response.  This is for virtual groups only.
10562         (gnus-get-unread-articles): Count the archive groups as secondary, so
10563         that they're activated the same way as before.
10565         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10566         case-insensitively.
10567         (nnimap-debug): Remove.
10569         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10570         mail from a file, and the file doesn't exist.
10572         * pop3.el (pop3-streaming-movemail): Return t for success.
10574         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10575         .authinfo if we're using ssl connection.
10577         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10578         already have if we're in a main Gnus `g' run.
10580         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10582 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10584         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10586         * nnmh.el (nnmh-request-list-1): Bind `file'.
10588         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10589         alias to set-process-query-on-exit-flag or process-kill-without-query.
10590         (pop3-open-server): Use it.
10592 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10594         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10595         box to the Incoming file.  Fixes mistake in previous checkin.
10597         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10598         request loop (for debugging purposes) removed.
10600         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10601         culprit is more visible.
10602         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10603         (nnml-add-incremental-nov): New functions to do "incremental" nov
10604         updates, where we just append to the end of the existing nov files
10605         without reading/writing them in full.
10607         * mail-source.el (mail-source-delete-crash-box): Really only check the
10608         incoming files once in a while.
10610         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10612         * mail-source.el (mail-source-delete-crash-box): Only check the
10613         incoming files for deletion once per day to save a lot of file
10614         accesses.
10616         * pop3.el (pop3-logon): Fix up unbound variable typo.
10618         * mail-source.el (pop3-streaming-movemail): Autoload.
10620         * pop3.el (pop3-streaming-movemail):
10621         Respect pop3-leave-mail-on-server.
10623         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10624         retrieval.
10626         * pop3.el (pop3-process-filter): Remove unused function.
10627         (pop3-streaming-movemail, pop3-send-streaming-command)
10628         (pop3-wait-for-messages, pop3-write-to-file)
10629         (pop3-number-of-responses): New functions for streaming pop3
10630         retrieval.
10632         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10633         come from no known methods.
10634         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10635         list.
10637         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10638         message sizes.
10639         (pop3-movemail): Use erase-buffer instead of looping and deleting
10640         regions, which seems rather odd.
10642         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10643         file once per `g' run.
10645         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10646         directories.  This makes the draft queue directory work.
10648         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10649         data from the backends, so that we only request the list of groups from
10650         each method once.  This should speed things up considerably.
10652         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10653         detect that it's not implemented.
10655         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10656         we actually do recurse down into the tree, but don't stat all leaf
10657         nodes.
10659         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10660         then say so instead of bugging out.
10662         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10663         files exist before trying to read them.
10665         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10666         around <pre_int>.
10668         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10670         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10672 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674         * mm-util.el (mm-image-load-path): Just return the image directories,
10675         not all directories in the path in addition to the image directories.
10676         (mm-image-load-path): Maintain a cache of the image directories so that
10677         the `g' command in Gnus doesn't have to stat dozens of directories each
10678         time.
10680         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10681         (gnus-html-wash-tags): Add a new `i' command to insert images.
10682         (gnus-html-insert-image): New command and keystroke.
10683         (gnus-html-redisplay-with-images): New command and keystroke.
10684         (gnus-html-show-images): Rename command.
10685         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10686         spacers.
10687         (gnus-html-wash-tags): Decode entities at the end, so that entities
10688         inside the tags don't mess up the rest of the "parsing".
10690         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10691         so that nnimap methods aren't agentized by default.  There's apparently
10692         many problems related to agent/imap behavior.
10694         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10696         * gnus-html.el: Doc fix.
10698 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10700         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10701         glyph-width and glyph-height instead of display-graphic-p and
10702         image-size; make avoidance of displaying small images work for XEmacs.
10704         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10705         for XEmacs.
10707         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10708         of symbol that holds plist data.
10709         (gnus-process-plist): Remove plist of process after getting it.
10711 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10713         * message.el (message-generate-hashcash): Change default to
10714         'opportunistic if hashcash is installed.
10716         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10717         (gnus-html-put-image): Only call image-size once, since it's somewhat
10718         time-consuming on remote X servers.
10720 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10722         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10723         decoded contents.
10724         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10726 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10729         group line format, since it isn't very interesting.
10731         * gnus-agent.el (gnus-agent-short-article),
10732         (gnus-agent-long-article): Increase values for these two variables,
10733         since most people are likely to have more network connection and
10734         storage than before.
10736         * gnus.el (gnus-refer-article-method): Change default to 'current.
10737         When referring an article, the common behavior is to refer it from the
10738         current select method, not the native select method.  The chances of
10739         the native select method having the message in question is rather slim
10740         these days.
10742         * gnus-sum.el (gnus-auto-select-subject): Change default to
10743         `unseen-or-unread'.  I think it's likely that most people want to
10744         select an unseen article over a previously seen, but unread one.
10746         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10747         means that in the article buffer none of the minor mode elements will
10748         be shown, usually, and this is not desirable in most cases.
10750         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10751         that commands like `d' (and the like) go to the next line in the
10752         buffer, instead of the next unread article.  I think this is the
10753         behavior that is most natural for most users.
10754         (gnus-single-article-buffer): Change default to nil, so that people can
10755         have as many article buffers open as they have summary buffer.  I think
10756         this is the most natural way for the groups to behave.
10758         * message.el (message-generate-new-buffers): Change default to
10759         `unsent', so that all new message buffers start their names with the
10760         string "*unsent", and it's easier to find the buffers if you move from
10761         them.
10763 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10765         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10766         small.  They're probably tracking images.
10767         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10768         (gnus-html-rescale-image): Yet another try at getting the image sizing
10769         right.
10771         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10772         nntp-marks-file-name is nil.
10774 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10776         * gnus-html.el (gnus-html-wash-tags)
10777         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10778         Better logging.
10780 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10784         * gnus-html.el (gnus-html-wash-tags): Check the value of
10785         gnus-blocked-images in the summary buffer.
10787 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10789         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10791 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10794         like "a", it seems like.
10795         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10796         since it needs to be picked from the correct buffer.
10798         * nnwfm.el: Remove.
10800         * nnlistserv.el: Remove.
10802 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10804         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10805         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10807 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10809         * nnkiboze.el: Remove.
10811         * nndb.el: Remove.
10813         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10814         alt text.
10815         (gnus-html-rescale-image): Try to get the rescaling logic right for
10816         images that are just wide and not tall.
10818         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10819         overshadow variable bindings.
10821 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10823         * gnus-html.el (gnus-html-wash-tags)
10824         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10825         Add extra logging.
10827 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10830         (gnus-max-image-proportion): New variable.
10831         (gnus-html-rescale-image): New function.
10832         (gnus-html-put-image): Rescale images.
10834 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10836         Fix up some byte-compiler warnings.
10837         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10838         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10839         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10840         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10841         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10842         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10843         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10845 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10847         * gnus-html.el (gnus-article-html): Decode contents by charset.
10849 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10851         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10852         (gnus-html-frame-width, gnus-blocked-images):
10853         * message.el (message-prune-recipient-rules): Add custom version.
10854         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10856         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10857         functions.
10859         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10860         gnus-process-get.
10862 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10864         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10865         instead of lsub directly.
10867 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10869         * nnwarchive.el: Remove.
10871         * gnus-soup.el: Remove.
10873         * nnsoup.el: Remove.
10875         * nnultimate.el: Remove.
10877         * gnus-html.el (gnus-blocked-images): New variable.
10879         * message.el (message-prune-recipients): New function.
10880         (message-prune-recipient-rules): New variable.
10882         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10883         guess whether a long line is natural text or not.
10885         * gnus-html.el (gnus-html-schedule-image-fetching):
10886         Use gnus-process-plist and friends for compatibility.
10888 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10890         * gnus-html.el: Require packages that define macros used in this file.
10891         (gnus-article-mouse-face): Declare to silence byte-compiler.
10892         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10893         process-get.
10894         (gnus-html-put-image): Use plist-get to avoid getf.
10895         (gnus-html-prefetch-images): Use with-current-buffer.
10897 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10899         * gnus-ems.el: Provide compatibility functions for
10900         gnus-set-process-plist.
10902         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10903         * gnus.el (gnus-valid-select-methods):
10904         * message.el (message-send-mail-partially-limit):
10905         * mm-decode.el (mm-text-html-renderer):
10906         * mml.el (mml-insert-mime-headers-always):
10907         * smiley.el (smiley-regexp-alist): Bump custom version.
10909 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10911         * gnus-html.el: Require mm-url.
10912         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10913         with the url to `url'.
10914         (gnus-html-wash-tags): Support cid: URLs/images.
10916 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10918         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10919         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10920         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10922         * gnus-move.el: Remove file, since it doesn't really work.
10924         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10925         UTF-8.  This seems to fix problems with some German web feeds.
10927         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10928         at the top so that the proper colors are applied.
10930         * gnus-art.el (gnus-article-view-part): Doc fix.
10932         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10933         XEmacs-compatible.
10934         (gnus-html-put-image): Don't do images on non-graphic displays.
10936         * nnslashdot.el: Remove this unused backend.
10938         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10939         actions.
10940         (gnus-undo-register-1): Revert last change.
10942         * gnus-group.el (gnus-group-completing-read): Protect against not
10943         having completion-styles bound.
10945         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10946         make broken recipients happier.
10948         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10950         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10951         point parameter.
10953         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10954         completion-styles for group selection.
10956 2009-02-04  Andreas Schwab  <schwab@suse.de>
10958         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10959         headers and regexp-quote the match if necessary.
10961 2009-03-24  Miles Bader  <miles@gnu.org>
10963         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10964         the blinking smiley.
10966 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10968         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10969         blink smiley.
10971 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10974         where the dribbel file lives exists.
10976         * message.el (message-send-mail-partially-limit): Change the default to
10977         nil, since most people don't want this.
10979         * mm-url.el (mm-url-decode-entities): Also decode entities like
10980         &#x3212.
10982 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10984         * gnus-sum.el (gnus-summary-idna-message):
10985         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10986         Hyperlink urls in docstrings with URL `...'.
10988 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10990         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10991         functions.
10993 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10995         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10996         say what the mouseover text should be.
10998         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10999         version of the mm-w3m-safe-url-regexp variable to only download images
11000         in the groups where we want that to happen.
11002         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11004         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11005         easier debugging.
11006         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11007         big pictures in the article buffer.
11009         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11010         gnus-article-html.
11011         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11012         w3m.
11014         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11016 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11018         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11019         which doesn't exist.
11021         * message.el (message-inhibit-ecomplete): New variable to allow some
11022         function to inhibit ecomplete address storage.
11023         (message-resend): Disable ecomplete message storage when resending
11024         messages.
11026         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11028 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11030         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11031         Save excursion while copying, moving, and deleting articles in order to
11032         prevent the cursor from jumping to unforeseen place.
11034 2010-08-17  Glenn Morris  <rgm@gnu.org>
11036         * gnus-sync.el: Require gnus components whose functions are used.
11038         * gnus-art.el (bookmark-make-record-function):
11039         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11040         Declare for compiler.
11042         * mm-url.el (mml-compute-boundary): Autoload.
11044 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11046         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11048 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11050         Typo fix "hoo4a" -> "hook".
11052         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11054 2010-08-14  Glenn Morris  <rgm@gnu.org>
11056         * gnus-sync.el (gnus-sync): Fix defgroup version.
11058 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11060         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11062         * gnus-sync.el: Fix docs.
11063         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11064         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11066 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11068         Optimizations for gnus-sync.el.
11070         * gnus-sync.el: Add docs about gnus-sync-backend
11071         possibilities.
11072         (gnus-sync-save): Remove unnecessary message.
11073         (gnus-sync-read): Optimize and show what groups were skipped.
11075 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11077         Minor bug fixes for gnus-sync.el.
11079         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11080         Don't read the sync on get-new-news.
11082         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11083         quiet.
11085         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11086         (fix typo).
11088 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11090         Make saving and restoring of hidden threads work with overlays.
11091         Patch applied by Ted Zlatanov.
11093         * gnus-sum.el (gnus-hidden-threads-configuration)
11094         (gnus-restore-hidden-threads-configuration): Update to deal with text
11095         properties, rather than searching for a magic character.
11097 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11099         New gnus-sync.el library for synchronization of marks.
11101         * gnus-sync.el: New library for synchronization of marks.
11103         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11104         renamed from `gnus-registry-grep-in-list'.
11106         * gnus-registry.el (gnus-registry-follow-group-p):
11107         Use `gnus-grep-in-list'.
11109         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11111 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11113         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11114         determining charset of text fails.
11116 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11118         * nnmail.el (nnmail-get-new-mail-1): Revert.
11120         * nnml.el (nnml-active-number): Make sure names of newly created groups
11121         in nnml-group-alist are encoded.
11123 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11125         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11126         containing non-ASCII characters in active file for nnml back end.
11128 2010-07-24  David Engster  <dengste@eml.cc>
11130         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11131         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11133 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11135         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11136         tag (Bug#6654).
11138 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11140         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11141         the article buffer, not the summary buffer.
11143 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11145         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11146         Emacs 23 as well.
11148 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11150         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11151         Patch applied by Karl Fogel.
11153         * gnus-sum.el (gnus-summary-bookmark-make-record):
11154         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11156 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11158         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11159         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11160         C-w still not working correctly from Article buffers; Thierry's
11161         patch to fix that will be applied after this.
11163         * gnus-art.el (bookmark-make-record-function): New local variable.
11165         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11166         article buffer.
11167         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11169 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11171         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11172         on changes in bookmark.el.
11174 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11176         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11177         the *other* type of HTML form submission.
11179 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11181         * auth-source.el (auth-source-pick): If choice does not contain a
11182         questioned keyword, set the check to t.
11184 2010-06-12  Romain Francoise  <romain@orebokech.com>
11186         * gnus-util.el (gnus-date-get-time): Move up before first use.
11188 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11190         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11191         (gnus-article-edit-part): Bind it to make last part that is substituted
11192         or deleted visible.
11193         (gnus-mime-display-single): Buttonize part of which id equals to
11194         gnus-mime-buttonized-part-id.
11196 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11198         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11199         (gnus-dd-mmm): Use gnus-date-get-time.
11200         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11201         simplify logic.
11202         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11203         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11205 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11207         * auth-source.el (top): Autoload `secrets-list-collections',
11208         `secrets-create-item', `secrets-delete-item'.
11209         (auth-sources): Fix tag string.
11210         (auth-get-source, auth-source-retrieve, auth-source-create)
11211         (auth-source-delete): New defuns.
11212         (auth-source-pick): Rewrite in order to avoid 2 passes.
11213         (auth-source-forget-user-or-password): New parameter USERNAME.
11214         (auth-source-user-or-password): New parameters CREATE-MISSING and
11215         DELETE-EXISTING.  Retrieve password interactively, if needed.
11217 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11219         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11220         deleting unused directories when gnus-expert-user is t.
11222 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11224         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11225         for each temp file when gnus-article-browse-delete-temp is ask.
11227 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11229         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11231 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11233         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11234         article unless decoding article to be saved.
11236 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11238         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11239         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11240         generated within the mm-with-unibyte-current-buffer macro.
11242 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11244         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11245         to nil when we're in a mml-preview buffer and no group is selected.
11247 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11249         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11250         when catching the `C-g'.  Reported by "Leo".
11252 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11254         * message.el (message-forward-make-body-plain)
11255         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11256         multibyte-string-p.
11258 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11260         * message.el (message-forward-make-body-mml): Assume original message
11261         is multibyte string; error on unibyte.
11262         (message-forward-make-body-plain): Ditto; don't add excessive newline
11263         in body end.
11265 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11267         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11268         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11270 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11272         * mm-extern.el (mm-extern-url): Don't use
11273         mm-with-unibyte-current-buffer.
11274         (mm-extern-cache-contents): Use with-current-buffer instead of
11275         save-excursion + set-buffer.
11277 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11279         * mm-util.el (mm-emacs-mule): Remove.
11281 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11283         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11284         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11285         change.
11287 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11289         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11290         bind the default value of enable-multibyte-characters to nil.
11292 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11294         * message.el (message-forward-make-body-plain)
11295         (message-forward-make-body-mml):
11296         Don't use mm-with-unibyte-current-buffer.
11298 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11300         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11301         (Bug#5592).
11303 2010-05-07  Julien Danjou  <julien@danjou.info>
11305         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11306         it to mm-pipe-part.
11308         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11309         it is given.
11311 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11313         * nnweb.el (nnweb-gmane-search):
11314         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11315         XEmacs.
11317         * gnus-art.el (gnus-article-browse-html-parts):
11318         * gnus-group.el (gnus-read-ephemeral-gmane-group)
11319         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11320         make-temp-file.
11322         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11323         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11324         compiling.
11326         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11327         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11328         XEmacs when compiling.
11330         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11331         gnus-pick-mode-off-hook for XEmacs when compiling.
11332         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11333         gnus-binary-mode-off-hook for XEmacs when compiling.
11335         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11336         Return nil if char-charset is not available.
11338         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11339         macro.
11341         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11342         instead of encode-coding-string.
11344         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11345         'xemacs) instead of mm-emacs-mule to switch function definitions.
11346         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11348 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11350         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11352 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11354         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11355         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11357 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11359         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11360         alias `jka-compr-delete-temp-file' no longer exists.
11362 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11364         Use define-minor-mode in Gnus where applicable.
11365         * mml.el (mml-mode): Use define-minor-mode.
11366         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11367         (gnus-undo-mode): Use define-minor-mode.
11368         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11369         (gnus-dead-summary-mode): Use define-minor-mode.
11370         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11371         Initialize in declaration.
11372         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11373         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11374         (gnus-mailing-list-mode): Use define-minor-mode.
11375         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11376         (gnus-draft-mode): Use define-minor-mode.
11377         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11378         (gnus-dired-mode): Use define-minor-mode.
11380 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11382         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11383         handles on recursive mml-to-mime translation and check them for
11384         boundary delimiter collisions.  Reported by Greg Troxel.
11386 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11388         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11390 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11392         * mm-util.el (mm-find-buffer-file-coding-system):
11393         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11395 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11397         * message.el (message-generate-headers): Record insertion of optional
11398         headers as well.  Otherwise the check to prevent repeated insertion of
11399         optional headers is a no-op.
11401 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11403         * smime.el: Don't mention CVS.
11405         * nnrss.el (nnrss-fetch): Don't mention CVS.
11407         * nnir.el: Don't mention CVS.
11409 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11411         * gnus-sum.el (gnus-summary-bookmark-make-record):
11412         Add `location' field.
11414 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11416         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11417         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11418         Use with-current-buffer to silence the byte-compiler.
11419         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11420         bother to require `gnus'.
11421         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11423 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11425         * gnus-sum.el (gnus-summary-bookmark-make-record)
11426         (gnus-summary-bookmark-jump): New functions.
11427         (gnus-summary-mode): Setup bookmark support.
11429 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11431         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11432         if set.
11434 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11436         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11437         gnus-article-browse-html-save-cid-image; make it work recursively for
11438         forwarded messages as well.
11439         (gnus-article-browse-html-parts): Work when prefix arg is given.
11440         (gnus-article-browse-html-article): Doc fix.
11442 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11444         * message.el (message-default-mail-headers)
11445         (message-default-headers): Carry the value mail-default-headers over
11446         into message-default-mail-headers, rather than message-default-headers.
11448 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11450         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11451         charset.
11453         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11454         charset into the <meta> tag when the article is encoded to utf-8.
11456 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11458         * gnus-art.el (gnus-article-browse-delete-temp-files):
11459         Delete directories as well.
11460         (gnus-article-browse-html-parts): Work for images that do not specify
11461         file names; delete temp directory when quitting; insert header at the
11462         right place; use file: scheme for image files.
11464 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11466         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11467         (gnus-article-browse-html-parts): Use it to make temporary cid image
11468         files in addition to html file so that browser may display them.
11470 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11472         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11474 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11476         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11478 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11480         * auth-source.el (auth-sources): Change default to be simpler.
11481         Explain about Secret Service API sources.  Improve Customize options.
11482         (auth-source-pick): Change to accept any number of search parameters.
11483         Implement fallbacks iteratively, not recursively.  Add scoring on the
11484         second pass and sort by score.  Call Secret Service API when needed.
11485         (auth-source-user-or-password): Use it.  Call Secret Service API
11486         directly when needed to get the user name and the password.
11488 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11490         * message.el (message-interactive): Doc fix.
11491         (message-qmail-inject-args): Reflow.
11492         (message-kill-to-signature): Fix typo in docstring.
11494         * smiley.el (smiley-buffer): Fix typo in docstring.
11496 2010-03-24  Glenn Morris  <rgm@gnu.org>
11498         * mail-source.el (gnus-message): Declare.
11499         (mail-source-delete-old-incoming): Require gnus-util.
11501 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11503         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11505         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11507         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11508         password-cache's default if it is not bound.
11509         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11510         password-cache-expiry's default if it is not bound.
11512         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11513         available in Emacs 21.
11515 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11517         * auth-source.el (auth-sources): Fix up definition so extra parameters
11518         are always inline.
11520 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11522         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11523         wasn't updated after mismatch.  Clear cached mailbox info correctly
11524         when uidvalidity changes.
11525         (nnimap-group-prefixed-name): New function to avoid some code
11526         duplication.
11527         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11528         (nnimap-request-group): Use it.
11529         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11530         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11531         with many imap folders.  This is done by caching the group status from
11532         the imap server persistently in a group parameter `imap-status'.  (This
11533         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11534         but not persistently, so every Gnus startup was still very slow.)
11536 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11538         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11539         secrets.el dependency.
11540         (auth-sources): Add optional user name.  Add secrets.el configuration
11541         choice (unused right now).
11543 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11545         * gnus-sum.el (gnus-summary-make-menu-bar):
11546         Let `gnus-registry-install-shortcuts' fill in the functions.
11548         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11549         warnings.
11550         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11551         (gnus-registry-install-shortcuts): Populate and use it in a
11552         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11554 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11556         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11557         In-place substitutions for the group name encoding/decoding.
11558         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11559         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11560         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11561         (nnimap-update-unseen, nnimap-request-list)
11562         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11563         (nnimap-request-set-mark, nnimap-split-to-groups)
11564         (nnimap-split-articles, nnimap-request-newgroups)
11565         (nnimap-request-create-group, nnimap-request-accept-article)
11566         (nnimap-request-delete-group, nnimap-request-rename-group)
11567         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11568         `encoded-mbx' for consistency.
11569         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11570         variable `imap-current-mailbox'.
11572         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11573         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11575 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11577         * pop3.el (pop3-display-message-size-flag): Display message size byte
11578         counts during POP3 download.
11579         (pop3-movemail): Use it.
11580         (pop3-list): Implement listing of available messages.
11582 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11584         * nnir.el (nnir-get-article-nov-override-function): New function to
11585         override the normal NOV retrieval.
11586         (nnir-retrieve-headers): Use it.
11588 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11590         * auth-source.el (netrc-machine-user-or-password): Autoload.
11592 2010-03-19  Glenn Morris  <rgm@gnu.org>
11594         Stop message.el from loading about 40 libraries it doesn't always need.
11595         The general approach is to autoload rather than require, and to
11596         require in the specific functions rather than the file.  (Bug#5642)
11598         * gmm-utils.el: Don't require wid-edit.
11599         (widget-create-child-value, widget-convert, widget-default-get):
11600         Autoload.
11602         * gnus-util.el: Don't require time-date, netrc.
11603         (message-fetch-field, gnus-group-name-decode): Declare rather than
11604         autoloading.
11605         (gnus-fetch-field): Require message.
11606         (gnus-decode-newsgroups): Require gnus-group.
11608         * ietf-drums.el: Don't require time-date.
11610         * message.el: Don't require hashcash, canlock, ecomplete.
11611         Do require mail-utils.  Require nnheader only when compiling.
11612         (smtpmail-default-smtp-server): Remove declaration.
11613         (message-send-mail-function): Check smtpmail-default-smtp-server
11614         is bound rather than requiring smtpmail.
11615         (message-auto-save-directory, message-insert-signature):
11616         Use expand-file-name rather than nnheader-concat.
11617         (nnheader-insert-file-contents): Autoload.
11618         (hashcash-wait-async): Declare.
11619         (message-send-mail): Only call gnus-setup-posting-charset if
11620         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11621         (message-send-mail-with-sendmail): Require sendmail.
11622         (canlock-password, canlock-password-for-verify): Declare.
11623         (message-canlock-password): Require canlock.
11624         (nnheader-get-report): Autoload.
11625         (gnus-setup-posting-charset): Declare.
11626         (message-send-news): Require gnus-msg.
11627         (message-make-references, message-make-in-reply-to): Use mail-header-id
11628         rather than the alias mail-header-message-id.
11629         (ecomplete-add-item, ecomplete-save): Declare.
11630         (message-put-addresses-in-ecomplete): Require ecomplete.
11631         (ecomplete-display-matches): Autoload.
11633         * mm-decode.el: Don't require mailcap, gnus-util.
11634         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11635         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11636         Autoload.
11637         (mailcap-mime-extensions): Declare.
11639         * mm-encode.el: Don't require mailcap.
11640         (mailcap-extension-to-mime): Autoload.
11642         * mml-sec.el: Don't require password-cache.
11644         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11645         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11646         (mml-minibuffer-read-type): Require mailcap.
11647         (mml-preview): Require gnus-msg.
11649         * mml1991.el: Require password-cache.
11650         (password-cache-expiry): Remove declaration.
11652         * mml2015.el: Require password-cache.
11653         (password-cache-expiry): Remove declaration.
11655         * nneething.el (mailcap): Require mailcap.
11657         * nnheader.el (declare-function): Add compatibility stub.
11658         (message-remove-header): Declare rather than autoload.
11659         (nnheader-replace-header): Require message.
11661         * nnimap.el (declare-function): Add compatibility stub.
11662         (netrc-parse, netrc-machine-user-or-password): Declare.
11663         (nnimap-open-connection): Require netrc.
11665         * nntp.el (declare-function): Add compatibility stub.
11666         (netrc-parse, netrc-machine, netrc-get): Declare.
11667         (nntp-send-authinfo): Require netrc.
11669         * rfc2047.el: Don't require qp.
11670         (quoted-printable-encode-region, quoted-printable-decode-string):
11671         Autoload.
11673         * sieve-mode.el: Don't require easymenu.
11674         (easy-menu-add-item): Autoload it.
11676         * spam-stat.el (time-to-number-of-days): Autoload it.
11678 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11680         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11681         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11682         value if any backslash escapes).
11684 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11686         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11687         if it is available.  (bug#5647)
11689 2010-02-26  Glenn Morris  <rgm@gnu.org>
11691         * message.el (message-send-mail-function): Change the default, so that
11692         it inherits from a customized send-mail-function.  (Bug#5643)
11694 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11696         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11697         shell-command-to-string signals an error (bug#5299).
11699 2010-02-24  Glenn Morris  <rgm@gnu.org>
11701         * message.el (message-smtpmail-send-it)
11702         (message-send-mail-with-mailclient): Doc fixes.
11704 2010-02-16  Glenn Morris  <rgm@gnu.org>
11706         * message.el (message-default-mail-headers): Change the default value
11707         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11709 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11711         * message.el (message-mail): Just pass yank-action on to message-setup.
11712         (message-setup): Handle (FUN . ARGS) form of yank-action.
11713         (message-with-reply-buffer, message-widen-reply)
11714         (message-yank-original): Handle non-buffer values of
11715         message-reply-buffer (Bug#4080).
11716         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11718 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11720         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11721         Fix typo in docstring.
11723 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11725         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11726         response.
11728 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11730         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11732         * message.el (message-check-news-header-syntax): Protect against a
11733         string that `rfc822-addresses' returns when parsing fails.
11735 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11737         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11738         (gnus-previous-char-property-change): New functions.
11740         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11742 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11744         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11745         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11747 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11749         * message.el (message-exchange-point-and-mark): Rework last change to
11750         avoid using optional arg of exchange-point-and-mark, for backward
11751         compatibility.
11753 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11755         * message.el (message-exchange-point-and-mark):
11756         Call exchange-point-and-mark with an argument rather than setting
11757         mark-active by hand (Bug#5175).
11759 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11761         * nntp.el (nntp-service-to-port): Work for service expressed with
11762         numeric string; replace [:digit:] with [0-9] for XEmacs.
11764 2009-12-17  Glenn Morris  <rgm@gnu.org>
11766         * gnus-group.el (gnus-bug-group-download-format-alist):
11767         Change emacs entry to debbugs.gnu.org.  Bump :version.
11769 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11771         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11773 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11775         * message.el (message-info): Explain why we use `Info-goto-node'.
11777 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11779         * message.el (message-completion-in-region): New compatibility function.
11780         (message-expand-group): Use it.
11782 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11784         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11785         with no unread article should be listed if the 2nd arg `predicate' is
11786         given.
11788 2009-11-29  Juri Linkov  <juri@jurta.org>
11790         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11791         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11792         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11794 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11796         * message.el (message-from-style, message-interactive)
11797         (message-signature): Always set default values from the corresponding
11798         mail-* variables.
11799         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11800         (message-yank-prefix, message-indentation-spaces)
11801         (message-signature-file, message-default-headers): Use boundp rather
11802         than (featurep 'xemacs) to check if the corresponding mail-* variables
11803         exist.
11805 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
11807         * message.el (message-send-mail-with-sendmail): Revert last change.
11809 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
11811         * message.el (message-from-style, message-interactive)
11812         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11813         (message-yank-prefix, message-indentation-spaces, message-signature)
11814         (message-signature-file, message-default-headers): For GNU Emacs, set
11815         default values from the corresponding mail-* variables.
11816         (message-send-mail-with-sendmail): Use envelope-from only if
11817         mail-specify-envelope-from is non-nil.
11819 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11821         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11822         containing tspecial characters if they have been already quoted.
11824 2009-10-24  Glenn Morris  <rgm@gnu.org>
11826         * gnus-art.el (help-xref-stack-item): Define for compiler.
11828 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11830         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11832 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11834         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11835         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11837 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11839         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11840         (gnus-overlays-in): New alias to overlays-in.
11842         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11843         gnus-overlay-get, and gnus-delete-overlay.
11844         (gnus-summary-show-thread): Make it work as well for systems in which
11845         next-single-char-property-change is not available.
11846         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11848 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11850         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11852 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11854         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11855         and XEmacs that don't have `remove-overlays'.
11857 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11859         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11860         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11861         selective display.  Use overlays instead.
11863 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11865         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11867 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11869         * spam-stat.el (spam-stat-load): Fix typo in message.
11871 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11873         * gnus-art.el (gnus-article-encrypt-body):
11874         * message.el (message-check-recipients):
11875         * mm-util.el (mm-codepage-setup):
11876         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11877         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11879 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11881         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11882         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11883         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11884         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11885         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11887 2009-09-18  Glenn Morris  <rgm@gnu.org>
11889         * gnus-diary.el (gnus-diary-check-message):
11890         * message.el (message-insert-formatted-citation-line):
11891         * nnbabyl.el (top-level):
11892         * nndiary.el (nndiary-schedule):
11893         Fix typos in condition-case handlers.
11895 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11897         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11898         configuration that provides the sole article window in a frame;
11899         position point correctly after deleting a part.
11901 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11903         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11904         (spam-resolve-registrations-routine): Use it to unregister articles
11905         that change status.
11907 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11909         * nnrss.el (nnrss-request-article): Remove binding of
11910         default-enable-multibyte-characters that has gotten needless by
11911         the 2007-07-13 change in rfc2047-encode-message-header.
11913         * mml.el (mml-insert-multipart): Error on the message header.
11914         (mml-insert-part): Error on the message header; position point at
11915         the end of a MIME tag.
11917 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11919         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11920         (gnus-float-time): Alias to float-time if it exists.
11922         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11923         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11924         float-time is available; suppress compile warning for time-to-seconds.
11926 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11928         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11929         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11930         Add the optional argument `encoding' that overrides the default.
11932         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11933         mm-encode-buffer.
11935 2009-09-04  Glenn Morris  <rgm@gnu.org>
11937         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11938         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11939         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11940         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11941         * mm-util.el (mm-with-unibyte-current-buffer)
11942         (mm-find-buffer-file-coding-system):
11943         * yenc.el (yenc-decode-region): Use default-value rather than
11944         default-enable-multibyte-characters.
11946 2009-09-03  Glenn Morris  <rgm@gnu.org>
11948         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11949         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11950         than default-enable-multibyte-characters.
11952 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11954         * gnus-art.el (gnus-article-read-summary-keys):
11955         Fix gnus-buffer-configuration's value temporarily used.
11957 2009-09-02  Glenn Morris  <rgm@gnu.org>
11959         * gnus-util.el (gnus-float-time): New function.
11960         * gnus-delay.el (gnus-delay-article):
11961         * gnus-sum.el (gnus-thread-latest-date):
11962         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11963         * nnspool.el (nnspool-request-newgroups):
11964         Use gnus-float-time rather than time-to-seconds.
11965         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11967         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11968         (gnus-header-subject-face, gnus-header-newsgroups-face)
11969         (gnus-header-name-face, gnus-header-content-face):
11970         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11971         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11972         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11973         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11974         (gnus-cite-face-11):
11975         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11976         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11977         (gnus-server-closed-face, gnus-server-denied-face)
11978         (gnus-server-offline-face):
11979         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11980         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11981         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11982         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11983         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11984         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11985         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11986         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11987         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11988         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11989         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11990         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11991         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11992         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11993         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11994         (gnus-summary-high-undownloaded-face)
11995         (gnus-summary-low-undownloaded-face)
11996         (gnus-summary-normal-undownloaded-face)
11997         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11998         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11999         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12000         (gnus-splash-face):
12001         * message.el (message-header-to-face, message-header-cc-face)
12002         (message-header-subject-face, message-header-newsgroups-face)
12003         (message-header-other-face, message-header-name-face)
12004         (message-header-xheader-face, message-separator-face)
12005         (message-cited-text-face, message-mml-face):
12006         * sieve-mode.el (sieve-control-commands-face)
12007         (sieve-action-commands-face, sieve-test-commands-face)
12008         (sieve-tagged-arguments-face):
12009         * spam.el (spam-face):
12010         Mark face aliases with "-face" in the name as obsolete.
12012 2009-09-01  Glenn Morris  <rgm@gnu.org>
12014         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12015         than goto-line.
12017 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12019         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12020         Don't move point if the command is invoked inside the message header.
12022 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12024         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12025         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12026         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12027         * nnir.el (nnir-swish-e-index-file):
12028         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12029         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12030         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12031         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12032         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12033         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12035 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12037         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12038         Don't save excursion.
12040 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12042         * nnheader.el (nnheader-find-file-noselect):
12043         * mm-util.el (mm-insert-file-contents):
12044         Use (default-value 'major-mode) instead of default-major-mode.
12046 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12048         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12050 2009-08-25  Glenn Morris  <rgm@gnu.org>
12052         * nnir.el (top-level): Don't require cl at run-time.
12053         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12054         Replace cl-function substitute with gnus-replace-in-string.
12055         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12056         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12057         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12058         simplified expansions.
12060 2009-08-22  Glenn Morris  <rgm@gnu.org>
12062         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12063         goto-line.
12065 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12067         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12069         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12070         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12071         (gnus-mm-display-part, gnus-mime-display-single)
12072         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12073         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12075         * gnus-sum.el
12076         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12077         (gnus-summary-move-article): Add expirable mark to articles copied or
12078         moved to group that has auto-expire turned on if the option is non-nil.
12080 2009-07-24  Glenn Morris  <rgm@gnu.org>
12082         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12083         Fix typo.  (Bug#3903)
12085 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12087         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12088         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12089         that should not be used for draft articles.
12090         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12091         that has no concern in minor mode keys.
12092         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12093         Abolish.
12095 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12097         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12098         article without making inquiry to a user for unknown encoding.
12100         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12101         (nnmaildir--scan): Assume i-node and device number that file-attributes
12102         returns might be cons-cell.
12104 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12106         * auth-source.el: Remove docs now in auth.texi.  Don't use
12107         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12108         `auth-source-hide-passwords' and use them.
12110 2009-07-15  Glenn Morris  <rgm@gnu.org>
12112         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12114 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12116         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12117         excessive whitespace from the default values of title and description.
12119 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12121         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12122         mail-fetch-field to fetch Content-Description header in order to
12123         exclude newlines.
12125 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12127         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12128         to deleted part.
12130 2009-05-30  David Engster  <dengste@eml.cc>
12132         * nnmairix.el: Remove old documentation in the commentary block.
12133         (nnmairix-request-group): Do not update active file for nnml back ends.
12134         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12135         end so that overview files are ignored.
12136         (nnmairix-update-groups): Make updating the groups more robust by using
12137         marks.
12138         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12139         with dollar characters in message-id.
12141 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12143         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12144         2008-12-25 in dns.el.
12146 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12148         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12149         could happen if the text is only composed of spaces and/or tabs.
12151 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12153         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12154         when sending a queued message to avoid extra mml tags.
12156 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12158         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12160 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12162         * gnus-dired.el: Remove autoload for gnus-setup-message.
12163         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12164         displaying Gnus logo; always use compose-mail.
12166 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12168         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12170 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12172         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12173         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12174         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12175         available.
12176         (gnus-nocem-epg-verify): New function.
12178 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12180         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12182 2009-02-15  Glenn Morris  <rgm@gnu.org>
12184         * gnus-util.el (rmail-insert-rmail-file-header)
12185         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12186         autoloads.
12187         (rmail-default-rmail-file): Remove unnecessary declaration.
12188         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12190 2009-02-14  Glenn Morris  <rgm@gnu.org>
12192         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12193         variable (only used in gnus-util, which declares it anyway).
12194         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12195         which was only needed by gnus-art (changed to not use it any more).
12196         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12197         only used in gnus-util, which autoloads it itself.
12198         (rmail-update-summary): Fix autoload.
12200         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12201         rather than rmail-output-to-rmail-file.
12203 2009-02-07  Glenn Morris  <rgm@gnu.org>
12205         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12206         autoload of function that no longer exists.
12207         (rmail-toggle-header): Declare.
12208         (message-forward-rmail-make-body): Handle mbox Rmail.
12210 2009-01-31  Glenn Morris  <rgm@gnu.org>
12212         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12213         2009-01-09 change.
12215 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12217         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12218         (auth-source-forget-all-cached): New convenience function.
12219         (auth-source-user-or-password): Accept list of modes or a single mode.
12221         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12222         auth-source modes.
12224         * nnimap.el (nnimap-open-connection): Use list of
12225         auth-source modes.
12227         * nntp.el (nntp-send-authinfo): Use list of
12228         auth-source modes.
12230 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12232         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12233         now.
12235 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12237         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12238         coding system in XEmacs; add a workaround for XEmacs.
12240 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12242         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12243         of current-language-environment.
12245 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12247         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12248         available at runtime.
12250 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12252         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12254 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12256         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12257         the greatest positive fixnum value doesn't work under an XEmacs with
12258         bignum support; use the most-positive-fixnum constant instead,
12259         available since Emacs 21.1 with cl and XEmacs 21.1.
12261 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12263         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12264         XEmacs gets not to work.
12266 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12268         * mm-util.el (mm-coding-system-priorities): Allow the value like
12269         "Japanese (UTF-8)" of current-language-environment.
12271 2009-01-09  Glenn Morris  <rgm@gnu.org>
12273         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12274         with last-command-event.
12276 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12278         * message.el (message-fix-before-sending): Amend comment.
12280 2009-01-07  David Engster  <dengste@eml.cc>
12282         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12283         simplified server definitions by converting it via
12284         gnus-server-to-method.
12286 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12288         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12289         parameter's operands.
12291 2009-01-06  David Engster  <dengste@eml.cc>
12293         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12294         primary select method (for gnus-group-mark-article-as-read).
12296 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12298         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12299         `(gnus)Face', not `(gnus)X-Face'.
12301 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12303         * mm-util.el (mm-ucs-to-char): New function.
12305         * mm-url.el (mm-url-decode-entities): Use it.
12307 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12309         * message.el (message-fix-before-sending): Add `eight-bit' to
12310         illegible-text check.
12312 2009-01-03  Michael Olson  <mwolson@gnu.org>
12314         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12315         `headers' is nil.  This can occur if the IMAP server does not have
12316         permissions to read messages from a folder, but can write new messages
12317         to the folder.
12318         (nnimap-request-article-part): Do not insert `data' if it is nil.
12320 2009-01-01  Dave Love  <fx@gnu.org>
12322         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12324         * nnimap.el: Fix author email.
12325         (nnimap-split-rule): Add FIXME comment.
12326         (nnimap-debug): Fix doc string.
12328 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12330         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12331         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12332         to check if those variables exist (first appeared in Emacs 18.50).
12334 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12336         * mm-util.el (mm-line-number-at-pos): New function.
12338         * spam-report.el (spam-report-process-queue): Use it.
12340 2008-12-24  David Engster  <dengste@eml.cc>
12342         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12343         parameters that haven't existed as variables as buffer-local variables.
12345 2008-12-23  Dave Love  <fx@gnu.org>
12347         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12348         cadar.
12350         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12351         imap-starttls-p.
12352         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12354 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12356         * spam-report.el (spam-report-gmane-max-requests): New constant.
12357         (spam-report-gmane-wait): New variable.
12358         (spam-report-gmane-ham, spam-report-gmane-spam)
12359         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12360         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12361         the server.
12363         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12364         Add explanations.
12366         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12367         nnheader-accept-process-output and nnheader-read-timeout if available.
12368         (pop3-movemail): Use it.
12370         * message.el (message-check-news-body-syntax): Fix signature check if
12371         there's an attachment.
12373 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12375         * mm-util.el: Add comments to the mm- emulating functions.
12377 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12379         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12380         Reported by Stephen Berman <stephen.berman@gmx.net>.
12382 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12384         * mm-util.el (mm-substring-no-properties): New function.
12385         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12386         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12387         (mm-string-to-multibyte): Doc fix.
12389         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12391 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12393         * mml.el (mml-attach-file): Strip text properties from file name.
12394         (Bug#1574)
12396 2008-12-16  Glenn Morris  <rgm@gnu.org>
12398         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12400 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12402         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12403         knows since the charset specified might be a bogus alias that
12404         mm-charset-synonym-alist provides.
12406 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12408         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12409         "ISO_8859-1".
12411         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12413 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12415         * mm-util.el (mm-charset-eval-alist):
12416         Define it before mm-charset-to-coding-system.
12417         (mm-charset-to-coding-system): Add optional argument `silent';
12418         define it before mm-charset-override-alist.
12419         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12420         default value if it can be used in Emacs currently running;
12421         silence mm-charset-to-coding-system.
12423 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12425         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12426         `allow-override' which says whether to use `mm-charset-override-alist'.
12427         (rfc2047-decode-encoded-words): Use it.
12429         * mm-util.el (mm-charset-override-alist): Fix custom type;
12430         add `(gb2312 . gbk)' to choices.
12432 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12434         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12435         fast.
12437         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12439 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12441         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12442         on links.
12444         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12446 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12448         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12449         users' addresses that don't have domain parts.
12450         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12451         rather than message-narrow-to-head since there will be the message
12452         header separator.
12454 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12456         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12457         since the result is inserted in a unibyte buffer anyway.
12458         (nnimap-demule-use-string-to-multibyte): Remove.
12459         (nnimap-demule): Alias it to mm-string-to-multibyte.
12461 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12463         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12464         variable for debugging bug#464 and bug#1174.
12465         (nnimap-demule): Use it.
12467 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12469         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12470         score calculation correctly.
12472 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12474         * message.el (message-send-mail): Just set the buffer to unibyte
12475         rather than use mm-with-unibyte-current-buffer which does a lot more.
12476         (message-send-mail-partially): Don't bother with
12477         mm-with-unibyte-current-buffer since it's already been made unibyte by
12478         message-send-mail.
12480 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12482         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12484 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12486         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12488 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12490         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12491         require itself and to remove `with-no-warnings'.
12493 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12495         * starttls.el (starttls-any-program-available): Get the name of the
12496         available TLS layer program.
12497         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12498         well as the host name in the "opening" message.
12500         * auth-source.el (auth-source-cache, auth-source-do-cache)
12501         (auth-source-user-or-password): Cache passwords and logins by default,
12502         allow override with `auth-source-do-cache'.
12503         (auth-source-forget-user-or-password): Allow users to remove cache
12504         entries if needed.
12506 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12508         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12509         condition-case to only the forward-sexp call.
12511 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12513         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12514         quotes contained.  Make it more robust regardless by an extra
12515         condition-case wrapper.
12517 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12519         * nnml.el (nnml-request-expire-articles): Check if the function set to
12520         `nnmail-expiry-target' returns the symbol `delete'.
12522         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12524         * nnmail.el (nnmail-expiry-target): Fix custom type.
12526 2008-10-02  Glenn Morris  <rgm@gnu.org>
12528         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12529         Silence compiler warning.
12531 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12533         * mml.el (mml-menu): Don't assume mml2015 is bound.
12535 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12537         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12538         exists.
12540 2008-09-27  Glenn Morris  <rgm@gnu.org>
12542         * gnus-util.el (mail-header-remove-comments): Autoload it.
12544 2008-09-27  Andreas Schwab  <schwab@suse.de>
12546         * gnus-util.el (gnus-split-references): Strip comments.
12547         (gnus-parent-id): Likewise.
12549 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12551         * message.el (message-confirm-send): Fix version.
12553 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12555         * message.el (message-idna-to-ascii-rhs-1): Use
12556         mail-extract-address-components rather than mail-header-parse-addresses
12557         that is an alias by default to ietf-drums-parse-addresses that does not
12558         support non-ASCII names in headers' contents.
12560 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12562         * message.el (message-confirm-send): Fix variable documentation to
12563         avoid the "y/n" wording.
12565 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12567         * message.el (message-set-auto-save-file-name): Save to a different
12568         filename so multiple messages (especially drafts) can be recovered.
12570 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12572         * message.el (message-confirm-send): Add appropriate version.
12574 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12576         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12577         defvar.
12579 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12581         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12582         (mm-pkcs7-enveloped-magic): Ditto.
12584 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12586         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12587         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12589 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12591         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12592         default, it's better.
12594 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12596         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12597         summary line gnus-number property and ignore them (with a warning
12598         message).
12600 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12602         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12603         macro caddr in the interactive form since it won't be expanded.
12605 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12607         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12608         `charset'; fix name of function called recursively.
12609         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12611 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12613         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12614         (gnus-mime-set-charset-parameters): New function.
12615         (gnus-mime-view-part-as-charset): Use it to correctly display part
12616         specifying wrong charset.
12618 2008-09-08  David Engster  <dengste@eml.cc>
12620         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12621         in completing-read for back end server.
12623 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12625         * message.el (message-confirm-send): New variable to confirm sending a
12626         message.
12627         (message-send): Use it.
12629 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12631         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12633 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12635         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12637 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12639         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12640         prevent tracking too many groups.
12641         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12642         Use it.
12644 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12646         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12647         moving point to the bottom of the window in order to avoid recentering.
12649 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12651         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12652         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12653         (gnus-article-beginning-of-window): Fix calculation.
12655 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12657         * gnus-msg.el (gnus-summary-supersede-article)
12658         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12659         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12660         message header.
12662 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12664         * message.el:
12665         * gnus-start.el:
12666         * gnus-registry.el: Remove VMS support.
12668 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12670         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12671         macro.
12672         (rfc2104-hash): Use it.
12674 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12676         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12677         (gnus-summary-sort-by-most-recent-date): New commands.
12678         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12679         and menu entries.
12681 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12683         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12684         don't redisplay article for raw contents; remove plural articles stuff.
12686         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12687         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12688         on gnus-summary-save-article; display results properly.
12690 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12692         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12694 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12696         * gnus-art.el (gnus-summary-save-in-pipe):
12697         Consider gnus-save-all-headers.
12699 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12701         * gnus-util.el (ns-focus-frame): Remove declaration.
12702         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12703         like x.
12705 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12707         * rfc2104.el (rfc2104-zero): Delete defconst.
12708         (rfc2104-hex-alist): Likewise.
12709         (rfc2104-hex-to-int): Delete func.
12710         (rfc2104-hexstring-to-bitstring): Likewise.
12711         (rfc2104-nybbles): New defconst.
12712         (rfc2104-hash): Rewrite for speed.
12714 2008-07-16  Glenn Morris  <rgm@gnu.org>
12716         * gnus-util.el (ns-focus-frame): Declare for compiler.
12718 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12720         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12721         set as a group parameter.
12722         (gnus-summary-save-in-pipe): Work when it is called independently.
12723         (gnus-summary-pipe-to-muttprint): Don't modify
12724         gnus-summary-pipe-output-default-command.
12726 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12728         * message.el (message-send-mail-with-sendmail):
12729         Display the error message.
12731 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12733         * gnus-art.el (gnus-default-article-saver):
12734         Add gnus-summary-save-in-pipe to choices.
12735         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12736         gnus-summary-pipe-output-default-command as the default command.
12737         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12738         instead of gnus-last-shell-command.
12740         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12741         New user option.
12742         (gnus-summary-muttprint-program): Mention the value will be changed.
12743         (gnus-summary-save-article): Force showing of all headers.
12744         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12746 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12748         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12750 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12752         * nnimap.el (nnimap-id):
12753         * sieve-manage.el (sieve-manage-open): Doc fixes.
12755 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12757         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12758         if available.
12760 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12762         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12764         * nnkiboze.el (nnkiboze-generate-group):
12765         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12767         * nnmairix.el: Require CL.
12769 2008-06-15  David Engster  <dengste@eml.cc>
12771         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12773 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12775         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12776         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12777         runtime choice under XEmacs.
12779         * gnus-sum.el (gnus-summary-set-display-table):
12780         Use `gnus-put-display-table', `gnus-get-display-table',
12781         `gnus-set-display-table' for the display table, instead of `aset'.
12783 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12785         * nnmairix.el: Add autoloads.
12787 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12789         * nnmairix.el (nnmairix-delete-recreate-group)
12790         (nnmairix-update-and-clear-marks): Fix error messages.
12792 2008-06-14  David Engster  <dengste@eml.cc>
12794         * nnmairix.el: Upgrade to version 0.6.
12795         (nnmairix-group-toggle-propmarks-this-group)
12796         (nnmairix-group-toggle-readmarks-this-group)
12797         (nnmairix-group-delete-recreate-this-group)
12798         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12799         (nnmairix-remove-tick-mark-original-article): New commands.
12800         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12801         (nnmairix-propagate-marks-to-nnmairix-groups)
12802         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12803         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12804         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12805         functions needed for marks propagation and manipulation of read marks.
12806         (nnmairix-update-groups): New function.
12807         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12808         (nnmairix-determine-original-group-from-registry)
12809         (nnmairix-determine-original-group-from-path)
12810         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12811         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12812         New helper functions.
12813         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12814         keystrokes for new commands.
12815         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12816         (nnmairix-request-group): Check allow-fast group parameter.
12817         (nnmairix-request-create-group): Set allow-fast group parameter if
12818         nnmairix-allowfast-default is set.
12819         (nnmairix-close-group): Propagate marks upon closing if needed.
12820         (nnmairix-group-toggle-threads-this-group): Use new.
12821         nnmairix-group-toggle-parameter helper function.
12822         (nnmairix-search): Better check for empty search result.
12823         (nnmairix-goto-original-article): Use new helper functions for
12824         determining original article.
12825         (nnmairix-show-original-article): Make sure message-id is in brackets.
12826         (nnmairix-call-mairix-binary): Change variable name.
12827         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12828         helper function.
12829         (nnmairix-widget-toggle-activate): Fix doc string.
12831 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12833         * nnir.el: Require edmacro when compiling with XEmacs.
12834         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12835         available in Emacs 21.
12837 2008-06-11  Glenn Morris  <rgm@gnu.org>
12839         * gnus-util.el (x-focus-frame):
12840         * gnus.el (image-size):
12841         * mm-decode.el (image-size): Declare.
12843         * gnus-picon.el (declare-function): Add compat definition.
12844         (image-size): Declare.
12846         * gnus-group.el (tool-bar-map):
12847         * gnus-sum.el (tool-bar-map): Define for compiler.
12849         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12851         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12853         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12854         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12855         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12856         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12857         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12858         * sieve-manage.el, spam-report.el, spam.el:
12859         Remove unnecessary eval-and-compile of autoloads.
12861 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12863         * auth-source.el: Precise Tramp doc.
12865 2008-06-07  Glenn Morris  <rgm@gnu.org>
12867         * nnmairix.el: Remove unnecessary eval-when-compile.
12869 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
12871         * nnir.el: New file.
12873 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12875         * gnus-util.el (gnus-read-shell-command): New function.
12876         * mm-decode.el (mm-pipe-part):
12877         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12879 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12881         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12883 2008-06-03  Glenn Morris  <rgm@gnu.org>
12885         * pop3.el (nnheader-accept-process-output): Autoload it.
12887 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12889         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12890         are not 2-digit hexadecimal characters that follow `%'s.
12892 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12894         * message.el (message-bogus-recipient-p): Fix type in doc string.
12895         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12896         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12897         Improve custom options.
12898         (message-bogus-recipient-p): Adjust accordingly.
12900 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12902         * nnmairix.el: Require edmacro when compiling with XEmacs.
12904 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12906         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12907         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12909 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12911         * auth-source.el: Add more docs.
12913 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12915         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12916         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12917         retrieval faster in some cases, but might make CPU usage larger.
12918         If this has any bad side effects, we might revert this change.
12920         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12921         seems to make mail retrieval much, much faster.
12922         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12923         unconditionally.
12925         * gnus-draft.el (gnus-group-send-queue):
12926         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12928 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12930         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12932         * message.el (message-bogus-address-regexp): Fix and improve custom
12933         type.
12934         (message-setup-hook): Add message-check-recipients as custom option.
12936 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12938         * message.el (message-cite-function): Remove bogus autoload which crept
12939         in during merge from v5-10.
12941 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12943         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12945         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12947         * auth-source.el: Preliminary Tramp docs.
12948         (auth-sources): Change the default auth-sources to use
12949         EPA .gpg files.
12951 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12953         * nntp.el: Autoload `auth-source-user-or-password'.
12954         (nntp-send-authinfo): Use it.
12956         * nnimap.el: Autoload `auth-source-user-or-password'.
12957         (nnimap-open-connection): Use it.
12959         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12960         for the gnus-message function.
12961         (auth-source-user-or-password): Use it.
12963 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12965         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12966         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12967         (rfc2104-hash): Use it.
12969 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12971         * gnus-art.el (gnus-article-toggle-truncate-lines):
12972         Don't use `iff' in docstring.
12974 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12976         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12978         * gnus-util.el (gnus-extract-address-component-name)
12979         (gnus-extract-address-component-email): Convenience functions around
12980         `gnus-extract-address-components'.
12982         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12983         Use `gnus-extract-address-component-email' to fix bug of comparing full
12984         sender name to `user-mail-address'.
12986 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12988         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12989         catch/throw to optimize.
12990         (gnus-registry-find-keywords): Just use member to find a keyword.
12992 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12994         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12995         is current before calling gnus-server-prepare.
12996         (gnus-server-setup-buffer, gnus-server-update-server)
12997         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12999 2008-05-04  Juri Linkov  <juri@jurta.org>
13001         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13002         (mailcap-file-default-commands): Use mailcap-replace-in-string
13003         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13004         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13006 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13008         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13010 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13012         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13013         hooks.
13014         (gnus-update-read-articles): Speed up non-marks-using users.
13015         (gnus-use-marks): Define gnus-use-marks.
13016         (gnus-propagate-marks): Rename variable to something more sensible.
13018 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13020         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13021         (gmm-image-load-path-for-library): Fix typos in docstrings.
13022         (gmm-message): Reflow docstring.
13024 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13026         * mail-source.el (mail-source-set-1, mail-source-bind):
13027         Move auth-source code out of the macro to clean it up and fix bugs.
13029 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13031         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13032         by sender if it's equal to user-mail-address, it's likely to be
13033         useless.
13035         * mail-source.el (mail-source-bind): Don't use user or password if they
13036         are not bound.  Unintern them if they are nil.  Don't use server unless
13037         it's bound, and default it to empty string otherwise.
13039 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13041         * mail-source.el: Load auth-source.el.
13042         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13043         get user name or password, if auth-sources is set up.
13045         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13046         strategy of splitting with parent.
13047         (gnus-registry-split-fancy-with-parent)
13048         (gnus-registry-post-process-groups): Use it and fix prior
13049         bug (returning a list as the split result).
13051         * auth-source.el (auth-sources): Remove server parameter.
13052         (auth-source-pick, auth-source-user-or-password)
13053         (auth-source-user-or-password-imap)
13054         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13055         (auth-source-user-or-password-sftp)
13056         (auth-source-user-or-password-smtp): Remove server parameter.
13058 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13060         * smime.el (smime-sign-region, smime-encrypt-region)
13061         (smime-decrypt-region):
13062         Remove redundant calls to `generate-new-buffer-name'.
13064 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13066         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13067         Don't use QP for message/rfc822.
13068         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13070 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13072         * sieve-manage.el (sieve-string-bytes): Remove.
13073         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13074         correct byte-length only if the process's coding-system is the same as
13075         the one used internally by Emacs to represent strings.
13077 2008-04-22  Juri Linkov  <juri@jurta.org>
13079         * mailcap.el (mailcap-file-default-commands): New function.
13081 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13083         * message.el (message-signature-separator, message-cite-function):
13084         Change custom version.
13086 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13088         * mm-decode.el (mm-display-external): Make temp file read-only.
13090 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13092         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13093         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13094         `C-c C-f d'.
13096 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13098         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13100 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13102         * auth-source.el: Add docs.
13103         (auth-sources): Modify format to support server.
13104         (auth-source-pick, auth-source-user-or-password)
13105         (auth-source-user-or-password-imap)
13106         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13107         (auth-source-user-or-password-sftp)
13108         (auth-source-user-or-password-smtp): Add server parameter.
13110 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13112         * gnus-registry.el: Initialize the registry when gnus-registry-install
13113         is t.
13115 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13117         * compface.el (uncompface): Make buffer unibyte.
13119 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13121         * mail-source.el (mail-source-value):
13122         Prefer fboundp to functionp so it works with macros as well.
13124 2008-04-05  Glenn Morris  <rgm@gnu.org>
13126         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13128 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13130         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13131         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13133         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13134         multibyteness after rather than before erasing it.
13136         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13137         mm-with-multibyte.
13138         (gnus-request-article-this-buffer): Make sure the proper decoding is
13139         used if gnus-original-article-buffer happens to be unibyte.
13141         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13142         default-enable-multibyte-characters.
13144         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13145         default-enable-multibyte-characters.
13147         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13149         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13151 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13153         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13154         Fix last change in case the element is not even a symbol.
13156 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13158         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13159         imap-enable-exchange-bug-workaround.
13160         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13162 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13164         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13165         a 100 byte status-checks into a 2-3MB transfer for each group.
13166         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13167         to enable bug workaround or not.
13168         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13170 2008-03-31  Glenn Morris  <rgm@gnu.org>
13172         * message.el (mml2015-use): Declare for compiler.
13173         (message-info): Require mml2015 when appropriate.
13175 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13177         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13178         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13179         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13180         (nntp-service-to-port): New function.
13181         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13182         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13183         (nntp-open-netcat-stream): New function.
13184         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13186 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13188         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13190 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13192         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13194 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13196         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13198 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13200         * message.el (message-signature-separator): Change default.
13201         Improve custom type.
13202         (message-cite-function): Change default to
13203         message-cite-original-without-signature.
13205         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13206         toggle.
13208         * message.el (message-check-news-body-syntax): Fix signature check.
13209         (message-setup-1): Mark buffer as unmodified _after_ running
13210         message-setup-hook and handling message-alternative-emails.
13211         (message-shorten-references): Be more strict when building list of
13212         valid references to comply with GNKSA.
13214         * gnus-group.el (gnus-read-ephemeral-bug-group)
13215         (gnus-read-ephemeral-debian-bug-group)
13216         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13218         * message.el (message-info): Don't use booleanp which isn't supported
13219         in Emacs 21 and XEmacs.
13221 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13223         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13224         gnus-group-gmane-group-download-format.
13225         (gnus-group-read-ephemeral-gmane-group): Rename from
13226         gnus-group-read-ephemeral-gmane-group.
13227         (gnus-read-ephemeral-gmane-group-url): Rename from
13228         gnus-group-read-ephemeral-gmane-group-url.
13229         (gnus-bug-group-download-format-alist): New variable.
13230         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13231         (gnus-read-ephemeral-emacs-bug-group): New commands.
13233 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13235         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13236         (gnus-visible-headers): Improve custom type.
13238 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13240         * mml.el (mml-menu): Add workarounds for XEmacs.
13242         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13243         X-Boundary header.
13245         * message.el (message-simplify-recipients): Fix previous commit.
13247 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13249         * mm-util.el (mm-set-buffer-multibyte): New function.
13250         * mm-decode.el (mm-copy-to-buffer): Use it.
13252         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13253         Prefer fboundp to functionp so it works with macros as well.
13255 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13257         * message.el (message-alter-recipients-discard-bogus-full-name):
13258         New function.
13259         (message-alter-recipients-function): New variable.
13260         (message-get-reply-headers): Use it.
13261         (message-replace-header): New helper function.
13262         (message-recipients-without-full-name): New variable.
13263         (message-simplify-recipients): New command.
13265         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13267         * message.el (message-info): Handle EasyPG manual.
13269         * mml.el (mml-menu): Add entry for EasyPG.
13271 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13273         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13274         parameter.
13276         * message.el (message-disassociate-draft): Specify drafts group name
13277         fully.
13279 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13281         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13282         Eliminate unnecessary duplicates from the match list.
13284 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13286         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13287         args of `how-many' of which the XEmacs version doesn't take; declare
13288         Info-index-next as function.
13290 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13292         * gnus-score.el (gnus-score-headers): Fix handling of
13293         gnus-inhibit-slow-scoring.
13295         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13296         string.
13297         (gnus-button-url-regexp): Improve handling of parenthesis.
13298         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13299         (gnus-button-handle-info-keystrokes): Handle index entries.
13301 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13303         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13304         Incoming* files.
13306 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13308         * auth-source.el (auth-sources): Rename from auth-source-choices.
13309         (auth-source-pick): Use it.
13311 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13313         * auth-source.el (auth-source-protocols)
13314         (auth-source-protocols-customize, auth-source-choices): Add and
13315         modified variable customizations and defaults.
13316         (auth-source-pick, auth-source-user-or-password)
13317         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13318         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13319         (auth-source-user-or-password-sftp)
13320         (auth-source-user-or-password-smtp): Use new variables and provide an
13321         interface to netrc.el.
13323 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13325         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13326         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13327         Make sure the nntp port to specify is a string.
13329 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13331         * nntp.el: Use with-current-buffer.
13332         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13333         dubious mm-with-unibyte-current-buffer.
13334         (nntp-with-open-group-function): New function extracted from
13335         nntp-with-open-group macro.
13336         (nntp-with-open-group): Use the function, so it's easier to debug.
13337         Add indentation and debugging info.
13338         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13339         Recommend the use of the netcat alternatives.
13341         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13342         Avoid mm-string-as-multibyte as well.
13344         * nnweb.el (nnweb-insert-html):
13345         Remove use of nnheader-string-as-multibyte.
13347         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13348         (nnheader-string-as-multibyte): Remove.
13350         * mm-view.el: Use inhibit-read-only.
13351         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13352         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13353         or unibyte-string.
13355         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13356         (mm-uu-yenc-extract): Use with-current-buffer.
13358         * gnus-soup.el (gnus-soup-send-packet): Don't use
13359         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13361         * nnmh.el: Use with-current-buffer.
13362         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13363         mm-string-as-multibyte on the output of mm-encode-coding-string.
13365         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13366         (nnimap-request-move-article): Use with-current-buffer.
13368         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13369         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13370         conversion uses string-make-unibyte rather than string-as-unibyte.
13372         * gnus-msg.el: Use with-current-buffer.
13374         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13376 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13378         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13379         string for caching if it is 'PIN.
13381 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13383         * mail-source.el (mail-source-delete-old-incoming-confirm):
13384         Change default to nil.
13385         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13387 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13389         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13390         (gnus-article-goto-prev-page): Work for articles having ^L's.
13392         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13394         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13396 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13398         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13399         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13400         (gnus-bookmark-jump): Adjust some variable names.
13402 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13404         * auth-source.el: New package.
13405         (auth-source-choices): Add customization entry point variable.
13407         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13408         bug.
13410 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13412         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13413         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13414         (gnus-registry-install-shortcuts): Rename from
13415         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13416         the `gnus-registry-mark-map' keymap dynamically from
13417         `gnus-registry-marks'.  The generated functions update the summary line
13418         when a registry mark is added or deleted, and will call
13419         `gnus-registry-install-p' (see the comments in the code).
13420         (gnus-registry-user-format-function-M): Use concat intelligently.
13422         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13423         the registry mark functions.
13425 2008-03-05  Glenn Morris  <rgm@gnu.org>
13427         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13428         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13429         gnus-art.
13430         (top-level): No need to load own source when compiling.
13432 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13434         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13435         Suggested by <chris.anderton@zetnet.co.uk>.
13437 2008-03-04  Glenn Morris  <rgm@gnu.org>
13439         * gnus-sum.el (top-level): No need to require gnus when compiling,
13440         since unconditionally required near start of file.
13441         (gnus-summary-display-while-building): Move definition before use.
13443 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13445         * gnus-registry.el (gnus-registry-user-format-function-M):
13446         Add formatting function.
13448 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13450         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13451         with plists.
13452         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13453         Use new format.
13455 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13457         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13458         `where-is-internal' that returns a range of key sequences.
13460 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13462         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13464         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13465         (gnus-summary-jump-to-group): Consider windows on other displayed
13466         frames as well.  Similar changes might be needed elsewhere, but that's
13467         the one I've bumped into during my use.
13469         * nndoc.el (nndoc-oe-dbx-type-p):
13470         * gnus-msg.el (gnus-debug):
13471         * gnus-group.el (gnus-update-group-mark-positions):
13472         Use mm-string-to-multibyte.
13474 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13476         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13477         doesn't handle NotDashEscaped.
13479         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13480         (mml-dnd-attach-options): Fix typo in custom choice.
13482         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13483         Change nndoc-article-type to mbox.
13484         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13486         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13487         to nil, instead of html2text.
13489         * imap.el (imap-debug): Add `imap-ping-server'.
13491         * gnus-bookmark.el: Add FIXMEs.
13493         * message.el (message-form-letter-separator)
13494         (message-send-form-letter-delay): New variables.
13495         (message-send-form-letter): Use them.  New command to send form
13496         letters.  Requested by Uwe Siart.
13497         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13499 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13501         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13502         empty author.
13504 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13506         * gnus-registry.el (gnus-registry-marks): Add variable for
13507         customization of marks and their appearance.
13508         (gnus-registry-read-mark): Use it.
13509         (gnus-registry-do-marks): Add utility function to loop through
13510         `gnus-registry-marks'.
13511         (gnus-registry-install-shortcuts-and-menus): Add function to install
13512         shortcuts and menus.
13513         (gnus-registry-initialize): Use it.
13514         (gnus-registry-default-mark): Clarify documentation.
13516 2008-02-29  Glenn Morris  <rgm@gnu.org>
13518         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13519         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13520         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13521         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13522         Change defcustom :version from 23.0 to 23.1.
13524 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13526         * gnus-registry.el (gnus-registry-follow-group-p)
13527         (gnus-registry-post-process-groups): Add functions to aid registry
13528         splitting and improve logging.  Clarify behavior in function
13529         documentation.
13530         (gnus-registry-split-fancy-with-parent): Use them.
13532 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13534         * gnus-art.el: Use with-current-buffer.
13536 2008-02-27  David Engster  <dengste@eml.cc>
13538         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13539         Express real group name in the response.
13541 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13543         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13544         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13545         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13546         autoload gnus-registry-fetch-group when compiling.
13547         (nnmairix-request-group-with-article-number-correction):
13548         Remove unreferenced argument passed to nnmairix-call-backend.
13550 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13552         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13553         (mm-uu-extract): Improve face for low color ttys.
13554         Reported by Sascha Wilde.
13556 2008-02-27  Glenn Morris  <rgm@gnu.org>
13558         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13559         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13560         variables to defconsts.  Convert comments to doc-strings.
13561         (nnmairix-last-server, nnmairix-current-server): Convert from free
13562         variables to defvars.  Convert comments to doc-strings.
13563         (gnus-registry-fetch-group): Autoload.
13564         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13565         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13566         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13567         caddr.
13568         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13569         nnmairix-request-group-with-article-number-correction call.
13570         (nnmairix-fast, nnmairix-group): New, less general names, for free
13571         variables passed from nnmairix-request-group to
13572         nnmairix-request-group-with-article-number-correction.  Declare.
13573         (nnmairix-request-group-with-article-number-correction):
13574         Use nnmairix-fast, nnmairix-group rather than fast, group.
13576 2008-02-26  David Engster  <dengste@eml.cc>
13578         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13579         version 0.5.
13581 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13583         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13584         instead of making an extra function call.  Don't add the current group
13585         to articles only when they have the group.  Use
13586         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13587         Reported by David <de_bb@arcor.de>.
13589 2008-02-24  Miles Bader  <miles@gnu.org>
13591         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13592         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13593         (mm-find-mime-charset-region):
13594         * mm-bodies.el (mm-encode-body):
13595         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13597 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13599         * mail-source.el (mail-source-delete-incoming): Change default.
13600         Supplement doc string.
13602         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13604 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13606         * nnmail.el (nnmail-message-id-cache-file): Derive from
13607         `gnus-home-directory'.
13609 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13611         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13612         Document negative prefix.
13614         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13616 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13618         * message.el (message-unsent-separator): Add the Exim bounce
13619         separator.
13621 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13623         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13624         list.
13625         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13626         recipient/signer list.
13628 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13630         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13631         fbound (Emacs 23 unicode), signal an error.
13633 2008-02-08  Glenn Morris  <rgm@gnu.org>
13635         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13637 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13639         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13640         ports to the calls to `netrc-machine-user-or-password' in addition to
13641         "imap" and "imaps".
13643 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13645         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13646         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13647         <hanche@math.ntnu.no>.
13649 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13651         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13653 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13655         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13657         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13659 2008-02-01  Miles Bader  <miles@gnu.org>
13661         * mml.el (mml-parse-1): Remove apparently vestigial use of
13662         `mm-hack-charsets'.
13663         * mm-bodies.el (mm-encode-body): Likewise.
13665 2008-02-01  Kenichi Handa  <handa@m17n.org>
13667         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13668         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13669         (rfc2104-hash): Convert the result of concat to unibyte string.
13671 2008-02-01  Dave Love  <fx@gnu.org>
13673         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13674         coding-system-for-read.
13675         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13677         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13678         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13679         (mm-find-mime-charset-region): Remove hack-charsets stuff.
13681 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13683         * mail-source.el (mail-sources): Add `group' choice.
13685         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13686         parameter `in-group' to control into which group the articles go.
13687         Add treatment of `group' mail-source.
13689 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
13691         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13692         * message.el (message-beginning-of-line): Use featurep instead of bound
13693         tests in order to resolve conditionals at compile time.
13695 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13697         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13699         * mm-decode.el (mm-dissect-buffer): Decode description.
13701         * mml.el (mml-to-mime): Encode message header first.
13703 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13705         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13706         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13708 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13710         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13712 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13714         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13715         prefix keys.
13716         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13717         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13718         gnus-xmas.el.
13720 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13722         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13723         Add new variables for article mark management.
13724         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13725         list of extra data entries which, when present, will indicate that the
13726         article ID should not be trimmed from the registry.
13727         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13728         functions.
13729         (gnus-registry-read-mark): New function to read a mark name from the
13730         user.
13731         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13732         (gnus-registry-set-article-mark-internal): New functions to add and
13733         remove marks.
13734         (gnus-registry-get-article-marks): New function to show the marks for
13735         an article, or retrieve them for further use.
13737 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13739         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13740         keys when no argument is given.
13742 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13744         * gnus-sum.el (gnus-article-sort-by-random)
13745         (gnus-thread-sort-by-random): Fix doc strings.
13746         Reported by jidanni@jidanni.org.
13748 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13750         * gnus-art.el (gnus-article-describe-bindings): New function.
13751         (gnus-article-read-summary-keys): Use it.
13752         (gnus-article-mode-map): Bind `C-h b' to it.
13754 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13756         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13757         XEmacs.
13758         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13759         Protect against non-character events.
13761 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13763         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13764         New command.
13765         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13766         instead of END.  Change name of the temp file.
13767         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13768         customizable.
13770 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13772         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13773         bind `S W' to gnus-article-wide-reply-with-original; set default
13774         binding to gnus-article-read-summary-send-keys.
13775         (gnus-article-read-summary-keys): Fix the order of keys; display
13776         continuation keys correctly in the echo area; describe bindings
13777         correctly when keys end with `C-h'.
13778         (gnus-article-read-summary-send-keys): New function.
13779         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13780         Work for gnus-article-read-summary-send-keys; display continuation keys
13781         correctly in the echo area.
13782         (gnus-article-reply-with-original): Ignore prefix argument.
13783         (gnus-article-wide-reply-with-original): New function.
13785 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13787         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13788         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13790 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13792         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13793         (gnus-group-read-ephemeral-gmane-group): New command.
13795 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13797         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13799 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13801         * message.el (message-send-mail-function): Increase custom version.
13803         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13804         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13806 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13808         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13809         html parts correctly; support forwarded messages.
13810         (gnus-article-browse-html-article): Remove work buffers.
13812         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13813         compiling.
13814         (netrc-bound-and-true-p): New macro.
13815         (netrc-parse): Use it instead of bound-and-true-p that is not available
13816         in XEmacs 21.4.
13818 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13820         * gnus-registry.el (gnus-registry-mark-article)
13821         (gnus-registry-article-marks): Add functionality to mark articles
13822         through the Gnus registry.
13824         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13825         (netrc-parse): Use encrypt-file-alist to determine if
13826         encrypt-find-model or encrypt-insert-file-contents should be used.
13828 2007-12-19  Glenn Morris  <rgm@gnu.org>
13830         * mml.el (message-options-set, message-narrow-to-head)
13831         (message-in-body-p, message-mail-p, message-encode-message-body):
13832         Autoload.
13833         (message-remove-header, message-narrow-to-headers-or-head)
13834         (message-subscribed-p, message-make-mail-followup-to)
13835         (message-position-on-field, message-news-p)
13836         (message-options-set-recipient, message-generate-headers)
13837         (message-sort-headers): Declare as functions.
13839 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13841         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13842         convention in doc string.
13844 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13846         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13847         title to html parts.
13848         (gnus-article-browse-html-article): Pass message header to it.
13850         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13852 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13854         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13855         or password compatible with XEmacs.
13857 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13859         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13860         format document.
13861         (gnus-mime-delete-part): Don't write description line if empty.
13862         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13864 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13866         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13867         (gnus-summary-mark-read-and-unread-as-read)
13868         (gnus-summary-mark-current-read-and-unread-as-read)
13869         (gnus-summary-mark-unread-as-ticked): Doc fix.
13870         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13872 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13874         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13875         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13877 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13879         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13880         yes-or-no-p.
13882 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13884         * mm-decode.el (mm-add-meta-html-tag): New function.
13885         (mm-save-part-to-file, mm-pipe-part): Use it.
13887         * gnus-art.el (gnus-article-browse-delete-temp-files):
13888         Use gnus-y-or-n-p instead of y-or-n-p.
13889         (gnus-article-browse-html-parts): Work with message/external-body; use
13890         mm-add-meta-html-tag.
13892 2007-12-11  Glenn Morris  <rgm@gnu.org>
13894         * gnus-cache.el: Require gnus-sum not just when compiling.
13896         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13898         * gnus-int.el (gnus-server-opened, gnus-status-message):
13899         Move definitions before use.
13901         * mm-decode.el: Require gnus-util.
13902         (mm-remove-part): Only call delete-annotation on XEmacs.
13904         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13906         * nnmail.el: Require gnus-int.
13908         * spam.el: Move `require's before `eval-when-compile's.
13910         * gnus-ems.el (gnus-alive-p):
13911         * gnus-fun.el (message-goto-eoh):
13912         * gnus-util.el (gnus-group-name-decode):
13913         * mail-source.el (gnus-compress-sequence):
13914         * message.el (Info-goto-node, format-spec):
13915         * mm-bodies.el (message-options-get):
13916         * mm-decode.el (mm-view-pkcs7):
13917         * mm-util.el (gmm-write-region):
13918         * mml-smime.el (mml-compute-boundary)
13919         (gnus-completing-read-with-default):
13920         * mml.el (widget-button-press, gnus-make-hashtable):
13921         * mml1991.el (mm-decode-content-transfer-encoding)
13922         (mm-encode-content-transfer-encoding)
13923         (message-options-get, message-options-set):
13924         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13925         * nnfolder.el (gnus-request-group):
13926         * nnheader.el (ietf-drums-unfold-fws):
13927         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13928         * smime.el (gnus-run-mode-hooks):
13929         * spam-stat.el (gnus-message): Autoload.
13931         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13932         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13933         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13934         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13935         Add declare-function compatibility definition.
13937         * gnus-cache.el (nnvirtual-find-group-art):
13938         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13939         (gnus-add-image, gnus-add-wash-type):
13940         * gnus-group.el (nnkiboze-score-file):
13941         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13942         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13943         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13944         (message-tokenize-header, gnus-get-buffer-create)
13945         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13946         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13947         * gnus.el (gnus-group-decoded-name):
13948         * mail-source.el (imap-capability):
13949         * mm-bodies.el (message-options-set):
13950         * mm-decode.el (gnus-configure-windows):
13951         * mm-extern.el (message-goto-body):
13952         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13953         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13954         (epg-sub-key-validity, message-options-set):
13955         * mml.el (widget-event-point, gnus-configure-windows):
13956         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13957         * mml2015.el (epg-check-configuration, epg-configuration)
13958         (message-options-set):
13959         * nndb.el (nndb-request-article):
13960         * nnfolder.el (gnus-request-create-group):
13961         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13962         * nnmaildir.el (gnus-group-mark-article-read):
13963         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13964         * rfc1843.el (message-fetch-field):
13965         * spam.el (gnus-extract-address-components):
13966         Declare as functions.
13968 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13970         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13972 2007-12-09  Glenn Morris  <rgm@gnu.org>
13974         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13976         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13977         * message.el, mm-view.el, sieve-manage.el, smime.el:
13978         Add declare-function compatibility definition.
13980         * gnus-art.el (w3-region, w3m-region, Info-menu):
13981         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13982         * gnus-sum.el (gnus-get-predicate):
13983         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13984         * message.el (mail-abbrev-in-expansion-header-p):
13985         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13986         (w3m-detect-meta-charset, w3m-region):
13987         * sieve-manage.el (password-read, password-cache-add)
13988         (password-cache-remove):
13989         * smime.el (password-read-and-add): Declare as functions.
13991 2007-12-08  David Kastrup  <dak@gnu.org>
13993         * gnus-sum.el (gnus-summary-simplify-subject-query):
13994         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13995         `message'.
13997 2007-12-07  Glenn Morris  <rgm@gnu.org>
13999         * gnus-art.el (article-make-date-line): Revert previous change.
14001 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14003         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14005 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14007         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14008         Call gnus-add-to-range ranges only once with a prepared article-list.
14010 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14012         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14013         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14014         group names with backslashes.
14015         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14017 2007-12-06  Deepak Goel  <deego3@gmail.com>
14019         * gnus-art.el (article-make-date-line):
14020         * gnus-start.el (gnus-load):
14021         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14023 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14025         * gnus-art.el (gnus-use-idna):
14026         * gnus-start.el (gnus-site-init-file):
14027         * message.el (message-use-idna):
14028         * mm-uu.el (mm-uu-hide-markers):
14029         * smiley.el (smiley-style): Revert changes that suppress warnings.
14031 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14033         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14034         specify charset to html source.
14035         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14037 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14039         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14040         idna-program in order to suppress byte compile warning issued by XEmacs
14041         that came to byte compile the default value section of defcustom forms
14042         recently.
14044         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14045         value of installation-directory.
14047         * message.el (message-use-idna): Don't directly refer to the value of
14048         idna-program.
14050         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14052         * smiley.el (smiley-style): Don't directly call face-attribute.
14054 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14056         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14058         * gnus-dired.el: Reduce Gnus dependencies.
14059         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14060         Don't require.  Use autoloads instead.
14061         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14062         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14063         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14064         (gnus-dired-mode): Adjust doc string.
14065         (gnus-dired-mail-mode): New variable.
14066         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14067         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14068         (gnus-dired-mail-buffers): New function.  Return mail or message
14069         composition buffers.
14070         (gnus-dired-attach): Use it.
14071         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14072         NO-DECODE.
14073         (gnus-dired-print): Use `gnus-print-buffer' depending on
14074         `gnus-dired-mail-mode'.
14076 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14078         * rfc2047.el (rfc2047-encoded-word-regexp)
14079         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14080         explaining what regexp patterns are for.
14082 2007-12-04  Glenn Morris  <rgm@gnu.org>
14084         * password.el: Move to ../password-cache.el.
14086         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14087         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14088         * mml-smime.el (password-read, password-cache-add)
14089         (password-cache-remove):
14090         No need to autoload, since mml-sec requires password.
14092         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14093         * message.el (gnus-extract-address-components):
14094         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14096         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14097         password.
14099 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14101         * mailcap.el: Reduce dependencies.
14102         (mail-header-parse-content-type): Autoload.
14103         (mailcap-delete-duplicates): New alias.
14104         (mailcap-mime-info): Add optional argument NO-DECODE.
14105         (mailcap-mime-types): Use mailcap-delete-duplicates.
14107         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14109 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14111         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14112         function.
14114         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14115         (gnus-uu-yenc-article): New function.
14117         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14119         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14121 2007-12-02  Glenn Morris  <rgm@gnu.org>
14123         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14124         Move to ../net.
14126         * binhex.el, uudecode.el: Move to ../mail.
14128         * encrypt.el: Remove file.
14130 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14132         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14133         matches on patches.
14135         * gnus-art.el (gnus-article-browse-html-article):
14136         Mention `mm-text-html-renderer' in the doc string.
14138         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14139         string.  Add comments.
14141         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14142         if rhs is ASCII.
14144 2007-12-01  Glenn Morris  <rgm@gnu.org>
14146         * dig.el, dns.el: Move to ../net.
14147         * format-spec.el, hex-util.el, sha1.el: Move to ../.
14149         * mail-source.el (top-level): Require format-spec before
14150         eval-when-compile.
14152 2007-11-30  Glenn Morris  <rgm@gnu.org>
14154         * encrypt.el: Require password, rather than autoloading password-read.
14156 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14158         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14159         caller can indicate whether the cache should be disregarded for this
14160         call.  This way the result of the call is reproducible at all times and
14161         can be considered a canonical server name for the supplied method.
14162         (gnus-agent-method-p): Canonicalize server names by pushing their
14163         method through `gnus-method-to-server' using the no-cache argument.
14165         * gnus-srvr.el (gnus-server-insert-server-line):
14166         Call `gnus-method-to-server' with `no-cache' argument.
14168         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14169         gnus-agent-possibly-synchronize-flags as this should be called when the
14170         server is actually being opened.
14171         (gnus-agent-possibly-synchronize-flags)
14172         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14173         flags file of an agentized server to the latter function.
14175         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14176         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14177         after a connection has been established successfully.
14179 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14181         * gnus-art.el (article-display-face): Force to display face if called
14182         interactively; check if gnus-article-x-face-too-ugly matches author.
14183         (article-display-x-face): Display face even if From header is missing
14184         as article-display-face does.
14186 2007-11-28  Richard Stallman  <rms@gnu.org>
14188         * md4.el: Move to ../.
14189         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14191 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14193         * mail-source.el (mail-sources): Default to fetch from file for
14194         compatibility with default of nnmail-spool-file.
14196 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14198         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14199         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14200         to look for encoded word that should be encoded again.
14201         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14202         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14203         encoding pattern.
14204         (rfc2047-decode-region): Switch strict regexp and loose one according
14205         to rfc2047-allow-irregular-q-encoded-words.
14207 2007-11-26  Simon Josefsson  <simon@josefsson.org>
14209         * imap.el: Move to ../net directory.
14211 2007-11-25  Romain Francoise  <romain@orebokech.com>
14213         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14215 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14217         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14218         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14220         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14221         `nnmail-spool-file'.
14223         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14224         `nnmail-spool-file'.
14226         * gnus-move.el (gnus-change-server): Ditto.
14228         * gnus-kill.el (gnus-batch-score): Ditto.
14230         * gnus-cache.el (gnus-jog-cache): Ditto.
14232         * gnus-msg.el (gnus-summary-reply):
14233         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14235 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14237         * gnus-cache.el (gnus-cache-generate-nov-databases):
14238         Use nnml-generate-nov-databases-directory instead of
14239         nnml-generate-nov-databases-1.
14241 2007-11-24  Glenn Morris  <rgm@gnu.org>
14243         * message.el (message-tool-bar-retro): Update for rename
14244         mail_send.xpm->mail-send.xpm.
14246 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14248         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14249         `smime-ldap-search' for Emacs 22 and up.
14251 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14253         * hashcash.el: Move to ../mail directory.
14255         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
14257         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14258         `smime-ldap-search' for Emacs 22 and up.
14260 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14262         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14264         * message.el (message-send-mail-function): Fix error convention.
14265         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14266         (message-widen-reply, message-send-mail, message-talkative-question)
14267         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14268         (message-clone-locals, message-send-news): Use with-current-buffer.
14269         (message-insert-or-toggle-importance): Remove unused var `valid'.
14270         (message-make-references): Remove unused var `new-references'.
14271         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14273 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14275         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14276         (spam-split-symbolic-return-positive): Reflow docstring.
14277         (spam-backends, spam-summary-exit-behavior)
14278         (spam-mark-ham-unread-before-move-from-spam-group)
14279         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14280         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14281         (spam-clear-cache, spam-backend-check, spam-install-backend)
14282         (spam-install-statistical-backend, spam-list-of-processors)
14283         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14284         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14285         (spam-check-crm114, spam-initialize, spam-unload-hook):
14286         Fix typos in docstrings.
14288 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14290         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14291         been checked if they have never been read and those group levels are
14292         higher than the one that a user specified.
14294 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14296         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14297         foreign groups unless a group level is specified by a user.
14298         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14300 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14302         * message.el (message-send-mail-function): Require sendmail.
14304 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14306         * message.el (message-send-mail-function): Check for smtpmail too.
14308         * utf7.el (utf7-encode, utf7-decode): Use coding system
14309         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14311         * message.el (message-send-mail-function): New function.
14312         (message-send-mail-function): Set default using
14313         message-send-mail-function.  Adjust doc string.
14314         (message-send-mail-with-mailclient): New function.
14316 2007-11-17  Richard Stallman  <rms@gnu.org>
14318         * assistant.el: Remove file.
14320 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14322         * smime.el (from):
14323         * rfc2047.el (message-posting-charset):
14324         * qp.el (mm-use-ultra-safe-encoding):
14325         * pop3.el (parse-time-months):
14326         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14327         * nnml.el (files):
14328         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14329         (jka-compr-compression-info-list, ange-ftp-path-format)
14330         (efs-path-regexp):
14331         * nndiary.el (files):
14332         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14333         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14334         (epg-digest-algorithm-alist, inhibit-redisplay)
14335         (password-cache-expiry):
14336         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14337         (pgg-output-buffer, password-cache-expiry):
14338         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14339         (efs-path-regexp):
14340         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14341         (inhibit-redisplay):
14342         * mm-uu.el (file-name, start-point, end-point, entry)
14343         (gnus-newsgroup-name, gnus-newsgroup-charset):
14344         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14345         (latin-unity-ucs-list):
14346         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14347         (mm-uu-binhex-decode-function):
14348         * message.el (gnus-message-group-art, gnus-list-identifiers)
14349         (rmail-enable-mime-composing, gnus-local-organization)
14350         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14351         (gnus-read-active-file, facemenu-add-face-function)
14352         (facemenu-remove-face-function, gnus-article-decoded-p)
14353         (tool-bar-mode):
14354         * mail-source.el (display-time-mail-function):
14355         * gnus-util.el (nnmail-pathname-coding-system)
14356         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14357         (gnus-original-article-buffer, gnus-user-agent)
14358         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14359         (xemacs-codename, sxemacs-codename, emacs-program-version):
14360         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14361         * gnus-start.el (gnus-agent-covered-methods)
14362         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14363         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14364         (gnus-newsgroup-headers, gnus-group-list-mode)
14365         (gnus-group-mark-positions, gnus-newsgroup-data)
14366         (gnus-newsgroup-unreads, nnoo-state-alist)
14367         (gnus-current-select-method, mail-sources)
14368         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14369         (nnmail-spool-file, gnus-cache-active-hashtb):
14370         * gnus-mh.el (mh-lib-progs):
14371         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14372         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14373         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14374         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14375         (gnus-group-buffer):
14376         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14377         (font-lock-set-defaults):
14378         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14379         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14380         (gnus-summary-post-menu, total-parts, type, condition, length):
14381         * gnus-agent.el (gnus-agent-read-agentview):
14382         * flow-fill.el (show-trailing-whitespace):
14383         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14384         eval-and-compile wrappers for byte compiler pacifiers.
14386         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14387         (mm-display-inline-fontify): Check for featurep 'xemacs not
14388         extent-list.
14390         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14391         itimer-list.
14392         (mm-create-image-xemacs): Only do something for XEmacs.
14393         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14395         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14397         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14398         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14400 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14402         * nnimap.el (nnimap-split-download-body):
14403         * gnus-demon.el (gnus-demon):
14404         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14406 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14408         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14409         New macros.
14410         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14411         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14412         copy data from unibyte buffer to multibyte current buffer.
14413         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14414         to copy data from unibyte current buffer to multibyte buffer.
14415         (nntp-make-process-buffer): Make process buffer unibyte.
14417         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14419 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14421         * pop3.el (pop3-open-server): Accept and process data more robustly at
14422         connection start to avoid spurious "POP SSL connection failed" errors.
14424 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14426         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14427         read group names.
14429 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14431         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14433 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14435         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14436         (nnmail-save-active): Use a unibyte buffer when saving active file,
14437         which may contain non-ASCII group names.
14439         * nnml.el (nnml-request-group): Decode group names in messages.
14441 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14443         * message.el (message-citation-line-function)
14444         (message-insert-formatted-citation-line): Fix spelling of
14445         `message-insert-formated-citation-line'.
14447 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14449         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14451 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14453         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14454         nnmail-pathname-coding-system.
14456         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14457         that a user enters; decode group names in messages.
14459         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14461 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14463         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14465         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14467         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14468         risky local variable.
14470         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14472 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14474         * encrypt.el: Improve documentation to fix function name typo.
14475         Reported by Daiki Ueno <ueno@unixuser.org>.
14477 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14479         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14480         even if the point is not in the last page of an article.
14481         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14482         back to the previous page.
14484 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14486         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14488 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14490         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14492 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14494         * message.el (message-check-news-body-syntax):
14495         Avoid mm-string-as-multibyte.
14496         (message-hide-headers): Don't assume (point-min)==1.
14498 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14500         * message.el (message-remove-blank-cited-lines): Fix if remove is
14501         given.
14502         (message-bogus-address-regexp): New variable.
14503         (message-bogus-recipient-p): New function.
14504         (message-check-recipients): New command.
14505         (message-syntax-checks): Add `bogus-recipient'.
14506         (message-fix-before-sending): Add `bogus-recipient'.
14508         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14509         (gnus-treat-body-boundary): Don't test window-system.
14511 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
14513         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14515 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14517         * gnus.el: Bump version to Gnus v5.13.
14519 2007-10-28  Miles Bader  <miles@gnu.org>
14521         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14522         at compile-time too.
14524 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14526         * gnus-msg.el (gnus-message-setup-hook):
14527         Add `message-remove-blank-cited-lines' to options.
14529 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14531         * message.el (message-remove-blank-cited-lines): New function.
14532         Suggested by Karl Plästerer.
14534 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14536         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14537         mapc.
14539         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14540         (top-level): Use mapc to set functions to be traced for debugging.
14542         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14543         called for effect with while loop.
14545         * message.el (message-talkative-question): Replace mapcar called for
14546         effect with mapc.
14548         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14549         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14550         called for effect with dolist.
14552         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14554         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14555         gnus-extra-headers and nnmail-extra-headers.
14557         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14558         called for effect with dolist.
14559         (top-level): Use mapc to set functions to be traced for debugging.
14561         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14562         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14563         dolist.
14565         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14566         Replace mapcar called for effect with mapc.
14567         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14568         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14569         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14570         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14572         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14573         remove-if that's a cl function.
14575         * webmail.el (webmail-debug): Replace mapcar called for effect with
14576         dolist.
14578 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14580         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14581         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14582         with while loop.
14584         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14585         functions from article-* functions.
14586         (gnus-multi-decode-header): Replace mapcar called for effect with
14587         dolist.
14589         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14590         (gnus-bookmark-show-details): Replace mapcar called for effect with
14591         while loop.
14593         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14594         called for effect with while loop.
14596         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14597         with dolist.
14599         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14600         Replace mapcar called for effect with dolist.
14602         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14604         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14605         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14606         Replace mapcar called for effect with dolist.
14607         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14608         mapc.
14610         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14611         Replace mapcar called for effect with dolist.
14612         (gnus-topic-list): Replace mapcar called for effect with mapc.
14614         * gnus.el: Use mapc instead of mapcar to add autoloads.
14616 2007-10-23  Richard Stallman  <rms@gnu.org>
14618         * gnus-group.el (gnus-group-highlight): Mark as risky.
14620 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14622         * gnus.el (gnus-server-to-method): Return method found first in
14623         gnus-newsrc-alist.
14625         * gnus-art.el (gnus-article-highlight-signature)
14626         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14627         button overlay without the front stickiness.
14629 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14631         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14632         overview buffer needed a catch to receive its throw.
14633         (gnus-agent-flush-cache): Declare as interactive to make this function
14634         easier to use.
14636 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14638         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14639         `next-line'.
14641 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14643         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14644         exclude address matching message-dont-reply-to-names.
14646 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14648         * gnus-util.el (gnus-string<): New function.
14650         * gnus-sum.el (gnus-article-sort-by-author)
14651         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14653 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14655         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14656         the frame-focus tag is set in gnus-buffer-configuration.
14658 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14660         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14661         the front stickiness.
14663 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14665         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14666         url pattern; remove duplicate one.
14667         (gnus-article-extend-url-button): New function.
14668         (gnus-article-add-buttons): Use it.
14669         (gnus-button-push): Use concatenated url that it makes.
14671 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14673         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14674         (sieve-manage-open): Use `mapc' instead of `mapcar'.
14676 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14678         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14679         Don't hardcode point-min==1.
14681 2007-09-30  David Kastrup  <dak@gnu.org>
14683         * gnus-art.el (gnus-article-reply-with-original)
14684         (gnus-article-followup-with-original): When `transient-mark-mode' is
14685         off, refrain from active-region behavior for followups.
14687 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14689         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14690         Fix comment about "iso8859-1".
14692 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14694         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14695         ones returned from the verify-function.
14697         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14698         Call mml2015-extract-cleartext-signature if extraction failed.
14700 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14702         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14703         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14704         failed.
14706 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14708         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14710 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14712         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14713         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14714         thread for both the null and zero (kill/expire thread) universal prefix
14715         cases.
14716         (gnus-summary-expire-thread): Add new function to expire a thread,
14717         using gnus-summary-kill-thread.
14718         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14719         shortcuts for gnus-summary-expire-thread.
14720         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14721         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14723 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14725         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14726         extras value, so an extras entry can be deleted.
14727         (gnus-registry-delete-extra-entry): Use it.
14728         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14729         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14730         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14731         storage through the gnus-registry, and provide an appropriate API for
14732         it.
14734 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14736         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14737         Suggested by Leo <sdl.web@gmail.com>.
14739         * gnus.el: Do.
14741 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14743         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14744         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14746         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14748         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14749         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14751 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14753         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14754         newline.
14755         (nnmbox-request-accept-article): Don't change article in source buffer;
14756         narrow to header to use message-fetch-field rather than
14757         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14758         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14759         as delimiters; make sure article ends with newline.
14760         (nnmbox-delete-mail): Correct last position of article to be deleted;
14761         ignore X-Gnus-Newsgroup header in article body.
14762         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14763         positions; make sure article ends with newline.
14765         * message.el (message-display-abbrev): Don't infloop when a user
14766         inserts SPC in the beginning of header.
14768 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14770         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14771         list of groups not followed by default.  Fix type to be regexp.
14772         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14774 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14776         * hmac-def.el (define-hmac-function): Switch from old-style to
14777         new-style backquotes.
14779         * md4.el (md4-make-step): Likewise.
14781 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14783         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14784         raw-text coding system when saving .newsrc file, which may contain
14785         non-ASCII group names.
14787 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14789         * gnus-cus.el (gnus-score-extra): New widget.
14790         (gnus-score-extra-convert): New function.
14791         (gnus-score-customize): Use it for Extra.
14793 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14795         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14796         (mml2015-mailcrypt-clear-verify): Use it.
14797         (mml2015-gpg-clear-verify): Use it.
14798         (mml2015-pgg-clear-verify): Use it.
14799         (mml2015-epg-clear-verify): Replace the current part with the output
14800         from GnuPG; don't extract the plaintext by itself.
14802         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14803         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14804         mml2015-clear-verify-function; don't touch the armor headers or
14805         dash-escaped text here.
14807 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14809         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14810         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14811         parts, or application/octet-stream as a last resort.
14812         (gnus-mime-view-part-as-type): Don't toggle display.
14813         (gnus-mime-view-part-as-charset): Don't turn off display before
14814         querying charset.
14816         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14817         stuff to undisplayer function in Emacs.
14818         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14820         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14821         text/calendar parts.
14823 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14825         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14826         decoding text/calendar parts.
14828         * message.el (message-forward-make-body-mime): Always mark body as
14829         having no illegible text; remove signed-or-encrypted argument.
14830         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14832         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14833         (mml-generate-mime-1): Don't encode body if it is specified to be in
14834         raw form; don't make buffer be unibyte when inserting multibyte string.
14836 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14838         * sha1.el: Fix up comment style.
14839         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14840         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14842         * hex-util.el: Fix up comment style.
14843         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14845         * gnus-salt.el: Use with-current-buffer.
14846         (gnus-pick-setup-message): Fix long-standing typo.
14848 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14850         * imap.el (imap-logout-timeout): New variable.
14851         (imap-logout, imap-logout-wait): New functions.
14852         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14854         * nnimap.el (nnimap-logout-timeout): New server variable.
14855         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14856         nnimap-logout-timeout.
14858         * gnus-art.el (gnus-article-summary-command-nosave)
14859         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14861 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14863         * gnus.el (gnus-maximum-newsgroup): New variable.
14865         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14866         according to gnus-maximum-newsgroup.
14868         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14869         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14870         Limit the range of articles according to gnus-maximum-newsgroup.
14872 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14874         * gnus-art.el (gnus-sticky-article): Fix problems described in
14875         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14876         Don't perform gnus-configure-windows here; reuse existing sticky
14877         article buffer.
14879         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14880         it doesn't exist in gnus-article-mode.
14882 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14884         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14885         (gnus-agent-decoded-group-name): New function.
14886         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14887         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14889 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14891         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14892         Add binding for gnus-sticky-article.
14893         (gnus-summary-exit): Don't kill sticky article buffers.
14895         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14896         article buffer.
14897         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14898         (gnus-kill-sticky-article-buffers): New commands.
14900 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14902         * nntp.el (nntp-xref-number-is-evil): New server variable.
14903         (nntp-find-group-and-number): If it is non-nil, don't trust article
14904         numbers in the Xref header.
14906 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14908         * gnus-agent.el (gnus-agent-read-group): New function.
14909         (gnus-agent-flush-group, gnus-agent-expire-group)
14910         (gnus-agent-regenerate-group): Use it.
14911         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14912         nnmail-pathname-coding-system.
14914 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14916         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14918         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14919         that are unread as unread, and also as selected so that information of
14920         marks having been changed by a user may be updated when exiting group.
14922 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14924         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14926 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14928         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14929         calculated ignoring signature parts to gnus-treat-article.
14931 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14933         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14934         a point here in order to keep the window start.
14935         (gnus-insert-mime-security-button): Make a button overlay without the
14936         front stickiness.
14937         (gnus-mime-display-security): Goto the end of a button.
14939         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14941 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14943         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14944         group-name-at-point.
14945         (gnus-group-completing-read): New function that offers decoded
14946         non-ASCII group names for completion.
14947         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14948         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14949         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14950         (gnus-group-fetch-control): Use it.
14951         (gnus-fetch-group): Use group-name-at-point for the initial value
14952         rather than the default value; use gnus-alive-p.
14954         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14955         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14956         (gnus-summary-post-news): Use gnus-group-completing-read.
14958         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14959         (gnus-read-move-group-name): Decode group name for completion.
14961 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14963         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14964         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14965         Yamaoka slightly modified the code).
14967 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14969         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14970         (nnmail-split-incoming): Bind it.
14972         * nnml.el (nnml-group-name-charset): New function.
14973         (nnml-decoded-group-name): Use it; don't decode group name if
14974         nnmail-group-names-not-encoded-p is non-nil.
14975         (nnml-encoded-group-name): New function.
14976         (nnml-group-pathname): Inline nnml-decoded-group-name.
14977         (nnml-request-expire-articles): Decode group name in message.
14978         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14979         nnmail-pathname-coding-system.
14980         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14981         not decoded ones according to nnmail-group-names-not-encoded-p.
14982         (nnml-generate-active-info): Use nnml-encoded-group-name.
14984 2007-08-08  Glenn Morris  <rgm@gnu.org>
14986         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14987         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14988         doc-strings and comments.
14990 2007-07-25  Glenn Morris  <rgm@gnu.org>
14992         * Relicense all FSF files to GPLv3 or later.
14994 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14996         * gnus-sum.el (gnus-summary-move-article):
14997         Make gnus-summary-respool-article work.
14999 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15001         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15002         string.
15004 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15006         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15007         that should be ignored when comparing distant RSS articles with local
15008         ones.
15009         (nnrss-make-hash-index): New function.  Create a hash index according
15010         to the ignored fields.
15011         (nnrss-check-group): Use it.
15013 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15015         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15017         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15019         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15020         the new optional argument ENCODED is non-nil.
15021         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15022         coding system for encoding group name.
15023         (gnus-group-make-rss-group): Pass un-encoded group name to
15024         gnus-group-make-group.
15025         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15026         encoded.
15028         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15029         Encode group name to which articles are moved or copied.
15030         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15031         coding system for encoding Newsgroup, Followup-To and Xref headers.
15033         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15034         marks; use nnheader-file-coding-system to write a file.
15035         (nnagent-retrieve-headers): Bind file-name-coding-system to
15036         nnmail-pathname-coding-system.
15038         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15040         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15041         (nnml-request-article, nnml-request-create-group)
15042         (nnml-request-rename-group, nnml-find-id)
15043         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15044         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15045         (nnml-save-marks): Use nnml-group-pathname instead of
15046         nnmail-group-pathname.
15048         (nnml-request-create-group, nnml-request-expire-articles)
15049         (nnml-request-move-article, nnml-request-delete-group)
15050         (nnml-deletable-article-p, nnml-possibly-create-directory)
15051         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15052         (nnml-open-marks): Bind file-name-coding-system to
15053         nnmail-pathname-coding-system.
15055         (nnml-request-article): Pass server argument to nnml-find-group-number.
15056         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15057         Pass server argument to nnml-possibly-create-directory.
15058         (nnml-request-accept-article): Pass server argument to
15059         nnml-active-number and nnml-save-mail.
15060         (nnml-find-group-number): Pass server argument to nnml-find-id.
15061         (nnml-request-update-info): Pass server argument to
15062         nnml-marks-changed-p.
15064         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15065         (nnml-save-mail, nnml-active-number): Add server argument.
15067         (nnml-request-delete-group): Warn if group is missing.
15068         (nnml-get-nov-buffer): Decode group name.
15069         (nnml-generate-active-info): Encode group name.
15070         (nnml-open-marks): Decode group name in messages.
15072 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15074         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15075         if it is not specified.
15076         (gnus-article-pipe-part, gnus-article-save-part)
15077         (gnus-article-interactively-view-part, gnus-article-copy-part)
15078         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15079         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15080         (gnus-article-replace-part, gnus-article-delete-part)
15081         (gnus-article-view-part-as-type): Pass raw prefix argument to
15082         gnus-article-part-wrapper.
15084 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15086         * gnus-agent.el (gnus-agent-save-active):
15087         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15089         * gnus-cache.el (gnus-cache-save-buffers)
15090         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15091         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15092         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15093         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15094         (gnus-cache-generate-active, gnus-cache-rename-group)
15095         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15096         (gnus-cache-update-overview-total-fetched-for):
15097         Bind file-name-coding-system to nnmail-pathname-coding-system.
15098         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15099         New variables.
15100         (gnus-cache-decoded-group-name): New function.
15101         (gnus-cache-file-name): Use it.
15102         (gnus-cache-generate-active): Use non-decoded group name for active.
15104         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15105         right place.
15106         (gnus-write-active-file): Don't break non-ASCII group names.
15108         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15109         nnmail-pathname-coding-system.
15111         * gnus-uu.el (gnus-uu-decode-save): Typo.
15113 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15115         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15117 2007-07-14  David Kastrup  <dak@gnu.org>
15119         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15120         finishing actions if we did not edit the article.
15122 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15124         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15125         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15126         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15127         (gnus-agent-flush-group, gnus-agent-flush-cache)
15128         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15129         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15130         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15131         (gnus-agent-regenerate-group)
15132         (gnus-agent-update-files-total-fetched-for)
15133         (gnus-agent-update-view-total-fetched-for):
15134         Bind file-name-coding-system to nnmail-pathname-coding-system.
15135         (gnus-agent-group-pathname): Don't encode file names by
15136         nnmail-pathname-coding-system.
15137         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15138         coding-system-for-write instead of buffer-file-coding-system to
15139         gnus-agent-file-coding-system.
15141         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15142         Decode group name.
15144         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15146         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15147         (gnus-read-newsrc-el-file): Make group names unibyte.
15149         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15150         nnmail-pathname-coding-system.
15152         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15153         (nnrss-request-delete-group): Bind file-name-coding-system to
15154         nnmail-pathname-coding-system.
15155         (nnrss-read-server-data, nnrss-read-group-data):
15156         Bind file-name-coding-system correctly.
15157         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15159         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15160         (nntp-server-to-method-cache): New variable.
15161         (nntp-group-pathname): New function that decodes non-ASCII group names.
15162         (nntp-possibly-create-directory, nntp-marks-changed-p)
15163         (nntp-save-marks, nntp-open-marks): Use it.
15164         (nntp-possibly-create-directory, nntp-open-marks):
15165         Bind file-name-coding-system to nnmail-pathname-coding-system.
15166         (nntp-open-marks): Decode group names when bootstrapping marks.
15168         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15169         Newsgroups and Followup-To headers.
15171 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15173         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15174         (gnus-server-closed-face, gnus-server-denied-face)
15175         (gnus-server-offline-face): Remove variable.
15176         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15178         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15179         of modifying message-stack directly for XEmacs.
15181         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15182         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15183         if the coding-system argument is nil for XEmacs.
15185         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15186         mm-charset-override-alist.
15188         * rfc2047.el: Don't require base64; require rfc2045 for the function
15189         rfc2045-encode-string.
15190         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15191         to quote the parameter value.
15193 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15195         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15196         form in gnus-group-name-charset-method-alist.
15198         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15199         overrides the default layout edit-form.
15201         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15203         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15205 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15207         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15208         as unfetched articles.
15210 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15212         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15214 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15216         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15217         original back end that keeps marks in the local system.
15219 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15221         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15222         arg of pop-to-buffer for XEmacs.
15223         (gnus-article-read-summary-keys): Ditto; don't restore window
15224         configuration if summary command ends up with neither article buffer
15225         nor summary buffer; describe bindings if summary keys end with C-h.
15227 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15229         * message.el (message-fix-before-sending): Skip raw message part to be
15230         forwarded while checking illegible text.
15231         (message-forward-make-body-mime, message-forward-make-body):
15232         Mark signed or encrypted raw message as having no illegible text.
15234 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15236         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15237         (gnus-message-with-timestamp-1): New macro.
15238         (gnus-message-with-timestamp): New function.
15239         (gnus-message): Use them.
15241         * nnheader.el (nnheader-message): Use them.
15243 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15245         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15246         .newsrc.eld file.
15248 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15250         * gnus-agent.el (gnus-agent-fetch-headers)
15251         (gnus-agent-retrieve-headers):
15252         Bind gnus-decode-encoded-address-function to identity.
15254         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15255         available also when the server returns simply a dot.
15257         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15259 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15261         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15263 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15265         * gnus-ems.el (gnus-x-splash): Make it work.
15267         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15268         from being used.
15270 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15272         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15273         the front stickiness.
15274         (gnus-article-summary-command-nosave): Correct the order of the
15275         arguments passed to pop-to-buffer.
15276         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15277         summary command ends up with the article buffer.
15279         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15280         the same faces.
15282 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15284         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15286 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15288         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15289         * gnus-sum.el (gnus-summary-highlight):
15290         * mail-source.el (mail-source-delete-old-incoming-confirm):
15291         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15293 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15295         * gnus-art.el (gnus-mime-view-part-externally)
15296         (gnus-mime-view-part-internally): Fix predicate function passed to
15297         completing-read.
15299         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15301         * gnus.el (gnus-update-message-archive-method): Add :version.
15303 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15305         * gnus.el (gnus-update-message-archive-method): New variable.
15307         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15308         according to gnus-message-archive-method if
15309         gnus-update-message-archive-method is non-nil.
15311 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15313         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15314         Suggested by Loic Dachary <loic@dachary.org>.
15315         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15317 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15319         * message.el (message-pop-to-buffer): Add switch-function argument.
15320         (message-mail): Pass switch-function argument to it.
15322 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15324         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15325         Improve doc string.
15327 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15329         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15330         (gnus-header-content):
15331         * gnus-cite.el (gnus-cite-10):
15332         * gnus-srvr.el (gnus-server-closed):
15333         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15334         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15335         (gnus-group-mail-3-empty, gnus-group-mail-low)
15336         (gnus-group-mail-low-empty, gnus-splash):
15337         * message.el (message-header-to, message-header-cc)
15338         (message-header-subject, message-header-other, message-header-name)
15339         (message-header-xheader, message-separator, message-cited-text)
15340         (message-mml): Lighten colors of faces used for dark background.
15342 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15344         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15345         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15347 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15349         * message.el (message-narrow-to-headers-or-head):
15350         Ignore mail-header-separator in the body.
15352 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15354         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15355         same as window size.
15357 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15359         * message.el (message-font-lock-keywords): Use message-header-xheader
15360         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15361         ahead of the anything pattern, to get it recognized.
15363 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15365         * gnus-sum.el (gnus-articles-to-read)
15366         (gnus-summary-insert-old-articles): Don't truncate group name for
15367         `read-string'.
15369         * gnus-util.el (gnus-limit-string): Delete this function.
15371         * gnus-sum.el (gnus-simplify-subject-fully):
15372         Use `truncate-string-to-width' instead.
15374 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15376         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15377         Tell if, on summary exit, the next group has to be selected.
15378         (gnus-summary-exit): Use it.
15380 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15382         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15383         non-break space.
15385 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15387         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15388         Check if group is not a directory.
15389         (nnfolder-request-expire-articles): Don't delete articles if the target
15390         group is not available.
15392         * nnml.el (nnml-request-create-group): Properly check if group is not a
15393         file.
15394         (nnml-request-expire-articles): Don't delete articles if the target
15395         group is not available.
15397         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15398         Don't quote characters that are within parentheses.
15400 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15402         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15403         (gnus-handle-ephemeral-exit): Select article according to it.
15405 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15407         * message.el (message-insert-formated-citation-line): Remove newline.
15408         (message-citation-line-format): Add final \n here so that the user can
15409         avoid a blank line.
15411 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15413         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15414         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15415         Update lanl/arXiv support.
15417 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15419         * gnus.el: Bump version number.
15421 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15423         * gnus.el (gnus-version-number): Bump version.
15425 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15427         * gnus.el: No Gnus v0.6 is released.
15429 2007-04-27  Didier Verna  <didier@xemacs.org>
15431         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15432         * gmm-utils.el (gmm-regexp-concat): ... here.
15433         * message.el: Don't require 'gnus-util.
15434         (message-dont-reply-to-names): Handle name change above.
15435         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15437 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15439         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15440         since the initial value varies according to the system.
15442 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15444         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15446 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15448         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15450 2007-04-24  Didier Verna  <didier@xemacs.org>
15452         Improve the type of gnus-ignored-from-addresses.
15453         * gnus-util.el (gnus-orify-regexp): New function.
15454         * message.el (gnus-util): Require it.
15455         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15456         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15457         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15459 2007-04-24  Didier Verna  <didier@xemacs.org>
15461         * gnus-sum.el:
15462         * gnus-utils.el: Fix some trailing whitespaces.
15464 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15466         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15467         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15468         article's Message-ID; refer parent article in summary buffer.
15470         * message.el (message-bounce): Call mime-to-mml.
15472 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15474         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15476 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15478         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15479         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15480         displayed of multipart/alternative part if it is invoked from summary
15481         buffer.
15483         * mm-view.el (mm-inline-text-html-render-with-w3m)
15484         (mm-inline-text-html-render-with-w3m-standalone)
15485         (mm-inline-render-with-function): Use mail-parse-charset by default.
15487 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15489         * parse-time.el (parse-time-string-chars): Check if CHAR
15490         is less than the length of parse-time-syntax.
15492 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15494         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15495         from gnus-newsgroup-processable.
15497 2007-04-16  Didier Verna  <didier@xemacs.org>
15499         * gnus-msg.el (gnus-configure-posting-styles):
15500         Handle message-signature-directory properly with :file syntax.
15501         Reported by "Leo".
15503 2007-04-11  Didier Verna  <didier@xemacs.org>
15505         New user option: message-signature-directory.
15506         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15507         * message.el (message-insert-signature): Ditto.
15508         * message.el (message-signature-file): Doc update.
15509         * message.el (message-signature-directory): New.
15511 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15513         * gnus-msg.el (gnus-inews-yank-articles):
15514         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15516 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15518         * message.el (message-yank-original): Make sure cited text ends with
15519         newline; don't exchange point and mark.
15521 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15523         * tls.el (open-tls-stream): Properly handle case where there
15524         is no associated buffer.
15526 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15528         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15529         message-yank-original, make sure (< mark TEXT point).
15531 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15533         * message.el (message-fill-column): New variable.
15534         (message-mode): Use it.  Add comment on a possible new hook.
15536         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15537         (nnmail-get-new-mail): Reformat.
15539         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15541         * gmm-utils.el: Fix Commentary.
15542         (gmm-tool-bar-from-list): Fix typo in doc string.
15544 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15546         * message.el (message-yank-original): Don't switch point and mark
15547         unnecessarily to put point and mark as documented.
15549 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15551         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15552         from the message heads.
15554 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15556         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15557         article buffer does not have a window.  This may not be the best
15558         solution but is certainly better than setting the start of the null,
15559         that is the current, window.
15561 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15563         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15564         (gnus-draft-setup): Run it.
15566         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15567         gnus-score-fast-scoring.  Allow regexp.
15568         (gnus-score-headers): Use it.
15570         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15571         XEmacs.
15573         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15574         string.
15575         (gnus-button-alist): Also catch `<f1> k ...'.
15576         (gnus-treat-display-x-face): Fix doc string.
15578 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15580         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15581         evaluation of gnus-extended-version to ensure correct generation of the
15582         User-Agent header when message-generate-headers-first is used.
15584 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15586         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15587         hashcash-path is nil.  Don't call callback with incorrect number of
15588         parameters if val is 0.
15590 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15592         * message.el (message-required-news-headers):
15593         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15595 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15597         * message.el (message-generate-new-buffers): Change the meaning of the
15598         nil value; add `standard' to the choices; treat t as `unique'; improve
15599         doc string.
15600         (gnus-select-frame-set-input-focus): Autoload.
15601         (message-buffer-name): Search for the existing message buffer if
15602         message-generate-new-buffers is nil or `standard'; treat the value t of
15603         message-generate-new-buffers as `unique'.
15604         (message-pop-to-buffer): Raise the frame already displaying the message
15605         buffer; clear the echo area after querying.
15606         (message-setup): Pass the `continue' argument to compose-mail.
15607         (message-mail): Prefer `switch-function' if it is given; search for the
15608         existing message buffer if the `continue' argument is non-nil; pass
15609         continue and switch-function arguments to compose-mail by way of
15610         message-setup.
15611         (message-mail-other-window): Adjust argument of message-setup.
15612         (message-mail-other-frame): Ditto.
15614 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15616         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15617         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15618         to turn font-lock on when turning gnus-message-citation-mode on.
15620 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15622         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15623         (mml-smime-function-alist): New variable; add epg as the backend.
15624         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15625         mml-smime- functions instead.
15626         * mm-view.el: Require smime.
15628 2007-03-05  Didier Verna  <didier@xemacs.org>
15630         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15631         instead of just inheritance for posting styles.
15632         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15634 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15636         * tls.el (tls-certtool-program): Fix custom type.
15638 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15640         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15641         and point-at-eol instead of line-(beginning|end)-position.
15643         * assistant.el (assistant-parse-buffer): Ditto.
15645 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15647         * mml2015.el (mml2015-epg-find-usable-key): New function.
15648         (mml2015-epg-sign): Use it.
15649         (mml2015-epg-encrypt): Use it.
15651 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15653         * message.el (message-make-in-reply-to): Quote name containing
15654         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15655         if there are special characters.  Reported by NAKAJI Hiroyuki
15656         <nakaji@jp.freebsd.org>.
15658 2007-02-27  Didier Verna  <didier@xemacs.org>
15660         Include the group parameters as well as the topic ones in the
15661         inheritance filter process.
15662         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15663         argument GROUP-PARAMS-LIST.
15664         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15666 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15668         * nntp.el (nntp-never-echoes-commands)
15669         (nntp-open-connection-functions-never-echo-commands): New variables.
15670         (nntp-send-command): Use them.
15672 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15674         * mml2015.el (mml2015-epg-verify): Simplify.
15676 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15678         * mml.el (mml-content-disposition-alist): New user option.
15679         (mml-content-disposition): New function.
15680         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15681         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15683 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15685         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15686         verification.
15688 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15690         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15691         articles posted in the last 24 hours.
15693 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15695         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15697 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15699         * nntp.el (nntp-send-command): Don't wait for echoes when
15700         nntp-open-ssl-stream is used.
15702 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15704         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15705         (gnus-message-add-citation-keywords)
15706         (gnus-message-remove-citation-keywords): Remove.
15707         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15708         directly, make the variables in font-lock-defaults buffer-local, add
15709         gnus-message-citation-keywords to them and then update the value of
15710         font-lock-keywords.
15712 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15714         * message.el (message-cite-original-1): Don't call
15715         gnus-article-highlight-citation.
15717         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15718         citations; fix line count.
15720 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15722         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15723         (gnus-message-add-citation-keywords)
15724         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15725         versions of font-lock-add-keywords and font-lock-remove-keywords to
15726         work with XEmacs correctly.
15728 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15730         * gnus-cite.el (gnus-cite-face-list): Set the values of
15731         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15732         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15733         (gnus-message-cite-prefix-regexp): New variable.
15734         (gnus-message-search-citation-line): Use it; protect against long
15735         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15736         the 0th match data for Emacs.
15737         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15738         (gnus-message-add-citation-keywords): Append keywords rather than
15739         prepending; emulate font-lock-add-keywords if it is not available.
15740         (gnus-message-remove-citation-keywords):
15741         Emulate font-lock-remove-keywords if it is not available.
15743         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15745         * message.el (message-cite-prefix-regexp): Set the value of
15746         gnus-message-cite-prefix-regexp.
15748 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15750         * nnweb.el (nnweb-google-parse-1): Update parser.
15752 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15754         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15756 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15758         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15759         regexp.
15761 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15763         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15764         string-to-multibyte.
15765         (uudecode-decode-region-internal): Use it.
15767 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15769         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15770         Fix custom choice.
15772         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15774 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15776         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15778         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15779         `write-region' to respect `mm-inhibit-file-name-handlers'.
15781 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15783         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15784         Use gnus-home-directory instead of "~/" or "$HOME".
15786 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15788         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15789         to mention filename.
15790         Add comments at beginning regarding usage.
15791         (encrypt-write-file-contents): Change interactive so a string is
15792         acceptable.  If the file has no associated model, show an error instead
15793         of a nonsense prompt.
15795 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15797         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15798         Thanks to Yoshihiko Yamada for kind notification of this typo.
15800 2007-01-12  Kenichi Handa  <handa@m17n.org>
15802         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15803         multibyte buffer.
15805 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15807         * gnus-score.el (gnus-score-fast-scoring): New variable.
15808         (gnus-score-headers): Use it.
15810         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15812         * message.el (message-cite-original-1):
15813         Call gnus-article-highlight-citation if requested.
15814         (message-make-from): Allow name and address as optional arguments.
15816         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15818         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15819         bugs to doc string.
15820         (gnus-button-alist): Add mid\\|message-id.
15821         (gnus-button-fetch-group): Extend for use in
15822         `browse-url-browser-function'.
15823         (gnus-button-url-regexp): Try to catch paired parentheses like in
15824         Wikipedia URLs.
15826         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15827         Suggested by Simon Krahnke <overlord@gmx.li>.
15829 2007-01-13  Romain Francoise  <romain@orebokech.com>
15831         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15832         Update copyright.
15834 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15836         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15838 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15840         * gnus-registry.el (gnus-registry-unfollowed-groups)
15841         (gnus-registry-split-fancy-with-parent): Fix documentation.
15843 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15845         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15846         from nnweb groups.
15848 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15850         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15851         Xref urls.  Erase buffer before requesting head.
15853         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15855 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15857         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15858         customizable.
15860 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15862         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15863         no signing key is found.
15864         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15865         no encrypting and/or signing key is found.
15867 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15869         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15871 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15873         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15874         headers read from disk with the ones newly found in the current search.
15875         This should no longer cause problems, because the article numbers in
15876         Gmane's `nov.php' output are ignored since the previous change.
15878 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15880         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15882 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15884         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15886 2007-01-01  Romain Francoise  <romain@orebokech.com>
15888         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15890 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15892         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15893         `define-minor-mode' macro definition expanded properly.
15894         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15895         exclude it there.
15897         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15898         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15899         `fboundp' test.
15900         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15901         This is OK to autoload in (S)XEmacs now.
15903 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15905         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15906         keystroke.
15907         (gnus-summary-limit-to-singletons): Fix typo.
15909         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15910         else fails.
15912 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15914         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15915         docstring.
15917         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15918         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15919         (gnus-summary-insert-dormant-articles): Fix typo in message.
15921 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15923         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15924         nil for XEmacs.
15925         (gnus-message-citation-mode): Don't autoload in XEmacs.
15927         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15929 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15931         * nnimap.el (nnimap-expunge-search-string):
15932         Mention nnimap-search-uids-not-since-is-evil in docstring.
15934 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15936         * spam.el: Revert to make-obsolete-variable because
15937         define-obsolete-variable-alias is not supported in Emacs 21.
15939         * spam.el (spam-ifile-path, spam-ifile-database-path)
15940         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15941         make-obsolete-variable.
15942         (spam-bsfilter-path, spam-bsfilter-program)
15943         (spam-spamassassin-path, spam-spamassassin-program)
15944         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15945         Don't use "path" inappropriately.
15946         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15947         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15948         variable names.
15950 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15952         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15953         summary buffer.
15955         * password.el (password-cache-remove): Use clear-string to burn
15956         password, if available.
15958 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15960         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15962         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15964         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15965         (gnus-message-highlight-citation): Move defcustom here from
15966         gnus-cite.el.
15967         (gnus-message-citation-mode): Autoload.
15969         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15970         checks to make it compile with XEmacs.
15971         (gnus-message-citation-mode): New minor mode.
15972         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15973         (gnus-message-highlight-citation): New variables.
15974         (gnus-message-search-citation-line)
15975         (gnus-message-add-citation-keywords)
15976         (gnus-message-remove-citation-keywords)
15977         (turn-on-gnus-message-citation-mode)
15978         (turn-off-gnus-message-citation-mode): New functions.
15980 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15982         * gnus-cite.el: Enable highlighting of different citation levels in
15983         message-mode.
15985 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15987         * message.el (message-make-fqdn): Fix comment.
15988         (message-bogus-system-names): Add ".local".
15990         * spam.el (spam-ifile-path, spam-ifile-program)
15991         (spam-ifile-database-path, spam-ifile-database)
15992         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15993         Don't use "path" inappropriately.
15994         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15995         strings.
15996         (spam-check-ifile, spam-ifile-register-with-ifile)
15997         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15998         Use new variable names.
16000         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16001         (gnus-treat-display-smileys): Simplify using
16002         gnus-image-type-available-p.
16004         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16005         available.
16007 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16009         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16010         one after turning on the buffer's multibyteness instead of decoding
16011         them directly in the unibyte buffer that causes unexpected conversion
16012         in Emacs 23 (unicode).
16014 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16016         * message.el (message-generate-hashcash): Fix custom type.
16018 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16020         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16022 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16024         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16025         disconnect icons.  Add help text.
16027 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16029         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16030         negated to be consistent with the others we handle.
16032 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16034         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16035         version of gnus-summary-buffer to something, so that we can use two
16036         article buffers at the same time.
16038 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16040         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16041         trigger all the extra headers.
16042         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16043         sorting.
16045 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16047         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16048         solid groups.
16050 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16052         * legacy-gnus-agent.el: Add Copyright notice.
16054 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16056         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16058 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16060         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16062         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16063         to make it work reliably in CVS Emacs.
16064         (gnus-summary-limit-strange-charsets-predicate)
16065         (gnus-summary-limit-to-predicate): New functions.
16067 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16069         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16070         specifying array size.
16071         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16072         array if it is too small.
16073         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16074         (gnus-sort-threads-loop): New function.
16076 2006-12-06  Chris Moore  <dooglus@gmail.com>
16078         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16079         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16081 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16083         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16084         options.
16086 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16088         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16089         DOS-ing the recipient.
16091         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16092         the headers when creating the mapping to avoid mismappings.
16093         (nnweb-gmane-create-mapping): Always nix out old mapping.
16095 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16097         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16098         and mm-verify-option to never.
16100 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16102         * message.el (message-signed-or-encrypted-p): New function.
16103         (message-forward-make-body): Use it.
16105         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16106         Replace encode-coding-string with mm-encode-coding-string.
16108 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16110         * nneething.el (nneething-decode-file-name):
16111         Replace decode-coding-string with mm-decode-coding-string.
16113         * gnus-int.el (gnus-open-server): Say failed server's name.
16115 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16117         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16118         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16120         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16121         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16122         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16123         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16124         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16125         (gnus-subscribe-newsgroup, gnus-1):
16126         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16127         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16128         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16129         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16131 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16133         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16134         keystroke.
16135         (gnus-summary-limit-to-bodies): Implement headersp.
16137 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16139         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16141 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16143         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16145 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16147         * message.el (message-generate-hashcash): Expand range of values to
16148         include `opportunistic'.
16149         (message-send-mail): Use it.
16151 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16153         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16154         and comment it.
16156         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16158 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16160         * gnus-util.el (gnus-extract-address-components): Improve comment.
16162 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16164         * gnus-util.el (gnus-extract-address-components): Work with address in
16165         which the name portion contains @.
16167 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16169         * gnus.el (gnus-start): Move custom group up.
16170         (gnus-select-method): Don't autoload, but make it available for
16171         `customize-variable'.
16172         (gnus-getenv-nntpserver): Don't autoload.
16174 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16176         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16178 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16180         * message.el (message-sendmail-extra-arguments): New variable.
16181         (message-send-mail-with-sendmail): Use it.
16183 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16185         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16186         mm-with-unibyte-current-buffer to make string unibyte.
16188         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16189         mm-string-as-multibyte.
16191 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16193         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16194         Reported by Werner Koch <wk@gnupg.org>.
16196 2006-11-14  Daiki Ueno  <ueno@p360>
16198         * mml2015.el: Autoload epa-select-keys when compiling.
16200 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16202         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16203         message-options.
16204         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16206 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16208         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16209         EasyPG (< 0.0.6).
16210         (mml2015-always-trust): New user option.
16211         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16212         prompt.
16214 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16216         * nntp.el (nntp-authinfo-force): New variable.
16217         (nntp-send-authinfo): Use it.
16219 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16221         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16222         decode encoded words.  Improve prompt.  Add comment about forwarding.
16223         (message-replacement-char): Move up.
16225 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16227         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16228         instead of gnus-intersection because arguments of gnus-sorted-nunion
16229         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16231 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16233         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16234         (message-simplify-subject-functions):
16235         Enable message-strip-subject-encoded-words by default.
16237 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16239         * message.el (message-strip-subject-encoded-words): New function.
16240         (message-simplify-subject-functions): New variable.
16241         (message-simplify-subject): Use it.  Fix typo in doc string.
16242         Support message-strip-subject-encoded-words.
16244 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16246         * gnus-diary.el (gnus-diary-delay-format-function):
16247         * nndiary.el (nndiary-reminders):
16248         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16250 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16252         * gnus-art.el (article-hide-boring-headers): Fetch date from
16253         gnus-original-article-buffer to avoid problems with localized date
16254         strings.
16256 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16258         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16260 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16262         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16263         New variables.
16264         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16265         (mm-charset-synonym-alist): Move some entries to
16266         mm-codepage-iso-8859-list.
16267         (mm-charset-synonym-alist, mm-charset-override-alist):
16268         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16270 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16272         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16274 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16276         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16277         with Emacs 21 and XEmacs.
16279 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16281         * spam.el (spam-parse-address): New function for better parsing,
16282         catching errors, etc.
16283         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16285 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16287         * mm-view.el: Add interactive arg to html2text autoload.
16289 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16291         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16293 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16295         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16296         New variables.
16297         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16298         (mm-charset-synonym-alist): Move some entries to
16299         mm-codepage-iso-8859-list.
16301         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16303 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16305         * message.el (message-citation-line-format)
16306         (message-insert-formated-citation-line): Fix implementation of %E, %N
16307         and %n according to the doc string.
16309 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16311         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16312         Use car-safe to avoid bad parses.
16314 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16316         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16317         names.
16319         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16321 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16323         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16324         header.
16326         * message.el (message-draft-headers): Add Date.
16327         (message-headers-to-generate): Fix typo in docstring.
16329         * nndraft.el (nndraft-required-headers): New variable.
16330         (nndraft-generate-headers): Use it.
16332         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16334 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16336         * gnus-registry.el (gnus-registry-wash-for-keywords)
16337         (gnus-registry-find-keywords): New functions to allow easy searching of
16338         articles that are in the registry.
16340 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16342         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16343         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16344         Reported by Damien Elmes <damien@repose.cx>.
16346 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16348         * gnus.el (gnus-mime): Remove unused custom group.
16350 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16352         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16353         "blank line" when searching for end of armor headers.
16355 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16357         * gmm-utils.el (gmm-write-region): Fix variable name.
16359 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16361         * gmm-utils.el (gmm-write-region): New function based on compatibility
16362         code from `mm-make-temp-file'.
16364         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16366         * nnmaildir.el (nnmaildir--update-nov)
16367         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16368         Use `gmm-write-region'.
16370 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16372         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16373         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16375         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16377         * message.el (message-replacement-char): New variable.
16378         (message-fix-before-sending): Use it.
16379         (message-simplify-subject): New function to remove duplicate code.
16380         (message-reply, message-followup): Use it.
16382         * gnus-sum.el (gnus-summary-make-menu-bar):
16383         Clarify gnus-summary-limit-to-articles.
16385 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16387         * gnus-util.el (gnus-with-local-quit): New macro.
16389         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16391 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16393         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16394         ignore non-string data.
16396 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16398         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16399         non-string data (needs to be done in the registry too).
16401 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16403         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16404         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16405         (gnus-registry-split-fancy-with-parent)
16406         (gnus-registry-fetch-simplified-message-subject-fast)
16407         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16408         Remove text properties on ingress into the registry and when it's saved.
16409         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16410         registry from entries with no groups.
16412 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16414         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16415         function to remove string properties.
16417 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16419         * gmm-utils.el (gmm): Adjust custom version.
16421         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16422         Adjust custom version.
16424         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16426 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16428         * gnus-art.el (gnus-insert-prev-page-button)
16429         (gnus-insert-next-page-button): Simplify.  Reformat.
16431 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16433         * gnus-art.el (gnus-insert-prev-page-button)
16434         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16436 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16438         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16440 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16442         * gnus-art.el (gnus-insert-mime-button)
16443         (gnus-insert-mime-security-button):
16444         Apply gnus-article-button-face to MIME and security buttons.
16446 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16448         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16449         readable.
16451 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16453         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16454         `browse-url-of-file' instead of `browse-url'.
16456 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16458         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16459         regexp.  Articles containing quotation were cut prematurely.
16461 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16463         * message.el (message-cite-original-1): Use nobody by default for the
16464         value of From header.
16465         (message-reply): Ditto.
16467 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16469         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16470         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16471         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16473 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16475         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16476         mails in the doc string.  Add some URLs in comment.
16477         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16479 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16481         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16482         backslashes handling and the way to find boundaries of quoted strings.
16484 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16486         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16487         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16488         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16489         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16491 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16493         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16494         doc string.
16495         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16497 2006-09-06  Simon Josefsson  <jas@extundo.com>
16499         * mml2015.el (mml2015-use): Doc fix, mention epg.
16501 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16503         * mml2015.el (mml2015-use): Default to epg, if available.
16505 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16507         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16508         message-sender.
16509         (mml1991-epg-encrypt): Ditto.
16510         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16511         message-sender.
16512         (mml2015-epg-encrypt): Ditto.
16514 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16516         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16517         several common directories.
16519 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16521         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16522         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16524 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16526         * gnus-art.el (article-decode-encoded-words): Make it fast.
16528 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16530         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16532         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16533         in quoted string into `\'.
16535 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16537         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16538         Use standard-syntax-table.
16540 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16542         * gnus-art.el (gnus-decode-address-function): New variable.
16543         (article-decode-encoded-words): Use it to decode headers which are
16544         assumed to contain addresses.
16545         (gnus-mime-delete-part): Remove useless `or'.
16547         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16548         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16549         (gnus-nov-parse-line): Use it to decode From header.
16550         (gnus-get-newsgroup-headers): Ditto.
16551         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16553         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16554         (mail-decode-encoded-address-string): New alias.
16556         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16557         New function.
16558         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16559         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16560         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16561         (rfc2047-decode-string): Ditto.
16562         (rfc2047-decode-address-region): New function.
16563         (rfc2047-decode-address-string): New function.
16565 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16567         * message.el (message-caesar-buffer-body): Allow rotating headers.
16569         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16571         * message.el (message-insert-formated-citation-line): Fix %f.
16572         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16574 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16576         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16577         (gnus-bookmark-mouse-available-p): New macro.
16578         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16579         (gnus-bookmark-bmenu-show-infos): Use it.
16580         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16581         (gnus-bookmark-bmenu-hide-infos): Ditto.
16582         (gnus-bookmark-remove-properties): New function.
16583         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16584         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16585         (gnus-bookmark-write-file): Bind coding-system-for-write.
16586         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16587         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16588         group before selecting it.
16589         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16590         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16591         quit-window if it is not available; use gnus-mouse-2 and bind it to
16592         gnus-bookmark-bmenu-select-by-mouse.
16593         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16594         (gnus-bookmark-bmenu-select-by-mouse): New function.
16596 2006-08-13  Romain Francoise  <romain@orebokech.com>
16598         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16599         space.
16601 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16603         * compface.el (uncompface): Use binary rather than raw-text-unix.
16605 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16607         * compface.el (uncompface): Make sure the eol conversion doesn't take
16608         place when communicating with the external programs.
16609         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16611 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16613         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16615 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16617         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16618         Make it more robust by parsing author and date independently.
16620 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16622         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16624 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16626         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16627         first matching secret key.
16628         (mml2015-epg-encrypt): Ditto.
16630         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16631         first matching secret key.
16632         (mml1991-epg-encrypt): Ditto.
16634         * mml2015.el (mml2015-encrypt-to-self): New user option.
16635         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16636         mml2015-epg-encrypt-to-self is set.
16638         * mml1991.el (mml1991-encrypt-to-self): New variable.
16639         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16640         mml1991-epg-encrypt-to-self is set.
16642         * mml2015.el (mml2015-signers): New user option.
16643         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16644         (mml2015-epg-encrypt): Allow to select signing keys.
16646         * mml1991.el (mml1991-signers): New variable.
16647         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16648         (mml1991-epg-encrypt): Allow to select signing keys.
16650 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16652         * nnheader.el (nnheader-insert-head): Make it work even if the file
16653         uses CRLF for the line-break code.
16655 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16657         * mml2015.el: Require mml-sec instead of password.
16658         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16659         (mml2015-cache-passphrase): Inherit the default value from
16660         mml-secure-cache-passphrase.
16661         (mml2015-passphrase-cache-expiry): Inherit the default value from
16662         mml-secure-passphrase-cache-expiry.
16664         * mml1991.el: Require mml-sec instead of password.
16665         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16666         (mml1991-cache-passphrase): Inherit the default value from
16667         mml-secure-cache-passphrase.
16668         (mml1991-passphrase-cache-expiry): Inherit the default value from
16669         mml-secure-passphrase-cache-expiry.
16671         * mml-sec.el: Require password.
16672         (mml-secure-verbose): New user option.
16673         (mml-secure-cache-passphrase): New user option.
16674         (mml-secure-passphrase-cache-expiry): New user option.
16676 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16677             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16679         * pgg-def.el (pgg-truncate-key-identifier):
16680         Truncate the key ID to 8 letters from the end.
16682 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16684         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16685         workaround for the url package included with Emacs.
16687         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16689 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16691         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16692         correctly.  This fixes a bug caused by the 2006-05-12 change.
16694 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16696         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16697         some information about the error when saying that the `bogus' mail
16698         group will be used.
16700 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16702         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16703         string.
16705 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16707         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16709 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16711         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16713 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16715         * mml1991.el (mml1991-function-alist): Add epg.
16716         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16717         (mml1991-epg-encrypt): New functions.
16719 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16721         * mml2015.el (mml2015-verbose): New variable.
16722         (mml2015-cache-passphrase): Ditto.
16723         (mml2015-passphrase-cache-expiry): Ditto.
16724         (mml2015-function-alist): Add epg.
16725         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16726         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16727         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16728         New functions.
16730 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16732         * message.el (message-cite-original-1): Preserve region when removing
16733         quoted text due to X-No-Archive in order to avoid bogus attribution
16734         when citing multiple messages.
16736 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16738         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16739         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16741 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16743         * gnus-diary.el (gnus-user-format-function-d)
16744         (gnus-user-format-function-D): Autoload.
16746         * imap.el (Commentary): Fix typo.
16748         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16749         2006-04-22 contribution.
16751 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16753         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16754         It didn't really fix the bogosity I'm seeing with solid web groups.
16756 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16758         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16759         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16760         created using server names.  If we use the feature without declaring
16761         it, Gnus does not properly manage server and group state.
16763         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16764         bound.
16766 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16768         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16769         looking up the method using GROUP's prefix before inventing a new one.
16770         It is used on killed/unknown groups in various places where returning
16771         an all-new method isn't expected by the caller.
16773         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16774         and match semantics of gnus-group-real-prefix.
16776 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16778         * nnmail.el (nnmail-broken-references-mailers): New variable.
16779         (nnmail-ignore-broken-references): New function generalizing
16780         nnmail-fix-eudora-headers.
16781         (nnmail-fix-eudora-headers): Now obsolete.
16783         * gnus-art.el (gnus-button-handle-custom):
16784         Support `customize-apropos*'.
16786 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16788         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16790         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16791         articles.
16793 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16795         * message.el (message-cite-reply-above): New variable.
16796         (message-yank-original): Use it.
16798 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16800         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16802 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16804         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16805         as read.
16807         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16809 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16811         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16812         (gnus-bookmark-default-file): Use gnus-directory.
16813         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16814         Remove "*" in doc string.
16815         (gnus-bookmark-write-file): Simplify.
16816         (gnus-bookmark-maybe-sort-alist): Use `when'.
16817         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16818         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16819         Add FIXME about Emacs 21 and XEmacs compatibility.
16820         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16821         compatibility.
16822         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16823         compatibility.
16824         (gnus-bookmark-menu-heading): Fix version.
16826 2006-06-19  Bastien Guerry  <bzg@altern.org>
16828         * gnus-bookmark.el: New file.
16830 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16832         * message.el (message-syntax-checks): Doc fix.
16834 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16836         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16837         unsubscribed groups as if they were killed ones.  It causes duplicate
16838         entries in gnus-newsrc-alist.
16840 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16842         * message.el (message-syntax-checks): Doc fix.
16843         (message-send-mail): Add check for continuation headers.
16844         (message-check-news-header-syntax): Fix regexp used to check for
16845         continuation headers.
16847 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16849         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16851 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16853         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16855 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16857         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16858         default-truncate-lines.
16860 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16862         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16863         to fill the utf-8 entry.
16865 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16867         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16869 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16871         * gnus-agent.el (directory-files-and-attributes): Move all the way
16872         forward (the third and final move).
16873         (gnus-agent-read-agentview): Trap reconstruction errors due to
16874         nonexistent directory.  Handle by returning nil.
16876 2006-05-30  Didier Verna  <didier@xemacs.org>
16878         * message.el (message-dont-reply-to-names): Update the custom type.
16879         * message.el (message-dont-reply-to-names): New defsubst: potentially
16880         convert a list of regexps into a single one.
16881         * message.el (message-get-reply-headers): Use it.
16882         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16884 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16886         * gnus-agent.el (directory-files-and-attributes): Move forward.
16888 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16890         * gnus-ml.el (gnus-mailing-list-subscribe)
16891         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16892         (gnus-mailing-list-message): Fix doc strings.
16894 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16896         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16897         of doing it manually.
16899 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16901         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16902         comment.
16904 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16906         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16907         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16908         (gnus-agent-read-local): All symbols allocated in my-obarray.
16909         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16910         (gnus-agent-regenerate-group): Check numeric names to see if they are
16911         messages or groups.
16912         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16913         better way of do this...)
16915         * gnus-cache.el (gnus-agent-total-fetched-for):
16916         Ignore 'dummy.group' (there should be a better way of do this...)
16918 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16920         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16921         (gnus-saved-headers): Ditto.
16922         (gnus-default-article-saver): Mention functions may have properties.
16923         (gnus-article-save): Override gnus-save-all-headers and
16924         gnus-saved-headers by :headers property which saver function may have.
16925         (gnus-summary-save-in-file): Add :headers property.
16926         (gnus-summary-write-to-file): Ditto.
16928         * gnus-sum.el (gnus-summary-save-article): Bind
16929         gnus-prompt-before-saving to t when saving many articles in a file;
16930         always show all headers.
16932 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16934         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16935         marks.
16937         * message.el (message-indent-citation): Add optional arguments to allow
16938         using it outside of message buffers.
16940         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16941         (gnus-article-treat-unfold-headers): Use it.
16942         (gnus-article-truncate-lines): New variable.
16943         (gnus-article-mode): Use it.
16944         (gnus-article-toggle-truncate-lines): New function.
16946         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16947         Add gnus-article-toggle-truncate-lines.
16949         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16950         coding system in XEmacs, use binary.
16952 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16954         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16955         after-load-alist.
16957         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16958         this function should save decoded articles.
16959         (gnus-summary-write-to-file): Use property to specify this function
16960         should save decoded articles and specify gnus-summary-save-in-file
16961         should be used to save articles other than the first one when saving
16962         many articles.
16963         (gnus-summary-save-body-in-file): Use property to specify this
16964         function should save decoded articles.
16965         (gnus-summary-write-body-to-file): Use property to specify this
16966         function should save decoded articles and specify
16967         gnus-summary-save-body-in-file should be used to save articles other
16968         than the first one when saving many articles.
16970         * gnus-sum.el (gnus-summary-save-article): Simplify.
16972 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16974         * gnus-art.el (gnus-default-article-saver):
16975         Add gnus-summary-write-body-to-file.
16976         (gnus-article-save-coding-system): Don't use coding system object
16977         in XEmacs.
16978         (gnus-read-save-file-name): Add optional `dir-var' argument which
16979         specifies directory in which files are saved; work even if optional
16980         `variable' argument is not specified.
16981         (gnus-summary-write-to-file): Read file name.
16982         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16983         (gnus-summary-write-body-to-file): New function.
16985         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16986         (gnus-summary-local-variables): Add it.
16987         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16988         (gnus-summary-save-article): Remove optional `decode' argument;
16989         determine whether to decode articles by the value of
16990         gnus-default-article-saver; when saving many files using
16991         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16992         it first and use gnus-summary-save-in-file or
16993         gnus-summary-save-body-in-file thereafter unless
16994         gnus-prompt-before-saving is always; move point to article which
16995         will be saved.
16996         (gnus-summary-save-article-file): Revert.
16997         (gnus-summary-write-article-file): Revert.
16998         (gnus-summary-save-article-body-file): Revert.
16999         (gnus-summary-write-article-body-file): New function.
17001 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17003         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17005 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17007         * gnus-art.el (gnus-default-article-saver): Doc fix.
17008         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17009         from gnus-summary-save-article-coding-system, and default to a
17010         certain coding system.
17011         (gnus-output-to-file): Add coding cookie and encode text according
17012         to gnus-article-save-coding-system; don't use mm-append-to-file.
17014         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17015         gnus-art.el and rename to gnus-article-save-coding-system.
17016         (gnus-summary-save-article): Require gnus-art; don't show all
17017         headers if it decodes articles; don't add coding cookie here;
17018         don't bind mm-text-coding-system-for-write.
17019         (gnus-summary-save-article-file): Save decoded articles.
17020         (gnus-summary-write-article-file): When saving many files, use
17021         gnus-summary-write-to-file first and gnus-summary-save-in-file
17022         thereafter unless gnus-prompt-before-saving is always.
17023         (gnus-summary-save-article-body-file): Save decoded articles.
17025 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17027         * nnrss.el (nnrss-check-group): Bind hash-index.
17029 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17031         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17032         its hash index.  Store this hash in `nnrss-group-data'.
17033         (nnrss-read-group-data): Update accordingly.
17035 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17037         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17038         entry.
17040         * gnus-sum.el (gnus-summary-make-menu-bar):
17041         Add gnus-article-browse-html-article.
17043 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17045         * gnus-sum.el (gnus-summary-mime-map):
17046         Add gnus-article-browse-html-article.
17048 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17050         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17051         suitable coding systems in customize.
17053 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17055         * mail-source.el (mail-sources): Fix custom type.
17057 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17059         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17060         (gnus-summary-expire-articles-now): Shorten prompt.
17062         * gmm-utils.el (wid-edit): Require.
17063         (defun-gmm): Rename from `gmm-defun-compat'.
17064         (gmm-image-search-load-path): Use it.
17065         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17067 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17069         * gnus-sum.el (gnus-summary-save-article-coding-system):
17070         New variable.
17071         (gnus-summary-save-article): Add optional `decode' argument.
17072         If it is set and gnus-summary-save-article-coding-system is non-nil,
17073         save decoded article.
17074         (gnus-summary-write-article-file): Save decoded article if
17075         gnus-summary-save-article-coding-system is non-nil.
17077         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17078         type.
17080 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17082         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17084 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17086         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17087         first to test gnus-single-article-buffer which may be buffer-local.
17089         * gnus-sum.el (gnus-summary-setup-buffer):
17090         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17091         group; make gnus-article-buffer, gnus-article-current, and
17092         gnus-original-article-buffer always buffer-local.
17093         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17094         group.
17095         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17097 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17099         * nnml.el (nnml-request-compact-group): Compressed files might not
17100         have .gz extension.
17102 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17104         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17105         (mm-copy-to-buffer): Use with-current-buffer.
17106         (mm-display-part): Simplify.
17107         (mm-inlinable-p): Add optional arg `type'.
17109 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17111         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17112         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17113         Try harder to show the attachment internally or externally using
17114         gnus-mime-view-part-as-type.
17116 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17118         * message.el (message-from-style, message-signature-separator)
17119         (message-user-organization-file, message-send-mail-function)
17120         (message-citation-line-function, message-yank-prefix)
17121         (message-indent-citation-function, message-signature)
17122         (message-signature-file, message-signature-insert-empty-line):
17123         Remove autoloads.
17125         * gnus-art.el (gnus-buttonized-mime-types):
17126         Remove "multipart/signed".  Revert 2006-04-26 change.
17128 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17130         * gnus.el (gnus-version-number): Bump version.
17132 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17134         * gnus.el: No Gnus v0.5 is released.
17136 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17138         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17139         fetching articles by message-id.
17141 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17143         * message.el (hashcash): Require hashcash as normal.
17145         * ecomplete.el (ecomplete-highlight-match-line):
17146         Use point-at-eol.
17147         (ecomplete-highlight-match-line): Use `highlight', because that
17148         face exists in both Emacs and XEmacs.
17150         * message.el (message-display-abbrev): Use point-at-bol.
17152         * mail-source.el: Don't require timer/timer-funcs.
17154         * gnus-async.el: Ditto.
17156         * password.el: Ditto.
17158         * mm-url.el: Ditto.
17160         * mm-util.el: Require timer/timer-funcs.
17162 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17164         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17165         Close.
17167 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17169         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17170         unibyte after clear-decrypt function runs.
17172         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17173         returns as a unibyte string.
17175 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17177         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17178         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17179         (mml1991-pgg-encrypt): Ditto.
17181 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17183         * message.el (message-user-organization-file): Check several
17184         locations of the organization file.
17186         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17187         Add gnus-article-view-part-as-type.
17189         * gnus-art.el (gnus-article-view-part-as-type): New function.
17191         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17192         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17194         * mml.el: Simplify autoload.
17195         (mml-mode): defvar dnd-protocol-alist instead of using
17196         symbol-value.
17197         (mml-default-directory): New variable.
17198         (mml-minibuffer-read-file): Use it.
17199         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17201         * message.el (message-citation-line-format): New variable.
17202         (message-insert-formated-citation-line): New function.
17203         (message-citation-line-function):
17204         Add `message-insert-formated-citation-line' to custom type.
17206         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17207         to doc string.
17209         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17210         depending on mm-verify-option.
17212 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17214         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17215         binding pgg-* variables; reimplement the section which prevents
17216         MIME header from being signed.
17217         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17218         pgg-text-mode; remove a blank line at the top of body.
17220         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17221         lines at the top of body; use gnus-newsgroup-charset if there's no
17222         Charset header.
17224 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17226         * message.el (message-self-insert-commands): Doc fix.
17228         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17229         (mm-uu-pgp-encrypted-test): Ditto.
17230         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17231         between header and body; return application/pgp-encrypted handle
17232         if decryption failed; decode decrypted body by charset.
17234         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17235         element match to application/pgp-*.
17237 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17239         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17240         HTML.
17242 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17244         * mail-source.el (mail-source-call-script): Message the error
17245         string.
17247 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17249         * gnus-util.el (gnus-byte-compile): Use it.
17251 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17253         * gnus-util.el (kill-empty-logs): New function.
17255 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17257         * message.el (message-mail-alias-type): Doc fix.
17258         (message-mail-alias-type-p): New function.
17259         (message-send): Use it.
17260         (message-mode): Ditto.
17261         (message-strip-forbidden-properties): Ditto.
17263         * ecomplete.el (ecomplete-database-file-coding-system):
17264         New variable.
17265         (ecomplete-save): Use it.
17266         (ecomplete-setup): Use it.
17268 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17270         * message.el (message-self-insert-commands): New variable.
17271         (message-strip-forbidden-properties): Use it.
17273 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17275         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17276         that doesn't make XEmacs choke.
17278 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17280         * gnus-util.el (gnus-replace-in-string):
17281         Prefer replace-regexp-in-string over of replace-in-string.
17283 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17285         * gnus-util.el (gnus-select-frame-set-input-focus):
17286         Use select-frame-set-input-focus if it is available in XEmacs; use
17287         definition defined in Emacs 22 for old Emacsen.
17289 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17291         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17293 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17295         * gnus-registry.el (gnus-registry-cache-save): Remove text
17296         properties when saving via the temp buffer.
17298 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17300         * message.el (message-generate-hashcash): Honor custom type.
17302 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17304         * message.el (message-generate-hashcash): Default to non-nil when
17305         hashcash is found.
17307         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17308         (gnus-refer-thread-limit): Increase default to 500.
17310         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17312         * flow-fill.el (fill-flowed): Allow delete-space.
17314 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17316         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17317         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17318         Remove autoloads.
17320 2006-04-18  Simon Josefsson  <jas@extundo.com>
17322         * message.el (message-generate-hashcash): Default to.
17324 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17326         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17327         concatenating segments rather than before concatenating them.
17329 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17331         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17333         * imap.el (imap-quote-specials): New function.
17334         (imap-login-auth): Quote specials.
17336 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17338         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17340         * message.el (message-forward-make-body-plain):
17341         Allow message-forward-ignored-headers to be a list.
17342         (message-remove-ignored-headers): Factor out into function.
17343         (message-forward-make-body-mml): Use it.
17344         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17345         (rfc2231-parse-string): Allow concatanation of parameters that
17346         aren't contiguous.  The test case is
17347           (mail-header-parse-content-type "message/external-body;
17348             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17349             access-type=LOCAL-FILE;
17350             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17352 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17354         * nntp.el (nntp-accept-process-output): Return the value of
17355         `nnheader-accept-process-output'.
17357 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17359         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17360         (gnus-button-alist): Recognize more diff formats.
17361         (gnus-button-patch): Strip directory.
17363 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17365         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17366         Emacs 22 when setting focus.
17368 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17370         * gnus-art.el (gnus-article-treat-types): Do treatment of
17371         text/x-verbatim parts.
17372         (gnus-button-patch): New command.
17374         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17375         addresses that contain invalid characters.
17377 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17379         * message.el (message-put-addresses-in-ecomplete):
17380         Use gnus-replace-in-string.
17381         (message-is-yours-p): Use the more correct
17382         mail-header-parse-address instead of
17383         mail-extract-address-components.
17384         (message-put-addresses-in-ecomplete): Fix typo.
17386         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17387         keystroke.
17389         * gnus-art.el (gnus-treatment-function-alist): Change order of
17390         newsgroups/generic header folding to avoid double-folding.
17392         * message.el (message-hidden-headers): Add X-Draft-From.
17394         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17395         New command.
17396         (gnus-summary-repeat-search-article-backward): New command.
17398         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17399         groups in the parent topic.
17401 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17403         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17404         (spam-extra-header-to-number): Return the CRM114 number as a
17405         number instead of a string.
17407 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17409         * gnus-art.el (gnus-face-properties-alist): Move here from
17410         gnus-fun.
17412         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17414 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17416         * message.el (message-strip-forbidden-properties): Only display on
17417         self-insert-command.
17419         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17420         reindent.
17421         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17423 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17425         * smiley.el (smiley-style): Fix typo.
17427 2006-03-23  Kenichi Handa  <handa@m17n.org>
17429         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17430         instead of set-buffer-multibyte.
17432 2006-03-23  Kenichi Handa  <handa@m17n.org>
17434         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17435         buffer and then decode the buffer text if necessary.
17436         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17437         first, and after mm-encode-body, change the buffer to unibyte.
17439 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17441         * hashcash.el (hashcash-insert-payment-async-2):
17442         Use message-goto-eoh instead of doing it manually.
17443         (mail-add-payment): Use message-narrow-to-header instead of trying
17444         to do the same itself.
17446         * message.el (message-hidden-headers): Add Face.
17448         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17449         reparenting code.
17450         (gnus-summary-reparent-children): Refactored out code.
17451         (gnus-summary-thread-map): New keystroke.
17452         (gnus-summary-reparent-children): Make into command.
17454         * smiley.el (smiley-style): Default to `medium' if using a large
17455         font.
17457         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17458         does it itself.
17460         * message.el (message-point-in-header-p): Simplify definition.
17462 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17464         * nnagent.el (nnagent-request-set-mark): Silence log file
17465         writing.
17466         (nnagent-request-set-mark): Use write-region instead of
17467         append-to-file.
17469         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17470         strange select method.
17472         * ecomplete.el (ecomplete-display-matches): Get highlightling
17473         right.
17474         (ecomplete-display-matches): Use literals.
17475         (ecomplete-display-matches): Disable message logging.
17477         * message.el (message-display-abbrev): Small optimization.
17479         * ecomplete.el (ecomplete-display-matches): Allow automatic
17480         display.
17482         * message.el (message-strip-forbidden-properties):
17483         Display abbrevs.
17484         (message-display-abbrev): Get automatic display right.
17486         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17487         keystrokes.
17489 2006-04-13  Romain Francoise  <romain@orebokech.com>
17491         TODO: Backport to v5-10!
17493         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17494         Move here (and rename) from gnus-registry.el.
17496         * gnus-registry.el: Require gnus-util.
17497         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17499 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17501         * gnus-group.el (gnus-group-catchup-current):
17502         Change if-then-else-if-then-else into cond.
17503         (gnus-group-catchup): Indent.
17504         (group-name-at-point): New function.
17505         (gnus-fetch-group): Provide default from thing at point.
17507 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17509         * message.el (message-display-abbrev): Fix regexp.
17511         * ecomplete.el (ecomplete-highlight-match-line):
17512         Reimplement choosing.
17513         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17514         dead variables.
17516         * message.el (message-newline-and-indent): Remove debugging.
17517         (message-display-abbrev): Use new implementation.
17519 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17521         * gnus-art.el (gnus-article-mode):
17522         Set cursor-in-non-selected-windows to nil.
17524         * smiley.el: Revert previous change.
17525         (smiley-data-directory): defvar it before using it in the
17526         defcustom of `smiley-style'.
17528 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17530         * message.el (message-newline-and-indent): New function.
17532         * ecomplete.el: Implement more bits.
17534         * message.el (message-put-addresses-in-ecomplete): Clean up the
17535         string.
17537         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17539         * gnus-sum.el (gnus-summary-save-parts):
17540         Bind gnus-summary-save-parts-counter and use it to make unique file
17541         names.
17543         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17545         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17546         parameter to say whether to actually parse the individual
17547         addresses.
17549         * message.el (message-put-addresses-in-ecomplete): New function.
17550         (ecomplete): Require.
17551         (message-mail-alias-type): Add ecomplete as an option.
17553 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17555         * flow-fill.el (fill-flowed): Remove trailing space from blank
17556         quoted lines.
17558 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17560         * smiley.el (smiley-style): Move definition later to avoid a
17561         compilation warning.
17563 2006-04-12  Kenichi Handa  <handa@m17n.org>
17565         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17566         buffer and then decode the buffer text if necessary.
17567         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17568         first, and after mm-encode-body, change the buffer to unibyte.
17569         Use mm-disable-multibyte instead of set-buffer-multibyte.
17571 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17573         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17574         Content-Type header instead of Content-Disposition header.
17575         (gnus-mime-inline-part): Ditto.
17576         (gnus-mime-view-part-as-charset): Ignore charset that the part
17577         specifies.
17579         * mm-decode.el (mm-display-part): Work with external parts and
17580         usual parts similarly.
17582         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17583         instead of gnus-display-mime.
17585         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17586         instead of with-temp-buffer.
17588         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17589         tag to summarized topics part in order to encode non-ASCII text.
17591 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17593         * smiley.el (smiley-style): New variable.
17594         (smiley-directory): New function.
17595         (smiley-data-directory): Derive from `smiley-style' using
17596         `smiley-directory'.
17597         (smiley-regexp-alist): Add new entries.
17599         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17600         (gnus-article-browse-delete-temp): Add :version.
17602 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17604         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17605         the sieve region.
17607 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17609         * gnus.el (gnus-version-number): Bump version.
17611 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17613         * gnus.el: No Gnus v0.4 is released.
17615 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17617         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17618         layout.
17620         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17621         unknown charset.
17623         * message.el (message-header-synonyms): Add Original-To to the
17624         default.
17626         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17627         optional parameter.
17629 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17631         * gnus-fun.el (gnus): Require it for gnus-directory.
17633 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17635         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17637 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17639         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17641 2006-04-05  Simon Josefsson  <jas@extundo.com>
17643         * password.el (password-reset): New function.
17645 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17647         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17648         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17650 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17652         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17653         Some whitespace was matched into the url, which broke browsing hits
17654         > 100 when mm-url-use-external was nil.
17656 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17658         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17659         Check gnus-extra-headers for 'Newsgroups.
17661         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17662         bound.
17664 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17666         * pgg-gpg.el: Clean up process buffers every time gpg processes
17667         complete.
17669 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17671         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17672         doc string.
17674 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17676         * pgg-gpg.el (pgg-gpg-process-filter)
17677         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17679         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17680         lines, temporary fix.
17682 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17684         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17686 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17688         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17689         default-enable-multibyte-characters.  This reverts the change from
17690         revision 6.17 which is no longer necessary because the passphrase
17691         is sent separately now.  GnuPG messages are unreadable under
17692         multibyte locales with default-enable-multibyte-characters set to
17693         nil.
17695 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17697         * message.el (message-tool-bar-gnome): Move "spell".
17699 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17701         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17702         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17703         instead.
17705 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17707         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17708         Improve newsgroups handling for NNTP overviews which don't include
17709         Newsgroups.
17711 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17713         * message.el (message-resend): Bind message-generate-hashcash to nil.
17715 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17717         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17718         when searching for already-paid recipients.
17720 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17722         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17723         passphrases when it is not needed.
17724         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17725         passphrase stuff from gpg, should only be necessary when you use
17726         gpg with a smartcard.
17728 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17730         * mml.el (mml-insert-mime): Ignore cached contents of
17731         message/external-body part.
17733         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17734         (mm-insert-part): Ditto.
17736 2006-03-23  Simon Josefsson  <jas@extundo.com>
17738         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17739         Reiner.
17740         (pgg-gpg-use-agent-p): Use it again.
17742 2006-03-23  Simon Josefsson  <jas@extundo.com>
17744         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17745         older emacsen.
17746         (pgg-gpg-use-agent-p): Don't use it.
17748 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17750         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17751         if we can.
17753 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17755         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17756         (pgg-gpg-update-agent): New function.
17757         (pgg-gpg-use-agent-p): New function.
17758         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17759         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17760         (pgg-gpg-sign-region): Use it.
17762 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17764         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17765         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17767 2006-03-21  Simon Josefsson  <jas@extundo.com>
17769         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17770         <wilde@sha-bang.de>.
17771         (pgg-gpg-use-agent): New variable.
17772         (pgg-gpg-process-region): Use it.
17773         (pgg-gpg-encrypt-region): Likewise.
17774         (pgg-gpg-encrypt-symmetric-region): Likewise.
17775         (pgg-gpg-decrypt-region): Likewise.
17776         (pgg-gpg-sign-region): Likewise.
17777         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17779 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17781         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17783         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17784         Add comment on version.
17786 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17788         * smiley.el: Add missing test smiley.
17790 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17792         * mm-decode.el (mm-with-part): New macro.
17793         (mm-get-part): Use it; work with message/external-body as well.
17794         (mm-save-part): Treat name and filename equally.
17796         * mm-extern.el (mm-extern-cache-contents): New function.
17797         (mm-inline-external-body): Use it; force the part to be displayed;
17798         move undisplayer added to the cached handle to the parent.
17800         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17801         (gnus-mime-view-part-as-type): Work with message/external-body.
17803         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17805 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17807         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17808         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17809         Emacs.]
17811 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17813         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17814         path rather than symbol.  Always return list of directories.
17815         Guarantee that image directory comes first.  [Sync with image.el,
17816         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17818         * message.el (message-make-tool-bar): Adjust to new API of
17819         `gmm-image-load-path-for-library'.
17821         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17823         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17825 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17827         * gnus-art.el (gnus-article-only-boring-p):
17828         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17829         intangible text.
17830         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17832 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17834         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17835         Use `defun' instead of `gmm-defun-compat'.
17837 2006-03-14  Simon Josefsson  <jas@extundo.com>
17839         * message.el (message-unique-id): Don't use message-number-base36
17840         if (user-uid) is a float.
17841         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17843 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17845         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17847         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17848         empty line between a part and a message part.
17850 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17852         * smiley.el: Add more test smileys.
17853         (smiley-data-directory, smiley-regexp-alist)
17854         (gnus-smiley-file-types): Fix doc strings.
17855         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17856         adding new elements.
17857         (smiley-mouse-map): Unused code.  Make it a comment.
17859 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17861         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17862         scan latest NoCeM messages instead of old ones.
17863         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17864         delimiters that are recently used.
17865         (gnus-nocem-load-cache): Add autoload cookie.
17867         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17869         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17870         level which is larger than gnus-use-nocem is specified.
17872         * gnus-group.el (gnus-group-get-new-news): Ditto.
17874 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17876         * gnus-util.el (gnus-tool-bar-update): New function.
17878         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17879         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17881         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17883         * gnus-group.el (gnus-group-redraw-when-idle)
17884         (gnus-group-redraw-check): Remove.
17885         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17887 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17889         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17890         if optional last element is specified in splits (FIELD VALUE...).
17892 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17894         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17895         to gmm-image-load-path-for-library.  Call with no-error argument.
17896         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17898         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17900         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17902         * gmm-utils.el (gmm-image-load-path): Remove alias.
17904 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17906         * gmm-utils.el (gmm-image-load-path): Add alias.
17908         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17909         nnml-generate-nov-databases-1.
17910         (nnml-generate-nov-databases): Use it.
17911         (nnml-generate-nov-databases-directory): Document no-active
17912         argument.
17914         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17915         directory if path is t.  Add no-error.
17917         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17918         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17920         * gnus-art.el (gnus-article-browse-delete-temp-files):
17921         Simplify resetting gnus-article-browse-html-temp-list.
17923         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17924         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
17925         Add example to docstring.  Rename local variables.  Move error
17926         checks to default case in cond and simplify.
17928 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17930         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17931         handle is multipart when calling it recursively.
17932         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17934 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17936         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17937         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17939 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17941         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17942         is loaded.
17944         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17945         loaded.
17947 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17949         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17950         to "Emacs 23 (unicode)" in doc string.
17952         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17953         "Emacs 23 (unicode)" in comment.
17955 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17957         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17959         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17960         characters 160 through 255 in Emacs 23.
17962 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17964         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17965         gnus-article-browse-html-temp.
17966         (gnus-article-browse-delete-temp): Make it customizable.
17967         Add `file'.  Adjust doc string.
17968         (gnus-article-browse-delete-temp-files): Add argument.
17969         Allow query for each file.  Adjust doc string.
17970         (gnus-article-browse-html-parts):
17971         Add `gnus-article-browse-delete-temp-files' to
17972         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17974 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17976         * gnus-art.el (gnus-article-browse-html-temp)
17977         (gnus-article-browse-delete-temp): New variables.
17978         (gnus-article-browse-delete-temp-files): New function.
17979         (gnus-article-browse-html-parts): Use it.
17981 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17983         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17985         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17986         string.
17988         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17989         gnus-summary-insert-new-articles when unplugged.
17990         Remove gnus-summary-search-article-forward.
17992         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17993         display-visual-class instead of display-color-cells.
17995 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17997         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17998         message/* containing non-ASCII text properly.
18000 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18002         * message.el: Require gmm-utils, remove autoloads.
18003         (message-tool-bar): Set default based on
18004         gmm-tool-bar-style.
18005         (message-tool-bar-gnome): Add gmm-customize-mode.
18007         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18008         gmm-tool-bar-style.
18009         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18011         * gnus-group.el (gnus-group-tool-bar): Set default based on
18012         gmm-tool-bar-style.
18013         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18015         * gmm-utils.el (gmm-image-directory): Rename variable from
18016         gmm-image-load-path.
18017         (gmm-image-load-path): Use gmm-image-directory.
18018         (gmm-customize-mode): New function.
18019         (gmm-tool-bar-style): New variable.
18021         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18022         gnus-group-redraw-line-number.
18023         (gnus-group-redraw-check): Simplify.
18024         (gnus-group-tool-bar-update): Remove redraw check.
18025         (gnus-group-make-tool-bar): Add redraw check.
18027 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18029         * gnus-art.el (gnus-button): Add missing parentheses.
18031 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18033         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18035 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18037         * gnus-art.el (gnus-button): New face.
18038         (gnus-article-button-face): Use it.
18040         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18041         Add gnus-summary-next-page.  Re-order.
18043         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18044         next-node are now included.
18045         (gnus-group-redraw-line-number): New internal variable.
18046         (gnus-group-redraw-check): Helper function for updating the tool
18047         bar.
18048         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18050         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18052         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18053         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18054         Use it to match format of Spamassassin 3.0 and later.
18055         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18056         (spam-check-bogofilter)
18057         (spam-bogofilter-register-with-bogofilter): Fix args of
18058         `gnus-error' calls.
18060 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18062         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18063         unnecessary interaction when sending queued mails.
18064         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18066 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18068         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18069         first or last are nil.
18071 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18073         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18075 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18077         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18079 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18081         * dns.el (query-dns): Protect more against buggy tcp output.
18083 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18085         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18086         nov.php.
18088 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18090         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18091         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18092         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18093         output on the server side.
18094         (nnweb-google-create-mapping): Update regexps and add some
18095         progress indication.
18097 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18099         * gnus-group.el (gnus-group-tool-bar-gnome):
18100         Fix gnus-agent-toggle-plugged.  Re-order icons.
18101         (gnus-group-tool-bar-gnome):
18102         Add gnus-group-{prev,next}-unread-group.
18103         (gnus-group-tool-bar-gnome): Re-order icons.
18105         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18106         Move gnus-summary-insert-new-articles.
18108         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18109         Fix comments.
18111         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18112         also available in Emacs 21.3.
18114         * message.el (message-fix-before-sending): Change "Emacs 22" to
18115         "Emacs 23 (unicode)" in comment.
18117         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18118         "Emacs 23 (unicode)" in comment.
18120         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18121         comment.
18122         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18124         * mm-view.el (mm-fill-flowed): Add :version.
18126 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18128         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18129         and load-path.
18131 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18133         * message.el: Autoload gmm-image-load-path.
18134         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18135         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18136         consitency.
18138         * gmm-utils.el (gmm-image-load-path): Also search in
18139         "../etc/images".  Don't set gmm-image-load-path if we don't find
18140         the image.
18142 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18144         * gmm-utils.el (gmm-image-load-path): Don't make
18145         `gmm-image-load-path' include subdirectories which the second arg
18146         `image' might specify.
18148         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18149         subdirectory to icon file names.
18151         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18153 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18155         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18156         gmm-image-load-path calls.
18158         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18160         * message.el (message-make-tool-bar): Ditto.
18162         * mml.el (mml-preview): Add comment concerning tool bar icons.
18164         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18165         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18167         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18168         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18170         * message.el (message-tool-bar-gnome): Use new icon names.
18171         (message-make-tool-bar): Use `gmm-image-load-path'.
18173         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18174         New functions from MH-E.
18175         (gmm-image-load-path): New variable from MH-E.
18176         (gmm-image-load-path): New function from MH-E.  Add arguments
18177         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18178         *-image-load-path-called-flag.
18180 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18182         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18184 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18186         * nnimap.el (nnimap-request-move-article): Change folder back to
18187         source group before deleting.
18189 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18191         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18193         * gnus-art.el (mm-url-insert-file-contents-external):
18194         Autoload mm-url.
18196         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18198 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18200         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18201         coding system which mm-charset-to-coding-system returns for a
18202         given charset is valid.
18204 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18206         * html2text.el (html2text-remove-tag-list):
18207         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18209 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18211         * gnus-cus.el: Revert 2005-10-17 change.
18213 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18215         * gnus-art.el (article-strip-banner):
18216         Call article-really-strip-banner only when the regexp match is made.
18218 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18220         * gnus-art.el (article-strip-banner):
18221         Use gnus-extract-address-components instead of
18222         mail-header-parse-addresses to make it work with non-ASCII text;
18223         remove mail-encode-encoded-word-string.
18225         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18226         values which are surrounded with \"...\"; make it never cause a
18227         Lisp error; give up parsing of parameters if it failed in
18228         extracting type.
18230 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18232         * smime.el (smime-cert-by-ldap-1): Fix bug where
18233         `smime-ldap-search' returns results without userCertificates.
18235 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18237         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18239 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18241         * spam.el (spam-check-spamassassin-headers): Adapt format for
18242         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18243         <ari@mbf.ocn.ne.jp>.
18244         (spam-list-of-processors): Add spam-use-gmane.
18246 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18248         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18249         make-temp-file; make it work with XEmacs as well.
18251         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18252         mm-make-temp-file.
18254         * mm-decode.el (mm-display-external): Use the 3rd arg of
18255         mm-make-temp-file.
18256         (mm-create-image-xemacs): Ditto.
18258 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18260         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18261         with message-narrow-to-headers.
18262         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18263         (gnus-draft-check-draft-articles): New function.
18264         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18266 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18268         * gnus-art.el (gnus-article-browse-html-parts):
18269         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18270         Don't use suffix argument for mm-make-temp-file for Emacs 21
18271         compatibility.  Remove useless `format'.
18273 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18275         * nnweb.el (nnweb-google-wash-article): Update regexps.
18276         (nnweb-group-alist): Use defvoo instead of defvar.
18278 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18280         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18281         re-loading nn* modules.
18283 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18285         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18286         for `tool-bar-mode' and don't check it's default-value.
18288         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18290         * message.el (message-make-tool-bar): Ditto.
18292         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18293         `substring'.  Shorten tmp-file name.
18295         * gnus.el: Remove bogus comment.
18297 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18299         * gnus-art.el (gnus-article-browse-html-parts): New function.
18300         (gnus-article-browse-html-article): New function for viewing html
18301         articles with a browser.
18303 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18305         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18306         (mml2015-pgg-encrypt): Ditto.
18308         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18309         (mml1991-pgg-encrypt): Ditto.
18311 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18313         * nnfolder.el (nnfolder-insert-newsgroup-line):
18314         Use message-make-date instead of current-time-string.
18316         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18317         to gnus-decoded which mm-uu might set.
18319 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18321         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18322         don't decode quoted parameters; remove misimported Emacs code.
18323         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18324         (rfc2231-decode-encoded-string): Don't use split-string which
18325         behaves differently according to Emacs version; use
18326         mm-decode-coding-region to convert charset to coding-system.
18327         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18328         (rfc2231-encode-string): Remove misimported Emacs code.
18330 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18332         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18333         when calling mail-header-parse-content-type.
18334         (article-de-quoted-unreadable): Ditto.
18335         (article-de-base64-unreadable): Ditto.
18336         (article-wash-html): Ditto.
18338         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18339         calling mail-header-parse-content-type and
18340         mail-header-parse-content-disposition.
18341         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18342         mail-header-parse-content-type.
18344         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18345         insert charset and format parameters; encode description after
18346         inserting it to buffer.
18347         (mml-insert-parameter): Fold lines properly even if a parameter is
18348         segmented into two or more lines; change the max column to 76.
18350         * rfc1843.el (rfc1843-decode-article-body): Don't use
18351         ignore-errors when calling mail-header-parse-content-type.
18353         * rfc2231.el (rfc2231-parse-string): Return at least type if
18354         possible; don't cause an error even if it fails in parsing of
18355         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18356         (rfc2231-encode-string): Don't break lines at the beginning, leave
18357         it to mml-insert-parameter.
18359         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18360         calling mail-header-parse-content-type.
18362 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18364         * spam-report.el (spam-report-gmane-use-article-number):
18365         Improve doc string.
18366         (spam-report-gmane-internal): Check if a suitable header was found
18367         in the article.
18369 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18371         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18372         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18374 2006-02-05  Romain Francoise  <romain@orebokech.com>
18376         Update copyright notices of all files in the gnus directory.
18378 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18380         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18382 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18384         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18385         segmented lines of parameter value to cope with Thunderbird 1.5
18386         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18387         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18388         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18390 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18392         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18393         parts.
18395 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18397         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18398         there's only one active file for all servers.
18399         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18400         solid groups.  Gnus might have used a FAST request to select the group.
18401         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18402         and nnweb-search redundantly in the active file.
18403         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18404         (nnweb-request-create-group): Don't use ARGS.
18405         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18406         initializations.  Let nnoo do the work.
18408 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18410         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18411         Say the part has been decoded.
18413         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18415 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18417         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18418         mailcap-viewer-test-cache when there's no 'test clause, since that
18419         will invert the meaning of a "nil" test previously determined by
18420         mailcap-mailcap-entry-passes-test.
18422 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18424         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18425         compiling.
18427         * gnus-sum.el: Ditto.
18429         * message.el: Don't bind tool-bar-map when compiling.
18431 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18433         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18435 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18437         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18438         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18439         current Google Groups.
18441 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18443         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18444         and tool-bar-mode.
18446         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18447         and tool-bar-mode.
18449         * message.el (message-tool-bar-update): Simplify.
18450         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18452         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18453         gnus-summary-buffer.
18454         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18455         gnus-summary-reply.
18457         * gmm-utils.el (gmm): Add :version.
18459 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18461         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18462         Don't autoload.
18464 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18466         * gmm-utils.el (gmm-verbose): Add :group.
18468 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18470         * message.el: Change some comments WRT tool-bars.
18472         * gnus-sum.el (gnus-summary-tool-bar)
18473         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18474         (gnus-summary-tool-bar-zap-list): New variables.
18475         (gnus-summary-make-tool-bar): Complete rewrite using
18476         `gmm-tool-bar-from-list'.
18478         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18479         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18480         New variables.
18481         (gnus-group-make-tool-bar): Complete rewrite using
18482         `gmm-tool-bar-from-list'.
18483         (gnus-group-tool-bar-update): New function.
18485         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18487 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18489         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18490         is dissected into a single part of which the type is the same as
18491         the given one; decode charset.
18493 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18495         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18496         into alists as symbol not string, since that's what
18497         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18498         look for.
18500 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18502         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18503         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18505         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18507 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18509         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18510         (gnus-mime-security-button-menu): New definition.
18511         (gnus-mime-security-button-map): Use them.
18512         (gnus-mime-security-button-menu): New function.
18513         (gnus-insert-mime-security-button): Addition to help echo.
18514         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18515         (gnus-mime-security-pipe-part): New functions.
18517         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18518         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18520         * mm-decode.el (mm-handle-set-disposition): Remove.
18521         (mm-handle-set-description): Remove.
18523 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18525         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18526         (mm-w3m-standalone-supports-m17n-p): New function.
18527         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18528         w3m usage.
18530         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18531         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18533 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18535         * message.el (message-tool-bar-zap-list):
18536         Use gmm-tool-bar-zap-list as custom type.
18537         (message-tool-bar-update): New function.
18538         (message-tool-bar, message-tool-bar-gnome)
18539         (message-tool-bar-retro): Add message-tool-bar-update.
18540         (message-tool-bar-gnome): Add flyspell-buffer.
18542         * gnus-util.el (gnus-error): Describe `args'.
18544         * gmm-utils.el (gmm-error): Describe `args'.
18545         (gmm-tool-bar-zap-list): New widget.
18546         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18548 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18550         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18551         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18552         the number of recursive calls.
18554         * mm-decode.el (mm-handle-set-disposition): New macro.
18555         (mm-handle-set-description): New macro.
18557 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18559         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18560         encoding.
18562 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18564         * message.el (message-tool-bar-zap-list, message-tool-bar)
18565         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18566         (message-tool-bar-local-item-from-menu): Remove.
18567         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18568         (message-make-tool-bar): New function.
18569         (message-mode): Use `message-make-tool-bar'.
18571         * gmm-utils.el: New file.
18572         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18573         (gmm-lazy): New widget copied from `nnmail.el'.
18574         (gmm-tool-bar-from-list): New function for creating customizable
18575         tool bars.
18576         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18577         output.
18578         (gmm): Add :prefix to defgroup.
18580 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18582         * gmm-utils.el (gmm-widget-p): New function.
18584 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18586         * mml.el (mml-attach-file): Describe `description' in doc string.
18587         (mml-menu): Add Emacs MIME manual and PGG manual.
18589 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18591         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18593 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18595         * nntp.el (nntp-end-of-line): Doc fix.
18597 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18599         * imap.el (imap-open): Handle case where buffer is a buffer
18600         object.
18602 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18604         * gnus-delay.el (gnus-delay): Don't autoload.
18605         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18606         to be re-loaded when customizing the `gnus-delay' group.
18608 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18610         * message.el (message-insert-citation-line): Use newlines.
18612 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18614         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18616         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18618 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18620         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18622 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18624         * mm-decode.el (mm-inlined-types): Add application/pgp.
18625         (mm-automatic-display): Ditto.
18627         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18628         part as text.
18630 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18632         * nnrss.el: Update copyright.
18633         (nnrss-opml-import): Query whether to subscribe to each entry.
18635         * gnus-art.el:
18636         * gnus-sum.el:
18637         * mm-uu.el:
18638         * mm-view.el: Update copyright.
18640 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18642         * message.el (message-info): New function.
18643         (message-mode-menu): Add it.
18644         Update copyright.
18646         * ChangeLog: Fix and update copyright.
18648 2006-01-13  Romain Francoise  <romain@orebokech.com>
18650         * message.el (message-forward-subject-name-subject): Prefer the
18651         address to 'nowhere' if the sender has no name.
18652         Fix typo.  Update copyright year.
18654 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18656         * gnus-art.el (article-wash-html):
18657         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18658         (gnus-article-wash-html-with-w3m-standalone): New function.
18660         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18661         mm-inline-text-html-render-with-w3m-standalone.
18662         (mm-text-html-washer-alist): Map w3m-standalone to
18663         gnus-article-wash-html-with-w3m-standalone.
18664         (mm-inline-text-html-render-with-w3m-standalone): New function.
18666 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18668         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18669         Improve LaTeX.
18671 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18673         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18674         (nnrss-request-article): Render text/plain parts as HTML.
18676         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18677         the buffer.
18679 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18681         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18682         custom definition of `gnus-posting-styles'.
18684         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18685         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18687 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18689         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18690         Use nntp for bug archive.
18692 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18694         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18695         parts.
18696         (nnrss-normalize-date): New function converts ISO 8601 date into
18697         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18698         (nnrss-check-group): Use it.
18700 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18702         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18704         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18705         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18706         (nnrss-insert-w3): Ditto.
18708 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18710         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18711         the articles to be forwarded including the case where neither a
18712         number of articles nor a region is specified.
18714 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18716         * nnrss.el (nnrss-request-article): Fix last change; fill
18717         text/plain parts.
18719 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18721         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18722         in text/plain part.
18723         (nnrss-check-group): Don't add excessive newline to dc:subject.
18725 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18727         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18728         article.
18730 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18732         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18733         (nnml-use-compressed-files, nnml-save-mail): Support other
18734         comression programs such as bzip2.
18736 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18738         * dns.el (query-dns): Make sure we check the buffer size before
18739         removing tcp headers.
18741 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18743         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18744         remove MIME buttons associated with multipart/alternative parts.
18745         (gnus-mime-display-alternative): Tag buttons using `article-type'
18746         text property.
18748         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18749         associated with multipart/alternative parts.
18751         * gnus-art.el (gnus-signature-separator): Fix custom type.
18753         * mm-decode.el (mm-inlined-types): Fix custom type.
18754         (mm-keep-viewer-alive-types): Ditto.
18755         (mm-automatic-display): Ditto.
18756         (mm-attachment-override-types): Ditto.
18757         (mm-inline-override-types): Ditto.
18758         (mm-automatic-external-display): Ditto.
18760 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18762         * spam-report.el (spam-report-user-mail-address)
18763         (spam-report-user-agent): New variables.
18764         (spam-report-url-ping-plain): Use spam-report-user-agent.
18766 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18768         * gnus-art.el (gnus-button-handle-custom): Do not just use
18769         `customize-apropos' for any "M-x customize-*" button but the
18770         function called for.  Accept both the function name and its
18771         argument in order to achieve this.
18772         (gnus-button-alist): Remove support for "custom:" URL's.
18773         Pass function name to `gnus-button-handle-custom' in case of "M-x
18774         customize-*" buttons.
18776 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18778         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18779         multipart/alternative and add xref to mm-discouraged-alternatives
18780         in doc string.
18782         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18783         gnus-buttonized-mime-types in doc string.
18785 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18787         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18788         Suggest image/.* in the doc string.
18790 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18792         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18793         message-marks (Debian bug#342521).
18795 2005-12-12  Simon Josefsson  <jas@extundo.com>
18797         * password.el (password-read-from-cache): Add.
18798         (password-read): Use it.
18800 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18802         * rfc2047.el (rfc2047-charset-to-coding-system):
18803         Recognize us-ascii as a MIME charset.
18805         * mm-bodies.el (mm-decode-content-transfer-encoding):
18806         Protect against the case where the 2nd arg TYPE is nil.
18808 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18810         * pop3.el (pop3-stream-type): Fix custom version.
18812         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18814 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18816         * mm-decode.el (mm-display-external): Add missing cdr.
18818 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18820         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18821         RFC1524) if it is in mailcap or add a suffix according to
18822         mailcap-mime-extensions when generating a temp filename; postpone
18823         deleting a temp file for 2 seconds for some wrappers, shell
18824         scripts, and so on, which might exit right after having started a
18825         viewer command as a background job.
18827 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18829         * nntp.el (nntp-marks-directory): Fix custom group.
18831         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18832         steps when < 10.
18834         * gnus-start.el (gnus-no-server-1):
18835         Mention `gnus-level-default-subscribed' in doc string.
18837 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18839         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18840         parens.
18842 2005-11-26  Dave Love  <fx@gnu.org>
18844         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18845         (tls-program, tls-success): Provide openssl alternative.
18847         * starttls.el: Doc fixes.
18848         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18849         SERVICE to PORT.
18851         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18852         port null or service name.
18853         (starttls-negotiate): Autoload.
18855 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18857         * message.el (message-kill-to-signature): Fix interactive spec.
18859 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18861         * pop3.el (pop3-open-server): Recognize a string as a service name.
18863 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18865         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18867 2005-11-23  Dave Love  <fx@gnu.org>
18869         Add pop3s, pop3/starttls.
18871         * pop3.el (pop3-authentication-scheme): Clarify doc.
18872         (open-tls-stream, starttls-open-stream): Autoload.
18873         (pop3-stream-type): New.
18874         (pop3-open-server): Use it.
18876         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18877         for POP.
18878         (mail-source-keyword-map): Add :stream for POP.
18879         (mail-source-fetch-pop): Use pop3-stream-type.
18881 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18883         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18884         of current-time-string.
18886 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18888         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18889         date header.
18891 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18893         * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
18894         it can seriously impact performance as it bypasses the agent's
18895         local caches.
18897 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18899         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18900         must be explicitly online rather than "not explicitly offline" for
18901         its flags to be synchronized.
18903         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18904         that gnus-uu-unmark-thread will function correctly.
18906         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18907         1024K is instead displayed as 1M.
18909 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18911         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18913 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18915         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18917 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18919         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18920         error message to display actual error condition.
18921         (gnus-agent-save-local): Avoid saving symbols that are bound to
18922         nil as they simply result in a warning message in
18923         gnus-agent-read-local.
18925 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18927         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18928         rather than make-variable-buffer-local for file-precious-flag.
18930 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18932         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18933         for duplicates which are removed.  The invalid sort check then
18934         triggers a rescan after the sort as sorting may have moved
18935         duplicate entries such that they can be cheaply detected.
18937 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18939         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18941 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18943         * gnus-agent.el (gnus-agent-article-alist-save-format):
18944         Change internal variable to a custom variable.  Change default value
18945         from compressed(2) to uncompressed(1).
18946         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18947         support for uncompressed agentview files.  Taken together, reading
18948         the agentview file should now be 6-7 times faster.
18950 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18952         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18953         as a buffer-local variable.  This avoids creating truncated
18954         dribble files as a result of a hang up, eg.
18956 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18958         * gnus-start.el (gnus-start-draft-setup):
18959         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18961         * gnus.el (gnus-splash): Change custom group.
18962         (gnus-group-get-parameter, gnus-group-parameter-value):
18963         Describe allow-list argument.
18965         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18966         string.
18968 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18970         * gnus-art.el (gnus-default-article-saver): Add user-defined
18971         `function' to custom type.
18973 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18975         * imap.el (imap-open): Handle case where buffer is a buffer
18976         object.
18978 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18980         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18981         long lines.
18982         (gnus-cache-delete-group): Wrap doc strings.
18984         * gnus-agent.el (gnus-agent-rename-group)
18985         (gnus-agent-delete-group): Wrap doc strings.
18987 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18989         * gnus-start.el (gnus-1): Add "native" to
18990         gnus-predefined-server-alist.
18992         * gnus.el (gnus-method-to-server): Don't add "native" to the
18993         lists here, because that leads to problems when
18994         gnus-select-method is bound.
18996 2005-11-09  Simon Josefsson  <jas@extundo.com>
18998         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18999         use (not sort-by-date) instead.
19001 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19003         * gnus-delay.el (gnus-delay-group): Don't autoload.
19004         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19005         to be re-loaded when customizing the `gnus-delay' group.
19007 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19009         * message.el: Revert last changes.
19010         (message-insert-citation-line): Use newlines.
19012 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19014         * message.el (message-courtesy-message)
19015         (message-mark-insert-begin, message-mark-insert-end)
19016         (message-elide-ellipsis, message-cancel-message)
19017         (message-add-header, message-change-subject)
19018         (message-cross-post-followup-to-header)
19019         (message-cross-post-insert-note, message-reduce-to-to-cc)
19020         (message-widen-reply, message-delete-not-region)
19021         (message-kill-to-signature, message-insert-signature)
19022         (message-insert-importance-high, message-insert-importance-low)
19023         (message-insert-or-toggle-importance)
19024         (message-insert-disposition-notification-to)
19025         (message-indent-citation, message-yank-original)
19026         (message-cite-original-without-signature, message-cite-original)
19027         (message-insert-citation-line, message-position-on-field)
19028         (message-fix-before-sending, message-send-mail-partially)
19029         (message-send-mail, message-send-mail-with-sendmail)
19030         (message-send-mail-with-qmail, message-send-news)
19031         (message-check-news-header-syntax, message-generate-headers)
19032         (message-insert-courtesy-copy, message-fill-address)
19033         (message-fill-header, message-shorten-references)
19034         (message-setup-1, message-cancel-news)
19035         (message-forward-make-body-plain, message-forward-make-body-mime)
19036         (message-forward-make-body-mml, message-encode-message-body)
19037         (message-forward-make-body-digest-plain)
19038         (message-forward-make-body-digest-mime)
19039         (message-use-alternative-email-as-from): Insert `hard-newline'
19040         instead of ordinary newlines.
19042 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19044         * message.el (message-generate-headers): Downcase the argument
19045         given to message-check-element.
19047 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19049         * nntp.el (nntp-authinfo-rejected): New error condition.
19050         (nntp-wait-for): Use new error condition to signal authentication
19051         error.
19052         (nntp-retrieve-data): Rethrow new error condition to break out of
19053         recursive call to nntp-send-authinfo.
19055 2005-11-08  Romain Francoise  <romain@orebokech.com>
19057         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19058         (gnus-summary-exit-map): Bind to `Z p'.
19059         (gnus-summary-make-menu-bar): Add menu item.
19061 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19063         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19064         (gnus-treat-*): Add `first' in all doc strings.
19066         * gnus-group.el (gnus-group-compact-group): Fix typo.
19068 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19070         * gnus.el (gnus-parameters-case-fold-search): New variable.
19071         (gnus-parameters-get-parameter): Use it.
19073         * gnus-score.el (gnus-home-score-file): Doc fix.
19075 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19077         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19079 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19081         * mm-util.el (mm-special-display-p): New function.
19083         * mml.el (mml-preview): Use it; doc fix.
19085 2005-10-29  Romain Francoise  <romain@orebokech.com>
19087         * message.el (message-fix-before-sending): Fix comment.
19089 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19091         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19093 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19095         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19096         Used in gnus-score.el.
19098 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19100         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19102 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19104         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19105         whitespace removed in revision 7.8.  Use concatenated string to
19106         protect trailing whitespace.
19108 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19110         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19111         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19112         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19113         Courier IMAP ("some version from 2004").  Mostly based on similar
19114         code in the same function.
19116 2005-10-26  Didier Verna  <didier@xemacs.org>
19118         * gnus-group.el (gnus-group-compact-group): Invalidate original
19119         article buffer.
19120         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19121         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19122         NOV database and in article itself.
19123         Invalidate article backlog.
19125 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19127         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19129 2005-10-26  Simon Josefsson  <jas@extundo.com>
19131         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19132         part of 2004-07-25 change.
19134 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19136         * message.el (message-display-completion-list): New function.
19137         (message-expand-group): Use it; make sure the Completions buffer
19138         is modifiable.
19140 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19142         * imap.el (imap-open): Handle case where buffer is a buffer object.
19144 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
19146         * pgg-def.el:
19147         * pgg-gpg.el:
19148         * pgg-parse.el:
19149         * pgg-pgp.el:
19150         * pgg-pgp5.el:
19151         * pgg.el: Move to the parent lisp directory.
19153 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19155         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19156         user-mail-name is an empty string.
19158 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19160         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19161         depending on gnus-score-decay-constant.
19163         * encrypt.el (encrypt-insert-file-contents)
19164         (encrypt-write-file-contents): Don't use `gnus-message'.
19166         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19167         arguments.
19168         (mm-uu-type-alist): Add message-marks and insert-marks.
19169         Pass arguments to mm-uu-verbatim-marks-extract.
19170         (mm-uu-hide-markers): New variable.
19171         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19173         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19174         (gnus-convert-image-to-face-command): Use "convert" by default to
19175         allow other input image formats.
19176         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19177         accordingly.
19179 2005-10-23  Simon Josefsson  <jas@extundo.com>
19181         * imap.el (imap-gssapi-program): Align command line parameters
19182         with latest GNU SASL.
19183         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19185 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19187         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19188         HTML.
19189         (nnslashdot-request-article): Ditto.
19191 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19193         * mail-source.el (mail-source-fetch-pop): Require pop3.
19194         (mail-source-check-pop): Ditto.
19196 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19198         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19199         errors.
19201 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19203         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19204         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19206         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19208         * mm-bodies.el (mm-decode-string):
19209         Call `mm-charset-to-coding-system' with allow-override argument.
19211 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19213         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19214         (rfc2047-charset-to-coding-system): New function.
19215         (rfc2047-decode-encoded-words): New function.
19216         (rfc2047-decode-region): Use them.
19217         (rfc2047-decode-cte): Remove.
19218         (rfc2047-parse-and-decode): Remove.
19219         (rfc2047-decode): Remove.
19221 2005-10-15  Kenichi Handa  <handa@m17n.org>
19223         * rfc2047.el (rfc2047-decode-cte): New function.
19224         (rfc2047-decode-region): Change the way to decode successive
19225         encoded-words: decode B- or Q-encoding in each encoded-word,
19226         concatenate them, and decode it as charset.
19228 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19230         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19231         widget-move-and-invoke.
19232         (gnus-custom-mode): Use gnus-custom-map.
19234 2005-10-15  Bill Wohler  <wohler@newt.com>
19236         * message.el (message-tool-bar-map): Rename image file from
19237         mail_send to mail/send.
19239 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19241         * message.el (message-expand-group): Pass the common
19242         prefix substring of completion to `display-completion-list'.
19244 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19246         * mml-sec.el (mml-secure-method): New internal variable.
19247         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19248         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19249         New functions using mml-secure-method.
19251         * mml.el (mml-mode-map): Add key bindings for those functions.
19252         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19253         Harder <harder@myrealbox.com>.
19254         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19255         Goto end of message if point is the headers of the message.
19257         * message.el (message-in-body-p): New function.
19259         * assistant.el: Autoload gnus-util and netrc.
19261         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19262         Use `mm-charset-override-alist' only when decoding.
19264         * mm-bodies.el (mm-decode-body):
19265         Call `mm-charset-to-coding-system' with allow-override argument.
19267         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19268         `filename' from Content-Disposition if Content-Type doesn't
19269         provide `name'.
19270         (gnus-mime-view-part-as-type): Set default instead of
19271         initial-input.
19273 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19275         * format-spec.el (format-spec): Propagate text properties of % spec.
19277 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19279         * gnus-art.el (gnus-treat-predicate): Add `first'.
19281 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19283         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19284         (mm-charset-override-alist): New variable.
19285         (mm-charset-to-coding-system): Use it.
19286         (mm-codepage-setup): New helper function.
19287         (mm-charset-eval-alist): New variable.
19288         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19289         Warn about unknown charsets.
19291 2005-10-04  David Hansen  <david.hansen@gmx.net>
19293         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19294         (nnrss-check-group): Ditto.
19296 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19298         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19299         Rename x-gnus-verbatim to x-verbatim.
19300         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19302         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19303         x-verbatim.
19305         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19307         * gnus-util.el (gnus-remove-duplicates): Remove.
19309         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19310         instead of gnus-remove-duplicates.
19312         * message.el (message-remove-duplicates): Remove.
19313         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19314         message-remove-duplicates.
19316         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19317         available, else use implementation from `delete-dups'.
19319         * message.el (message-insert-expires): New function.
19320         (message-mode-map): Add key binding.
19321         (message-mode-field-menu): Add menu entry.
19322         (message-mode): Document it.
19323         (message-make-expires-date): Use `message-make-date'.
19325 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19327         * message.el (message-make-expires-date): New function.
19329 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19331         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19333 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19335         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19336         function rather than the diff-mode.el package.
19337         (mm-display-external): Use with-current-buffer.
19338         (mm-viewer-completion-map, mm-viewer-completion-map):
19339         Move initialization inside declaration.
19341 2005-09-29  Simon Josefsson  <jas@extundo.com>
19343         * spam.el: Load hashcash when compiling, to avoid warnings.
19344         Don't autoload mail-check-payment.
19345         (spam-check-hashcash): Define unconditionally, since hashcash.el
19346         is part of Gnus now.  Ignore errors from payment checking.
19348 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19350         * message.el (message-bold-region, message-unbold-region):
19351         Rename from `bold-region' and `unbold-region'.
19353         * message.el: Remove useless autoloads.
19355 2005-09-28  Simon Josefsson  <jas@extundo.com>
19357         * message.el (message-use-idna): Default to t.
19358         (message-use-idna): Test whether encoding works too.  Doc fix.
19360 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19362         * nntp.el (nntp-warn-about-losing-connection): Remove.
19364 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19366         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19367         customizable.  Change default value.
19368         (mm-uu-diff-groups-regexp): Change default value.
19369         (mm-uu-type-alist): Add doc string.
19370         (mm-uu-configure): Add doc string.  Make it interactive.
19371         (mm-uu-tex-groups-regexp): New variable.
19372         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19373         (mm-uu-type-alist): Add LaTeX documents.
19374         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19375         of "text/verbatim".
19376         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19378         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19379         instead of "text/verbatim".
19381         * message.el (message-mark-inserted-region)
19382         (message-mark-insert-file): Use slrn style marks when called with
19383         prefix argument.
19385 2005-09-27  Simon Josefsson  <jas@extundo.com>
19387         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19389 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19391         * message.el (message-remove-duplicates): New function.
19392         Implementation borrowed from `gnus-remove-duplicates'.
19393         (message-idna-to-ascii-rhs): Also encode idna addresses in
19394         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19395         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19396         only ask about the same idna domain once per header and also tell
19397         in what header to replace the idna domain.
19399         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19400         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19401         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19402         a header is decoded and not just the last one.
19404 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19406         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19407         has been decoded.
19409         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19410         (mm-insert-part): Don't modify text if it has been decoded.
19412         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19413         decoded.
19415         * mm-view.el (mm-inline-text): Don't strip text props unless
19416         decoding enriched or richtext parts.
19418 2005-09-25  Romain Francoise  <romain@orebokech.com>
19420         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19421         * gnus-start.el (gnus-subscribe-interactively):
19422         * gnus-uu.el (gnus-uu-grab-articles):
19423         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19424         space.
19426 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19428         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19429         * mm-view.el (mm-view-pkcs7-decrypt):
19430         * gnus-sum.el (gnus-summary-limit-to-extra)
19431         (gnus-summary-respool-article, gnus-read-move-group-name):
19432         * gnus-score.el (gnus-summary-increase-score):
19433         * gnus-util.el (gnus-completing-read-with-default):
19434         * gnus-art.el (gnus-read-save-file-name)
19435         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19436         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19437         * message.el (message-check-news-header-syntax):
19438         Follow convention for reading with the minibuffer.
19440 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19442         * spam-report.el (spam-report-url-ping-plain):
19443         Use gnus-extended-version as User-Agent.
19445         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19446         default value is nil.
19448         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19449         (mm-uu-verbatim-marks-extract): New function.
19450         (mm-uu-extract): New face.
19451         (mm-uu-copy-to-buffer): Use it.
19453         * spam-report.el (spam-report-gmane-ham): Rename from
19454         `spam-report-gmane-unspam'.
19455         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19456         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19458         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19459         Autoload.
19460         (spam-report-gmane-unregister-routine):
19461         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19463 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19465         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19466         (spam-report-gmane-unregister-routine): Add support for gmane
19467         unregistration.
19469         * spam-report.el (spam-report-gmane-unspam)
19470         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19471         (spam-report-gmane): Change to take a single article and do unspam
19472         registration.
19474 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19476         * mm-url.el (mm-url-decode-entities): Fix regexp.
19478 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19480         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19481         default to nil, to be able to use Gnus at all.  If the default
19482         switches to something else, then the function should be fixed not
19483         be exceedingly slow.
19485 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19487         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19488         fail hard.
19490         * spam-report.el: Add better Keywords line.
19492         * spam.el: Add Maintainer and better Keywords line.
19494 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19496         * gnus-art.el (gnus-article-replace-part)
19497         (gnus-mime-replace-part): New functions.
19498         (gnus-mime-action-alist, gnus-mime-button-commands)
19499         (gnus-mime-save-part-and-strip): Add file argument.
19500         (gnus-article-part-wrapper): Add interactive argument.
19502         * gnus-sum.el (gnus-summary-mime-map):
19503         Add `gnus-article-replace-part'.
19505 2005-09-19  Didier Verna  <didier@xemacs.org>
19507         The nnml compaction feature:
19508         * nnml.el (nnml-request-compact-group): New function.
19509         * nnml.el (nnml-request-compact): New function.
19510         * gnus-int.el (gnus-request-compact-group): New function.
19511         * gnus-int.el (gnus-request-compact): New function.
19512         * gnus-group.el (gnus-group-compact-group): New function.
19513         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19514         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19515         * gnus-srvr.el (gnus-server-compact-server): New function.
19516         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19517         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19519 2005-09-18  Deepak Goel  <deego@gnufans.org>
19521         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19522         format spec.
19524 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19526         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19528 2005-09-15  Romain Francoise  <romain@orebokech.com>
19530         * message.el (message-fill-paragraph): Clarify docstring.
19532 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19534         * gnus-art.el (gnus-mime-display-part): Protect against broken
19535         MIME messages.
19537 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19539         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19540         before parsing header.
19542 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19544         * html2text.el (html2text-replace-list): Add new entities.
19546 2005-09-11  Romain Francoise  <romain@orebokech.com>
19548         * message.el (message-alternative-emails): Improve docstring.
19549         (message-setup-1): Call `message-use-alternative-email-as-from'
19550         after `message-setup-hook' to give it precedence over posting
19551         styles, etc.
19552         (message-use-alternative-email-as-from): Add docstring.
19553         Remove the original From header if present.
19555         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19556         (nnml-save-mail): Use it.
19558         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19559         articles.  Add new argument `silent'.
19560         (gnus-uu-mark-all): Report the total number of marked articles.
19562 2005-09-10  Romain Francoise  <romain@orebokech.com>
19564         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19565         (gnus-uu-mark-series): Likewise.
19567 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19569         * spam-report.el (spam-report-gmane): Fix generation of spam
19570         report URL.
19572 2005-09-10  Simon Josefsson  <jas@extundo.com>
19574         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19575         t, based on discussion on the ding list with Robert Epprecht
19576         <epprecht@solnet.ch>.
19578 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19580         * spam-report.el (spam-report-gmane): Make it work without
19581         X-Report-Spam header.  Gmane now only provides Archived-At.
19582         This is only used if `spam-report-gmane-use-article-number' is nil.
19583         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19585         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19586         make `gnus-summary-sort-by-recipient' work with threading.
19588         * nnweb.el (nnweb-google-wash-article): Print a message if article
19589         is not available.
19591 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19593         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19594         change.  Decode text/* parts content before displaying.
19596 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19598         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19600 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19602         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19604 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19606         * message.el (message-tab-body-function): Fix mismatched custom type.
19608         * gnus.el (gnus-group-change-level-function): Ditto.
19610         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19612         * gnus-art.el (gnus-signature-limit)
19613         (gnus-article-mime-part-function): Ditto.
19615 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19617         * mml.el (mml-mode): Silence the byte compiler.
19619         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19620         using `(sit-for 0)' before moving the point to the specified part;
19621         skip unbuttonized parts.
19622         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19623         return to the summary window if gnus-auto-select-part is non-nil.
19625 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19627         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19628         New variables.
19629         (mml-dnd-attach-file, mml-mode): Use them.
19631         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19632         Make fetching article by MID work again for Google Groups.
19633         Add FIXME concerning gnus-group-make-web-group.
19635         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19636         Don't depend on Gnus by using mail-extract-address-components if
19637         gnus-extract-address-components is not bound.
19639 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19641         * gnus-art.el (gnus-mime-display-security): Don't display the
19642         signature, but only the signed part.
19644 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19646         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19648         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19649         list, not listp.
19651 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19653         * mm-encode.el (mm-encode-content-transfer-encoding):
19654         Likewise when encoding.
19656         * mm-bodies.el (mm-decode-content-transfer-encoding):
19657         De-canonicalize CRLF for all text content types, not just
19658         text/plain.
19660 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19662         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19663         valid article; point arrow and cursor at the MIME button.
19665 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19667         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19668         Suggested by Dan Christensen <jdc@uwo.ca>.
19670         * mm-decode.el (mm-save-part): Enable change of prompt.
19672 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19674         * gnus-msg.el (gnus-inews-add-send-actions):
19675         Make `message-post-method' lambda parameter ARG `&optional'.
19677 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19679         * gnus-sum.el (gnus-summary-mime-map):
19680         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19681         gnus-article-jump-to-part.
19683         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19684         (gnus-article-edit-part): Use it.
19685         (gnus-article-part-wrapper): Add no-handle argument.
19686         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19687         New functions.
19689 2005-08-29  Romain Francoise  <romain@orebokech.com>
19691         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19692         docstring.
19693         (gnus-face-from-file): Likewise.
19695 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19697         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19698         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19699         non-nil.
19700         (gnus-auto-select-part): New variable.
19701         (gnus-article-jump-to-part): New function.
19702         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19703         (gnus-mime-delete-part): Allow selecting specified part after
19704         deleting or stripping parts.
19705         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19706         part if argument is bogus.
19708 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19710         * gnus-art.el (w3m-minor-mode-map):
19711         * gnus-spec.el (gnus-newsrc-file-version):
19712         * gnus-util.el (nnmail-active-file-coding-system)
19713         (gnus-original-article-buffer, gnus-user-agent):
19714         * gnus.el (gnus-ham-process-destinations)
19715         (gnus-parameter-ham-marks-alist)
19716         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19717         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19718         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19719         * mm-decode.el (gnus-current-window-configuration):
19720         * mm-extern.el (gnus-article-mime-handles):
19721         * mm-url.el (url-current-object, url-package-name)
19722         (url-package-version):
19723         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19724         (smime-keys, w3m-cid-retrieve-function-alist)
19725         (w3m-current-buffer, w3m-display-inline-images)
19726         (w3m-minor-mode-map):
19727         * mml-smime.el (gnus-extract-address-components):
19728         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19729         (gnus-newsrc-hashtb, message-default-charset)
19730         (message-deletable-headers, message-options)
19731         (message-posting-charset, message-required-mail-headers)
19732         (message-required-news-headers):
19733         * mml1991.el (mc-pgp-always-sign):
19734         * mml2015.el (mc-pgp-always-sign):
19735         * nnheader.el (nnmail-extra-headers):
19736         * rfc1843.el (gnus-decode-encoded-word-function)
19737         (gnus-decode-header-function, gnus-newsgroup-name):
19738         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19740 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19742         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19743         the end of the date treatments.
19745 2005-08-15  Simon Josefsson  <jas@extundo.com>
19747         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19748         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19749         Capello and Romain Francoise.
19750         (pgg-fetch-key-function): Remove, not used?
19751         (pgg-insert-url-with-w3): Require url, to get
19752         url-insert-file-contents regardless of where it is defined.
19754 2005-08-13  Romain Francoise  <romain@orebokech.com>
19756         * message.el (message-cite-original-1): New function.
19757         (message-cite-original): Use it.
19758         (message-cite-original-without-signature): Ditto.
19760 2005-08-08  Romain Francoise  <romain@orebokech.com>
19762         * message.el (message-yank-empty-prefix): New variable.
19763         (message-indent-citation): Use it.
19764         (message-cite-original-without-signature): Respect X-No-Archive.
19766 2005-08-08  Simon Josefsson  <jas@extundo.com>
19768         * pgg.el: Autoload url-insert-file-contents instead of loading
19769         w3/url.
19770         (pgg-insert-url-with-w3): Don't load url here.
19772 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19774         * message.el (message-kill-to-signature): Don't insert newline at
19775         bol.
19776         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19778 2005-08-06  Romain Francoise  <romain@orebokech.com>
19780         * message.el (message-user-fqdn): Fix typo in docstring.
19782 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19784         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19786         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19788 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19790         * mm-bodies.el (mm-encode-body): Use coding system rather than
19791         charset to encode text.
19793         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19794         number of charsets if utf-8 is available (XEmacs).
19796 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19798         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19799         taken from `gnus-button-mid-or-mail-regexp'.
19800         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19801         (gnus-button-alist): Improve regexp for domain part of the MIDs
19802         for news:localpart@domain buttons.
19803         (gnus-button-ctan-directory-regexp): Update.
19805 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19807         * sieve-manage.el (sieve-manage-interactive-login):
19808         Use make-local-variable rather than make-variable-buffer-local.
19809         (sieve-manage-open): Ditto.
19810         (sieve-manage-authenticate): Ditto.
19812         * mml.el (mml-generate-mime-1): Make the content type default to
19813         text/plain if the filename is not specified.
19815 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19817         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19818         instead of insert-buffer.
19820         * message.el (message-yank-original): Ditto; set the mark at the
19821         end of the yanked message.
19823 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19825         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19826         lines to scroll rather than to stop it.
19828         * mml.el (mml-generate-default-type): Add doc string.
19829         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19830         default to application/octet-stream when determining the content
19831         type if it is not specified for the part or the mml contents; add
19832         a comment about mml-generate-default-type.
19834 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19836         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19837         make it default to application/octet-stream when determining the
19838         content type if it is not specified for the external contents.
19840 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19842         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19843         segmented parameter but also other parameters might be there.
19845 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19847         * mm-decode.el (mm-display-external): Delete temp file, directory
19848         and buffer immediately if the external process is exited.
19850 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19852         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19853         fewer lines than that of scroll-margin.
19854         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19856 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19858         * gnus-art.el (gnus-article-next-page): Revert.
19859         (gnus-article-beginning-of-window): New macro.
19860         (gnus-article-next-page-1): Use it.
19861         (gnus-article-prev-page): Ditto.
19862         (gnus-article-edit-part): Use insert-buffer-substring instead of
19863         insert-buffer.
19864         (gnus-article-edit-exit): Ditto.
19866         * gnus-util.el (gnus-beginning-of-window): Remove.
19867         (gnus-end-of-window): Remove.
19869 2005-07-25  Simon Josefsson  <jas@extundo.com>
19871         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19872         to have the url package without w3.  Reported by Daiki Ueno
19873         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19875 2005-07-20  Didier Verna  <didier@xemacs.org>
19877         * gnus-diary.el: Remove the description comment (nndiary is now
19878         properly documented in the Gnus manual).
19879         Fix the spelling of "Back End".
19880         * nndiary.el: Ditto.
19881         Fix the copyright notice.
19883 2005-07-18  Romain Francoise  <romain@orebokech.com>
19885         * gnus-sum.el (gnus-summary-to-prefix)
19886         (gnus-summary-newsgroup-prefix): New variables.
19887         (gnus-summary-from-or-to-or-newsgroups): Use them.
19889 2005-07-17  Romain Francoise  <romain@orebokech.com>
19891         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19892         space as it's generally not especially interesting to the user.
19894 2005-07-16  Romain Francoise  <romain@orebokech.com>
19896         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19897         nil to avoid prompting and file modification if one of the
19898         messages at the top of the nnfolder file contains a copyright
19899         notice.
19900         Update copyright notice.
19902         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19903         instead of `current-time-string' as the latter creates a time
19904         string that is not RFC 2822 compliant (it lacks the zone).
19905         Update copyright notice.
19907 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19909         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19910         for text/rtf.  Display default in prompt.  Pass default for M-n.
19912         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19914 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19916         * gnus-msg.el (gnus-button-mailto):
19917         Remove save-selected-window-window hackery because it relies on
19918         save-selected-window internals.
19920 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19922         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19923         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19924         (gnus-article-prev-page): Ditto.
19926         * gnus-util.el (gnus-beginning-of-window): New function.
19927         (gnus-end-of-window): New function.
19929 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19931         * gnus-score.el (gnus-score-edit-all-score):
19932         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19933         gnus-message.
19935 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19937         * gnus-msg.el (gnus-button-mailto):
19938         Remove save-selected-window-window hackery because it relies on
19939         save-selected-window internals.
19941 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19943         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19944         add-minor-mode.
19945         (gnus-binary-mode): Ditto.
19947         * gnus-topic.el (gnus-topic-mode): Ditto.
19949 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19951         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19952         (gnus-article-prev-page): Take scroll-margin into consideration.
19954 2005-07-04  Lute Kamstra  <lute@gnu.org>
19956         Update FSF's address in GPL notices.
19958 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19960         * gnus.el (gnus-exit):
19961         * gnus-group.el (gnus-group-icons):
19962         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19964         * gnus-nocem.el (gnus-nocem):
19965         * message.el (message-various, message-buffers, message-sending)
19966         (message-interface, message-forwarding, message-insertion)
19967         (message-headers, message-news, message-mail):
19968         * pgg-gpg.el (pgg-gpg):
19969         * pgg-parse.el (pgg-parse):
19970         * pgg-pgp.el (pgg-pgp):
19971         * pgg-pgp5.el (pgg-pgp5):
19972         * pop3.el (pop3): Finish `defgroup' description with period.
19974 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19976         * gnus-art.el (article-display-face): Improve the efficiency.
19977         (article-display-x-face): Ditto; remove gray x-face stuff.
19979 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19981         * gnus-art.el (article-display-face): Correct the position in
19982         which Faces are inserted.
19984 2005-06-29  Didier Verna  <didier@xemacs.org>
19986         * gnus-art.el (article-display-face): Display faces in correct
19987         order.
19989 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19991         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19992         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19993         (gnus-nocem-check-article): Fetch the Type header.
19994         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19995         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19996         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19997         make sure gnus-nocem-hashtb is initialized.
19998         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19999         (gnus-nocem-unwanted-article-p): Ditto.
20001         * pgg.el (pgg-verify): Return the verification result.
20003 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20005         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20006         is ascii.
20008 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20010         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20011         `show-nonbreak-escape'.
20013 2005-06-23  Lute Kamstra  <lute@gnu.org>
20015         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20017         * dig.el (dig-mode):
20018         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20020 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20022         * nnimap.el (nnimap-split-download-body): Fix spellings.
20024 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20026         * gnus-art.el (gnus-article-encrypt-body):
20027         * gnus-cus.el (gnus-score-customize):
20028         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20029         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20031 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20033         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20034         header by looking for magic "MII" at the beginning.
20036 2005-06-16  Miles Bader  <miles@gnu.org>
20038         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20039         (assistant-field-face): New backward-compatibility alias for renamed
20040         face.
20041         (assistant-render-text): Use renamed assistant-field face.
20043         * spam.el (spam): Remove "-face" suffix from face name.
20044         (spam-face): New backward-compatibility alias for renamed face.
20045         (spam-face, spam-initialize): Use renamed spam face.
20047         * message.el (message-header-to, message-header-cc)
20048         (message-header-subject, message-header-newsgroups)
20049         (message-header-other, message-header-name)
20050         (message-header-xheader, message-separator, message-cited-text)
20051         (message-mml): Remove "-face" suffix from face names.
20052         (message-header-to-face, message-header-cc-face)
20053         (message-header-subject-face, message-header-newsgroups-face)
20054         (message-header-other-face, message-header-name-face)
20055         (message-header-xheader-face, message-separator-face)
20056         (message-cited-text-face, message-mml-face):
20057         New backward-compatibility aliases for renamed faces.
20058         (message-font-lock-keywords): Use renamed message faces.
20060         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20061         (sieve-test-commands, sieve-tagged-arguments):
20062         Remove "-face" suffix from face names.
20063         (sieve-control-commands-face, sieve-action-commands-face)
20064         (sieve-test-commands-face, sieve-tagged-arguments-face):
20065         New backward-compatibility aliases for renamed faces.
20066         (sieve-control-commands-face, sieve-action-commands-face)
20067         (sieve-test-commands-face, sieve-tagged-arguments-face):
20068         Use renamed sieve faces.
20070         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20071         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20072         (gnus-group-news-3-empty, gnus-group-news-4)
20073         (gnus-group-news-4-empty, gnus-group-news-5)
20074         (gnus-group-news-5-empty, gnus-group-news-6)
20075         (gnus-group-news-6-empty, gnus-group-news-low)
20076         (gnus-group-news-low-empty, gnus-group-mail-1)
20077         (gnus-group-mail-1-empty, gnus-group-mail-2)
20078         (gnus-group-mail-2-empty, gnus-group-mail-3)
20079         (gnus-group-mail-3-empty, gnus-group-mail-low)
20080         (gnus-group-mail-low-empty, gnus-summary-selected)
20081         (gnus-summary-cancelled, gnus-summary-high-ticked)
20082         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20083         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20084         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20085         (gnus-summary-low-undownloaded)
20086         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20087         (gnus-summary-low-unread, gnus-summary-normal-unread)
20088         (gnus-summary-high-read, gnus-summary-low-read)
20089         (gnus-summary-normal-read, gnus-splash):
20090         Remove "-face" suffix from face names.
20091         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20092         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20093         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20094         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20095         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20096         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20097         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20098         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20099         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20100         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20101         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20102         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20103         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20104         (gnus-summary-normal-ticked-face)
20105         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20106         (gnus-summary-normal-ancient-face)
20107         (gnus-summary-high-undownloaded-face)
20108         (gnus-summary-low-undownloaded-face)
20109         (gnus-summary-normal-undownloaded-face)
20110         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20111         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20112         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20113         (gnus-splash-face):
20114         New backward-compatibility aliases for renamed faces.
20115         (gnus-group-startup-message): Use renamed gnus faces.
20117         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20118         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20119         (gnus-server-agent): Remove "-face" suffix from face names.
20120         (gnus-server-agent-face, gnus-server-opened-face)
20121         (gnus-server-closed-face, gnus-server-denied-face)
20122         (gnus-server-offline-face):
20123         New backward-compatibility aliases for renamed faces.
20124         (gnus-server-agent-face, gnus-server-opened-face)
20125         (gnus-server-closed-face, gnus-server-denied-face)
20126         (gnus-server-offline-face): Use renamed gnus faces.
20128         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20129         Remove "-face" suffix from face names.
20130         (gnus-picon-xbm-face, gnus-picon-face):
20131         New backward-compatibility aliases for renamed faces.
20133         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20134         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20135         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20136         (gnus-cite-11): Remove "-face" suffix from face names.
20137         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20138         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20139         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20140         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20141         New backward-compatibility aliases for renamed faces.
20142         (gnus-cite-attribution-face, gnus-cite-face-list)
20143         (gnus-article-boring-faces): Use renamed gnus faces.
20145         * gnus-art.el (gnus-signature, gnus-header-from)
20146         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20147         (gnus-header-content): Remove "-face" suffix from face names.
20148         (gnus-signature-face, gnus-header-from-face)
20149         (gnus-header-subject-face, gnus-header-newsgroups-face)
20150         (gnus-header-name-face, gnus-header-content-face):
20151         New backward-compatibility aliases for renamed faces.
20152         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20154         * gnus-sum.el (gnus-summary-selected-face)
20155         (gnus-summary-highlight): Use renamed gnus faces.
20156         * gnus-group.el (gnus-group-highlight): Likewise.
20158 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20160         * gnus-sieve.el (gnus-sieve-article-add-rule):
20161         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20162         * spam-stat.el (spam-stat-buffer-change-to-spam)
20163         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20165         * message.el (message-is-yours-p):
20166         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20168 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20170         * mm-view.el (mm-inline-text): Withdraw the last change.
20172 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20174         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20175         executing enriched-decode.
20177 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20179         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20180         charset of tar files.
20182 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20184         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20186 2005-06-04  Lute Kamstra  <lute@gnu.org>
20188         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20189         information is never recorded.
20191 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20193         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20195 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20197         * pop3.el (pop3-apop): Run md5 in the binary mode.
20199         * starttls.el (starttls-set-process-query-on-exit-flag):
20200         Use eval-and-compile.
20202 2005-05-31  Simon Josefsson  <jas@extundo.com>
20204         * smime.el (smime-replace-in-string): Define.
20205         (smime-cert-by-ldap-1): Use it.
20207 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20209         * gnus-art.el (article-display-x-face): Replace
20210         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20212         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20213         set-process-query-on-exit-flag or process-kill-without-query.
20215         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20216         loop instead of replace-regexp.
20218         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20219         instead of process-kill-without-query if it is available.
20221         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20222         instead of find-file-hooks if it is available.
20224         * mml1991.el: Bind pgg-default-user-id when compiling.
20226         * mml2015.el: Bind pgg-default-user-id when compiling.
20228         * nndraft.el (nndraft-request-associate-buffer):
20229         Use write-contents-functions instead of write-contents-hooks if it is
20230         available.
20232         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20233         instead of find-file-hooks if it is available.
20235         * nntp.el (nntp-open-connection): Replace
20236         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20237         (nntp-open-ssl-stream): Ditto.
20238         (nntp-open-tls-stream): Ditto.
20240         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20241         set-process-query-on-exit-flag or process-kill-without-query.
20242         (starttls-open-stream-gnutls): Use it instead of
20243         process-kill-without-query.
20244         (starttls-open-stream): Ditto.
20246 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20248         * smime.el (smime-cert-by-ldap-1): Don't use
20249         replace-regexp-in-string.
20251 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20253         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20255         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20256         in PEM format.  Adjust to the XEmacs compatibility.
20258 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20260         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20261         by `string-to-number'.
20262         * gnus-agent.el (gnus-agent-regenerate-group)
20263         (gnus-agent-fetch-articles): Ditto.
20264         * gnus-art.el (gnus-button-fetch-group): Ditto.
20265         * gnus-cache.el (gnus-cache-generate-active)
20266         (gnus-cache-articles-in-group): Ditto.
20267         * gnus-group.el (gnus-group-set-current-level)
20268         (gnus-group-insert-group-line): Ditto.
20269         * gnus-score.el (gnus-score-set-expunge-below)
20270         (gnus-score-set-mark-below, gnus-summary-score-effect)
20271         (gnus-summary-score-entry): Ditto.
20272         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20273         (gnus-soup-pack): Ditto.
20274         * gnus-spec.el (gnus-xmas-format): Ditto.
20275         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20276         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20277         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20278         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20279         * nndb.el (nndb-get-remote-expire-response): Ditto.
20280         * nndiary.el (nndiary-parse-schedule-value)
20281         (nndiary-string-to-number, nndiary-request-replace-article)
20282         (nndiary-request-article): Ditto.
20283         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20284         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20285         * nneething.el (nneething-make-head): Ditto.
20286         * nnfolder.el (nnfolder-request-article)
20287         (nnfolder-retrieve-headers): Ditto.
20288         * nnheader.el (nnheader-file-to-number): Ditto.
20289         * nnkiboze.el (nnkiboze-request-article): Ditto.
20290         * nnmail.el (nnmail-process-unix-mail-format)
20291         (nnmail-process-babyl-mail-format): Ditto.
20292         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20293         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20294         (nnmh-request-create-group, nnmh-request-list-1)
20295         (nnmh-request-group, nnmh-request-article): Ditto.
20296         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20297         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20298         * nnsoup.el (nnsoup-make-active): Ditto.
20299         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20300         * nntp.el (nntp-find-group-and-number)
20301         (nntp-retrieve-headers-with-xover): Ditto.
20302         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20303         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20304         (pgg-format-key-identifier): Ditto.
20305         * pop3.el (pop3-last, pop3-stat): Ditto.
20306         * qp.el (quoted-printable-decode-region): Ditto.
20308         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20309         of concat.
20311 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20313         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20315         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20317         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20319         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20321         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20323         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20325         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20326         (gnus-carpal-mode): Ditto.
20328         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20329         (gnus-browse-mode): Ditto.
20331         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20333         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20335 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20337         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20339 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20341         * gnus-util.el (gnus-run-mode-hooks): New function.
20343         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20345 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20347         * gnus-agent.el (gnus-agent-make-mode-line-string):
20348         Use mode-line-highlight as mouse-face.
20350 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20352         * canlock.el (canlock): Change the parent group to news.
20354         * deuglify.el (gnus-outlook-deuglify): Add :group.
20356         * dig.el (dig): Add :group.
20358         * dns-mode.el (dns-mode): Add :group.
20360         * encrypt.el (encrypt): Add :group.
20362         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20363         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20364         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20365         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20366         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20368         * gnus-diary.el (gnus-diary): Add :group.
20370         * gnus.el (gnus-group-news-1-face): Add :group.
20371         (gnus-group-news-1-empty-face): Ditto.
20372         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20373         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20374         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20375         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20376         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20377         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20378         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20379         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20380         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20381         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20382         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20383         (gnus-summary-high-ticked-face): Ditto.
20384         (gnus-summary-low-ticked-face): Ditto.
20385         (gnus-summary-normal-ticked-face): Ditto.
20386         (gnus-summary-high-ancient-face): Ditto.
20387         (gnus-summary-low-ancient-face): Ditto.
20388         (gnus-summary-normal-ancient-face): Ditto.
20389         (gnus-summary-high-undownloaded-face): Ditto.
20390         (gnus-summary-low-undownloaded-face): Ditto.
20391         (gnus-summary-normal-undownloaded-face): Ditto.
20392         (gnus-summary-high-unread-face): Ditto.
20393         (gnus-summary-low-unread-face): Ditto.
20394         (gnus-summary-normal-unread-face): Ditto.
20395         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20396         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20398         * hashcash.el (hashcash): New custom group.
20399         (hashcash-default-payment): Add :group.
20400         (hashcash-payment-alist): Ditto.
20401         (hashcash-default-accept-payment): Ditto.
20402         (hashcash-accept-resources): Ditto.
20403         (hashcash-path): Ditto.
20404         (hashcash-extra-generate-parameters): Ditto.
20405         (hashcash-double-spend-database): Ditto.
20406         (hashcash-in-news): Ditto.
20408         * message.el (message-minibuffer-local-map): Add :group.
20410         * netrc.el (netrc): Add :group.
20412         * sieve-manage.el (sieve-manage-log): Add :group.
20413         (sieve-manage-default-user): Diito.
20414         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20415         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20416         (sieve-manage-authenticators): Ditto.
20417         (sieve-manage-authenticator-alist): Ditto.
20418         (sieve-manage-default-port): Ditto.
20420         * sieve-mode.el (sieve-control-commands-face): Add :group.
20421         (sieve-action-commands-face): Ditto.
20422         (sieve-test-commands-face): Ditto.
20423         (sieve-tagged-arguments-face): Ditto.
20425         * smime.el (smime): Add :group.
20427         * spam-report.el (spam-report): Add :group.
20429         * spam.el (spam, spam-face): Add :group.
20431 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20433         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20434         return \n.\n.\n at the end of articles.  Protect against that.
20435         (nntp-with-open-group): Allow debugging.
20437         * nnheader.el (mail-header-set-extra): Make into a function
20438         because I just could't understand how to quote the list properly.
20440         * dns.el (query-dns-cached): New function.
20442 2005-05-26  Lute Kamstra  <lute@gnu.org>
20444         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20446 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20448         * gnus-art.el: Don't autoload mail-extract-address-components.
20450         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20451         eval-and-compile to evaluate it.
20453         * hashcash.el: Don't autoload executable-find.
20455         * nndb.el: Don't declare the nndb back end two or more times; don't
20456         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20458         * nntp.el: Autoload format-spec instead of format; use
20459         eval-and-compile to evaluate autoload forms.
20461 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20463         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20465 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20467         * gnus.el (gnus-version-number): Bump version.
20469 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20471         * gnus.el: No Gnus v0.3 is released.
20473 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20475         * gnus-art.el (gnus-article-edit-part): Disable undo.
20477 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20479         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20480         gnus-article-date-lapsed-new-header is t if date timer is active;
20481         skip headers in which the original date value is empty.
20482         (gnus-article-save-original-date): Redefine it as a macro.
20483         (gnus-display-mime): Use it.
20485 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20487         * gnus-art.el (article-date-ut): Support converting date in
20488         forwarded parts as well.
20489         (gnus-article-save-original-date): New function.
20490         (gnus-display-mime): Use it.
20492 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20494         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20495         enclosure element of <item>.
20497 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20499         * message.el (message-kill-buffer-query): Rename from
20500         `message-kill-buffer-query-if-modified'.  Add :version.
20502 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20504         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20505         window layout.
20507 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20509         * mml.el: Autoload dnd when compiling.
20511 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20513         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20514         x-dnd-*.
20516 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20518         * qp.el (quoted-printable-encode-region): Save excursion.
20520 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20522         * message.el (message-kill-buffer-query-if-modified): Add new variable
20523         so the user can kill a modified message buffer quickly.
20524         (message-kill-buffer): Use it.
20526 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20528         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20529         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20531 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20533         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20534         contained in text because xml.el decodes entities) with LFs.
20536 2005-04-11  Lute Kamstra  <lute@gnu.org>
20538         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20539         differently.
20541 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20543         * mm-util.el (mm-detect-coding-region): Typo.
20545 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20547         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20549 2005-04-06  Deepak Goel  <deego@gnufans.org>
20551         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20552         user-function allow user modifications of the scores.
20553         (spam-stat-score-buffer-user): New function, to allow
20554         user-computed modifications to the score.
20555         (spam-stat-score-buffer-user-functions): List of additional
20556         scoring functions.
20557         (spam-stat-error-holder): Global temporary error holder.
20558         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20559         variable.
20561 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20563         * gnus-registry.el (gnus-registry-clean-empty-function)
20564         (gnus-registry-trim, gnus-registry-fetch-groups)
20565         (gnus-registry-delete-group): Groups that match
20566         `gnus-registry-ignored-groups' are removed from the registry
20567         entries, not just ignored for splitting.  This helps clean up the
20568         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20569         to get all the groups a message ID is in.
20571         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20572         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20573         (spam-stat-score-buffer-user-functions): Add :number custom type.
20575 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20577         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20578         argument in XEmacs.
20580         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20581         (nnrss-request-group): Decode group name first.
20582         (nnrss-request-article): Make a text/plain article if mml-to-mime
20583         failed.
20584         (nnrss-get-encoding): Return a compatible encoding according to
20585         nnrss-compatible-encoding-alist.
20586         (nnrss-find-el): Use consp instead of listp.
20587         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20589 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20591         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20592         which Emacs 20 doesn't support.
20593         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20595 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20597         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20598         silence the byte compiler inside the defun.
20600         * gnus-demon.el (parse-time-string): Add autoload.
20602         * gnus-delay.el (parse-time-string): Add autoload.
20604         * gnus-art.el (parse-time-string): Add autoload.
20606         * nnultimate.el (parse-time): Require for `parse-time-string'.
20608 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20610         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20612         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20614         * smime.el (smime-ldap-host-list): Add :version.
20616 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20618         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20619         pass it to `gnus-browse-read-group'.
20620         (gnus-browse-read-group): Add NUMBER argument and pass it to
20621         `gnus-group-read-ephemeral-group'.
20623         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20624         argument and pass it to `gnus-group-read-group'.
20626 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20628         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20629         mm-xemacs-find-mime-charset-1 if we have the mule feature
20630         available at runtime.
20632 2005-03-25  Werner Lemberg  <wl@gnu.org>
20634         * nnmaildir.el: Replace `illegal' with `invalid'.
20636 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20638         * gnus-start.el (gnus-display-time-event-handler):
20639         Check display-time-timer at runtime rather than only at load time
20640         in case display-time-mode is turned off in the mean time.
20642 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20644         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20645         used.
20647         * nneething.el (nneething-map-file-directory): Derive from
20648         `gnus-directory'.
20650         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20651         the To/Cc button.
20653 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20655         * nnmaildir.el (nnmaildir-request-accept-article):
20656         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20658 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20660         * gnus-async.el: Require timer-funcs at compile time when in
20661         XEmacs for `run-with-idle-timer'.
20663 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20665         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20666         autoloaded function.
20668 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20670         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20672 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20674         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20676 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20678         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20679         Add gnus-expert-user to default.
20681 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20683         * nnimap.el (nnimap-open-server): Ditto.
20685         * imap.el (imap-authenticate): Fix typo.
20687 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20689         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20690         buffer (since IMAP server might return FETCH response out of
20691         order, and the nntp buffer must be sorted).
20693 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20695         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20696         comparison on string.
20698         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20699         (gnus-agent-score): Rename category keywords to match gnus-cus.
20700         (gnus-agent-summary-fetch-series): Modify to protect against
20701         gnus-agent-summary-fetch-group clearing processable flags.
20702         (gnus-agent-synchronize-group-flags): Update live group buffer as
20703         synchronization may occur due to the user toggle the plugged
20704         status.
20705         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20706         successfully downloaded.
20707         (gnus-agent-expire-group-1): Avoid using markers when the overview
20708         is in ascending order; greatly improves performance.
20709         (gnus-agent-regenerate-group):
20710         Use gnus-agent-synchronize-group-flags to reset read status in both
20711         gnus and server.
20712         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20714 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20716         * message.el: Don't autoload former message-utils variables.
20717         (message-strip-subject-trailing-was): Change doc string.
20719         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20720         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20721         (nnweb-google-search): Add "hl=en" here.
20722         (nnweb-google-parse-1, nnweb-google-create-mapping):
20723         Don't hardcode URL.
20725 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20727         * message.el (message-get-reply-headers, message-followup):
20728         Mention related variables `message-use-followup-to' and
20729         `message-use-mail-followup-to', in the information buffer.
20731         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20732         of broken groups(-beta).google.com.
20734 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20736         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20737         parameter to invoked gnus-request-move-article; remove the
20738         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20739         all at once instead of once per article.
20740         (gnus-summary-remove-process-mark): Accept a list of articles as
20741         well as a single article for processing.
20743         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20744         parameter.
20746         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20748         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20750         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20751         parameter.
20753         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20754         parameter.
20756         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20757         parameter and remove the gnus-sum-hint-move-is-internal variable.
20759         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20760         parameter.
20762         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20763         parameter.
20765         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20766         parameter.
20768         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20770         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20771         parameter.
20773         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20774         parameter.
20776 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20778         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20779         a more conservative way.
20781 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20783         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20784         buffer, so it moves the window's cursor.
20786 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20788         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20789         `mm-dissect-multipart' and receive the from field as an (optional)
20790         argument from `mm-dissect-multipart'.
20791         (mm-dissect-multipart): Receive the from field as an argument and
20792         pass it on when we call `mm-dissect-buffer' on MIME parts.
20793         Fixes verification/decryption of signed/encrypted MIME parts.
20795 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20797         * gnus-sum.el (gnus-summary-move-article):
20798         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20799         whatever it calls (right now, only nnimap-request-move article
20800         respects it).
20802         * nnimap.el (nnimap-request-move-article):
20803         When gnus-sum-hint-move-is-internal is set, don't do the extra
20804         nnimap-request-article.
20806 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20808         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20810         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20811         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20813         * gnus-sum.el (gnus-summary-caesar-message):
20814         Apply `gnus-treat-article' after rotation.
20816         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20817         doc string.
20819 2005-02-22  Simon Josefsson  <jas@extundo.com>
20821         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20822         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20823         <arne@arnested.dk>.
20824         (encrypt): Add password-cache and password-cache-expiry as group
20825         members.
20827 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20829         * smime.el (smime-ldap-host-list): Doc fix.
20830         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20831         cache) password.
20832         (smime-sign-region): Use it.
20833         (smime-decrypt-region): Use it.
20834         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20835         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20836         fails.
20837         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20838         certificate from DER to PEM format rather than calling openssl.
20840         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20842         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20843         for signing/encryption.
20845         * mml.el (mml-parse-1): Use them.
20847 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20849         * nnrss.el (nnrss-verbose): Remove.
20850         (nnrss-request-group): Use `nnheader-message' instead.
20852 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20854         * nnrss.el (nnrss-verbose): New variable.
20855         (nnrss-request-group): Make it say nnrss is requesting a group.
20857 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20859         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20860         Handle news URL with given port correctly.
20862 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20864         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20865         containing special characters.
20867         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20869         * mml.el (mime-to-mml): Ditto.
20871         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20872         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20873         (rfc2047-decode-region): Quote decoded words containing special
20874         characters when rfc2047-quote-decoded-words-containing-tspecials
20875         is non-nil.
20877 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20879         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20881         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20883 2005-02-15  Simon Josefsson  <jas@extundo.com>
20885         * nnimap.el (nnimap-debug): Doc fix.
20887         * imap.el (imap-debug): Doc fix.
20889 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20891         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20893 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20895         * gnus.el (spam-contents): Improve docs for spam-contents
20896         parameter in its variable incarnation.
20898 2005-02-14  Simon Josefsson  <jas@extundo.com>
20900         * smime-ldap.el: Use require instead of load-library for ldap.
20901         (smime-ldap-search): Indent.
20902         (smime-ldap-search-internal): Shorten line.
20904         * smime.el (smime-cert-by-dns): Add doc-string.
20905         (smime-cert-by-ldap-1): Indent.
20907         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20908         mml-smime-get-dns-ldap.
20909         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20911 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20913         * smime.el: Require smime-ldap.
20914         (smime-ldap-host-list): New variable.
20915         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20917         * mml-smime.el (mml-smime-encrypt-query): New function.
20918         (mml-smime-encrypt-query): Use it.
20920         * smime-ldap.el: New file.
20922 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20924         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20926 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20928         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20929         argument in doc string.  Make query for type more clear.
20931 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20933         * gnus.el (gnus-group-startup-message): Search for gnus images in
20934         etc/images/gnus.
20935         * mm-util.el (mm-image-load-path): Likewise.
20936         * smiley.el (smiley-data-directory): Search for smilies in
20937         etc/images/smilies.
20939 2005-02-09  Kim F. Storm  <storm@cua.dk>
20941         Change Emacs release version from 21.4 to 22.1 throughout.
20942         Change Emacs development version from 21.3.50 to 22.0.50.
20944 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20946         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20948         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20949         non-Mule XEmacs as well.
20950         (mm-decompress-buffer): Signal an error intentionally if it does
20951         not decompress compressed data because auto-compression-mode is
20952         disabled.
20954 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20956         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20957         an ID in the registry even if it has no groups.
20959 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20961         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20962         merge it into mm-decompress-buffer.
20963         (gnus-mime-copy-part): Use the MIME part charset, the value which
20964         a user specified or gnus-newsgroup-charset for decoding, like
20965         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20966         save-buffer what was used.  Suggested by Kevin Ryde
20967         <user42@zip.com.au>.
20968         (gnus-mime-inline-part): Allow the name parameter as well as the
20969         filename parameter; force decompressing of compressed data; always
20970         display contents being not decoded as unibyte.
20972         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20973         as well as the filename parameter.
20975         * mm-util.el (mm-decompress-buffer):
20976         Merge gnus-mime-jka-compr-maybe-uncompress.
20977         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20978         of compressed data.
20980 2005-02-08  Simon Josefsson  <jas@extundo.com>
20982         * imap.el (imap-log): Doc fix.
20984 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20986         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20987         the coding cookies; decompress compressed parts.
20989         * mml.el (mml-generate-mime-1): Add the charset parameter according
20990         to the value which a user specified manually or the coding cookie.
20992         * mm-util.el (mm-string-to-multibyte): New function.
20993         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20994         (mm-coding-system-to-mime-charset): New function.
20995         (mm-decompress-buffer): New function.
20996         (mm-find-buffer-file-coding-system): New function.
20998         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20999         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21000         parts.
21002 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21004         * mm-view.el (mm-display-inline-fontify): Decode a part according
21005         to the charset parameter.
21007 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21009         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21010         prefix arg is neither nil nor a number, as info specifies.
21012 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21014         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21015         timestamps.
21017 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21019         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21020         groups error checking and notify user.
21022 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21024         * message.el (message-send-mail-function): Check existence of
21025         sendmail-program first before using default value
21026         `message-send-mail-with-sendmail'.  Otherwise use more generic
21027         `smtpmail-send-it'.
21029 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21031         * nntp.el (nntp-request-update-info): Always return nil.
21033 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21035         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21037 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21039         * message.el (message-beginning-of-line): Change the behavior when
21040         invoked between BOL and : so that it first moves backward.
21042 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21044         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21045         article buffer when editing of the article is discarded.
21046         (gnus-article-prepare): Revert.
21048 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21050         * gnus-art.el (gnus-article-prepare):
21051         Remove message-strip-forbidden-properties from the local hook.
21053 2005-01-27  Simon Josefsson  <jas@extundo.com>
21055         * password.el (password-cache-add): Only start one timer per key.
21056         Reported by Derek Atkins <warlord@MIT.EDU>.
21058 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21060         * run-at-time.el: Remove.  It is no longer needed as
21061         timer-funcs.el in the xemacs-base package has a working version of
21062         `run-at-time'.
21064         * password.el: Require timer-funcs instead of run-at-time in
21065         XEmacs.
21066         Remove `password-run-at-time' macro.
21067         (password-cache-add): Use `run-at-time' instead of
21068         `password-run-at-time'.
21070         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21071         for `run-with-idle-timer'.
21073         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21074         for `run-at-time'.
21076         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21077         for `with-timeout'.
21079 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21081         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21082         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21084 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21086         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21087         sensitively.
21089 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21091         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21093 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21095         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21096         which will be inserted according to the multibyteness of a buffer
21097         rather than the type of contents.  Suggested by ARISAWA Akihiro
21098         <ari@mbf.ocn.ne.jp>.
21100         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21101         of string which old xml.el may return rather than a string.
21103 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21105         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21107 2005-01-16  Simon Josefsson  <jas@extundo.com>
21109         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21110         idn/idna.el isn't available.
21111         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21112         <michael@waxrat.com>.
21114         * hashcash.el: Remove non-FSF copyright header.
21116         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21117         (hashcash-generate-payment): Use it.
21118         (hashcash-generate-payment-async): Use it.
21120 2005-01-15  Simon Josefsson  <jas@extundo.com>
21122         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21123         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21125         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21126         gnus-summary-idna-message.
21127         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21128         (gnus-summary-idna-message): New function.
21130 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21132         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21133         gnus-novice-user.
21135 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21137         * nnrss.el (nnrss-request-delete-group): Delete entries in
21138         nnrss-group-alist as well.
21139         (nnrss-save-server-data): Insert newline.
21141 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21143         * gnus.el (gnus-user-agent): Use list of symbols instead of
21144         symbols.  Display full version number for (S)XEmacs.
21145         Optionally display (S)XEmacs codename.
21147         * gnus-util.el (gnus-emacs-version): Update for new
21148         `gnus-user-agent'.
21150         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21151         Gnus version.
21153 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21155         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21156         which is unreadable in some setups.
21158 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21160         * gnus-spec.el (gnus-update-format-specifications): Flush the
21161         group format spec cache if it doesn't support decoded group names.
21163 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21165         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21166         Allow to apply decay on score files matching a regexp.
21168 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21170         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21171         compatibility in %g and %c.
21173 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21175         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21176         name for only %g and %c.
21177         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21178         of gnus-tmp-group to decoded group name.
21179         (gnus-group-make-rss-group): Exclude `/'s from group names.
21181 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21183         * nnrss.el (nnrss-get-encoding): Fix regexp.
21185 2004-12-27  Simon Josefsson  <jas@extundo.com>
21187         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21188         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21189         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21191 2004-12-17  Kim F. Storm  <storm@cua.dk>
21193         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21195         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21197 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21199         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21201 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21203         * nnrss.el: Require rfc2047 and mml.
21204         (nnrss-file-coding-system): New variable.
21205         (nnrss-format-string): Redefine it as an inline function.
21206         (nnrss-decode-group-name): New function.
21207         (nnrss-string-as-multibyte): Remove.
21208         (nnrss-retrieve-headers): Decode group name; don't use
21209         nnrss-format-string.
21210         (nnrss-request-group): Decode group name.
21211         (nnrss-request-article): Decode group name; allow a Message-ID as
21212         well as an article number; don't use nnrss-format-string; encode a
21213         Message-ID string which may contain non-ASCII characters; use
21214         mml-to-mime to compose a MIME article.
21215         (nnrss-request-expire-articles): Decode group name.
21216         (nnrss-request-delete-group): Decode group name.
21217         (nnrss-fetch): Clarify error message.
21218         (nnrss-read-server-data): Use insert-file-contents instead of load;
21219         bind file-name-coding-system; use multibyte buffer.
21220         (nnrss-save-server-data): Bind coding-system-for-write to the
21221         value of nnrss-file-coding-system; bind file-name-coding-system;
21222         add coding cookie.
21223         (nnrss-read-group-data): Use insert-file-contents instead of load;
21224         bind file-name-coding-system; use multibyte buffer.
21225         (nnrss-save-group-data): Bind coding-system-for-write to the
21226         value of nnrss-file-coding-system; bind file-name-coding-system.
21227         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21228         make it work with non-ASCII text.
21229         (nnrss-find-el): Make it work with old xml.el as well.
21231 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21233         * nnrss.el (nnrss-get-encoding): New function.
21234         (nnrss-fetch): Use unibyte buffer initially; bind
21235         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21236         decode contents according to the encoding attribute.
21237         (nnrss-save-group-data): Add coding cookie.
21238         (nnrss-mime-encode-string): New function.
21239         (nnrss-check-group): Use it to encode subject and author.
21241 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21243         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21244         imaginary variable.
21246 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21248         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21249         correctly even if there are wide characters.
21251 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21253         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21254         downcased symbol names; make a new cache instead of reusing
21255         bbdb-hashtable.
21257 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21259         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21260         concatenating segments rather than before concatenating them.
21261         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21263         * message.el (message-get-reply-headers): Bind `extra'.
21265 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21267         * message.el (message-extra-wide-headers): New variable.
21268         (message-get-reply-headers): Use it.
21270 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21272         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21273         (gnus-agent-group-pathname): Ditto.
21275         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21277         * gnus-group.el (gnus-group-make-group): Decode group name.
21278         (gnus-group-make-rss-group): Register the group data after opening
21279         the nnrss group.
21281 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21283         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21284         by expiry now get marked as read.
21286 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21288         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21290 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21292         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21293         unify Latin characters in XEmacs.
21294         (mm-find-mime-charset-region): Use it.
21296 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21298         * gnus-util.el (gnus-delete-directory): New function.
21300         * gnus-agent.el (gnus-agent-delete-group): Use it.
21302         * gnus-cache.el (gnus-cache-delete-group): Use it.
21304 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21306         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21307         names.
21309 2004-12-16  Simon Josefsson  <jas@extundo.com>
21311         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21313 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21315         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21317         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21318         (gnus-group-set-current-level): Decode group name.
21320 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21322         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21323         failed.
21325 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21327         * gnus-group.el (gnus-group-delete-group): Decode group name.
21328         (gnus-group-make-rss-group): Encode group name.
21329         (gnus-group-catchup-current): Decode group name.
21330         (gnus-group-kill-group): Decode group name.
21332 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21334         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21336 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21338         * gnus-group.el (gnus-group-make-rss-group):
21339         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21341         * gnus-start.el (gnus-setup-news): Honor user's setting to
21342         gnus-message-archive-method.  Suggested by Lute Kamstra
21343         <lute@gnu.org>.
21345 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21347         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21348         global counterparts of the buffer-local variables.
21350 2004-11-16  Romain Francoise  <romain@orebokech.com>
21352         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21353         counterparts of the buffer-local variables.
21355 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21357         * message.el (message-forbidden-properties): Fix typo in doc
21358         string.
21360 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21362         * gnus-util.el (gnus-replace-in-string): Add doc string.
21364         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21365         to avoid problems when splitting mails with many recipients.
21367 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21369         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21370         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21372 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21374         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21375         if there is no hashtable in memory or file modification time is
21376         newer than cached timestamp.
21378 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21380         * gnus-sum.el (gnus-summary-limit-to-recipient):
21381         Implement not-matching option.
21383 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21385         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21386         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21387         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21388         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21389         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21390         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21392 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21394         * message.el (message-forward-make-body-mml): Remove headers
21395         according to message-forward-ignored-headers if a message is decoded.
21397 2004-12-02  Romain Francoise  <romain@orebokech.com>
21399         * message.el (message-forward-make-body-plain): Always remove
21400         headers according to message-forward-ignored-headers.
21402 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21404         * spam.el (spam-summary-prepare-exit): Remove the
21405         gnus-summary-limit pop for now, it has problems with ham marks for
21406         me.
21408 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21410         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21411         correctly.
21413 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21415         * format-spec.el (format-spec): Message the char.
21417 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21419         * gnus-art.el (gnus-split-methods): Reformat comments.
21421         * spam.el (spam-summary-prepare-exit): Remove article limits
21422         before exiting the summary buffer.
21424 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21426         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21427         order to silence the byte compiler.
21429         * spam.el: Fix the way to silence the byte compiler, which
21430         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21431         bbdb-search-simple, spam-BBDB-register-routine,
21432         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21433         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21434         spam-stat-buffer-is-spam, spam-stat-load,
21435         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21436         spam-stat-save and spam-stat-split-fancy.
21438 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21440         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21441         which may confuse users.
21442         (canlock-password-for-verify): Ditto.
21444         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21446         * gnus-art.el (gnus-emphasis-alist): Ditto.
21448         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21450         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21452         * gnus-start.el (gnus-save-killed-list): Ditto.
21454         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21455         (gnus-sum-thread-tree-root): Ditto.
21456         (gnus-sum-thread-tree-false-root): Ditto.
21457         (gnus-sum-thread-tree-single-indent): Ditto.
21459         * message.el (message-courtesy-message): Ditto.
21460         (message-archive-note): Ditto.
21461         (message-subscribed-address-file): Ditto.
21462         (message-user-fqdn): Ditto.
21464         * spam-report.el (spam-report-gmane-regex): Ditto.
21466         * spam.el (spam-blackhole-good-server-regex): Ditto.
21468 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21470         * mml.el (mml-preview): Widen the message buffer before copying
21471         the contents to the preview buffer; sort headers before previewing.
21473         * message.el (message-hidden-headers): Fix the way to avoid a bug
21474         in the `repeat' widget in Emacs 21.3 or earlier.
21476 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21478         * message.el (message-hidden-headers): Default to "^References:".
21479         Improve customization type.  Suggested by Reiner Steib
21480         <Reiner.Steib@gmx.de>.
21482 2004-11-25  Romain Francoise  <romain@orebokech.com>
21484         * message.el (message-strip-forbidden-properties): Remove check for
21485         obsolete `message-hidden' text property, hidden headers are not
21486         accessible in the buffer anymore.
21488 2004-11-22  Romain Francoise  <romain@orebokech.com>
21490         * message.el (message-header-format-alist): Add `From' in list
21491         so that it can be sorted.
21492         (message-fix-before-sending): Widen and sort headers before
21493         sending.
21494         (message-hide-headers): Use narrowing to hide headers by moving
21495         them to the top of the buffer and narrowing to the region
21496         underneath.
21498 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21500         * message.el (message-strip-forbidden-properties):
21501         Bind buffer-read-only (etc) to nil.
21503 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21505         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21506         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21508 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21510         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21512 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21514         * dns.el (query-dns): Use sit-for to time instead of
21515         accept-process-output, since that doesn't seem to work on udp
21516         sockets.
21518 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21520         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21522 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21524         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21525         doc string.  Improve doc string.
21527 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21529         * nntp.el (nntp-request-update-info): Return nil if
21530         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21531         may not call gnus-activate-group which uselessly issues the GROUP
21532         commands for all nntp groups and wastes time.  Reported by Romain
21533         Francoise <romain@orebokech.com>.
21535         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21537 2004-11-15  Simon Josefsson  <jas@extundo.com>
21539         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21540         headers separately.
21541         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21542         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21544 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21546         * gnus-start.el (gnus-convert-old-newsrc):
21547         Assign legacy-gnus-agent to 5.10.7.
21549 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21551         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21552         start of the lines.
21554 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21556         * hashcash.el (hashcash-default-payment): Change default to 20.
21557         (hashcash-default-accept-payment): Change default to 20.
21558         (hashcash-process-alist): New variable.
21559         (hashcash-generate-payment-async): Add.
21560         (hashcash-already-paid-p): Add.
21561         (hashcash-insert-payment): Don't generate payments twice.
21562         (hashcash-insert-payment-async): Add.
21563         (hashcash-insert-payment-async-2): Add.
21564         (hashcash-cancel-async): Add.
21565         (hashcash-wait-async): Add.
21566         (hashcash-processes-running-p): Add.
21567         (hashcash-wait-or-cancel): Add.
21568         (mail-add-payment): New optional argument.  Conditionally start
21569         asynchronous calculation.
21570         (mail-add-payment-async): Add.
21572         * message.el (message-send-mail): Wait for asynchronous hashcash
21573         results.  Don't clobber existing X-Hashcash headers.
21574         (message-setup-1): Call mail-add-payment-async when
21575         message-generate-hashcash is non-nil.
21577 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21579         * message.el (message-use-alternative-email-as-from): Examine the
21580         From header as well; use message-make-from in order to include a
21581         user's full name.
21583 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21585         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21586         default; improve customization type.
21587         (gnus-emphasis-custom-with-format): New macro.
21588         (gnus-emphasis-custom-value-to-external): New function.
21589         (gnus-emphasis-custom-value-to-internal): New function.
21591 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21593         * dns.el (query-dns): Resolve reverse addresses.
21595 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21597         * gnus-group.el (gnus-group-get-new-news): Use it.
21599         * gnus-start.el (gnus-check-reasonable-setup): New function.
21601 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21603         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21604         "Args out of range" error.  Reported by Arnaud Giersch
21605         <arnaud.giersch@free.fr>.
21607 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21609         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21611 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21613         * spam.el (spam group): Add :version.
21615         * pgg-def.el (pgg group): Add :version.
21617 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21619         * gnus-art.el (gnus-article-edit-article): Don't associate the
21620         article buffer with a draft file.  This is a temporary measure
21621         against the 2004-08-22 change to gnus-article-edit-mode.
21623 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21625         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21626         (html2text-format-tags): Remove unused variable `attr'.
21628 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21630         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21632         * spam-stat.el (spam-stat): Add :version.
21634         * sieve.el (sieve): Add :version.
21636         * sha1.el (sha1): Add :version.
21637         (sha1-use-external): Remove redundant version.
21639         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21640         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21641         (nnmail-split-fancy-match-partial-words)
21642         (nnmail-split-lowercase-expanded): Add :version.
21644         * nndiary.el (nndiary): Add :version.
21646         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21648         * mml-sec.el (mml-default-sign-method)
21649         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21650         Add :version.
21652         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21654         * mm-url.el (mm-url-use-external, mm-url-program)
21655         (mm-url-arguments): Add :version.
21657         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21658         (mm-attachment-file-modes, mm-decrypt-option)
21659         (mm-w3m-safe-url-regexp): Add :version.
21661         * message.el (message-cite-prefix-regexp)
21662         (message-sendmail-envelope-from, message-minibuffer-local-map)
21663         (message-user-fqdn, message-completion-alist): Add :version.
21665         * gnus-win.el (gnus-configure-windows-hook)
21666         (gnus-use-frames-on-any-display): Add :version.
21668         * gnus-art.el (gnus-article-address-banner-alist)
21669         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21670         (gnus-treat-from-picon, gnus-treat-mail-picon)
21671         (gnus-treat-x-pgp-sig): Add :version.
21673         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21674         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21675         (gnus-summary-article-delete-hook)
21676         (gnus-summary-display-while-building): Add :version.
21678         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21679         (gnus-get-top-new-news-hook): Add :version.
21681         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21682         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21684         * gnus-registry.el (gnus-registry): Add :version.
21686         * gnus-spec.el (gnus-use-correct-string-widths)
21687         (gnus-make-format-preserve-properties): Add :version.
21689         * gnus.el (gnus-group-charter-alist)
21690         (gnus-group-fetch-control-use-browse-url)
21691         (gnus-install-group-spam-parameters): Add :version.
21693         * gnus-diary.el (gnus-diary): Add :version.
21695         * gnus-delay.el (gnus-delay): Add :version.
21697         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21698         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21699         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21700         Add :version.
21702         * gnus-agent.el (gnus-agent-max-fetch-size)
21703         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21704         (gnus-agent-prompt-send-queue): Add :version.
21706         * deuglify.el (gnus-outlook-deuglify): Add :version.
21708         * html2text.el: Beautify code.  Improve doc strings.
21709         Some checkdoc cleanup.
21710         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21712 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21714         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21716 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21718         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21719         when package is loaded.
21721         * spam.el (spam-summary-score-preferred-header): Add global preference
21722         for people who want to override the default SpamAssassin over
21723         Bogofilter preference (when both are set).
21724         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21725         (spam-user-format-function-S):
21726         Check spam-summary-score-preferred-header.
21727         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21728         (spam-user-format-function-S): Format the score correctly.
21730 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21732         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21733         signature file.  Suggested by Manoj Srivastava
21734         <srivasta@golden-gryphon.com>.
21736         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21737         iso-2022-jp even in the Japanese language environment.
21738         Suggested by Jason Rumney <jasonr@gnu.org>.
21740 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21742         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21743         use the same characters as the dummy marks; make it free from
21744         getting affected by the language environment.
21745         (gnus-summary-read-group-1): Update mark positions only when the
21746         format spec is updated.
21748         * gnus-spec.el (gnus-update-format-specifications): Return a list
21749         of updated types.
21751 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21753         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21754         of boundp to check if display-warning is available.
21756 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21758         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21760 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21762         * nnspool.el (nnspool-spool-directory): Use news-path if the
21763         news-directory variable is not bound.
21765         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21766         function instead of display-warning if it is not available.
21768 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21770         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21771         v5-10: Use `point-at-bol'.
21773 2004-10-26  Simon Josefsson  <jas@extundo.com>
21775         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21776         <chenggao@gmail.com>.
21778 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21780         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21781         instead.
21783 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21785         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21786         to remove a server from the nnimap-server-buffer-alist.
21787         (nnimap-open-connection, nnimap-close-server): Use it.
21789         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21791 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21793         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21794         running the major-mode function.
21796 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21798         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21799         dummy marks in the right way.
21801 2004-10-18  David Edmondson  <dme@dme.org>
21803         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21804         excessively.
21806 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21808         * gnus-util.el (gnus-split-references): Accept a nil references
21809         string and go on blissfully.
21811         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21812         cases where the references string is non-nil but has no references.
21814         * encrypt.el: Add autoload tags.
21816         * spam.el (spam-resolve-registrations-routine): Remove article
21817         from unregistration list too.  Reported by David Hanak
21818         <dhanak@isis.vanderbilt.edu>
21820 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21822         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21823         nil.  Change custom type.
21825 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21827         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21829         * gnus-sum.el (gnus-summary-move-article): Use it.
21831 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21833         * encrypt.el: Add autoload cookies.
21835         * spam.el (spam-backend-article-list-property)
21836         (spam-backend-get-article-todo-list)
21837         (spam-backend-put-article-todo-list)
21838         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21839         Resolve registrations separately.
21840         (spam-register-routine): Format comments.
21841         (spam-unregister-routine, spam-register-routine): Always call with
21842         specific-articles, no default list.
21843         (spam-summary-prepare-exit): Use the spam-classifications function.
21845         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21846         gnus-encrypt.el.
21848         * encrypt.el: Copied from gnus-encrypt.el.
21850         * gnus-encrypt.el: Commented that it's obsolete.
21852 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21854         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21855         (gnus-score-save): Use it.
21857         * message.el (message-bury): Use `window-dedicated-p'.
21859 2004-10-15  Simon Josefsson  <jas@extundo.com>
21861         * pop3.el (top-level): Don't require nnheader.
21862         (pop3-read-timeout): Add.
21863         (pop3-accept-process-output): Add.
21864         (pop3-read-response, pop3-retr): Use it.
21866 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21868         * spam.el (spam-register-routine): Move comment.
21869         (spam-verify-bogofilter): Use 'unknown for the initial
21870         spam-bogofilter-valid state, not 'never.
21872         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21873         for netrc-machine.
21875         * nnimap.el (nnimap-open-connection):
21876         Use netrc-machine-user-or-password.
21878 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21880         * gnus-registry.el (gnus-registry-unload-hook):
21881         Set as a variable with add-hook.
21883         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21884         of news-path.
21886         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21888         * spam.el: Delete duplicate `provide'.
21889         (spam-unload-hook): Set as a variable with add-hook.
21891 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21893         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21894         in the doc string.
21896         * message.el (message-ignored-news-headers)
21897         (message-ignored-supersedes-headers)
21898         (message-ignored-resent-headers)
21899         (message-forward-ignored-headers): Improve custom type.
21901 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21903         * message.el (message-tokenize-header): Fix 2004-09-06 change
21904         which used point-min in the wrong place.
21906 2004-10-12  Simon Josefsson  <jas@extundo.com>
21908         * tls.el (tls-certtool-program): New variable.
21909         (tls-certificate-information): New function, based on
21910         ssl-certificate-information.
21912 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21914         * compface.el: Move the version of ELisp-based uncompface program
21915         to the contrib directory because of the copyright problem.
21917 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21919         * message.el (message-kill-buffer): Raise the current frame.
21921 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21923         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21925         * gnus.el (message-y-or-n-p): Autoload.
21927         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21928         (pop3-password-required, pop3-authentication-scheme)
21929         (pop3-leave-mail-on-server): Make customizable.
21930         (pop3): New custom group.
21931         (pop3-retr): Remove `sleep-for' statements.
21932         Suggested by Dave Love <fx@gnu.org>.
21934         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21935         Windows/DOS.
21937         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21938         (imap-parse-body): Fix incorrect use of `assert'.
21939         Suggested by Dave Love <fx@gnu.org>.
21941         * mml.el (mml-minibuffer-read-disposition): Require match.
21942         Suggested by Dave Love <fx@gnu.org>.
21944 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21946         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21947         doc string.
21949 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21951         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21953 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21955         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21956         instead of calling `mm-insert-inline', to decode text/* parts
21957         before displaying them.
21959 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21961         * mm-uu.el (mm-uu-text-plain-type): New variable.
21962         (mm-uu-pgp-signed-extract-1): Use it.
21963         (mm-uu-pgp-encrypted-extract-1): Use it.
21964         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21965         bind mm-uu-text-plain-type with that value.
21966         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21967         mm-uu-dissect.
21969 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21971         * gnus-group.el (gnus-update-group-mark-positions):
21972         * gnus-sum.el (gnus-update-summary-mark-positions):
21973         * message.el (message-check-news-body-syntax):
21974         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21975         of string-as-multibyte.
21977 2004-10-05  Juri Linkov  <juri@jurta.org>
21979         * gnus-group.el (gnus-update-group-mark-positions):
21980         * gnus-sum.el (gnus-update-summary-mark-positions):
21981         * message.el (message-check-news-body-syntax):
21982         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21983         8-bit unibyte values to a multibyte string for search functions.
21985 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21987         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21988         (mm-uu-dissect-text-parts): New function.
21990         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21991         dissect text parts.
21993         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21994         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21996         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21998         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21999         Use gnus-current-topics instead of gnus-current-topic.
22001 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22003         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22005 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22007         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22008         where appropriate.
22010         * nnml.el (nnml-generate-active-info): do.
22012         * nndiary.el (nndiary-generate-active-info): do.
22014         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22015         (gnus-topic-move): do.
22017         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22018         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22020         * gnus-srvr.el (gnus-server-prepare)
22021         (gnus-server-open-all-servers): do.
22023         * gnus-msg.el (gnus-summary-cancel-article)
22024         (gnus-summary-resend-message)
22025         (gnus-summary-mail-crosspost-complaint): do.
22027         * gnus-move.el (gnus-change-server): do.
22029         * gnus-group.el (gnus-group-unmark-all-groups)
22030         (gnus-group-set-current-level): do.
22032 2004-10-04  Simon Josefsson  <jas@extundo.com>
22034         * message.el (message-generate-hashcash): Doc fix.
22036 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22038         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22039         avoid infinite recursion via gnus-get-function.
22041 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22043         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22045         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22047         * nnmail.el (nnmail-split-history): do.
22049         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22050         (nnml-request-delete-group): do.
22052         * nnslashdot.el (nnslashdot-read-groups): do.
22054         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22055         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22057         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22058         (nnspool-sift-nov-with-sed): Use last.
22059         (nnspool-retrieve-headers-with-nov): Use mapc.
22060         (nnspool-request-newgroups): Use dolist.
22061         (nnspool-request-group): Use last.
22063         * nntp.el (nntp-read-server-type): Use dolist.
22065         * nnvirtual.el (nnvirtual-create-mapping)
22066         (nnvirtual-update-read-and-marked): Use dolist.
22067         (nnvirtual-convert-headers): Simplify.
22069 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22071         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22072         Add support for sync'ing tick marks.
22074 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22076         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22077         there's no visible header.
22079 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22081         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22082         When necessary, pass full group name to gnus-request-set-marks.
22084 2004-10-01  Simon Josefsson  <jas@extundo.com>
22086         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22087         acroread.
22089 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22091         * spam-report.el (spam-report-gmane): Fix interactive.
22093         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22095         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22096         when writing file.
22097         (gnus-agent-synchronize-flags): Don't default to being
22098         interactive.
22100 2004-09-30  Simon Josefsson  <jas@extundo.com>
22102         * message.el (message-generate-hashcash): Add.
22103         (message-send-mail): Use it, call mail-add-payment.
22105 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22107         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22109 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22111         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22112         gnus-request-update-info with explicit code to sync the in-memory
22113         info read flags with the marks being sync'd to the backend.
22115         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22117 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22119         * spam.el (spam-verify-bogofilter): Add new function.
22120         (spam-check-bogofilter)
22121         (spam-bogofilter-register-with-bogofilter): Use it.
22122         (spam-verify-bogofilter): Add small fixes.
22124 2004-09-28  Simon Josefsson  <jas@extundo.com>
22126         * hashcash.el (hashcash-generate-payment): Revert.
22128 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22130         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22131         Use gnus-extract-references instead of gnus-split-references.
22133         * gnus-util.el (gnus-extract-references): Add new function, analogous
22134         to gnus-split-references but extracts only the message-ID without
22135         anything extra.
22137         * hashcash.el (hashcash-generate-payment)
22138         (hashcash-check-payment): Do the right thing if hashcash-path is
22139         nil (because the hashcash program could not be found).
22141         * spam.el (spam-use-hashcash): Remove comment.
22143 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22145         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22146         (gnus-cache-enter-article, gnus-cache-remove-article)
22147         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22149         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22151         * gnus-art.el (article-hide-boring-headers)
22152         (article-translate-strings, article-display-face)
22153         (gnus-article-mime-match-handle-first)
22154         (gnus-article-highlight-headers)
22155         (gnus-article-add-buttons-to-head): do.
22157 2004-09-27  Simon Josefsson  <jas@extundo.com>
22159         * hashcash.el: New version, from
22160         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22161         ../contrib/.
22163 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22165         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22167 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22169         * gnus-dup.el (gnus-dup-open): Use mapc.
22170         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22172         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22173         Reported by Stefan Wiens <s.wi@gmx.net>.
22175         * gnus.el (gnus-shutdown): Use dolist.
22177         * gnus-undo.el (gnus-undo): Use mapc.
22179         * nnrss.el (nnrss-generate-active): do.
22181         * message.el (message-cite-original-without-signature)
22182         (message-cite-original): Use mapc.
22183         (message-do-actions, message-make-forward-subject): Use dolist.
22185 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22187         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22188         deletion to remove entire duplicate line.  Fixes merged article
22189         number bug.
22191 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22193         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22194         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22195         first ask if you want to open a server and then, even when you
22196         responded with no, asking if you want to synchronize the server's
22197         flags.
22198         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22199         multi-line expressions.
22200         (gnus-agent-synchronize-group-flags): New internal function.
22201         Updates marks in memory (in the info structure) AND in the
22202         backend.
22204         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22206         * nnagent.el (nnagent-request-set-mark):
22207         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22208         method, to ensure that synchronization updates marks in the
22209         backend and in the info (in memory) structure.
22211 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22213         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22214         convention fully; don't miss the root article of a thread; make
22215         the X-Draft-From header with correct article numbers.
22217 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22219         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22220         unless plugged.  Disable the agent so that an open failure causes
22221         an error.
22223         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22224         Revert 2004-09-21 change.  The backend must be opened while
22225         synchronizing flags even when the backend stores the flags
22226         locally.
22228 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22230         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22231         in `header' match.  Reported by Svend Tollak Munkejord.
22233         * message.el (message-cite-original): Fix use of
22234         `message-cite-articles-with-x-no-archive'.
22236 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22238         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22239         (gnus-window-to-buffer): Ditto.
22241         * mml.el (mml-preview-buffer): New variable.
22242         (mml-preview): Manage window layout with gnus-buffer-configuration.
22244         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22245         X-Draft-From header even if those articles aren't quoted.
22247 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22249         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22250         (gnus-request-set-mark, gnus-request-update-mark): Use new
22251         g-s-t-u-l-m to decide to use backend even when unplugged.
22253 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22255         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22256         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22258 2004-09-20  Simon Josefsson  <jas@extundo.com>
22260         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22261         "utf-16-le".
22263 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22265         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22267 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22269         * uudecode.el (uudecode-use-external): Add :version.
22271         * smime.el (smime-CA-file, smime-encrypt-cipher)
22272         (smime-dns-server): Add :version.
22274         * smiley.el (gnus-smiley-file-types): Add :version.
22276         * sha1.el (sha1-use-external): Add :version.
22278         * pgg-def.el (pgg-query-keyserver): Add :version.
22280         * nnmail.el (nnmail-fancy-expiry-targets)
22281         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22282         Add :version.
22284         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22285         (nnimap-retrieve-groups-asynchronous): Add :version.
22286         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22288         * mml.el (mml-content-disposition-parameters)
22289         (mml-insert-mime-headers-always): Add :version.
22291         * mm-util.el (mm-coding-system-priorities): Add :version.
22293         * mm-decode.el (mm-inline-text-html-with-images)
22294         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22295         (mm-verify-option): Add :version.
22296         (mm-text-html-renderer): Change :version.
22298         * message.el (message-fcc-externalize-attachments)
22299         (message-required-headers, message-draft-headers)
22300         (message-subject-trailing-was-query)
22301         (message-subject-trailing-was-ask-regexp)
22302         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22303         (message-mark-insert-end, message-archive-header)
22304         (message-archive-note, message-cross-post-default)
22305         (message-cross-post-note, message-followup-to-note)
22306         (message-cross-post-note-function, message-use-mail-followup-to)
22307         (message-subscribed-address-functions)
22308         (message-subscribed-address-file, message-subscribed-addresses)
22309         (message-subscribed-regexps, message-allow-no-recipients)
22310         (message-yank-cited-prefix, message-signature-insert-empty-line)
22311         (message-hidden-headers, message-hierarchical-addresses)
22312         (message-mail-user-agent, message-use-idna)
22313         (message-valid-fqdn-regexp)
22314         (message-strip-special-text-properties, message-header-synonyms)
22315         (message-beginning-of-line, message-tab-body-function): Add :version.
22316         (message-insert-canlock, message-wide-reply-confirm-recipients):
22317         Change :version.
22319         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22320         and :version.
22321         (mail-source-delete-old-incoming-confirm)
22322         (mail-source-movemail-program): Add :version.
22324         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22325         (gnus-agent-cache, gnus-agent): Change :version.
22327         * gnus-util.el (gnus-use-byte-compile): Change :version.
22329         * gnus-sum.el (gnus-summary-make-false-root-always)
22330         (gnus-summary-default-high-score)
22331         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22332         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22333         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22334         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22335         (gnus-sum-thread-tree-single-indent)
22336         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22337         (gnus-sum-thread-tree-leaf-with-other)
22338         (gnus-sum-thread-tree-single-leaf): Add :version.
22339         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22340         (gnus-article-loose-mime): Change :version.
22342         * gnus-start.el (gnus-backup-startup-file)
22343         (gnus-save-startup-file-via-temp-buffer): Add :version.
22345         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22346         (gnus-server-offline-face): Add :version.
22348         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22350         * gnus-msg.el (gnus-gcc-externalize-attachments)
22351         (gnus-debug-files, gnus-debug-exclude-variables)
22352         (gnus-discouraged-post-methods): Change :version.
22353         (gnus-confirm-mail-reply-to-news)
22354         (gnus-confirm-treat-mail-like-news): Add :version.
22356         * gnus-int.el (gnus-server-unopen-status): Add :version.
22358         * gnus-group.el (gnus-group-jump-to-group-prompt)
22359         (gnus-large-ephemeral-newsgroup)
22360         (gnus-fetch-old-ephemeral-headers): Add :version.
22362         * gnus-fun.el (gnus-x-face-directory)
22363         (gnus-convert-pbm-to-x-face-command)
22364         (gnus-convert-image-to-x-face-command)
22365         (gnus-convert-image-to-face-command): Add :version.
22367         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22369         * gnus-cite.el (gnus-cite-blank-line-after-header)
22370         (gnus-article-boring-faces): Add :version.
22372         * gnus-art.el (gnus-buttonized-mime-types)
22373         (gnus-inhibit-mime-unbuttonizing)
22374         (gnus-treat-display-face)
22375         (gnus-treat-body-boundary): Change :version.
22376         (gnus-body-boundary-delimiter, gnus-picon-databases)
22377         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22378         (gnus-treat-date-english, gnus-treat-fold-headers)
22379         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22380         (gnus-treat-mail-picon, gnus-treat-wash-html)
22381         (gnus-article-encrypt-protocol)
22382         (gnus-use-idna, gnus-article-over-scroll)
22383         (gnus-mime-display-multipart-alternative-as-mixed)
22384         (gnus-mime-display-multipart-related-as-mixed)
22385         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22386         (gnus-ctan-url, gnus-button-ctan-handler)
22387         (gnus-button-handle-ctan-bogus-regexp)
22388         (gnus-button-ctan-directory-regexp)
22389         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22390         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22391         (gnus-button-man-level, gnus-button-emacs-level)
22392         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22394         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22395         (gnus-agent-go-online): Change :version.
22396         (gnus-agent-expire-unagentized-dirs)
22397         (gnus-agent-auto-agentize-methods): Add :version.
22399         * flow-fill.el (fill-flowed-display-column)
22400         (fill-flowed-encode-column): Add :version.
22402         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22403         (gnus-outlook-deuglify-unwrap-max)
22404         (gnus-outlook-deuglify-cite-marks)
22405         (gnus-outlook-deuglify-unwrap-stop-chars)
22406         (gnus-outlook-deuglify-no-wrap-chars)
22407         (gnus-outlook-deuglify-attrib-cut-regexp)
22408         (gnus-outlook-deuglify-attrib-verb-regexp)
22409         (gnus-outlook-deuglify-attrib-end-regexp)
22410         (gnus-outlook-display-hook): Add :version.
22412         * binhex.el (binhex-use-external): Add :version.
22414 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22416         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22417         and `invisible'.
22419 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22421         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22422         in gnus-registry-trim.
22424 2004-09-13  Simon Josefsson  <jas@extundo.com>
22426         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22428         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22430         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22431         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22432         <yamaoka@jpl.org>.
22433         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22434         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22435         <yamaoka@jpl.org>.
22437         * sieve.el (sieve-manage-mode): Ditto.
22439 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22441         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22443 2004-09-11  Simon Josefsson  <jas@extundo.com>
22445         * dns-mode.el: Add.
22447         * mm-view.el (mm-display-dns-inline): Add.
22449         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22450         (mm-automatic-display): Ditto.
22452         * mailcap.el (mailcap-mime-data): Add text/dns.
22453         (mailcap-mime-extensions): Map .soa to text/dns.
22455 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22457         * gnus-art.el (article-decode-mime-words, article-babel)
22458         (gnus-article-highlight-signature, gnus-article-add-buttons)
22459         (gnus-signature-toggle): Remove unnecessary bindings of
22460         `inhibit-read-only' inherited from v5.10 merge.
22462 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22464         * nntp.el (nntp): New customization group.
22465         (nntp-authinfo-file): Add customization group.
22467         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22469         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22471         * gnus.el (to-address, to-list, subscribed)
22472         (large-newsgroup-initial): Ditto.
22474         * flow-fill.el (fill-flowed-display-column)
22475         (fill-flowed-encode-column): Ditto.
22477 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22479         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22480         Use point-min rather than 1.
22481         (message-send-mail): Use buffer-size rather than point-max.
22483         * gnus-sum.el (gnus-summary-search-article-forward):
22484         Signal a specific `search-failed' rather than a generic `error'.
22486         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22487         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22488         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22490 2004-09-10  Simon Josefsson  <jas@extundo.com>
22492         * nndb.el (require): Remove tcp and duplicate cl.
22494 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22496         * gnus-agent.el (directory-files-and-attributes): Move forward.
22498 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22500         * gnus-agent.el (directory-files-and-attributes):
22501         Optionally defined to support XEmacs.
22503 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22505         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22506         to avoid run-time CL dependencies.
22507         (gnus-agent-unfetch-articles): New function.
22508         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22509         article numbers even when local .overview file is missing.
22510         (gnus-agent-read-article-number): New function.  Only accepts
22511         27-bit article numbers.
22512         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22513         Use gnus-agent-read-article-number.
22514         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22515         from backend while recognizing that article numbers in .overview
22516         must be valid.
22517         (gnus-agent-update-files-total-fetched-for):
22518         Use directory-files-and-attributes to improve performance.
22519         * gnus-int.el (gnus-request-move-article):
22520         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22521         improve performance.
22523         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22524         some users confused by references to .newsrc when they only have a
22525         .newsrc.eld file.
22526         (gnus-convert-mark-converter-prompt)
22527         (gnus-convert-converter-needs-prompt): Fix use of property list.
22528         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22529         New function.  Used internally to only display 'gnus converting
22530         files' message when actually necessary.
22532         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22533         methods now autoloaded.
22535 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22537         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22538         identifiers.
22540 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22542         * gnus-picon.el: Fix indentation and closing parenthesis.
22544 2004-09-01  Simon Josefsson  <jas@extundo.com>
22546         * message.el (message-canlock-generate): Require sha1, not
22547         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22548         to require within a function.  Sadly, if sha1.el isn't loaded, the
22549         let binding in m-c-g will hide the defcustom definition, which is
22550         bad.)
22552         * canlock.el: Require sha1, not sha1-el.
22554         * message.el: Don't autoload sha1 (there is a autoload cookie in
22555         sha1.el).
22557         * sha1-el.el: Rename to sha1.el.
22559 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22561         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22563 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22565         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22567 2004-08-30  Kim F. Storm  <storm@cua.dk>
22569         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22571         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22572         Add :group 'nnimap.
22574 2004-08-30  Andreas Schwab  <schwab@suse.de>
22576         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22577         ?* and ?\;.
22579         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22580         and ?\' to symbol instead of whitespace.
22582 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22584         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22586         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22587         instead of re-search-forward.
22589         * gnus-uu.el (gnus-uu-save-article): Ditto.
22590         (gnus-uu-post-encode-uuencode): Ditto.
22592         * html2text.el (html2text-clean-list-items): Ditto.
22593         (html2text-clean-dtdd): Ditto.
22594         (html2text-format-tags): Ditto.
22596         * message.el (message-send-mail-with-sendmail): Fix regexp.
22597         (message-fill-field-general): Use search-forward instead of
22598         re-search-forward.
22599         (unbold-region): Ditto.
22601         * nnrss.el (nnrss-request-article): Ditto.
22603         * nnslashdot.el (nnslashdot-request-article): Ditto.
22605         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22607         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22608         "Unrecognized menu descriptor" error in XEmacs.
22610 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22612         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22613         parent article of a sparse article in the thread hashtb.
22615 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22617         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22618         (nnmail-expand-newtext): Lowercase expanded entries if
22619         nnmail-split-lowercase-expanded is non-nil.
22621 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22623         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22625         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22626         of gnus-tmp-news-method into string under XEmacs.  It will be
22627         passed to gnus-correct-length which takes only a string argument.
22629 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22631         * gnus-util.el (gnus-bind-print-variables): New macro.
22632         (gnus-prin1): Use it.
22633         (gnus-prin1-to-string): Use it.
22634         (gnus-pp): New function.
22635         (gnus-pp-to-string): New function.
22637         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22638         Replace pp-to-string with gnus-pp-to-string.
22639         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22640         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22641         * gnus-msg.el (gnus-debug): Ditto.
22642         * gnus-score.el (gnus-score-save): Ditto.
22643         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22644         gnus-pp-to-string.
22645         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22646         with gnus-pp.
22647         * score-mode.el (gnus-score-pretty-print): Ditto.
22648         * webmail.el (webmail-debug): Ditto.
22650 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22652         * gnus-art.el (article-display-face, article-display-x-face):
22653         Use buffer-read-only.
22655 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22657         * gnus-art.el (article-hide-list-identifiers):
22658         Bind inhibit-read-only as t.
22660 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22662         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22664 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22666         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22667         (gnus-narrow-to-page): Don't assume point-min == 1.
22668         (gnus-article-edit-mode): Derive from message-mode.
22670         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22671         point-min == 1.
22673         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22674         Disable incorrect use of `assert'.
22676         * message.el (message-mode): Set comment-start-skip.
22678 2004-08-22  Sam Steingold  <sds@gnu.org>
22680         * pop3.el (pop3-leave-mail-on-server): New user variable.
22681         (pop3-movemail): Delete mail only when it is nil.
22683 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22685         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22687         * mml.el (mml-preview): Use `pop-to-buffer'.
22689         * message.el (message-goto-mail-followup-to): Insert after "To".
22690         (message-carefully-insert-headers): Add comment.
22692         * gnus.el: Remove unused variable `gnus-article-check-size'.
22694         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22696         * gnus-art.el (gnus-button-alist):
22697         Improve `gnus-button-handle-library' entry.
22699 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22701         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22702         Use downcase, since XEmacs capitalizes error messages differently.
22704 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22706         * nntp.el: Add (require 'gnus) due to reference to
22707         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22709 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22711         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22712         Bind `mm-fill-flowed'.
22714         * mm-decode.el (mm-dissect-singlepart): Check it.
22716 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22718         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22719         'imap' for netrc parsing.
22721 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22723         * mailcap.el (mailcap-mime-data): Mark as risky.
22725 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22727         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22728         may be included in the encoded word.
22729         (rfc2047-encode): Don't append a space if the encoded word
22730         includes close parenthesis.
22732 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22734         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22735         of text within parentheses.
22737 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22739         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22740         (gnus-encrypt-write-file-contents): Make the password key the file
22741         name PLUS the cipher, not just the cipher.  Also remove failed
22742         passwords from the cache.
22744 2004-08-06  Simon Josefsson  <jas@extundo.com>
22746         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22747         Doc fix.
22749 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22751         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22752         LWSP.
22754 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22756         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22757         Try to append in-reply-to: data to the references: header.
22759         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22760         (netrc-parse): Use gnus-encrypt.el functions.
22762         * gnus-encrypt.el: Add new file for encryption support; currently
22763         does only a few GPG ciphers and an internal XOR cipher.
22765         * password.el: Add comments on using password-read-and-add.
22766         (password-read-and-add): Add function to read and add the
22767         password to the cache at once.
22769 2004-07-28  Simon Josefsson  <jas@extundo.com>
22771         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22772         parameter (but don't use it, for now).
22774         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22775         instead of hard coding to nil.
22777 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22779         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22780         as mm-inline-image-xemacs does.
22782 2004-07-26  Simon Josefsson  <jas@extundo.com>
22784         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22785         Revert part of 2004-07-17 change below.
22787 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22789         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22790         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22792 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22794         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22795         quotes that actually start with ">" at the beginning of the
22796         lines.
22798 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22800         * rfc2047.el (rfc2047-encode-region): Fix last change.
22801         (rfc2047-encode-parameter): Remove useless concat.
22803 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22805         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22806         encode special characters; fix some kind of misconfigured headers;
22807         signal a real error if debug-on-quit or debug-on-error is non-nil.
22808         (rfc2047-encode-max-chars): New variable.
22809         (rfc2047-encode-1): Use it.
22810         (rfc2047-encode-parameter): New function.
22812         * mml.el (mml-insert-parameter): Remove an excessive space.
22814 2004-07-17  Simon Josefsson  <jas@extundo.com>
22816         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22817         Kai Grossjohann <kai@emptydomain.de>.
22818         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22819         (gnus-group-make-menu-bar): Ditto.
22821         * gnus-util.el (gnus-group-server): Add.
22823 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22825         * message.el (message-clone-locals): Clone sendmail and smtp
22826         variables.
22828 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22830         * rfc2047.el (rfc2047-encode-region): Fix last change.
22832 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22834         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22835         characters as non-special.
22837 2004-07-09  Simon Josefsson  <jas@extundo.com>
22839         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22840         Users will lose all flag changes made while unplugged with
22841         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22842         good default.  See numerous reports on ding mailing list.
22844 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22846         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22847         add generate-head-function and generate-article-function to the
22848         rfc822-forward entry.
22849         (nndoc-rfc822-forward-generate-article): New function.
22850         (nndoc-rfc822-forward-generate-head): New function.
22852         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22854 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22856         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22857         respect display group parameter and gnus-summary-expunge-below.
22858         (gnus-articles-to-read): Remove unused reference to display group
22859         parameter.
22861 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22863         * nnheader.el (nnheader-uniquify-message-id): New experimental
22864         variable.
22865         (nnheader-nov-read-message-id): Use it.
22867         * spam-report.el (spam-report-gmane): Add interactive.
22869 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22871         * mm-encode.el (mm-content-transfer-encoding-defaults):
22872         Use qp-or-base64 for the application/* types.
22874 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22876         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22878 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22880         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22881         trim value.
22883 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22885         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22886         New macro and function.
22887         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22889 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22891         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22892         after-load-alist.
22894 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22896         * gnus-group.el (gnus-group-get-new-news-this-group):
22897         Don't update info that isn't there.
22899 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22901         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22902         entry.
22904 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22906         * mm-view.el (mm-inline-render-with-function): Use multibyte
22907         buffer; decode html source by charset.
22909         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22911         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22912         Mule-UCS is loaded under XEmacs.
22913         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22915 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22917         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22919 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22921         * mm-util.el (mm-coding-system-p): Return a coding-system.
22922         (mm-mime-mule-charset-alist): Use shift_jis instead of
22923         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22924         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22925         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22926         instead of japanese-shift-jis and iso-latin-1 respectively in
22927         order to share the default value with both Emacs and XEmacs-mule.
22928         (mm-mule-charset-to-mime-charset):
22929         Make mm-coding-system-priorities effective.
22930         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22931         while predicating of candidates upon the priorities.
22933 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22935         * gnus-sum.el (gnus-summary-make-menu-bar):
22936         Add gnus-uu-invert-processable.
22938         * gnus.el: Autoload gnus-uu-invert-processable.
22940 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22942         * mm-util.el (mm-with-multibyte-buffer): New macro.
22944         * rfc2047.el (rfc2047-encode-string): Use it.
22945         (rfc2047-encode-region): Move point to the end of the region after
22946         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22948 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22950         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22951         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22953 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22955         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22956         (gnus-cite-parse): Ignore quoted envelope From_.
22957         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22959 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22961         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22962         invalid addresses.
22964 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22966         * spam.el: Change section markers, revise TODO list.
22967         (spam-backends): Make new master list of all installed backends.
22968         (spam-summary-exit-behavior): Add new variable to determine how
22969         messages moves are done at summary exit.
22970         (spam-move-spam-nonspam-groups-only)
22971         (spam-process-ham-in-nonham-groups)
22972         (spam-process-ham-in-spam-groups): Remove variables, the
22973         spam-summary-exit-behavior variable should be used to manage this
22974         behavior.
22975         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22976         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22977         and spam-old-spam-articles.
22978         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22979         Add empty variables, placeholders for the backends they represent.
22980         (spam-set-difference): Move, unchanged.
22981         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22982         unless the user has a processor variable.
22983         (spam-classifications, spam-classification-valid-p)
22984         (spam-backend-properties, spam-backend-property-valid-p)
22985         (spam-backend-function-type-valid-p)
22986         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22987         (spam-report-articles-gmane, spam-report-articles-resend):
22988         Remove functions, they are not needed.
22989         (spam-install-backend-super, spam-backend-list)
22990         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22991         (spam-backend-function, spam-backend-ham-registration-function)
22992         (spam-backend-spam-registration-function)
22993         (spam-backend-ham-unregistration-function)
22994         (spam-backend-spam-unregistration-function)
22995         (spam-backend-statistical-p, spam-backend-mover-p)
22996         (spam-install-backend-alias, spam-install-checkonly-backend)
22997         (spam-install-mover-backend, spam-install-nocheck-backend)
22998         (spam-install-backend, spam-install-statistical-backend)
22999         (spam-install-statistical-checkonly-backend): Add backend installation
23000         support.
23001         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23002         (spam-group-processor-p): Use the new backend code and respect the
23003         summary exit behavior.
23004         (spam-mark-spam-as-expired-and-move-routine): Remove.
23005         (spam-summary-prepare): Change to use the new spam-old-articles
23006         variable.
23007         (spam-copy-or-move-routine, spam-copy-spam-routine)
23008         (spam-move-spam-routine, spam-copy-ham-routine)
23009         (spam-move-ham-routine): Add code to copy/move ham or spam.
23010         (spam-fetch-field-fast): Improve doc and code, plus allow the
23011         'number request.
23012         (spam-list-of-checks, spam-list-of-statistical-checks):
23013         Remove variables.
23014         (spam-split, spam-find-spam): Use the new backend code.
23015         (spam-registration-functions): Remove variable.
23016         (spam-unregister-routine): Add convenience wrapper.
23017         (spam-log-undo-registration, spam-register-routine)
23018         (spam-log-processing-to-registry)
23019         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23020         where possible.
23021         (spam-check-gmane-xref, spam-check-regex-headers)
23022         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23023         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23024         (spam-check-bogofilter-headers, spam-check-spamoracle)
23025         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23026         (spam-check-crm114-headers): Use the spam-split-group that
23027         spam-split prepares, no need to determine it every time.
23029         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23030         to the nnheader-parse-naked-head call.
23032         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23034         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23035         the nnheader-nov-read-message-id call.
23037 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23039         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23040         gnus-activate-group twice.  Suggested by Markus Peter
23041         <warp@spin.de>.
23043 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23045         * gnus-art.el (gnus-article-time-format): Exchange the order of
23046         day and month in the default value; fix customization type.
23047         (article-date-ut): Use add-text-properties.
23048         (article-make-date-line): Use message-make-date instead of
23049         current-time-string.
23051         * message.el (message-fetch-field): Don't use set-text-properties.
23052         (message-make-date): Simplify.
23054 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23056         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23057         (rfc2047-encode-region): Treat text within parentheses as special;
23058         show the original text when error has occurred.
23060         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23061         already-computed method to gnus-activate-group.
23063         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23064         same select-methods identical Lisp objects.
23066         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23067         object when modifying the info.
23069 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23071         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23072         gnus-opened-servers since it has never been opened with the new
23073         configuration yet.
23075 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23077         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23078         arg to nnheader-generate-fake-message-id.
23080 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23082         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23083         number and build a fake message ID localized to a group and
23084         article number (so it's repeatable from that point on).
23085         (nnheader-fake-message-id-p): Change regex to accommodate new fake
23086         ID format.
23088         * gnus-sum.el (gnus-get-newsgroup-headers):
23089         Call nnheader-generate-fake-message-id with the article number.
23091 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23093         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23094         end-of-buffer.
23096 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23098         * message.el (message-ignored-supersedes-headers): Add Approved.
23100 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23102         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23103         goto-char.
23104         (rfc2047-encode): Fold the line before encoding.
23106 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23108         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23109         folding -- not all headers can be folded, and this should be done
23110         by the message composition mode.  Probably.  I think.
23112 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23114         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23115         fast.
23117         * gnus-ems.el (gnus-remove-image): Don't use
23118         message-text-with-property; remove only the image found first.
23120 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23122         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23124 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23126         * message.el (message-text-with-property): Make it fast and accept
23127         optional arguments.
23128         (message-strip-forbidden-properties): Use it.
23129         (message-fix-before-sending): Follow the m-t-w-p change.
23131         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23133 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23135         * gnus-art.el (article-hide-headers): Don't change the buffer
23136         mistakenly when performing mml-preview even if
23137         gnus-single-article-buffer is nil.
23139 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23141         * message.el (message-expand-name-databases): New user option.
23142         (message-expand-name): Use it.
23144 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23146         * spam.el (spam-report-articles-resend)
23147         (spam-report-resend-register-routine): Allow ham reporting.
23148         (spam-report-resend-register-ham-routine): Add wrapper.
23149         (spam-registration-functions): Add ham resending functions.
23150         (spam-list-of-processors): Add ham resend processor.
23152         * gnus.el (ham-resend-to): Add new group parameter.
23153         (spam-process): Add ham resend option.
23155         * spam-report.el (spam-report-resend): Allow reporting ham.
23156         (spam-report-resend-ham): Add wrapper.
23158 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23160         * message.el (message-cite-articles-with-x-no-archive):
23161         New variable.
23162         (message-cite-original): Use it.
23164 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23166         * message.el (message-cite-original): Respect X-No-Archive.
23168 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23170         * gnus-art.el (article-hide-headers): Refer to the values for
23171         gnus-ignored-headers and gnus-visible-headers in the summary
23172         buffer since a user may have set them as group parameters.
23174 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23176         * assistant.el (assistant-node-name): Add convenience function.
23177         (assistant-render-text, assistant-render-node): Add error handling,
23178         plus handle multiple next nodes.
23179         (assistant-find-next-node): Comment out for now.
23180         (assistant-find-next-nodes): Add function, returns list of next
23181         nodes.
23183 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23185         * mail-source.el (mail-source-directory): Fix doc-string.
23187 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23189         * assistant.el (assistant-render-text, assistant-eval): Add :set
23190         widget type, which is different because it takes and returns a
23191         list.  Much hilarity ensues.
23193 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23195         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23197         * gnus-group.el (gnus-group-get-new-news-this-group):
23198         Add doc-string.
23200         * gnus-start.el (gnus-activate-group): Add doc-string.
23202 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23204         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23206 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23208         * assistant.el (assistant-render-text): Try to add a :set
23209         widget, more to come.
23211         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23212         strings.
23213         (spam-report-articles-resend)
23214         (spam-register-routine): Do registration iff any articles warrant
23215         it.
23216         (spam-summary-prepare-exit): Change log message for nil group
23217         destinations.
23219 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23221         * spam.el (spam-report-resend-register-routine):
23222         Allow spam-report-resend-to to be a group parameter or a global value.
23224 2004-05-26  Simon Josefsson  <jas@extundo.com>
23226         * starttls.el: Merge with my GnuTLS based starttls.el.
23227         (starttls-gnutls-program, starttls-use-gnutls)
23228         (starttls-extra-arguments, starttls-process-connection-type)
23229         (starttls-connect, starttls-failure, starttls-success):
23230         New variables.
23231         (starttls-program, starttls-extra-args): Doc fix.
23232         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23233         New functions.
23234         (starttls-negotiate, starttls-open-stream):
23235         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23236         function if it is set.
23238 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23240         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23241         structured fields.
23243 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23245         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23247 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23249         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23250         Add variable.
23251         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23252         assigning the spam-mark to new messages.
23254 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23256         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23258 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23260         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23261         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23262         default.
23264 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23266         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23267         correct data.
23269 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23271         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23272         (spam-group-processor-p): Fix function.
23273         (spam-group-processor-multiple-p)
23274         (spam-group-spam-processor-report-gmane-p)
23275         (spam-group-spam-processor-report-resend-p)
23276         (spam-group-spam-processor-bogofilter-p)
23277         (spam-group-spam-processor-blacklist-p)
23278         (spam-group-spam-processor-ifile-p)
23279         (spam-group-ham-processor-ifile-p)
23280         (spam-group-spam-processor-spamoracle-p)
23281         (spam-group-spam-processor-crm114-p)
23282         (spam-group-ham-processor-bogofilter-p)
23283         (spam-group-spam-processor-stat-p)
23284         (spam-group-ham-processor-stat-p)
23285         (spam-group-ham-processor-whitelist-p)
23286         (spam-group-ham-processor-BBDB-p)
23287         (spam-group-ham-processor-spamoracle-p)
23288         (spam-group-ham-processor-copy-p): Remove functions with some
23289         prejudice against unneeded code.
23290         (spam-report-articles-resend)
23291         (spam-report-resend-register-routine): Allow the group/topic
23292         spam-resend-to value to override spam-report-resend-to.
23293         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23294         properly now.
23296         * gnus.el (spam-resend-to): Add group/topic parameter.
23297         (spam-process): Move the OBSOLETE processors to the end of the
23298         choices.
23300 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23302         * spam-report.el (spam-report-resend-to, spam-report-resend):
23303         Start with resend-to set to nil, and then ask the user if necessary.
23304         (spam-report-resend): spam-report-resend takes a list of articles, not
23305         separate article numbers.
23307 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23309         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23310         addition to emacs-w3m.
23312 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23314         * assistant.el (assistant-authinfo-data): New function.
23315         (assistant-eval): Eval for entire assistant.
23317         * netrc.el (netrc-services-file): New variable.
23318         (netrc-parse-services): New function.
23319         (netrc-find-service-name): New function.
23320         (netrc-find-service-number): New function.
23321         (netrc-port-equal): New function.
23322         (netrc-machine): Use it.
23324         * nnimap.el (nnimap-open-connection): Use netrc.
23326         * gnus-util.el (gnus-netrc-get): Remove aliases.
23328         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23330         * assistant.el (wid-edit): Fix compilation.
23332         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23334 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23336         * gnus-util.el (gnus-set-file-modes): New function.  (small
23337         patch).
23339 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23341         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23343         * assistant.el (assistant-render-node): Fix up rendering and
23344         read-only text.
23345         (assistant-render-node): Reset.
23346         (assistant-make-read-only): Not sticky.
23348 2004-05-20  Danny Siu  <dsiu@adobe.com>
23350         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23351         centered even when gnus-auto-center-summary is t.
23353 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23355         * dns.el (dns-get-txt-answer): New function.
23356         (dns-read-txt): Ditto.
23357         (query-dns): Use it.
23359 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23361         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23362         active for foreign groups even if the group level is higher than
23363         the specified value.
23365 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23367         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23368         non-active groups.
23370         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23372 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23374         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23376 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23378         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23379         (spam-crm114-header, spam-crm114-spam-switch)
23380         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23381         (spam-crm114-positive-spam-header)
23382         (spam-crm114-database-directory, spam-list-of-processors)
23383         (spam-group-spam-processor-crm114-p)
23384         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23385         (spam-generic-score, spam-list-of-checks)
23386         (spam-list-of-statistical-checks, spam-registration-functions)
23387         (spam-check-crm114-headers, spam-crm114-score)
23388         (spam-check-crm114, spam-crm114-register-with-crm114)
23389         (spam-crm114-register-spam-routine)
23390         (spam-crm114-unregister-spam-routine)
23391         (spam-crm114-register-ham-routine)
23392         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23394 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23396         * gnus.el: Add spam-use-crm114.
23398         * spam.el (spam-list-of-processors, spam-registration-functions):
23399         Add spam-use-resend.
23400         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23401         (spam-report-articles-gmane): Add doc fix.
23402         (spam-report-articles-resend, spam-report-resend-register-routine):
23403         Add wrappers around spam-report-resend-to.
23405         * spam-report.el (spam-report-resend-to, spam-report-resend):
23406         Add support for resending spam.
23407         (spam-report-gmane): Fix line length >80.
23409         * gnus.el (spam-process): Add spam-use-resend.
23411 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23413         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23414         number of processed spam messages.
23415         (spam-ham-copy-or-move-routine): Return the number of processed
23416         ham messages.
23417         (spam-summary-prepare-exit): Use the above values to decide
23418         whether status messages shouled be displayed.
23420 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23422         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23423         `rfc2047-encoding-function-alist' in order to avoid conflicting
23424         with the old version.
23425         (rfc2047-encode-region): Concatenate words containing non-ASCII
23426         characters in structured fields; don't encode space-delimited
23427         ASCII words even in unstructured fields; don't break words at
23428         char-category boundaries.
23429         (rfc2047-encode-1): New function.
23430         (rfc2047-encode): Use it; encode text so that it occupies the
23431         maximum width within 76-column; work correctly on Q encoding for
23432         iso-2022-* charsets.
23433         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23434         sure not to break a line just after the header name.
23435         (rfc2047-b-encode-region): Remove.
23436         (rfc2047-b-encode-string): New function.
23437         (rfc2047-q-encode-region): Remove.
23438         (rfc2047-q-encode-string): New function.
23440         * mm-util.el (mm-replace-in-string): New function.
23442 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23444         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23445         Really get it right.
23446         (gnus-inews-make-draft): Really.
23448 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23450         * nnmh.el (nnmh-request-list-1): Don't check the link count
23451         before descending.  (small patch)
23453 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23455         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23456         stuff.
23458         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23459         Match on real group name.
23461         * gnus-art.el (gnus-signature-limit): Doc fix.
23463         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23465 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23467         * gnus-draft.el (gnus-draft-send):
23468         Bind rfc2047-encode-encoded-words.
23470         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23471         (rfc2047-encodable-p): Say that =? needs encoding.
23472         (rfc2047-encode-encoded-words): New variable.
23474         * gnus-group.el (gnus-group-select-group): Doc fix.
23476         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23478         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23479         to nil.
23481         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23483         * nnheader.el (nnheader-get-lines-and-char): New function.
23485 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23487         * gnus-msg.el (gnus-summary-followup-with-original):
23488         Document yanking of region when active.
23490 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23492         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23493         groups if the group level is higher than the specified value.
23495 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23497         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23498         (gnus-group-jump-to-group): Add prefix argument using
23499         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23500         non-active group.
23502         * compface.el (uncompface): Be verbose when changing
23503         `uncompface-use-external'.
23505         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23506         handle manual section.
23508 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23510         * gnus-art.el (gnus-button-alist): Revert previous change.
23512 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23514         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23516 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23518         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23519         whether backend can accept message.
23521         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23523 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23525         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23526         Avoid creating directory when nntp-marks-is-evil is true.
23527         Reported by Reiner Steib.
23529 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23531         * gnus-picon.el (gnus-picon-insert-glyph):
23532         Add optional `nostring' argument.
23534 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23536         * gnus-picon.el (gnus-picon-style): New variable.
23537         (gnus-picon-transform-address): Support `gnus-picon-style'.
23539 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23541         * message.el (message-fill-field): Return point.
23542         (message-generate-headers): Go to end of field.
23544         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23545         stuff for non-living groups.
23547 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23549         * gnus-art.el (gnus-article-followup-with-original)
23550         (gnus-article-reply-with-original): gnus-mark-active-p ->
23551         gnus-region-active-p.
23553 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23555         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23556         only when there is spam or ham to be processed.
23558 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23560         * mail-source.el (mail-source-delete-crash-box): Refactor.
23561         (mail-source-fetch): Use it.
23562         (mail-source-fetch-file): Ditto.
23563         (mail-source-fetch-directory): Run PostScript in loop.
23564         (mail-source-fetch-pop): Delete.
23565         (mail-source-fetch-maildir): Ditto.
23566         (mail-source-fetch-imap): Ditto.
23568         * imap.el (imap-authenticators): Comment out sasl.
23570         * message.el (message-skip-to-next-address): New function.
23571         (message-fill-header-address): Refactor.
23572         (message-fill-address): Use it.
23573         (message-delete-address): Use it.
23574         (message-fill-header-general): Refactor.
23575         (message-fill-field-address): Rename.
23576         (message-narrow-to-field): Find the start of the header.
23577         (message-header-format-alist): Don't pre-fill.
23578         (message-fill-header): Remove.
23579         (message-insert-header): New function.
23580         (message-shorten-references): Use it.
23582         * rfc2047.el (rfc2047-field-value): Strip props.
23584         * mail-parse.el (mail-header-make-address): New alias.
23586         * ietf-drums.el (ietf-drums-make-address): New function.
23588         * imap.el: Add compiler directives.
23590         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23592         * gnus-art.el (article-decode-idna-rhs): Don't use
23593         message-idna-inside-rhs-p.
23595 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23597         * message.el (message-idna-inside-rhs-p): Remove.
23598         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23600         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23601         false positives.
23603 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23605         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23607 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23609         * nneething.el (nneething-file-name): Don't create spurious
23610         files.
23612         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23613         (gnus-inews-do-gcc): Remove sleep.
23615         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23616         part under point.
23618         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23619         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23621 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23623         * spam.el (spam-summary-prepare-exit): Fix (length).
23625 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23627         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23628         as expired without moving it" message when there are spam
23629         messages left.
23631 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23633         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23634         header is not nil.
23636 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23638         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23639         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23640         (nntp-marks-changed-p): New arg SERVER.
23641         (nntp-request-update-info): Adjust caller.
23643 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23645         * nntp.el (nntp-save-marks): Pass missing arg.
23647 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23649         * nntp.el: Support marks.
23650         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23651         (nntp-marks-modtime, nntp-marks-directory): New variables.
23652         (nntp-request-set-mark, nntp-request-update-info)
23653         (nntp-possibly-create-directory, nntp-marks-changed-p)
23654         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23655         New functions.
23657 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23659         * gnus-score.el (gnus-score-insert-help):
23660         Use gnus-select-lowest-window.
23662         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23663         appt-select-lowest-window and rename to gnus-select-lowest-window.
23665         * gnus.el: do.
23667 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23669         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23670         encodings of MIME-encoded words, in order to improve
23671         interoperability with several broken MUAs.
23673 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23675         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23676         tags, only when charsets are not specified in headers.
23677         (mm-inline-text-html-render-with-w3m): Ditto.
23679 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23681         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23682         instead of MIME-decoded from fields when checking
23683         `gnus-article-address-banner-alist'.
23685 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23687         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23688         description rather than subject.
23690 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23692         * gnus.el (gnus-version-number): Bump.
23694 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23696         * gnus.el: No Gnus v0.2 is released.
23698 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23700         * gnus-agent.el (gnus-agent-read-agentview):
23701         Inline gnus-uncompress-range.
23703 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23705         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23706         `exec-installed-p'.
23708 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23710         * gnus.el (spam-process, spam-autodetect-methods):
23711         Add bsfilter and bsfilter-headers.
23713         * spam.el (spam-bsfilter): New customize group.
23714         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23715         (spam-bsfilter-header, spam-bsfilter-probability-header)
23716         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23717         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23718         (spam-bsfilter-database-directory): New options.
23719         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23720         (spam-list-of-statistical-checks, spam-registration-functions):
23721         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23722         (spam-bsfilter-score): New command.
23723         (spam-check-bsfilter-headers, spam-check-bsfilter)
23724         (spam-bsfilter-register-with-bsfilter)
23725         (spam-bsfilter-register-spam-routine)
23726         (spam-bsfilter-unregister-spam-routine)
23727         (spam-bsfilter-register-ham-routine)
23728         (spam-bsfilter-unregister-ham-routine): New functions.
23729         (spam-generic-score): Support bsfilter; Accept an optional argument
23730         to recalcurate spam score even if scoring header has already been
23731         added.
23732         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23733         optional argument to recalcurate spam score even if scoring header
23734         has already been added.
23736 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23738         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23739         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23740         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23741         link is missing.
23743 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23745         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23746         (html2text-get-attr): Rewrite.
23748         * message.el (message-setup-1): Remove redundant put-text-property
23749         on mail-header-separator.
23751 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23753         * gnus-registry.el (gnus-registry-cache-whitespace)
23754         (gnus-registry-action, gnus-registry-spool-action)
23755         (gnus-registry-split-fancy-with-parent): Change message levels
23756         from 5 to 3 or 7, as needed.
23758         * spam.el (spam-summary-prepare-exit)
23759         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23760         (spam-split, spam-find-spam, spam-log-undo-registration)
23761         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23762         level from 5 to 6.
23764 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23766         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23767         2004-03-04 change).
23769 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23771         * sieve-manage.el (sieve-manage-open):
23772         * nnweb.el (nnweb-insert-html):
23773         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23774         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23775         * nnspool.el (nnspool-request-group):
23776         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23777         * nnml.el (nnml-request-update-info):
23778         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23779         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23780         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23781         (nnimap-request-set-mark):
23782         * nnfolder.el (nnfolder-request-update-info):
23783         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23784         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23785         * gnus-uu.el (gnus-uu-find-articles-matching):
23786         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23787         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23788         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23789         * gnus-nocem.el (gnus-nocem-scan-groups):
23790         * gnus-int.el (gnus-start-news-server):
23791         * gnus-group.el (gnus-group-make-kiboze-group)
23792         (gnus-group-browse-foreign-server):
23793         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23794         Use mapc when appropriate.
23796 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23797             Adam Sjøgren  <asjo@koldfront.dk>
23798             Wes Hardaker  <wes@hardakers.net>
23799             Michael Shields  <shields@msrl.com>
23801         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23802         may need for spam sorting and scoring.
23803         (spam-user-format-function-S): Add user format function suitable for
23804         general use.
23805         (spam-article-sort-by-spam-status): Add sorting function for summary
23806         sorting.
23807         (spam-extra-header-to-number): Add function to get a score from a
23808         header.
23809         (spam-summary-score): Add function to get a numeric score from the
23810         headers.
23811         (spam-generic-score): Fix function doc, was in wrong place.
23812         (spam-initialize): Take symbols when it's run, and install the
23813         extra headers that spam-necessary-extra-headers thinks we need.
23815 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23817         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23818         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23820 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23822         * gnus-sum.el (gnus-set-global-variables)
23823         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23824         (gnus-article-get-xrefs, gnus-summary-best-group)
23825         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23826         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23827         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23828         Use with-current-buffer.
23830 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23832         * spam.el (spam-summary-prepare-exit): Simplify logic.
23833         (spam-fetch-article-header): Read the article header if it's not
23834         available.
23835         (spam-list-articles): Simplify logic.
23836         (spam-filelist-register-routine): Fix bug with unregister-list.
23838         * gnus-registry.el: Fix comments at beginning.
23840 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23842         * message.el (message-cater-to-broken-inn): Remove.
23843         (message-shorten-references): Make sure the total folded length of
23844         References is shorter than 998 characters to cater to a bug in INN
23845         2.3.  Also, don't pretend that references aren't folded -- this
23846         hasn't worked for a while.
23848 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23850         * gnus-agent.el (gnus-agentize):
23851         gnus-agent-send-mail-real-function no longer set to current value
23852         of message-send-mail-function but rather a lambda that calls
23853         message-send-mail-function.  The change makes the agent real-time
23854         responsive to user changes to message-send-mail-function.
23856 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23858         * legacy-gnus-agent.el
23859         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23860         help from Florian Weimer <fw@deneb.enyo.de>
23862 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23864         * nnmail.el (nnmail-cache-insert): Revert last change.
23866 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23868         * nnmail.el (nnmail-cache-insert): Always check whether
23869         nnmail-cache-ignore-groups matches a group name.
23871 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23873         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23874         (spam-find-spam, spam-log-processing-to-registry)
23875         (spam-log-registered-p, spam-log-unregistration-needed-p)
23876         (spam-log-undo-registration): Use gnus-message instead of
23877         gnus-error, none of these errors are fatal.
23879         * gnus-registry.el (gnus-registry-clean-empty-function)
23880         (gnus-registry-clean-empty): Remove only empty entries without
23881         extra data.
23883 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23885         * spam-stat.el (spam-stat-buffer-change-to-spam)
23886         (spam-stat-buffer-change-to-non-spam): Change (error) to
23887         (gnus-message 8) invocation.
23889 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23891         * nntp.el (nntp-via-netcat-command): New variable.
23892         (nntp-via-netcat-switches): New variable.
23893         (nntp-open-via-rlogin-and-netcat): New function.
23894         (nntp-open-connection-function): Doc fix.
23895         (nntp-telnet-command): Doc fix.
23896         (nntp-end-of-line): Doc fix.
23897         (nntp-via-rlogin-command): Doc fix.
23898         (nntp-via-user-name): Doc fix.
23899         (nntp-via-address): Doc fix.
23901 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23903         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23904         error in Emacs 21.1.
23906 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23908         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23910 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23912         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23913         (gnus-agent-with-refreshed-group): New macro.
23914         (gnus-agent-rename-group): New function.
23915         (gnus-agent-delete-group): New function.
23916         (gnus-agent-save-group-info): Use gnus-command-method when
23917         `method' parameter is nil.  Don't write nil entries into the
23918         active file.
23919         (gnus-agent-get-group-info): New function.
23920         (gnus-agent-fetch-articles):
23921         Use gnus-agent-update-files-total-fetched-for to increment disk space
23922         used.
23923         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23924         Use gnus-agent-update-view-total-fetched-for to increment disk space
23925         used.
23926         (gnus-agent-get-local): Add optional parameters to avoid calling
23927         gnus-group-real-name and gnus-find-method-for-group.
23928         (gnus-agent-set-local): Delete stored entry if either min, or max,
23929         are nil.
23930         (gnus-agent-fetch-session): Reworded error/quit messages.
23931         On quit, use gnus-agent-regenerate-group to record existence of any
23932         articles fetched to disk before the quit occurred.
23933         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23934         gnus-agent-update-view-total-fetched-for, and
23935         gnus-agent-update-files-total-fetched-for to decrement disk space
23936         used.
23937         (gnus-agent-retrieve-headers):
23938         Use gnus-agent-update-view-total-fetched-for to increment disk space
23939         used.
23940         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23941         with gnus-agent-update-files-total-fetched-for to decrement disk
23942         space and fresh group buffer.
23943         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23944         (gnus-agent-need-update-total-fetched-for): New variable.
23945         (gnus-agent-update-files-total-fetched-for): New function.
23946         (gnus-agent-update-view-total-fetched-for): New function.
23947         (gnus-agent-total-fetched-for): New function.
23949         * gnus-cache.el (gnus-cache-save-buffers):
23950         Use gnus-cache-update-overview-total-fetched-for to change disk space
23951         used by this group.
23952         (gnus-cache-possibly-enter-article):
23953         Use gnus-cache-update-file-total-fetched-for to increment disk space
23954         used by this group.
23955         (gnus-cache-possibly-remove-article):
23956         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23957         used by this group.
23958         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23959         (gnus-cache-rename-group): New function.
23960         (gnus-cache-delete-group): New function.
23961         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23962         (gnus-cache-need-update-total-fetched-for): New variable.
23963         (gnus-cache-with-refreshed-group): New macro.
23964         (gnus-cache-update-file-total-fetched-for): New function.
23965         (gnus-cache-update-overview-total-fetched-for): New function.
23966         (gnus-cache-rename-group-total-fetched-for): New function.
23967         (gnus-cache-delete-group-total-fetched-for): New function.
23968         (gnus-cache-total-fetched-for): New function.
23970         * gnus-group.el: Require gnus-sum and autoload functions to
23971         resolve warnings when gnus-group.el compiled alone.
23972         (gnus-group-line-format): Documented new %F.
23973         (size of Fetched data) group line format; identifies disk space
23974         used by agent and cache.
23975         (gnus-group-line-format-alist): Defined new F format.
23976         (gnus-total-fetched-for): New function.
23977         (gnus-group-delete-group): No longer update
23978         gnus-cache-active-altered as gnus-request-delete-group now keeps
23979         the cache in sync.
23980         (gnus-group-list-active): Let the agent store a server's active
23981         list if currently plugged.
23983         * gnus-int.el (gnus-request-delete-group):
23984         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23985         local disk in sync with the server.
23986         (gnus-request-rename-group):
23987         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23988         local disk in sync with the server.
23990         * gnus-start.el (gnus-get-unread-articles):
23991         Cosmetic simplification to logic.
23993         * gnus-util.el (gnus-rename-file): New function.
23995 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23997         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23999 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24001         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24002         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24004 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24006         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24007         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24009 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24011         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24013 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24015         * spam.el (spam-set-difference): Add function to replace
24016         gnus-set-difference in spam.el.
24017         (spam-summary-prepare-exit): Use spam-set-difference.
24019 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24021         * gnus-registry.el (gnus-registry-cache-file): Update to use
24022         gnus-dribble-directory OR gnus-home-directory OR ~.
24023         (gnus-registry-split-fancy-with-parent): Fix doc.
24025 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24027         * message.el (message-exchange-point-and-mark):
24028         Use message-mark-active-p.  Suggested by Jesper Harder
24029         <harder@ifa.au.dk>.
24031 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24033         * message.el (message-exchange-point-and-mark): Don't activate
24034         region if it was inactive.  Suggested by Hiroshi Fujishima
24035         <pooh@nature.tsukuba.ac.jp>.
24037 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24039         * gnus-art.el (article-display-face): Display Faces in the same
24040         order as X-Faces.
24042 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24044         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24046 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24048         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24049         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24050         (gnus-article-mime-hierarchy): Remove.
24051         (gnus-article-mime-hierarchy-next): Remove.
24052         (gnus-article-mode): Revert 2004-03-19 change.
24053         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24054         (gnus-insert-mime-button): Revert 2004-03-19 change.
24055         (gnus-mime-accumulate-hierarchy): Remove.
24056         (gnus-mime-enter-multipart): Remove.
24057         (gnus-mime-leave-multipart): Remove.
24058         (gnus-mime-display-part): Revert 2004-03-19 change.
24059         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24061         * mml.el (mml-preview): Revert 2004-03-19 change.
24063 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24065         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24067 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24069         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24070         t while entering a file name using the mm-with-multibyte macro.
24071         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24073         * mm-util.el (mm-with-multibyte): New macro.
24075 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24077         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24078         New user option.
24079         (gnus-mime-multipart-functions): Doc and customization fix.
24080         (gnus-article-mime-hierarchy): New variable.
24081         (gnus-article-mime-hierarchy-next): New variable.
24082         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24083         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24084         gnus-article-mime-hierarchy-next to nil.
24085         (gnus-insert-mime-button): Show hierarchy numbers.
24086         (gnus-mime-accumulate-hierarchy): New function.
24087         (gnus-mime-enter-multipart): New function.
24088         (gnus-mime-leave-multipart): New function.
24089         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24090         (gnus-mime-display-alternative): Show hierarchy numbers.
24092         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24093         gnus-article-mime-hierarchy-next to nil.
24095 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24097         * dns.el: Don't require gnus-xmas.
24099 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24101         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24102         inline PGP.
24103         (mml-menu): Disable mml-quote-region if mark is inactive.
24105 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24107         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24108         when the group's active is not available.
24110 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24112         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24113         error.
24115 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24117         * imap.el (imap-store-password): New variable.
24118         (imap-interactive-login): Use it.
24119         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24121 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24123         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24124         window-start and hscroll to summary window.
24126 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24128         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24129         conversion message to newsrc-dribble when an actual conversion is
24130         performed.
24132 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24134         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24136 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24138         * mm-decode.el (mm-complicated-handles): New function reviving
24139         former definition of mm-multiple-handles.
24141         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24142         (gnus-mime-delete-part): Use it.
24144 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24146         * gnus-agent.el (gnus-agent-read-local):
24147         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24148         avoid the implicit assumption that they will always be equal.
24149         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24150         coding-system-for-write, as the with-temp-file macro first prints
24151         to a buffer then saves the buffer.
24153 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24155         * gnus-art.el (gnus-article-edit-part): New function.
24156         (gnus-mime-save-part-and-strip): Use it; do query instead of
24157         signaling an error; don't use mm-multiple-handles.
24158         (gnus-mime-delete-part): Ditto.
24160 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24162         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24163         old file versions.
24164         (gnus-group-prepare-hook): Remove function that converted list
24165         form of gnus-agent-expire-days to group properties.
24167         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24168         (gnus-request-accept-article): Re-indented.
24170         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24171         converters to handle old agent file formats.  Add logic for a
24172         "backup before upgrading warning".
24173         (gnus-convert-mark-converter-prompt): Developers can mark
24174         functions as needing (default), or not needing,
24175         gnus-convert-old-newsrc's "backup before upgrading warning".
24176         (gnus-convert-converter-needs-prompt): Tests whether the user
24177         should be protected from potentially irreversable changes by the
24178         function.
24180         * legacy-gnus-agent.el: New.  Provides converters that are only
24181         loaded when gnus-convert-old-newsrc needs to call them.
24183 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24185         * mail-source.el (mail-source-touch-pop): Doc fix.
24187         * message.el (message-smtpmail-send-it): Doc fix.
24189 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24191         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24193         * nnmail.el (nnmail-split-fancy): do.
24195         * gnus-kill.el (gnus-kill, gnus-execute): do.
24197 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24199         * gnus-sum.el (gnus-widget-reversible-match)
24200         (gnus-widget-reversible-to-internal)
24201         (gnus-widget-reversible-to-external): New functions.
24202         (gnus-widget-reversible): New widget.
24203         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24205 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24207         * gnus-sum.el (gnus-thread-sort-functions)
24208         (gnus-article-sort-functions): Document `(not F)' items.
24210 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24212         * spam.el (spam-use-gmane-xref): Add new backend.
24213         (spam-gmane-xref-spam-group): Add variable to control the name of the
24214         Gmane spam group.
24215         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24216         (spam-regex-headers-spam, spam-regex-headers-ham)
24217         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24218         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24219         backends and checks.
24220         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24222         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24223         an autodetect method.
24225 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24227         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24228         articles are being added to a group.
24229         (gnus-request-replace-article): Inform the agent that articles
24230         need to be uncached as the cached contents are no longer valid.
24232 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24234         * binhex.el: Don't autoload executable-find.
24236         * canlock.el: Don't autoload mail-fetch-field.
24238         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24240         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24241         rmail-dont-reply-to and rmail-output.
24243         * gnus-score.el: Don't autoload ffap-string-at-point.
24245         * gnus-setup.el: Don't autoload sc-cite-original.
24247         * imap.el: Don't autoload base64-decode-string,
24248         base64-encode-string and md5.
24250         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24251         and rmail-msg-restore-non-pruned-header.
24253         * mm-decode.el: Don't autoload executable-find.
24255         * mm-url.el: Don't autoload executable-find.
24257         * mm-view.el: Don't autoload diff-mode.
24259         * nndb.el: Don't autoload news-reply-mode, news-setup,
24260         cancel-timer and telnet.
24262         * password.el: Don't autoload run-at-time for Emacs.
24264         * sha1-el.el: Don't autoload executable-find.
24266         * sieve-mode.el: Don't autoload c-mode.
24268         * uudecode.el: Don't autoload executable-find.
24270 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24272         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24273         (gnus-agent-possibly-alter-active): Avoid null in numeric
24274         comparison.
24275         (gnus-agent-set-local): Refuse to save null in local object table.
24276         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24277         list of articles that will be marked as unread.
24279 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24281         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24283 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24285         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24286         language tags.
24288 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24290         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24291         Don't bind "obarray".
24293         * gnus-sum.el (gnus-thread-sort-functions):
24294         Add `gnus-thread-sort-by-most-recent-number' and
24295         `gnus-thread-sort-by-most-recent-date'.
24296         Reported by Kai Grossjohann <kai@emptydomain.de>.
24298 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24300         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24302 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24304         * gnus-cus.el (gnus-agent-customize-category):
24305         Remove ignore-errors macro reference that required cl to be loaded at
24306         run-time.
24308         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24309         single-interval range of the form (min . max).  Previously the
24310         range had to look like ((min . max)).  Likewise, return
24311         (min . max) rather than ((min . max)).
24312         (gnus-range-map): Use gnus-range-normalize to accept
24313         single-interval range.
24315         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24316         the cache, but not the agent, now appear with their usual face.
24318 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24320         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24321         w3m-safe-url-regexp variable buffer-local.
24323         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24325 2004-02-27  Simon Josefsson  <jas@extundo.com>
24327         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24328         gnus-group-real-prefix.
24329         (gnus-summary-move-article): Use it, instead of
24330         gnus-group-real-prefix.
24332 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24334         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24335         w3m-safe-url-regexp variable buffer-local and set it as the value
24336         of mm-w3m-safe-url-regexp.
24338         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24340         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24341         parsing gnus-posting-styles when the message is not for replying.
24343         * nnrss.el (nnrss-opml-export):
24344         Use mm-set-buffer-file-coding-system instead of
24345         set-buffer-file-coding-system.
24347 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24349         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24350         of checkdoc.el).
24351         * nnrss.el: do.
24352         * gnus-mlspl.el: do.
24353         * gnus-ml.el: do.
24354         * gnus-srvr.el: do.
24356         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24358 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24360         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24361         Corrections to custom-manual links.
24363         * gnus-art.el (gnus-article): Ditto.
24365         * mm-decode.el (mime-display, mime-security): Ditto.
24367 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24369         * flow-fill.el: Typo.
24371 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24373         * spam-wash.el: New file.
24375 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24377         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24379 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24381         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24382         to be run with new-articles as LIST1, not LIST2.
24383         (spam-registration-functions): Add spam-use-ham-copy as a nil
24384         registration backend.
24386 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24388         * spam-stat.el (spam-stat-washing-hook): New option.
24389         (spam-stat-buffer-words): Use it.
24390         (spam-stat-process-directory, spam-stat-test-directory):
24391         Use insert-file-contents-literally.
24392         (spam-stat-coding-system): New variable.
24393         (spam-stat-load, spam-stat-save): Use it.
24395 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24397         * spam-report.el (spam-report-plug-agent):
24398         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24400 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24402         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24403         Allow / in mailto URLs.
24405 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24407         * spam-report.el (spam-report-process-queue): Fix interactive use.
24408         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24409         (spam-report-unplug-agent): Doc fixes.
24410         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24411         (spam-report-agentize, spam-report-deagentize):
24412         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24414         * message.el (message-setup-fill-variables): Add mml tags to
24415         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24416         <ajk@iu.edu>.
24417         (message-mode): Don't modify paragraph-separate there.
24419 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24421         * compface.el (uncompface-use-external): Default to undecided.
24422         (uncompface-use-external-threshold): New variable.
24423         (uncompface-float-time): New macro.
24424         (uncompface): Determine whether to use the external decoder if
24425         uncompface-use-external is undecided.
24427 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24429         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24430         after images.
24432         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24434 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24436         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24438         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24440         * gnus-sum.el (gnus-summary-limit-to-age)
24441         (gnus-summary-limit-children): do.
24443         * gnus-int.el (gnus-request-scan): do.
24445         * gnus-group.el (gnus-group-suspend): do.
24447         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24449         * gnus-cite.el (gnus-cite-parse-attributions): do.
24451         * gnus-agent.el (gnus-summary-set-agent-mark)
24452         (gnus-agent-regenerate-group): do.
24454         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24456         * binhex.el (binhex-decode-region-internal): do.
24458 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24460         * gnus-fun.el (gnus-face-properties-alist): New user option.
24461         (gnus-display-x-face-in-from): Use it.
24463         * gnus-art.el (article-display-face): Ditto.
24465         * compface.el (uncompface-use-external): Default to nil.
24467 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24469         * nntp.el (nntp-erase-buffer): New function.
24470         (nntp-retrieve-data, nntp-send-command)
24471         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24472         (nntp-possibly-change-group): Use it.
24474         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24475         Use with-current-buffer.
24477 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24479         * compface.el: Merge the ELisp-based uncompface program.
24480         (compface): New customization group.
24481         (uncompface-use-external): New user option.
24482         (uncompface): Call uncompface-internal if uncompface-use-external
24483         is nil.
24484         (uncompface-internal): New function.  Note that there are also
24485         some other functions and variables added for this function.
24487 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24489         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24490         if necessary.
24492 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24494         * spam-report.el (spam-report-unplug-agent)
24495         (spam-report-plug-agent, spam-report-deagentize)
24496         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24497         Add support for the Agent in spam-report: when unplugged, report to a
24498         file; when plugged, submit all the requests.
24500         * spam.el (spam-register-routine): Fix message about
24501         registration.
24503 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24505         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24506         dependencies.
24507         (rfc2047-encode): Use it.
24509         * gnus-art.el (gnus-button-marker-list): Move before first
24510         reference.
24512         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24513         (imap-parse-body): Fix format string mismatch.
24515         * gnus-score.el (gnus-summary-increase-score): do.
24517         * nnrss.el (nnrss-close): New function.
24519 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24521         * nnrss.el (nnrss-make-filename): New function.
24522         (nnrss-request-delete-group, nnrss-read-server-data)
24523         (nnrss-save-server-data, nnrss-read-group-data)
24524         (nnrss-save-group-data): Use it.
24525         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24526         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24527         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24529 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24531         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24533 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24535         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24536         files.
24538         * message.el (message-generate-headers-first): Don't quote nil
24539         and t in docstrings.
24541         * imap.el (imap-id): do.
24543         * gnus-agent.el (gnus-agent-consider-all-articles)
24544         (gnus-agent-queue-mail): do.
24546 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24548         * spam-report.el (spam-report-process-queue): New function.
24549         Process requests from `spam-report-requests-file'.
24550         (spam-report-process-queue): Doc fix.
24552 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24554         * spam.el (spam-register-routine)
24555         (spam-log-processing-to-registry, spam-log-registered-p)
24556         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24557         Change "check" to "spam-check" for semi-clarity.
24559 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24561         * pop3.el: Require nnheader.
24563         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24565         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24567         * gnus-picon.el: Require cl.
24569         * gnus-fun.el: Require gnus-ems and gnus-util.
24571         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24573         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24575         * gnus-art.el (gnus-article-edit-mode): Define before first
24576         reference.
24578 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24580         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24581         (gnus-uu-post-encoded): Use point-at-bol.
24583         * gnus-topic.el (gnus-group-active-topic-p): do.
24585         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24587         * gnus-group.el (gnus-group-kill-region): do.
24589         * gnus-art.el (article-date-ut): do.
24591         * message.el (message-fetch-field): Remove redundant
24592         case-fold-search binding.
24593         (message-narrow-to-field): Simplify.
24595 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24597         * spam.el (spam-directory): Derive from `gnus-directory'.
24599         * spam-report.el (spam-report-url-to-file)
24600         (spam-report-requests-file): New function and variable for offline
24601         reporting.
24602         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24603         and user defined function.
24604         (spam-report-url-ping-mm-url): Remove doubled slash.
24606 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24608         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24610 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24612         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24613         Fix format string mismatch.
24615         * sieve.el (sieve-deactivate-all): do.
24617         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24619         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24621         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24623         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24625 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24627         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24628         the list of checks.
24630 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24632         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24633         padding.
24635 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24637         * mm-view.el (mm-fill-flowed): New variable.
24638         (mm-inline-text): Use it.
24640 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24642         * spam.el (spam-spamassassin-register-ham-routine)
24643         (spam-spamassassin-register-spam-routine): Fix function names.
24645 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24647         * gnus.el (gnus-tmp-grouplens): Remove.
24648         (gnus-summary-line-format): Remove grouplens.
24650         * gnus-group.el (gnus-group-line-format): Ditto.
24652         * gnus-spec.el (gnus-format-specs): Ditto.
24653         (gnus-update-format-specifications): Flush the group format spec
24654         cache if there's the grouplens stuff.
24655         (gnus-parse-simple-format): Replace %l with the empty string.
24657 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24659         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24660         omission.
24662 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24664         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24665         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24667 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24669         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24670         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24671         New macros and functions.
24672         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24673         Handle > NLINK_MAX messages.
24674         * nnmaildir.el (nnmaildir-request-set-mark):
24675         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24677 2004-01-25  Alex Schroeder  <alex@gnu.org>
24679         * spam-stat.el (spam-stat-process-directory-age): New option.
24680         (spam-stat-process-directory): Use it.
24682 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24684         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24685         (spam-stat-save): Accept prefix argument.
24687 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24689         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24690         links" error.
24692 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24694         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24695         compatibility with old .newsrc.eld files.
24697         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24699         * gnus-start.el (gnus-1): do.
24701         * gnus-group.el (gnus-group-line-format-alist): do.
24703         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24705         * gnus-gl.el: Remove.
24707 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24709         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24710         marks consisting of a single range {for example, (3 . 5)} rather
24711         than a list of a single range { ((3 . 5)) }.
24713 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24715         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24716         Use with-current-buffer.
24717         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24718         avoid consing a string.
24720         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24721         Remove obsolete entries for big5 and gb2312.
24723 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24725         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24726         uncompressed list.
24728 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24730         * spam-stat.el (spam-stat-strip-xref): New function.
24731         (spam-stat-process-directory): Use it.
24733         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24734         here -- it's done in message-fetch-field.
24736 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24738         * gnus-agent.el (gnus-agent-queue-mail)
24739         (gnus-agent-prompt-send-queue): New variables.
24740         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24741         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24742         "nndraft:queue" along to gnus-draft-send.
24743         Use gnus-agent-prompt-send-queue.
24744         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24745         is "nndraft:queue".  Suggested by Gaute Strokkenes
24746         <gs234@srcf.ucam.org>
24748         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24749         (agent-enable-undownloaded-faces): Add.
24750         (gnus-agent-cat-groups): Use eval-and-compile, not
24751         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24752         method of gnus-agent-cat-groups even when the buffer has been
24753         evalled.
24754         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24755         delete gnus-agent-save-active-1.
24756         (gnus-agent-save-groups): Delete.  Identical to
24757         gnus-agent-save-active.
24758         (gnus-agent-write-active): No longer adjust agent's copy of active
24759         file as agent's adjustments are now stored in their own
24760         file.  Remove optional parameter.
24761         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24762         servers.  Add use of min/max range limits from server's local
24763         file.
24764         (gnus-agent-save-alist): Remove unused optional argument.
24765         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24766         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24767         (gnus-agent-set-local): A per-server file that keeps min/max range
24768         limits for articles known to the agent.  Provides a fast mechanism
24769         for altering many active ranges.
24770         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24771         active file (local makes it unnecessary).
24772         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24774         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24775         (agent-enable-undownloaded-faces): Add.
24777         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24778         disable it when sending to "nndraft:queue".
24779         (gnus-group-send-queue): Add safety check to avoid sending queue
24780         when unplugged.
24782         * gnus-group.el (gnus-group-catchup): Use new
24783         gnus-sequence-of-unread-articles, not
24784         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24785         numbers of articles.  Use gnus-range-map to avoid having to
24786         uncompress the unread list.
24787         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24788         Fix invalid ange-ftp reference.
24790         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24791         (gnus-sorted-range-intersection): Intersection of two ranges
24792         without requiring that they first be uncompressed.
24794         * gnus-start.el (gnus-activate-group): Unless blocked by the
24795         caller, possibly expand the active range to include both cached
24796         and agentized articles.
24797         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24798         multiple version-dependent converters.
24799         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24800         gnus-agent-save-active.
24801         (gnus-save-newsrc-file): Save dirty agent range limits.
24803         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24804         gnus-agent-possibly-alter-active.
24805         (gnus-adjust-marked-articles): Faster handling of simple lists.
24807 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24809         * spam-stat.el (spam-stat-test-directory): New optional argument
24810         displays a list of files detected.  Suggested by Andrew Cohen
24811         <cohen@andy.bu.edu>.
24812         (spam-stat-buffer-words-with-scores): Don't narrow and change
24813         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24815 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24817         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24818         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24819         (spam-spamassassin-arguments)
24820         (spam-spamassassin-spam-flag-header)
24821         (spam-spamassassin-positive-spam-flag-header)
24822         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24823         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24824         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24825         (spam-list-of-processors, spam-list-of-checks)
24826         (spam-list-of-statistical-checks, spam-registration-functions)
24827         (spam-check-spamassassin-headers, spam-check-spamassassin)
24828         (spam-spamassassin-score)
24829         (spam-spamassassin-register-with-sa-learn)
24830         (spam-spamassassin-register-spam-routine)
24831         (spam-spamassassin-register-ham-routine)
24832         (spam-assassin-register-spam-routine)
24833         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24834         (spam-bogofilter-score): Fix to show article before scoring.
24836 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24838         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24839         default scoring function.
24840         (spam-generic-score): Call spam-spamassassin-score if
24841         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24842         spam-bogofilter-score otherwise.
24844         * gnus.el (spam-process, spam-autodetect-methods):
24845         Add spamassassin and spamassassin-headers.
24847 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24849         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24850         Suppress unnecessary messages.
24852 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24854         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24855         make-hash-table.
24857 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24859         * canlock.el (base64-encode-string): Don't autoload it.
24861 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24863         * run-at-time.el: Remove useless (require 'itimer),
24864         eval-and-compile and (featurep 'xemacs).
24866 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24868         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24869         GROUP is a virtual group.
24871 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24873         * gnus.el: Autoload `message-y-or-n-p'.
24875 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24877         * pgg-parse.el: Remove unnecessary (require 'custom).
24879         * pgg-def.el: do.
24881         * nnmail.el: do.
24883         * gnus-undo.el: do.
24885         * gnus-picon.el: do.
24887         * gnus-util.el: do.
24889 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24891         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24893 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24895         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24896         handle, as well as a list.
24898         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24899         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24900         (mm-w3m-cid-retrieve): Simplify.
24902 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24904         * message.el (message-kill-to-signature): Allow prefix arg to
24905         specify number of lines to keep before signature.
24907 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24909         * message.el (message-kill-to-signature): Change docstring.
24911 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24913         * canlock.el: Always require sha1-el.
24914         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24916         * message.el: Autoload sha1 only when compiling.
24918 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24920         * message.el (message-canlock-generate): Require sha1-el.
24922 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24924         * message.el (message-expand-name): Silence the byte compiler.
24926 2004-01-13  Simon Josefsson  <jas@extundo.com>
24928         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24929         Invoke gnus-score-mode.
24930         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24932         * gnus-range.el (gnus-compress-sequence): Doc fix.
24933         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24935 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24937         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24939 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24941         * spam.el (spam-get-article-as-string): Update to use
24942         gnus-request-article-this-buffer, much simpler.
24943         (spam-get-article-as-buffer): Remove.
24945 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24947         * message.el (message-expand-name): Use EUDC if the user uses that.
24949 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24951         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24952         character for the encoding to avoid consing a string.
24954         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24955         unnecessarily.
24957         * mm-util.el (mm-replace-chars-in-string): Remove.
24959         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24960         of mm-replace-chars-in-string.
24962 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24964         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24966         * mm-util.el (mm-subst-char-in-string): Support inplace.
24968         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24969         a new string in every iteration.  Use shy groups.
24971 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24973         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24974         * gnus-soup.el (gnus-soup-group-brew):
24975         * gnus-msg.el (gnus-put-message):
24976         * gnus-move.el (gnus-group-move-group-to-server):
24977         * gnus-kill.el (gnus-batch-score):
24978         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24979         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24980         (gnus-group-update-group, gnus-group-read-group)
24981         (gnus-group-make-group, gnus-group-make-help-group)
24982         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24983         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24984         (gnus-group-sort-by-unread, gnus-group-catchup)
24985         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24986         (gnus-group-yank-group, gnus-group-set-info)
24987         (gnus-group-list-groups):
24988         * gnus.el (gnus-generate-new-group-name):
24989         * gnus-delay.el (gnus-delay-send-queue):
24990         * nnvirtual.el (nnvirtual-catchup-group):
24991         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24992         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24993         (gnus-group-prepare-topics, gnus-topic-check-topology):
24994         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24995         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24996         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24997         (gnus-group-make-articles-read):
24998         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24999         (gnus-group-change-level, gnus-kill-newsgroup)
25000         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25001         (gnus-get-unread-articles, gnus-make-articles-unread)
25002         (gnus-make-ascending-articles-unread): Use accessor
25003         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25004         to get group information for improved readability.
25006 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25008         * gnus-art.el (article-decode-mime-words, article-babel)
25009         (gnus-article-highlight-signature, gnus-article-add-buttons)
25010         (gnus-signature-toggle): Use gnus-with-article-buffer.
25012         * gnus-art.el (gnus-article-highlight-headers)
25013         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25015         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25016         (gnus-article-set-globals, gnus-request-article-this-buffer)
25017         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25018         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25019         (gnus-mime-display-alternative): Use with-current-buffer.
25021 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25023         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25024         also under 80 char limit, and call gnus-error if needed.
25025         (spam-fetch-article-header): Fix - it was a
25026         buffer-local variable (gnus-newsgroup-data).
25027         (spam-find-spam): Use spam-generate-fake-headers, forget about
25028         spam-insert-fake-headers.
25029         (spam-insert-fake-headers): Remove.
25031 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25033         * deuglify.el (gnus-article-outlook-unwrap-lines)
25034         (gnus-outlook-rearrange-article)
25035         (gnus-outlook-repair-attribution-outlook)
25036         (gnus-outlook-repair-attribution-block)
25037         (gnus-outlook-repair-attribution-other): Remove redundant
25038         save-excursion.
25040 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25042         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25043         (spam-fetch-field-subject-fast)
25044         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25045         (spam-fetch-article-header): Add functions to deal with Gnus
25046         internals for fast retrieval of article header data.
25047         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25049 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25051         * pop3.el (pop3-md5): Remove.
25052         (pop3-apop): Replace pop3-md5 with md5.
25054         * mm-bodies.el: base64 is always built-in.
25056         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25057         Use with-current-buffer.
25059 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25061         * canlock.el (canlock-insert-header): Remove excessive grouping in
25062         regexp.
25064         * gnus-sum.el (gnus-summary-read-document): Ditto.
25066         * gnus-uu.el (gnus-uu-part-number): Ditto.
25068         * html2text.el (html2text-remove-tags): Ditto.
25069         (html2text-format-tags): Ditto.
25070         (html2text-format-single-elements): Ditto.
25072         * mml.el (mml-parse-1): Ditto.
25074 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25076         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25078         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25080         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25082         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25084 2003-11-15  Simon Josefsson  <jas@extundo.com>
25086         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25087         (pgg-gpg-lookup-key): Use regexp match instead of
25088         split-string (split-string is different between emacs 21.2 and
25089         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25091 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25093         * gnus-art.el (gnus-mime-view-all-parts)
25094         (gnus-article-part-wrapper, gnus-article-view-part):
25095         Use with-current-buffer.
25097 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25099         * spam.el (spam-disable-spam-split-during-ham-respool)
25100         (spam-spamoracle-database, spam-cache-lookups)
25101         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25102         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25103         (spam-group-ham-marks, spam-group-spam-marks)
25104         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25105         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25106         also add spam-use-blackholes to the statistical checks.
25107         (spam-fetch-field-fast): Add interface to fetching fields, may
25108         become a macro.
25109         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25110         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25111         (spam-insert-fake-headers): Fake an article when needed.
25112         (spam-find-spam): Fake article when possible.
25113         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25114         (spam-check-bogofilter-headers): Use message-fetch-field instead
25115         of nnmail-fetch-field.
25117 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25119         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25121 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25123         * spam.el (spam-split): Do not require spam-use-CHECK to be
25124         enabled if that check is passed to spam-split explicitly; also
25125         fix so 'spam doesn't get converted to spam-split-group when
25126         spam-split-symbolic-return is t.
25127         (spam-find-spam): Find registrations of the article and use those
25128         instead of re-running spam-split to find the spam/ham
25129         classification of the article.
25130         (spam-log-processing-to-registry, spam-log-registered-p)
25131         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25132         Use gnus-error instead of gnus-message.
25133         (spam-log-registration-type): Add function to determine the
25134         classification of a message based on registry entries; will
25135         return nil if both 'spam and 'ham are found.
25136         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25137         a reasonably fast local cache without the loading errors.
25138         (spam-cache-lookups): Set to t by default.
25139         (spam-find-spam): Don't try to guess spam-cache-lookups.
25140         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25141         spam-caches entry.
25142         (spam-filelist-build-cache, spam-filelist-check-cache):
25143         Fix caching of whitelist/blacklist entries.
25144         (spam-check-whitelist, spam-check-blacklist):
25145         Invoke spam-from-listed-p with a type, not a cache variable.
25146         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25148 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25150         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25152         * nnmail.el (nnmail-split-fancy): do.
25154         * mml.el (mml-parse): do.
25156         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25157         (gnus-score-adaptive): do.
25159 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25161         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25162         (gnus-mime-button-map): Don't set keymap parent.
25163         (gnus-button-ctan-directory-regexp): Use shy grouping.
25164         (gnus-prev-page-map): Don't set keymap parent.
25165         (gnus-prev-page-map): Remove duplicated one.
25166         (gnus-next-page-map): Don't set keymap parent.
25167         (gnus-mime-security-button-map): Ditto.
25169         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25170         version number.
25172         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25174 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25176         * canlock.el (canlock-sha1-function): Remove.
25177         (canlock-sha1-function-for-verify): Remove.
25178         (canlock-openssl-program): Remove.
25179         (canlock-openssl-args): Remove.
25180         (canlock-ignore-errors): Remove.
25181         (canlock-sha1-with-openssl): Remove.
25182         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25183         (canlock-verify): Don't use canlock-ignore-errors.
25185         * sha1-el.el (sha1-string-external): Make it can return a string
25186         in binary form.
25187         (sha1-region-external): Ditto.
25188         (sha1-string-internal): Ditto.
25189         (sha1-region-internal): Ditto.
25190         (sha1-region): Ditto.
25191         (sha1-string): Ditto.
25192         (sha1): Ditto.
25194 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25196         * spam.el (spam-report-articles-gmane): New command.
25198 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25200         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25202         * run-at-time.el (run-at-time-saved): Remove.
25203         (run-at-time): Doc fix.
25205 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25207         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25208         (gnus-summary-limit-map): Add it.
25209         (gnus-summary-make-menu-bar): do.
25211 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25213         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25214         Make attempt at some caching support (done for BBDB only now).
25215         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25216         addresses to be checked.
25217         (spam-clear-cache-BBDB): Add function, to be invoked by
25218         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25219         (spam-check-BBDB): Check and use the caches, if
25220         spam-cache-lookups is on, remove superfluous (provide).
25222 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25224         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25226 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25228         * run-at-time.el (run-at-time-saved): Move to after the definition
25229         of `run-at-time'.
25231 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25233         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25234         mm-w3m-local-map-property.
25236         * mm-view.el (mm-w3m-mode-map): Remove.
25237         (mm-w3m-local-map-property): Remove.
25238         (mm-inline-text-html-render-with-w3m): Don't use
25239         mm-w3m-local-map-property.
25241 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25243         * run-at-time.el: New file.
25245         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25246         of gnus-set-text-properties.
25248         * gnus-uu.el (gnus-uu-save-article): Ditto.
25250         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25252         * gnus-cite.el (gnus-cite-parse): Ditto.
25254         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25255         of gnus-.
25257         * gnus.el: Change calls to nnheader-run-at-time and
25258         password-run-at-time throughout to use run-at-time directly.
25260         * password.el: Remove definition of run-at-time.
25262 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25264         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25265         in prompt.
25267 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25269         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25270         XEmacs version.
25272         * dns.el (dns-make-network-process): Use `open-network-stream'
25273         instead of `gnus-xmas-open-network-stream'.
25275         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25277 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25279         * gnus-art.el (gnus-mime-display-alternative)
25280         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25281         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25282         Don't use gnus-local-map-property.
25284         * gnus-util.el (gnus-local-map-property): Remove.
25286         * mm-view.el (mm-view-pkcs7-decrypt):
25287         Replace gnus-completing-read-maybe-default with completing-read.
25289         * gnus-util.el (gnus-completing-read): do.
25290         (gnus-completing-read-maybe-default): Remove.
25292 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25294         * password.el: Only autoload `run-at-time' if not XEmacs.
25295         Only autoload the itimer functions if XEmacs.
25297 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25299         * gnus-art.el (gnus-read-string): Remove.
25300         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25301         read-string.
25303 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25305         * netrc.el: Autoload password-read.
25306         (netrc): Add configuration group.
25307         (netrc-encoding-method, netrc-openssl-path):
25308         Add variables for encoding and decoding of files with symmetric
25309         ciphers.
25310         (netrc-encode): Add assistant function to encode a file with
25311         netrc-encoding-method.
25312         (netrc-parse): Add interactive parameter, added optional
25313         decoding if netrc-encoding-method is non-nil but otherwise
25314         behavior is standard.
25315         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25316         Do s/encode/encrypt/ everywhere.
25318         * spam.el: Remove executable-find autoload.
25320 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25322         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25324         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25326 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25328         * gnus-art.el (gnus-treat-ansi-sequences)
25329         (article-treat-ansi-sequences): New variable and function.
25330         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25332         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25333         Use it.
25335 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25337         * mm-util.el (mm-quote-arg): Remove.
25339         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25340         shell-quote-argument.
25342         * gnus-uu.el (gnus-uu-command): do.
25344         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25346         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25347         with make-char.
25349         * mm-util.el (mm-make-char): Remove.
25351         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25352         add-minor-mode.
25354         * gnus-undo.el (gnus-undo-mode): do.
25356         * gnus-topic.el (gnus-topic-mode): do.
25358         * gnus-sum.el (gnus-dead-summary-mode): do.
25360         * gnus-start.el (gnus-slave-mode): do.
25362         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25364         * gnus-ml.el (gnus-mailing-list-mode): do.
25366         * gnus-gl.el (gnus-grouplens-mode): do.
25368         * gnus-draft.el (gnus-draft-mode): do.
25370         * gnus-dired.el (gnus-dired-mode): do.
25372         * gnus-ems.el (gnus-add-minor-mode): Remove.
25374         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25375         Replace gnus-char-width with char-width.
25377         * gnus-ems.el (gnus-char-width): Remove.
25379         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25380         Replace gnus-char-width with char-width.
25382         * gnus-ems.el (gnus-char-width): Remove.
25384         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25385         definition.
25386         Remove Emacs 20 hash table compatibility code.
25388         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25389         20 compatibility code.
25391         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25393         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25395         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25396         Replace with point-at-{eol,bol}.
25398         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25400         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25402         * flow-fill.el (fill-flowed-point-at-bol)
25403         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25405         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25406         Replace with point-at-{eol,bol} throughout all files.
25408 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25410         * ntlm.el (ntlm-string-as-unibyte): New macro.
25411         (ntlm-build-auth-response): Use it.
25413         Remove Emacs 20 stuff:
25414         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25415         of delq and copy-sequence.
25416         * gnus-art.el (popup-menu): Remove the compiler macro.
25417         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25418         Emacs 20.
25420 2004-01-05  Simon Josefsson  <jas@extundo.com>
25422         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25423         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25424         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25425         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25426         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25427         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25428         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25429         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25430         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25431         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25432         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25433         string-xor into ntlm-string-xor.
25434         Suggested by Jesper Harder <harder@myrealbox.com>.
25436         * ntlm.el: Don't include poem.
25438         * md4.el (print-int32, print-string-hexa): Remove.
25439         Suggested by Jesper Harder <harder@myrealbox.com>.
25441         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25443         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25444         probably breaks emacs with DL patch, but do we care? Is anyone
25445         still using the DL stuff?)
25447         * sieve-manage.el: Use the password package.
25448         (sieve-manage-read-passwd): Remove.
25449         (sieve-manage-interactive-login): Use password.  Re-add
25450         condition-case around loop.
25452         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25453         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25454         Use the password package.
25456 2003-02-19  Simon Josefsson  <jas@extundo.com>
25458         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25459         token.
25461 2002-08-07  Simon Josefsson  <jas@extundo.com>
25463         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25464         (sieve-manage-authenticators)
25465         (sieve-manage-authenticator-alist): Add some SASL mechs.
25466         (sieve-sasl-auth): New function.
25467         (sieve-manage-cram-md5-auth)
25468         (sieve-manage-plain-auth): Rewrite using SASL library.
25469         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25470         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25471         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25472         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25474 2004-01-05  Simon Josefsson  <jas@extundo.com>
25476         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25477         New files.
25479 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25481         * gnus-group.el (gnus-no-groups-message): Update.
25483         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25485 2003-11-09  Simon Josefsson  <jas@extundo.com>
25487         * imap.el: Support for ID IMAP extension (RFC 2971).
25488         (imap-local-variables): Add imap-id.
25489         (imap-id): New variable.
25490         (imap-id): New function.
25491         (imap-parse-response): Parse untagged ID response.
25492         * nnimap.el (nnimap-id): New variable.
25493         (nnimap-open-connection): Use it.
25495 2003-12-28  Simon Josefsson  <jas@extundo.com>
25497         * gnus-score.el (gnus-score-edit-all-score): New.
25498         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25500 2004-01-04  Simon Josefsson  <jas@extundo.com>
25502         * password.el: Add.
25504 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25506         * dns.el (dns-query-types): Fix typo.
25507         (dns-query-types): New function.
25508         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25509         PTR and SOA replies, see RFC 1035.
25511 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25513         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25515         * Move to Changelog.2.
25517 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25519         * gnus.el (gnus-version-number): Bump version.
25521 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25523         * gnus.el: No Gnus v0.1 is released.
25525 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25527         * gnus.el: No Gnus v0.0 is released.
25529 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25531         * gnus.el (gnus-version-number): Bump.
25532         (gnus-version): No.
25534 See ChangeLog.2 for earlier changes.
25536   Copyright (C) 2004-2015 Free Software Foundation, Inc.
25538   This file is part of GNU Emacs.
25540   GNU Emacs is free software: you can redistribute it and/or modify
25541   it under the terms of the GNU General Public License as published by
25542   the Free Software Foundation, either version 3 of the License, or
25543   (at your option) any later version.
25545   GNU Emacs is distributed in the hope that it will be useful,
25546   but WITHOUT ANY WARRANTY; without even the implied warranty of
25547   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25548   GNU General Public License for more details.
25550   You should have received a copy of the GNU General Public License
25551   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25553 ;; Local Variables:
25554 ;; coding: utf-8
25555 ;; fill-column: 79
25556 ;; add-log-time-zone-rule: t
25557 ;; End: