* src/callproc.c (encode_current_directory): Fix thinko in previous.
[emacs.git] / lisp / gnus / ChangeLog
blobe659e9833921b036a051b4a731ed38528427a0cd
1 2014-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * gnus.el (gnus-mode-line-buffer-identification):
4         Don't add image data for a non-graphic display;
5         Don't shadow load-path, it blocks autoloading of find-image (bug#18813).
7 2014-10-27  enami tsugutomo  <tsugutomo.enami@jp.sony.com>
9         * nnimap.el (nnimap-wait-for-response): Ignore NOOP response requested
10         to keep connection open (bug#18728).
12 2014-10-20  Glenn Morris  <rgm@gnu.org>
14         * Version 24.4 released.
16 2014-09-29  Daiki Ueno  <ueno@gnu.org>
18         * mml.el (mml-parse-1): Error out if unknown mode is specified in
19         <#secure> tag (bug#18513).
21 2014-06-26  Glenn Morris  <rgm@gnu.org>
23         * mm-util.el (help-function-arglist): Remove outdated declaration.
25 2014-06-22  Andreas Schwab  <schwab@linux-m68k.org>
27         * html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted
28         attribute values.  (Bug#17834)
30 2014-05-28  Andreas Schwab  <schwab@linux-m68k.org>
32         * html2text.el (html2text-get-attr): Fix typo when splitting value from
33         attribute. (Bug#17613)
35 2014-05-06  Glenn Morris  <rgm@gnu.org>
37         * gnus-fun.el (gnus-grab-cam-face):
38         Do not use predictable temp-file name.  (http://bugs.debian.org/747100)
39         This is CVE-2014-3421.
41 2014-05-01  Glenn Morris  <rgm@gnu.org>
43         * gnus-registry.el (gnus-registry-install-p): Doc fix.
45 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
47         * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
48         groups work again.
50 2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
52         * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
53         999 correctly (i.e. "1,342").
55 2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
57         * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
58         out if the directory doesn't exist.
60 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
62         * gnus-group.el (gnus-group-make-group): Clarify prompt.
64 2014-02-22  Daniel Colascione  <dancol@dancol.org>
66         * auth-source.el (auth-source-secrets-listify-pattern): New function.
67         (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
68         instead, build list of patterns.
70 2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
72         * auth-source.el (auth-sources): Add pointer to what the .gpg extension
73         in `auth-sources' means and link to EPA docs.
75 2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
77         * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
78         (bug#12375).
80 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
82         * message.el (message-tab): Mention what happens on normal tabs
83         (bug#11297).
85 2014-02-08  Glenn Morris  <rgm@gnu.org>
87         * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
89 2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
91         * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
92         with an empty string.
94 2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
96         * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
97         buffer-local in some buffers, so bind it explicitly in the buffer we're
98         trying to cancel the article in (bug#10808).
100 2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
102         * gnus-int.el (gnus-request-accept-article): Doc fix.
104 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
106         * nnir.el (nnir-request-update-mark): Don't try to update the source
107         group if we can't find it (bug#16611).
109 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
111         * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
113 2014-01-31  Dave Abrahams  <dave@boostpro.com>
115         * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
116         in the summary buffer (bug#13769).
118 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
120         * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
121         name if we're using a single article buffer.  Otherwise, it may point
122         to a killed buffer (bug#13756).
124 2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
126         * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
127         the match data, just save and restore it explictly (bug#12375).
129         * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
130         that's needed.
132         * spam.el (spam-initialize): Allow calling repeatedly, but only run the
133         the code once (bug#9069).
135 2014-01-18  Steinar Bang  <sb@dod.no>
137         * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
138         reading.
140 2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
142         * message.el (message-bury): Call bury-buffer with no argument
143         in the message-return-action case too.
145 2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
147         * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
148         (nnimap-split-fancy, nnimap-split-methods): Declare.
150         * mm-util.el (help-function-arglist): Declare.
152 2013-12-28  Glenn Morris  <rgm@gnu.org>
154         * gnus-sieve.el (gnus-sieve-select-method):
155         * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
156         (gravatar-rating, gravatar-size):
157         * message.el (message-minibuffer-local-map):
158         * sieve-manage.el (sieve-manage-authenticators)
159         (sieve-manage-authenticator-alist): Specify custom types.
161         * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
162         * gnus-sum.el (gnus-subthread-sort-functions): Add version.
163         * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
165         * auth-source.el (auth-sources):
166         * nnmairix.el (nnmairix-propagate-marks-upon-close):
167         Fix custom types.
169 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
171         * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
172         we get proper traces there, too.
174 2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
176         * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
177         value of the parameters if the current article has a Reply-To or From
178         field.
180 2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
182         * gnus.el (gnus-group-buffer): Remove duplicate definition.
184 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
186         * gnus-sum.el (gnus-summary-exit): Stop animations.
188 2013-12-19  Juri Linkov  <juri@jurta.org>
190         * gnus.el (gnus-suppress-keymap):
191         * gnus-art.el (gnus-article-mode-map):
192         * gnus-group.el (gnus-group-mode-map):
193         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
194         Remove [backspace] key binding because it shadows DEL (bug#16035).
196         * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
198 2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
200         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
201         Make sure work directory exists.
202         (gnus-uu-digest-mail-forward): Store temporary files in work directory
203         rather than tmp directory.
204         (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
205         not necessarily always run, with it.
207 2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
209         * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
210         value of gnus-icalendar-additional-identities work without restart.
212 2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
214         * mm-util.el (mm-make-temp-file):
215         Alias to make-temp-file for modern Emacsen.
217 2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
219         * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
220         nnir-article-number and nnir-article-group.
222 2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
224         * message.el (message-send-mail-with-sendmail):
225         Don't kill error buffer if sending fails.
227 2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
229         * gnus-icalendar.el (gnus-icalendar-event-from-ical)
230         (gnus-icalendar-event->org-entry)
231         (gnus-icalendar--update-org-event)
232         (gnus-icalendar-event->gnus-calendar): Distinguish between
233         required/optional/non-participant attendee status.  Fix bug causing
234         the first required event participant to be omitted.
236 2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
238         * gnus-art.el (article-de-quoted-unreadable)
239         (article-de-base64-unreadable, gnus-mime-copy-part)
240         * gnus-html.el (gnus-article-html)
241         * mm-view.el (mm-inline-text-html-render-with-w3)
242         (mm-inline-text-html-render-with-w3m-standalone)
243         * rfc2231.el (rfc2231-decode-encoded-string):
244         Allow overriding charset by mm-charset-override-alist.
246         * gnus-art.el (gnus-article-browse-html-parts):
247         Replace LWSPs with `&nbsp;'s in header.
249         Work for broken Chinese articles.
251         * gnus-art.el (gnus-article-browse-html-save-cid-content):
252         Exclude broken handles that gnus-summary-enter-digest-group may create.
253         (gnus-article-browse-html-parts):
254         Allow overriding charset by mm-charset-override-alist.
256 2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
258         * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
259         (gnus-icalendar-identities): Support additional-identities.
261         * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
262         Fix org-timestamp for events ending at midnight.
264 2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
266         * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
267         Support debbugs .log files.
269 2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
271         * message.el (message-beginning-of-line):
272         Use beginning-of-visual-line when visual-line-mode is turned on.
274 2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
276         * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
277         (gnus-icalendar-event-from-ical)
278         (gnus-icalendar-event->org-entry)
279         (gnus-icalendar--update-org-event): Required/optional participation,
280         list of attendees synced to org.
282 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
284         * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
285         (gnus-icalendar-event:inline-org-buttons): Allow for appointment
286         cancellations to be synced to org if the original appt has an org
287         outline.
289 2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
291         * gnus-icalendar.el (gnus-icalendar--format-summary-line)
292         (gnus-icalendar-event->org-entry)
293         (gnus-icalendar--update-org-event)
294         (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
296 2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
298         * gnus-icalendar.el (gnus-icalendar-event-from-ical):
299         Fix timezone handling in gnus-icalendar export to org.
301 2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
303         * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
305 2013-10-30  Glenn Morris  <rgm@gnu.org>
307         * gnus-group.el (gnus-group-browse-foreign-server):
308         * gnus-int.el (gnus-start-news-server):
309         Silence compiler obsolescence warning.
311 2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
313         * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
314         `nnoo-current-server' first, then for the actual `nnimap-address' to
315         allow netrc entries for the nnoo server to coexist with netrc entries
316         for the `nnimap-address'.
318 2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
320         * mm-decode.el (mm-dissect-buffer): Revert last change.
321         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
322         The problem that motivated those changes was attributed to a broken
323         mail sender, and has been fixed.
325 2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
327         * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
328         token is missing in the Content-Type header.
330         * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
332 2013-09-18  Glenn Morris  <rgm@gnu.org>
334         * gnus-util.el (image-size): Declare.
336 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
338         * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
339         (gnus-icalendar-event-from-ical)
340         (gnus-icalendar-event--build-reply-event-body)
341         (gnus-icalendar-event-reply-from-buffer)
342         (gnus-icalendar-find-org-event-file)
343         (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
344         (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
346         * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
348 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
351         Use save-current-buffer.
352         (gnus-tree-mode-map): Initialize in the declaration.
353         (gnus-pick-mouse-pick-region): Remove unused var `fun'.
354         (scroll-in-place): Defvar it.
355         (gnus-tmp-*): Defvar them.
356         (gnus-get-tree-buffer): Use derived-mode-p.
357         (gnus--let-eval): New macro.
358         (gnus-tree-highlight-node): Use it to avoid dynamic binding of
359         non-prefixed variables.
360         (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
362         * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
363         vars since it doesn't seem to be available.
364         (gnus-set-global-variables, gnus-summary-read-group-1)
365         (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
366         (gnus-summary-display-article, gnus-summary-select-article)
367         (gnus-summary-next-article, gnus-offer-save-summaries)
368         (gnus-summary-generic-mark): Use derived-mode-p.
369         (gnus-summary-read-group-1, gnus-summary-exit)
370         (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
371         Adjust calls to gnus-tree-close and gnus-tree-open.
373         * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
375         * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
376         (gnus-agent-mode): Use derived-mode-p.
377         (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
378         gnus-command-method and *-command-method to nil, but bind
379         gnus-command-method to *-command-method instead!
380         (gnus-agent-fetch-articles): Remove unused var `id'.
381         (gnus-agent-fetch-headers): Remove unused arg `force'.
382         (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
383         (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
384         (gnus-agent-short-article, gnus-agent-long-article)
385         (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
386         first use.
387         (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
388         `score-param'.
389         (gnus-tmp-name, gnus-tmp-groups): Defvar them.
390         (gnus-get-predicate): Push in front of the cache, rather than end.
391         (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
392         (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
393         (gnus-agent-expire-unagentized-dirs): Don't rebind
394         gnus-agent-expire-current-dirs since the defvar silences the warning.
395         (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
396         (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
397         (gnus-agent-regenerate): Simplify interactive spec and doc.
399 2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
401         * gnus-int.el (gnus-open-server): Silence compiler.
403         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
405         * message.el (message-display-completion-list): Abolish.
406         (message-completion-in-region): Use display-completion-list.
408 2013-09-17  Glenn Morris  <rgm@gnu.org>
410         * gnus-util.el (gnus-message-with-timestamp-1):
411         Use `messages-buffer' function if available.  Ignore read-only.
413 2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
415         * message.el (message-expand-group, message-completion-in-region):
416         Correct the order of start and end of a region.
418 2013-09-13  Glenn Morris  <rgm@gnu.org>
420         * mml2015.el (gnus-create-image): Autoload it.
422         * gnus-spec.el (gnus-xmas-format): Fix weird error call.
424         * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
425         (image-size): Declare.
427 2013-09-12  Glenn Morris  <rgm@gnu.org>
429         * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
430         Avoid using `find', which i) might not be defined at runtime;
431         ii) does not work, since its default test is eql, not equal.
432         (gnus-mime-action-alist): Declare.
434 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
436         * score-mode.el (gnus-score-mode-map): Move initialization
437         into declaration.
438         (gnus-score-mode): Use define-derived-mode.
439         * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
440         * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
441         into declaration.
442         (gnus-kill-file-mode): Use define-derived-mode.
443         (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
444         Use derived-mode-p.
445         * gnus-group.el (gnus-group-mode): Use define-derived-mode.
446         (gnus-group-setup-buffer, gnus-group-name-at-point)
447         (gnus-group-make-web-group, gnus-group-enter-directory)
448         (gnus-group-suspend): Use derived-mode-p.
449         * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
450         * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
451         * gnus-art.el (gnus-article-mode): Use define-derived-mode.
452         (gnus-article-setup-buffer, gnus-article-prepare)
453         (gnus-article-prepare-display, gnus-sticky-article)
454         (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
455         (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
456         (gnus-article-read-summary-keys): Use derived-mode-p.
458 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
460         * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
462 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
464         * mm-util.el (mm-coding-system-priorities): Exclude iso-2022-jp-2 and
465         shift_jis from the default value set for Japanese users.
467 2013-08-13  Glenn Morris  <rgm@gnu.org>
469         * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
471         * gnus.el (gnus-valid-select-methods): Fix type.
473         * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
475 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
477         * mm-decode.el (mm-display-external): Run a timer for the temp files
478         deletion after a viewer exits; add a deletion timer for the needsterm
479         case, too.
481         * mm-decode.el (mm-display-external): Try to delete temporary files by
482         using a 1-min. timer.
484 2013-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
486         * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
487         New internal variables.
488         (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
489         (mm-display-external): Use it to delete temporary files instead of
490         using timers.
492 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
494         * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
495         with cond for backwards compatability.
497 2013-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
499         * mm-decode.el (mm-display-external): Bind process-connection-type to
500         nil; don't delete a temp file immediately even if a viewer finishes,
501         since it may be a shell script, like xdg-open, that launches a real
502         viewer program belatedly.
504 2013-08-05  Dave Abrahams  <dave@boostpro.com>
506         * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
507         that we can create nndoc groups that excerpt other groups.
509 2013-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511         * gnus-delay.el (gnus-delay-article): Fix typo.
513         * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
514         articles.
516         * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
517         we can get spell-checking etc.
519 2013-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
521         * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
522         a single one used for encoding the whole text in a header.
524 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526         * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
527         before sending.
529         * mm-decode.el (mm-command-output): New face.
530         (mm-display-external): Use it.
532 2013-08-01  Kan-Ru Chen (陳侃如)  <kanru@kanru.info>  (tiny change)
534         * nnmbox.el (nnmbox-request-article): Don't change point.
536 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
538         * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
539         Include `handle' parameter.
541 2013-08-01  Jan Tatarik  <jan.tatarik@gmail.com>
543         * gnus-icalendar.el: New file.
545 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547         * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
549         * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
550         dummy roots, too.
552 2013-08-01  David Edmondson  <dme@dme.org>
554         * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
555         out on ttys.
557 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559         * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
560         not empty.
562         * nnrss.el (nnrss-discover-feed): Indent.
564 2013-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
566         * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
568 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570         * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
571         dirty to ensure nnimap data being saved.
573 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
575         * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
576         menu entry.
578         * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
579         the current thread's total score instead of the current article's
580         score.
582         * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
583         (gnus-sort-threads-recursively): Delete defcustom.
584         (gnus-sort-threads-recursive): Adapt accordingly.
586 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
588         * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
589         (gnus-sort-threads-recursive): Use it.
590         (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
591         again.  Now that determines how to sort subthreads.
593 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
595         * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
596         (gnus-sort-threads): Use it.
598 2013-07-25  Andreas Schwab  <schwab@linux-m68k.org>
600         * gnus-art.el (gnus-button-url-regexp): Make it match url in which
601         punctuation characters follow parentheses (bug#14950).
603 2013-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
605         * gnus.el (gnus-continuum-version):
606         * gnus-msg.el (gnus-extended-version): Simplify.
608         * gnus.el (gnus-continuum-version-1): Remove.
609         * gnus-msg.el (gnus-bug): Revert.
611         Calculate gnus-version correctly on Cygwin.
613         * gnus.el (gnus-continuum-version): Do main calculations in integers.
614         (gnus-continuum-version-1): New function, return a string.
616         * gnus-msg.el (gnus-extended-version, gnus-bug):
617         Use gnus-continuum-version-1 instead of gnus-continuum-version.
619 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
621         * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
622         (bug#13384).
624 2013-07-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
626         * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
627         that were only relevant in a development version a long time ago.
629 2013-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
631         * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
632         that the old Emacs 24s bundle.
634 2013-07-10  David Engster  <deng@randomsample.de>
636         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
637         if `gnus-newsrc-file-version' does not match `gnus-version'.
638         This fixes a bug in Emacs trunk where the 'unexist' marks were always
639         removed at startup because "Gnus v5.13" was considered smaller than "Ma
640         Gnus v0.03".
642 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
644         * gnus.el (gnus-summary-line-format):
645         Reference `gnus-user-date-format-alist' for the &user-date; format, not
646         `gnus-summary-user-date-format-alist'.
648 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
650         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
651         delete files (bug#13481).
653 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
655         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
657 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
659         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
660         display images.
662         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
664         * message.el (message-cancel-news): According to
665         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
666         preferred over "cmsg cancel" in the Subject.
668         * nnir.el (nnir-engines): Note that the group specs are regexps
669         (bug#13238).
671         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
672         gotten read-only text properties, ensure that those aren't heeded when
673         copying stuff over (bug#13434).
675         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
676         (bug#13762).
678 2013-07-05  David Kastrup  <dak@gnu.org>
680         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
681         authinfo file again (important for blank passwords).  This had been
682         broken with 2013-06-15 change.
684 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
686         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
687         Revert 2013-01-14 change.
689 2013-07-02  David Engster  <deng@randomsample.de>
691         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
692         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
693         to see whether the group was synced before.
695 2013-07-02  Martin Stjernholm  <mast@lysator.liu.se>
697         * nnimap.el (nnimap-request-move-article): Decode the group name when
698         doing internal moves to avoid charset issues.
700 2013-07-02  Julien Danjou  <julien@danjou.info>
702         * nnimap.el (nnimap-request-list):
703         Revert change that made listing synchronous.
704         (nnimap-get-responses): Restore.
706 2013-07-02  Dave Abrahams  <dave@boostpro.com>
708         * nnimap.el (nnimap-change-group): Document result value.
710         * nnimap.el (nnimap-find-article-by-message-id):
711         Account for the fact that nnimap-change-group can return t.
713 2013-07-02  Julien Danjou  <julien@danjou.info>
715         * nnimap.el (nnimap-request-head):
716         Resture to-buffer parameter, used by `nnimap-request-move-article'.
718         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
720         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
721         supported by nnimap actually.  Reverts previous change.
723         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
724         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
725         to-buffer argument that is already supported.
727 2013-07-02  Julien Danjou  <julien@danjou.info>
729         * nnimap.el (nnimap-get-responses): Remove, unused.
731 2013-07-02  Julien Danjou  <julien@danjou.info>
733         * nnimap.el (nnimap-request-articles-find-limit): Rename from
734         `nnimap-request-move-articles-find-limit' since we do not use it
735         only for move operations.
736         (nnimap-request-accept-article):
737         Use `nnimap-request-articles-find-limit' to limit search by message-id.
739 2013-07-02  Julien Danjou  <julien@danjou.info>
741         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
743         * nnimap.el (nnimap-log-buffer):
744         Check that `window-point-insertion-type' is boundp, since it's not
745         available in XEmacs.
747 2013-07-02  Michael Welsh Duggan  <md5i@md5i.com>
749         * nnimap.el (nnimap-log-buffer):
750         Add this, setting `window-point-insertion-type' in the buffer to t.
751         (nnimap-log-command): Use nnimap-log-buffer.
753 2013-07-02  Julien Danjou  <julien@danjou.info>
755         * nnimap.el (nnimap-find-article-by-message-id):
756         Add an optional limit argument to be able to limit the search.
757         (nnimap-request-move-article):
758         Use `nnimap-request-move-articles-find-limit'.
759         (nnimap-request-move-articles-find-limit):
760         Add this to limit the search by Message-Id after a message move.
761         (nnimap): Add defgroup.
763 2013-07-02  Julien Danjou  <julien@danjou.info>
765         * nnimap.el (nnimap-find-article-by-message-id):
766         Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
767         (nnimap-possibly-change-group): Add read-only argument.
768         (nnimap-request-list): Use nnimap-possibly-change-group rather than
769         issuing EXAMINE manually.
770         (nnimap-find-article-by-message-id):
771         Use `nnimap-possibly-change-group' with read-only argument.
772         (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
773         We cannot possibly change because we need to be sure that it's either
774         read-write or read-only.
776 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778         * gnus-sum.el (gnus-summary-insert-old-articles):
779         Don't include unexisting messages.
781 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783         * gnus-start.el (gnus-clean-old-newsrc):
784         Remove totally bogus `unexists' entries.
785         (gnus-clean-old-newsrc): Fix last checkin.
787         * nnimap.el (nnimap-update-info):
788         None of the articles below the active low-water mark exist.
790 2013-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
792         * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
794 2013-07-02  Sergio Martinez  <samf0xb58@gmail.com>  (tiny change)
796         * nnimap.el (nnimap-request-scan):
797         Allow `nnimap-inbox' to be a list of inboxes.
799 2013-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801         * gnus-group.el (gnus-group-expire-articles-1):
802         Don't try to expire messages that don't exist.
804         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
806 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
808         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
810 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
812         * gnus-start.el (gnus-clean-old-newsrc):
813         Delete `unexist' from pre-Ma Gnus 0.3.
815 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
817         * gnus-sum.el (gnus-summary-local-variables):
818         Make `gnus-newsgroup-unexist' into a local variable.
820 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
822         * gnus-sum.el (gnus-adjust-marked-articles):
823         Add to `gnus-newsgroup-unexist'.
825         * gnus.el (gnus-article-mark-lists):
826         Add `unexist' to the list of marks.
827         (gnus-article-special-mark-lists):
828         Put the `unexist' in the special marks list instead.
830         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
831         articles in the list of articles to be selected.
833         * nnimap.el (nnimap-retrieve-group-data-early):
834         Query for unexisting articles.
835         (nnimap-update-info): Keep track of unexisting articles.
836         (nnimap-update-qresync-info): Ditto.
838 2013-07-02  Lars Ingebrigtsen  <larsi@gnus.org>
840         * gnus-start.el (gnus-clean-old-newsrc): New function.
841         (gnus-read-newsrc-file): Use it.
843 2013-07-02  Daiki Ueno  <ueno@gnu.org>
845         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
846         of 'create-image' for XEmacs compatibility; check errors when decoding
847         image.  Reported by Uwe Brauer.
849 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
851         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
852         gnus-button-push revised at 2011-01-19.
854 2013-06-19  Glenn Morris  <rgm@gnu.org>
856         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
858 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
860         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
862 2013-06-18  Glenn Morris  <rgm@gnu.org>
864         * eww.el, shr.el, shr-color.el: Move to ../net.
866 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868         * shr.el (shr-tag-table): Insert the images after the table, so that
869         they're not covered by the table colourisation, which often looked
870         awkward.
871         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
872         <dd>.
874 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
876         * eww.el (eww-detect-charset): Improve regexp; move backward.
878 2013-06-18  Glenn Morris  <rgm@gnu.org>
880         * mm-decode.el (widget-convert-button): Autoload.
882         * sieve-manage.el (mm-enable-multibyte): Autoload.
884         * shr.el (libxml-parse-html-region): Declare.
885         (shr-render-buffer): Explicit error if no libxml2 support.
887 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
889         * auth-source.el (auth-source-current-line): New function.
890         (auth-source-netrc-parse-entries): When a data token is "machine",
891         assume we're in the wrong place and abort parsing the current line.
893 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
896         (eww-convert-widgets): Don't bug out if the first widget starts at the
897         beginning of the buffer.
898         (eww-convert-widgets): Fix last patch.
899         (eww-tag-input): Support <input type=image>.
901         * shr.el (shr-insert-table): Respect border-collapse: collapse.
902         (shr-tag-base): Protect against base specs that are degenerate.
903         (shr-ensure-paragraph): Don't delete empty lines that have text
904         properties, because these may be input fields.
906         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
907         we can navigate to them.
909         * shr.el (shr-colorize-region): Put the colours over the entire region.
910         (shr-inhibit-decoration): New variable.
911         (shr-add-font): Use it to inhibit text property decorations while doing
912         preliminary table renderings.  This speeds up typical Wikipedia page
913         renderings by 15%.
914         (shr-tag-span): Don't respect the <title>, because that overwrites the
915         help-echo from links inside the spans.
916         (shr-next-link): Use `help-echo' for navigation, so that we can
917         navigate to form elements, too.
919         * eww.el (eww-button): New face.
920         (eww-convert-widgets): Use it to make submit buttons more button-like.
922         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
923         that Gnus commands work.
925         * shr.el (shr-render-td): Support horizontal alignment.
927         * eww.el (eww-put-color): Remove.
928         (eww-colorize-region): Use `add-face-text-property'.
930         * shr.el (shr-add-font): Append face data, so that we get the correct
931         precedence: The innermost value (which is applied first) wins.
932         (shr-make-overlay): Obsolete function.
934         * mm-decode.el (mm-convert-shr-links): New function to convert
935         new-style shr URL links into widgets.
936         (mm-shr): Use it.
938         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
939         widget commands, since we're no longer using widgets for links.
941         * shr.el (shr-next-link): New command.
942         (shr-previous-link): New command.
943         (shr-urlify): Don't use `widget-convert', because that's slow.
944         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
945         because collecting the overlays and reapplying them when generating
946         tables is slow.
947         (shr-insert-table): Ditto.
949 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
951         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
952         * shr.el (browse-url): Require `url'.
953         * eww.el (url): Require format-spec.
955 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957         * eww.el (eww-display-html): Default to using the entire window width.
958         (eww-browse-url): Don't add a User-Agent header (twice), because that
959         makes Bing refuse connection.
961         * shr.el (shr-make-table): Cache the table rendering at the table
962         level, and not the <td> level.  This is a bit faster.
964         * eww.el (eww-render): Go to the correct ID when given URLs ending with
965         #id.
967         * shr.el (shr-tag-li): Don't require a new paragraph, since other
968         browsers don't.
969         (shr-expand-url): Respect #anchor links.
970         (shr-parse-base): Chop off the anchor before using.
971         (shr-descend): Respect display: none.
972         (shr-descend): Allow marking elements that have certain IDs.
974         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
976         * shr.el (shr-expand-url): Don't bug out on zero-length links.
978         * eww.el (eww-tag-textarea): Support <textarea>.
980 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
982         * shr.el (shr-dom-to-xml): Fix function call.
984         * eww.el (eww): New group.
985         (eww-header-line-format): New custom variable.
986         (eww-current-title): New variable.
987         (eww-display-html): Update header and handle title tag.
988         (eww-update-header-line-format): New function.
989         (eww-tag-title): New function.
991         * shr.el (shr-dom-to-xml): New function.
992         (shr-tag-svg): Add support for the SVG tag.
993         (shr-bullet): New custom variable.
994         (shr-tag-li): Support custom bullet in unordered lists.
996 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998         * shr.el (shr-expand-url): Respect // URLs.
1000         * eww.el (eww-tag-body): Override the shr body rendering so that we can
1001         put a background colour onto the entire buffer.
1002         (eww-render): When being redirected, use the redirect URL as the new
1003         base URL.
1005         * shr.el (shr-parse-base): Fix parsing error.
1007         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
1009         * shr.el (shr-parse-base): New function.
1010         (shr-expand-url): Use it to expand relative URLs reliably.
1012 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
1014         * auth-source.el (auth-source-search-collection): Fix docstring.
1015         (auth-source-netrc-parse): Refactor and improve netrc parser to support
1016         single-quoted strings and multiline entries.
1017         (auth-source-netrc-parse-next-interesting)
1018         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
1019         New functions to support parser.
1021 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023         * eww.el (eww-submit): Get submit button logic right when hitting RET
1024         on non-submit buttons.
1026         * shr.el: Remove shr-preliminary-table-render, since that can't really
1027         be used for anything in practice.
1029 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
1031         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
1032         (sieve-manage-quit).
1034 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
1036         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
1037         control the maximum size of photo ID image.
1038         (mml2015-epg-key-image-to-string): Respect it.
1040 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
1043         instead of the final one so that we can more easily distinguish them.
1045         * eww.el (eww-submit): Compute the submission URL correctly.
1047 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1049         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
1050         Use plist-get rather than CL's getf.
1051         (sieve-manage-parse-capability): Avoid CL's remove-if.
1053 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055         * shr.el (shr-expand-url): Expansion should chop off the bits after the
1056         last slash.
1058         * eww.el (eww-tag-select): Use the first value as the default value.
1060 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1062         * eww.el (eww): Prepend urls with http:// if scheme is missing.
1063         (eww-mode): Use `define-derived-mode'.
1064         (eww-parse-headers): Parse headers from beginning of buffer so that
1065         file:// links work.
1067 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1069         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
1071 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
1074         to handle them at all.
1076 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
1079         work, too.
1080         (eww-tag-select): Implement <select>.
1082 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1084         * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
1085         stream managing functions by using open-protocol-stream to do most of
1086         the work.  Has the nice benefit of enabling STARTTLS.
1087         Wait for capabilities after STARTTLS: following RFC5804, the server
1088         sends new capabilities after successfully establishing a TLS connection
1089         with the client.  The client should update the cached list of
1090         capabilities, but we just ignore the answer for now.
1091         (sieve-manage-network-p, sieve-manage-network-open)
1092         (sieve-manage-starttls-p, sieve-manage-starttls-open)
1093         (sieve-manage-forward, sieve-manage-streams)
1094         (sieve-manage-stream-alist): Remove unneeded functions neither in the
1095         API, nor called by any other function.
1096         Enable Multibyte for SieveManage buffers: The parser won't properly
1097         handle umlauts and line endings unless multibyte is turned on in the
1098         process buffer.
1100 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102         * eww.el (eww-tag-input): Support password fields.
1103         (eww-submit): Support POST.
1105 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107         * eww.el (eww-tag-form): Protect against degenerate forms.
1109         * shr.el (shr-expand-url): Expand URLs that start with a slash
1110         correctly.
1112         * eww.el (eww-submit): Get submit button logic right.
1114         * shr.el (shr-final-table-render): New variable to signal when we're
1115         doing the final table rendering so that we can collect more data at
1116         that point.
1118         * eww.el (eww-submit): Make form submission work.
1119         (eww-tag-input): Implement submit buttons.
1120         (eww-click-radio): Implement radio and checkboxes.
1121         (eww-submit): Handle hidden elements.
1123         * shr.el (shr-descend): Allow other packages to override (or provide)
1124         rendering of elements.
1125         (shr-expand-url): Strip query strings from URLs before expanding them.
1127         * eww.el: Don't require cl-lib.
1128         (eww-tag-form): Start form support.
1130         * eww.el: Start writing a new, tiny web browser.
1131         (eww-previous-url): New command.
1132         (eww-quit): New command.
1134 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
1136         * sieve.el: Put point at beginning of buffer when viewing a script.
1137         (sieve-open-server): Respect the PORT parameter.  Show the correct port
1138         number in sieve-buffer's header.  Fixed code to also work with a string
1139         as port specifier.  Properly close the connection on pressing 'q'.  Make
1140         sieve-manage-quit close the connection and process buffer.  Also, remove
1141         duplicate keybinding for 'q'.
1143 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
1145         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
1146         make it easier to read.
1147         (mm-pkcs7-enveloped-magic): Ditto.
1149 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1151         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
1152         before `image-type-available-p' to avoid loading the image libraries
1153         needlessly.
1155 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1157         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
1158         assume Date header begins with "Date", that may be customized into
1159         something like "X-Sent" using gnus-article-time-format.
1160         (article-transform-date): Allow multi-line Date header.
1162 2013-06-02  David Engster  <deng@randomsample.de>
1164         * registry.el (initialize-instance, registry-lookup)
1165         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
1166         (registry-lookup-secondary-value, registry-search, registry-delete)
1167         (registry-insert, registry-reindex, registry-size, registry-prune):
1168         Do not wrap methods in `eval-and-compile'.  This breaks due to latest
1169         changes in EIEIO (introduction of eieio-core.el).
1171 2013-05-30  Glenn Morris  <rgm@gnu.org>
1173         * nnmail.el (nnmail-fancy-expiry-target):
1174         Also bind mail-dont-reply-to-names.
1176         * spam-stat.el (spam-stat-save):
1177         No need to tweak font-lock in temp buffers.
1179         * shr.el (shr-put-image): Silence compiler.
1181 2013-05-29  Glenn Morris  <rgm@gnu.org>
1183         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
1185         * gnus-group.el (gnus-sequence-of-unread-articles)
1186         (gnus-summary-add-mark, gnus-mark-article-as-read)
1187         (gnus-group-make-articles-read): Declare.
1189         * gnus-sum.el (gnus-parameter-list-identifier)
1190         (gnus-article-stop-animations, gnus-stop-downloads)
1191         (gnus-article-only-boring-p, article-goto-body)
1192         (gnus-flush-original-article-buffer, article-narrow-to-head)
1193         (gnus-article-hidden-text-p, gnus-delete-wash-type)
1194         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
1196         * gnus.el: No need to eval-and-compile autoloads.
1198         * gravatar.el (help-function-arglist): Autoload.
1200         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
1202         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
1204         * spam.el: No need to load spam-report when compiling.
1205         No need to eval-and-compile autoloads.
1206         (spam-report-resend-to): Declare.
1207         (spam-report-resend-register-routine): Require 'spam-report.
1209 2013-05-24  Julien Danjou  <julien@danjou.info>
1211         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
1212         setup.
1214 2013-05-23  Glenn Morris  <rgm@gnu.org>
1216         * gnus-util.el (rmail-swap-buffers-maybe)
1217         (rmail-maybe-set-message-counters, rmail-count-new-messages)
1218         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
1219         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
1221         * mm-decode.el: No need to load term when compiling.
1222         (term-mode, term-char-mode): Declare.
1224         * mm-util.el: No need to load jka-compr when compiling.
1225         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
1227         * nnmaildir.el: Require is automatically eval-and-compile.
1228         (nnmail): Require at run-time too.
1230         * registry.el (registry-size): Move definition before use.
1232 2013-05-22  Daiki Ueno  <ueno@gnu.org>
1234         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
1235         signed data to conform the standard.  (Bug#14232)
1237 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
1239         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
1240         double angle quotation mark.
1242 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1244         * message.el (message-insert-formatted-citation-line): Handle finding
1245         first/lastname when more than 2 names appear.
1247 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
1249         * shr.el (shr-tag-span): New function.
1251 2013-05-18  Glenn Morris  <rgm@gnu.org>
1253         * message.el (message-mode): Use message-mode-abbrev-table,
1254         with text-mode-abbrev-table as parent.  (Bug#14413)
1256 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1258         * message.el (message-expand-group): Decode group names.
1260 2013-05-16  Julien Danjou  <julien@danjou.info>
1262         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
1263         app-icon.
1265 2013-05-15  Glenn Morris  <rgm@gnu.org>
1267         * shr-color.el (shr-color-visible-luminance-min)
1268         (shr-color-visible-distance-min): Use shr-color group.
1270 2013-05-11  Glenn Morris  <rgm@gnu.org>
1272         * gnus-vm.el: Make it loadable without VM.
1273         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
1274         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
1276 2013-05-09  Glenn Morris  <rgm@gnu.org>
1278         * mml1991.el: Make it loadable.  (Bug#13456)
1280         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
1281         * gnus-async.el (gnus-async-post-fetch-function):
1282         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
1283         * gnus-html.el (gnus-html-image-cache-ttl):
1284         * gnus-notifications.el (gnus-notifications-timeout):
1285         * gnus-picon.el (gnus-picon-properties):
1286         * gnus-util.el (gnus-completion-styles):
1287         * gnus.el (gnus-other-frame-resume-function):
1288         * message.el (message-user-organization-file)
1289         (message-cite-reply-position):
1290         * nnir.el (nnir-summary-line-format)
1291         (nnir-retrieve-headers-override-function):
1292         * shr-color.el (shr-color-visible-luminance-min):
1293         * shr.el (shr-blocked-images):
1294         * spam-report.el (spam-report-resend-to):
1295         * spam.el (spam-summary-exit-behavior): Fix custom types.
1297         * gnus-salt.el (gnus-selected-tree-face): Fix default.
1299 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1301         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
1302         because of let-binding help-xref-following.  (Bug#14356)
1304 2013-05-06  Tassilo Horn  <tassilo@member.fsf.org>
1306         * message.el (message-bury, message-send-and-exit):
1307         Revert 2013-05-04 change.
1309 2013-05-06  Glenn Morris  <rgm@gnu.org>
1311         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
1313 2013-05-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1315         * message.el (message-bury): Make `buffer' optional.
1316         (message-send-and-exit): Don't pass `buf' so as to hide the buffer
1317         (bug#14085).
1319 2013-05-04  Andrew Cohen  <cohen@bu.edu>
1321         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
1322         entering into the registry.
1324 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1326         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
1327         (Bug#14304)
1329 2013-04-27  Glenn Morris  <rgm@gnu.org>
1331         * gnus.el (gnus-list-debbugs):
1332         Use require rather than autoload.  (Bug#14262)
1334 2013-04-27  Julien Danjou  <julien@danjou.info>
1336         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
1337         port to "sieve" now that it has an official IANA port assigned.
1339 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1341         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
1342         Don't set the MAILHOST environment variable permanently (Bug#14271).
1344 2013-04-26  Glenn Morris  <rgm@gnu.org>
1346         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
1348 2013-04-25  Andrew Cohen  <cohen@bu.edu>
1350         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
1351         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
1353 2013-04-24  Andrew Cohen  <cohen@bu.edu>
1355         * nnir.el (nnir-close-group): Make sure we are in the right group.
1357         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
1358         dependency table from all newly retrieved headers.
1360 2013-04-16  David Edmondson  <dme@dme.org>
1362         Support <img src="data:...">.
1364         * shr.el (shr-image-from-data): New function.
1365         (shr-tag-img): Use it.
1367 2013-04-14  Andrew Cohen  <cohen@bu.edu>
1369         * nnir.el (nnir-request-set-mark): Make sure we are in the right
1370         group.
1372 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1374         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
1375         corresponding to any existing group (Bug#14166).
1377 2013-04-10  Andrew Cohen  <cohen@bu.edu>
1379         * nnir.el (number-sequence): No longer used.
1380         (nnir-request-set-mark): New function.
1381         (nnir-request-update-info): Improve marks updating.
1382         (nnir-request-scan): Don't duplicate marks updating.
1383         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
1384         Use 'assq rather than 'assoc.  Quote anonymous function.
1385         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
1386         Use 'gnus-group-prefixed-p.
1387         (gnus-summary-create-nnir-group): Make sure server for method is open.
1389 2013-04-04  Andrew Cohen  <cohen@bu.edu>
1391         * nnir.el (gnus-nnir-group-p): New function.
1392         (nnir-possibly-change-group): Use it.
1394         * gnus-msg.el (gnus-setup-message): Use it.
1396 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1398         * mml.el (mml-minibuffer-read-description): Use `default' insted of
1399         `initial-input' for the argument name.
1400         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1402 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
1404         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
1405         (used by MH-E).
1407 2013-04-01  Andrew Cohen  <cohen@bu.edu>
1409         * nnir.el (nnir-request-update-mark): Improve mark updating in original
1410         group.
1412         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
1413         fix compilation.
1415 2013-03-31  Andrew Cohen  <cohen@bu.edu>
1417         * nnir.el (nnir-method-default-engines): And another typo.
1419 2013-03-30  Andrew Cohen  <cohen@bu.edu>
1421         * nnir.el (nnir-method-default-engines): Fix typo.
1423 2013-03-29  Andrew Cohen  <cohen@bu.edu>
1425         * nnir.el: Define 'number-sequence for xemacs.
1426         (gnus-summary-create-nnir-group): New function to create an nnir group
1427         from an nnir summary buffer based on the current query.
1428         (nnir-request-create-group): Update to allow nnir group creation based
1429         on the current query.
1431 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1433         * nndraft.el (nndraft-request-expire-articles):
1434         Make expiry target always `delete'.
1436 2013-03-27  Andrew Cohen  <cohen@bu.edu>
1438         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
1439         buffer use the posting-style and gcc of the original article group.
1440         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
1442         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
1443         after other deffoos.
1445 2013-03-26  Andrew Cohen  <cohen@bu.edu>
1447         * nnir.el: Major rewrite.  Cleaner separation between searches and group
1448         management.  Marks are now shown in nnir summary buffers.
1449         Rudimentary support for real (i.e. not ephemeral) nnir groups.
1450         (gnus-summary-make-nnir-group): New function for initiating searches
1451         from a summary buffer.
1453 2013-03-18  Sam Steingold  <sds@gnu.org>
1455         * message.el (message-bury): Minor cleanup.
1457 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1459         * nndir.el (nndir-request-list): Remove 2nd argument passed to
1460         nnml-request-list.  (Bug#13873)
1461         (nndir-request-newsgroups): Remove, unused.
1463         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
1465 2013-03-03  Ted Phelps  <phelps@gnusto.com>
1467         * shr.el: Make all the overlays set the `evaporate' property so that
1468         they're removed properly.
1470 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>
1472         * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
1473         shell-quote-argument.
1475 2013-02-22  David Engster  <deng@randomsample.de>
1477         * gnus-registry.el (gnus-registry-save): Provide class name when
1478         calling `eieio-persistent-read' to avoid "unsafe call" warning.
1479         Use `condition-case' to stay compatible with older EIEIO versions which
1480         only accept one argument.
1482 2013-02-17  Daiki Ueno  <ueno@gnu.org>
1484         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1485         (epg-user-id-validity): Autoload.
1486         (mml2015-epg-check-user-id): New function.
1487         (mml2015-epg-check-sub-key): New function split from
1488         mml2015-epg-find-usable-key.
1489         (mml2015-epg-find-usable-key): Accept context, name, usage, and
1490         optional name-is-key-id, to handle the case when user-id is unusable.
1491         Reported by Łukasz Stelmach <stlman@poczta.fm>.
1493 2013-02-17  Glenn Morris  <rgm@gnu.org>
1495         * shr.el (shr-put-image): Use image-multi-frame-p if available.
1497 2013-02-16  Glenn Morris  <rgm@gnu.org>
1499         * shr.el (shr-put-image): Only animate images that specify a delay.
1500         This is consistent with the old image-animated-p behavior.
1502 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1504         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1505         for XEmacs.
1507 2013-02-13  Juri Linkov  <juri@jurta.org>
1509         * gnus-art.el (gnus-article-mode-map):
1510         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1511         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1513 2013-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1515         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.  (This was
1516         done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1518 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
1520         * auth-source.el (auth-source-format-prompt): Don't get confused by
1521         any "\" in replacement text.  (Bug#13637)
1523 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
1525         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1526         (gnus-backend-trace): Honor gnus-backend-trace.
1528         * mml.el (mml-insert-part): Insert closing tag.
1530         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1532 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1535         able to find the article, which can happen in debbugs groups,
1536         apparently.
1538 2013-01-16  Glenn Morris  <rgm@gnu.org>
1540         * smiley.el (smiley-style): Make the file loadable in batch mode.
1542 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1544         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1545         imap process running.
1547 2013-01-14  Julien Danjou  <julien@danjou.info>
1549         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1550         Compare addresses against addresses, not against the full From field.
1552 2013-01-13  Richard Stallman  <rms@gnu.org>
1554         * message.el (message-forward-make-body-mime): New args BEG, END
1555         specify what part of FORWARD-BUFFER to use.  Do the work directly
1556         instead of calling `mml-insert-buffer'.
1558 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1560         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1561         cross-reference(s).
1563         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1564         cross-reference(s).
1566 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1568         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1569         and point-max-marker.
1570         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1572 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
1574         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1575         to mml2015-encrypt-to-self.
1576         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1578 2013-01-09  Daiki Ueno  <ueno@gnu.org>
1580         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1581         mml-smime-epg-find-usable-secret-key.
1583 2013-01-08  Glenn Morris  <rgm@gnu.org>
1585         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1587 2013-01-07  Daiki Ueno  <ueno@gnu.org>
1589         * mml-smime.el: Support signing by sender.
1590         Requested by Uwe Brauer.
1591         (mml-smime-sign-with-sender): New user option analogous
1592         to mml2015-sign-with-sender.
1593         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1594         (mml-smime-epg-find-usable-secret-key): New helper function copied from
1595         mml2015.el.
1597 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1600         isn't running, because Gnus will probably not know how to handle the
1601         Gcc header (bug#11941).
1603         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1604         articles.
1606 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608         * nnfolder.el (nnfolder-recursive-directory-files): New function.
1609         (nnfolder-generate-active-file): Make this function work with recursive
1610         folder names.
1612 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1614         * nntp.el (nntp-open-connection): Use HELP as the capability command
1615         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1616         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
1618 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
1620         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1621         place holder since this gives `Invalid face reference: nil' messages.
1622         Use the `default' face instead.  It has the same effect here, even
1623         though it is not no-op.
1625         * gnus-util.el
1626         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1628 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
1630         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1631         non-string posting styles (bug#13285).
1633 2012-12-27  Glenn Morris  <rgm@gnu.org>
1635         * plstore.el (plstore-passphrase-callback-function):
1636         Use plstore-get-file.
1638 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
1640         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1641         stderr.
1643         * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1644         group is nil.
1646         * shr.el (shr-tag-em): Render as italic, not bold.
1648 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1650         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1652 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1654         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1655         temporary file to get PGP key image.  Pass no-show-photos when
1656         extracting image to avoid having it pop up twice.
1658 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
1660         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1661         eligible for treatment.
1663         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1664         lines.  This makes summary commands with hidden threads work more
1665         reliably.
1667         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1668         button to mark the hidden citations (bug#9395).
1670 2012-12-26  Daiki Ueno  <ueno@gnu.org>
1672         * mml2015.el (mml2015-epg-signature-to-string): New function.
1673         (mml2015-epg-verify-result-to-string): New function.
1674         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1675         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1676         instead of epg-verify-result-to-string.
1677         (epg-signature-key-id, epg-signature-to-string): Autoload.
1678         (epg-verify-result-to-string): Remove autoload.
1680 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
1682         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1683         ID image from GPG public key.
1684         (mml2015-epg-key-image-to-string): New function.
1686 2012-12-25  Leo Liu  <sdl.web@gmail.com>
1688         * plstore.el (plstore-passphrase-callback-function): Fix error when
1689         error when plstore-cache-passphrase-for-symmetric-encryption is set
1690         (bug#13264).
1692 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1694         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1695         buffer to the article buffer here, because that clobbers multiple
1696         article buffers.
1698         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1699         buffer always points to the right summary buffer.
1701 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1703         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1704         the password (bug#12097).
1706 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1708         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1709         (bug#13263).
1711         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1712         buffer exists before using it (bug#12475).
1714         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1715         offline groups (bug#11937).
1717         * message.el (message-yank-original): When using customize to set the
1718         value of `message-cite-style', the variable it set to a symbol that's
1719         the name of the variable, which must then be dereferenced (bug#12616).
1721 2012-12-25  Wolfgang Jenkner  <wjenkner@inode.at>
1723         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1724         the `face' property with a list whose car is the face specified in the
1725         format string and whose cdr is (nil).
1726         * lisp/gnus-util.el
1727         (gnus-put-text-property-excluding-characters-with-faces):
1728         Change accordingly.
1729         (gnus-get-text-property-excluding-characters-with-faces): New function.
1730         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1731         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1732         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1734 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1736         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1737         login methods.
1738         (nnimap-login): Respect the `nnimap-authenticator' variable.
1740         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1741         mark state when moving articles.  Otherwise unticked articles will get
1742         their ticks back after moving.
1744 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1746         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1748         * message.el (message-ignored-news-headers): Always remove
1749         X-Message-SMTP-Method to avoid information leakage if the user
1750         mistakenly inserts the header into news messages.
1752         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1754         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1755         right than four characters, this command would move point to
1756         `point-max'.  Don't do that.
1758         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1759         to nil to allow re-selecting groups that gain articles.
1760         (gnus-bug-group-download-format-alist): Update the URL.
1762 2012-12-23  Andreas Schwab  <schwab@suse.de>
1764         * shr.el (shr-tag-em): Render em as italic, not bold.
1766 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1768         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1769         for reuse.
1770         (gnus-open-server): Use it to add more tracing.
1771         (gnus-finish-retrieve-group-infos): Add backend tracing.
1772         (gnus-backend-trace): Also note the elapsed seconds.
1774 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1776         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1777         Set epa-file-encrypt-to from variable to avoid querying.
1779 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1781         * sieve-mode.el (sieve-font-lock-keywords):
1782         Keywords should be word delimited.  (Bug#13173)
1784 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1786         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1787         instead of <pre> to align message header.
1789 2012-12-12  Sam Steingold  <sds@gnu.org>
1791         * gnus.el (gnus-other-frame-resume-function): Add user option.
1792         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1794 2012-12-06  Sam Steingold  <sds@gnu.org>
1796         * gnus-start.el (gnus-before-resume-hook): Add.
1797         (gnus-1): Run it when Gnus is alive.
1799 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1801         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1802         * gnus-art.el (article-unsplit-urls)
1803         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1804         * gnus-registry.el (gnus-registry-get-article-marks)
1805         * message.el (message-goto-body): Use it.
1806         (message-called-interactively-p): Remove.
1808         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1809         (spam-stat-score-buffer): Use it.
1811         * spam.el: Silence the warnings against BBDB functions when compiling.
1813         * gnus-score.el (gnus-score-decode-text-parts):
1814         Use append+mapcar instead of the cl function mapcan.
1816         * gmm-utils.el (gmm-flet): Remove.
1818         * gnus-sync.el (gnus-sync-lesync-call):
1819         Avoid overriding json-alist-p.
1821         * message.el (message-read-from-minibuffer):
1822         Avoid overriding mail-abbrev-in-expansion-header-p.
1824 2012-12-05  Sam Steingold  <sds@gnu.org>
1826         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1827         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1828         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1830 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1832         * gmm-utils.el (gmm-called-interactively-p): Revert.
1833         This seems to cause Emacs to get stuck!
1834         * gnus-art.el (article-unsplit-urls)
1835         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1836         * gnus-registry.el (gnus-registry-get-article-marks)
1837         * message.el (message-goto-body)
1838         (message-called-interactively-p): Revert.
1840         * gmm-utils.el (gmm-called-interactively-p): New function.
1841         * gnus-art.el (article-unsplit-urls)
1842         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1843         * gnus-registry.el (gnus-registry-get-article-marks)
1844         * message.el (message-goto-body): Use it.
1845         (message-called-interactively-p): Remove.
1847         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1848         * gnus-sync.el (gnus-sync-lesync-call)
1849         * message.el (message-read-from-minibuffer): Use it.
1851 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1853         * gmm-utils.el (gmm-flet): Remove.
1854         * gnus-sync.el (gnus-sync-lesync-call)
1855         * message.el (message-read-from-minibuffer): Don't use it.
1857 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1859         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1861 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1863         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1865         * gnus-sync.el (gnus-sync-lesync-call)
1866         * message.el (message-read-from-minibuffer): Use gmm-flet.
1868         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1870         * gnus-util.el (gnus-macroexpand-all): Remove.
1872 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1874         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1875         to TAB, not [tab].
1876         (gnus-summary-article-map): Likewise.
1878         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1879         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1881 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1883         * message.el (message-get-reply-headers):
1884         Make sure the reply goes to the author if it is a wide reply.
1886 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1888         * gnus-score.el (gnus-score-body):
1889         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1890         scoring by body.
1892 2012-11-16  Glenn Morris  <rgm@gnu.org>
1894         * gnus-diary.el (nndiary-request-create-group-functions)
1895         (nndiary-request-update-info-functions)
1896         (gnus-subscribe-newsgroup-functions)
1897         (nndiary-request-accept-article-functions):
1898         Use new names for hooks rather than obsolete aliases.
1900 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1902         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1903         in meta tag with the one the part specifies in its header.
1905 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1907         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1908         by default.
1910 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1912         New UIDL implementation.
1914         * mail-source.el (mail-sources, mail-source-keyword-map):
1915         Add :leave as a pop3 keyword.
1916         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1918         * pop3.el (pop3-leave-mail-on-server): Allow number.
1919         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1920         (pop3-movemail): Add UIDL support.
1921         (pop3-send-streaming-command): Take a list of mail numbers instead of
1922         the number of mails.
1923         (pop3-write-to-file): Add X-UIDL header.
1924         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1925         (pop3-uidl-add-xheader): New functions.
1927         * message.el (message-ignored-resent-headers):
1928         Add X-Content-Length and X-UIDL headers.
1930 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1932         * nndiary.el (nndiary-request-create-group-functions)
1933         (nndiary-request-update-info-functions)
1934         (nndiary-request-accept-article-functions):
1935         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1936         "-hooks" suffix.
1938 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1940         * starttls.el (starttls-extra-arguments): Doc fix.
1942 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1945         it.
1947 2012-10-06  Glenn Morris  <rgm@gnu.org>
1949         * gnus-notifications.el (gnus-notifications):
1950         Add missing group :version tag.
1951         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1952         (gnus-gcc-post-body-encode-hook):
1953         * gnus-sync.el (gnus-sync-lesync-name)
1954         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1956 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1958         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1959         a user about whether to delete temp files if once a user answered as n.
1961 2012-09-17  Richard Stallman  <rms@gnu.org>
1963         * message.el (message-in-body-p): Don't set mark or modify buffer.
1965         * mml.el (mml-attach-file): Doc fix.
1966         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1967         Set mail-encode-mml when in Mail mode.
1968         Simplify code to set HEAD and move back to HEAD.
1969         (mml-insert-multipart, mml-insert-part):
1970         Set mail-encode-mml when in Mail mode.
1972 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1974         * gnus-util.el (gnus-timer--function): New function.
1976         * gnus-art.el (gnus-article-stop-animations): Use it.
1978 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1980         Fix glitches caused by addition of psec to timers.
1981         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1982         rather than raw access to timer vector.
1984 2012-09-11  Julien Danjou  <julien@danjou.info>
1986         * gnus-notifications.el (gnus-notifications): Check for nil values in
1987         ignored addresses check.
1989 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1991         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1993 2012-09-07  Chong Yidong  <cyd@gnu.org>
1995         * gnus-util.el
1996         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1998         * gnus-salt.el (gnus-tree-highlight-node):
1999         * gnus-sum.el (gnus-summary-highlight-line):
2000         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
2002 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2004         * gnus-util.el: Fix compilation error on XEmacs 21.4.
2006 2012-09-06  Juri Linkov  <juri@jurta.org>
2008         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
2009         scheme for buffer names to be more consistent with other group and
2010         article buffer names in Gnus.
2012 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
2014         * gnus-util.el
2015         (gnus-put-text-property-excluding-characters-with-faces): Remove.
2017         * gnus-compat.el: Define compat function `add-face' from Wolfgang
2018         Jenkner.
2020         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
2022         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
2024         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
2026 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2028         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
2029         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
2031         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
2032         string-prefix-p in Emacs >=23.2.
2034         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
2035         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
2036         instead of string-match-p.
2037         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
2039 2012-09-06  Kenichi Handa  <handa@gnu.org>
2041         * qp.el (quoted-printable-decode-region): Fix previous change; handle
2042         lowercase a..f.
2044 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2046         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
2048 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
2050         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
2051         TIME is set.
2053 2012-09-05  Juri Linkov  <juri@jurta.org>
2055         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
2056         than one group at a time (bug#11961).
2058 2012-09-05  Julien Danjou  <julien@danjou.info>
2060         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
2061         this hide the real reason with a message giving absolutely no hint.
2063 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
2065         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
2066         to the backend (bug#11804).
2068         * message.el (message-insert-newsgroups): Don't insert newsgroup
2069         duplicates (bug#12275).
2071 2012-09-05  John Wiegley  <johnw@newartisans.com>
2073         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
2074         sieve rules.
2076 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
2078         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
2079         function.
2081         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
2083         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
2085 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
2087         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
2088         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
2089         This should make nnmaildir more usable with offlineimap.
2091 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
2093         * gnus-notifications.el (gnus-notifications-notify): Use it.
2095         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
2096         warnings on XEmacs.
2098 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2100         Better seeds for (random).
2101         * gnus-sync.el (gnus-sync-lesync-setup):
2102         * message.el (message-canlock-generate, message-unique-id):
2103         Change (random t) to (random), now that the latter is more random.
2105 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2107         * auth-source.el (auth-sources): Fix macos keychain access.
2109         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
2110         allow the backend `request-head' function to determine the group
2111         name on its own.
2112         (gnus-request-expire-articles): Filter out negative article numbers
2113         during expiry (Bug#11980).
2115         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
2116         O(N^2) to O(N).  This makes warping into huge groups tolerable.
2118         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
2119         you've found the article when you haven't.
2121 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2123         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
2125 2012-08-30  Julien Danjou  <julien@danjou.info>
2127         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
2128         `gnus-notifications-timeout'.
2129         (gnus-notifications-timeout): Add.
2130         (gnus-notifications-action): New function.
2131         (gnus-notifications-notify): Add :action using
2132         `gnus-notifications-action'.
2133         (gnus-notifications-id-to-msg): New variable.
2134         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
2135         notifications id to messages.
2137 2012-08-30  Kenichi Handa  <handa@gnu.org>
2139         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
2140         once.
2142 2012-08-29  Julien Danjou  <julien@danjou.info>
2144         * gnus-notifications.el: New file.
2145         (gnus-notifications-notify): New function.
2146         (gnus-notifications): Use `gnus-notifications-notify'.
2148 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2150         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
2151         transfer encoding first; bind gnus-newsgroup-charset to the charset
2152         that the article specifies (Bug#12209).
2154 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2156         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
2157         (gnus-group-customize-done): Encode values posting-style holds.
2159         * gnus-msg.el (gnus-summary-resend-message)
2160         (gnus-configure-posting-styles): Decode values posting-style group
2161         parameter holds.
2163 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2165         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
2166         `name' and `address' in Resent-From header.
2168 2012-08-14  Chong Yidong  <cyd@gnu.org>
2170         * gnus-art.el (article-display-face): Handle failure in
2171         gnus-create-image (Bug#11802).
2173 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2175         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
2176         Use defsetf.
2178 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
2180         * auth-source.el (auth-source-plstore-search)
2181         (auth-source-secrets-search): Ignore :require and :type in search spec.
2183 2012-08-06  Julien Danjou  <julien@danjou.info>
2185         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2186         Remove autoload, already handled by gnus.el.
2188 2012-08-05  Julien Danjou  <julien@danjou.info>
2190         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
2191         Add autoload.
2193 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2195         * gnus.el (gnus-valid-select-methods): Fix custom type.
2197 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
2199         * auth-source.el (auth-sources, auth-source-backend-parse)
2200         (auth-source-macos-keychain-search)
2201         (auth-source-macos-keychain-search-items)
2202         (auth-source-macos-keychain-result-append)
2203         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
2204         auth-source.el through the /usr/bin/security utility.
2205         (auth-sources): Fix syntax error.
2206         (auth-source-macos-keychain-result-append): Fix variable name.
2207         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
2209 2012-07-27  Julien Danjou  <julien@danjou.info>
2211         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
2212         Emacs < 24.1
2214 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2216         * message.el (message-kill-address): Don't kill last newline.
2217         (message-skip-to-next-address): Don't move to the next header.
2218         (message-fill-field-address): Work properly.
2220 2012-07-25  Julien Danjou  <julien@danjou.info>
2222         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
2224 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2226         * nnimap.el (nnimap-get-responses): Don't remove, still used.
2228 2012-07-24  Julien Danjou  <julien@danjou.info>
2230         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
2232         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
2233         (nntp-async-timer-handler): Remove, unused.
2235         * nnimap.el (nnimap-get-responses): Remove, unused.
2237         * nnheader.el (mail-header-set-extra): Remove, unused.
2239         * mm-view.el (mm-view-sound-file): Remove, unused.
2241         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
2242         (mm-url-encode-multipart-form-data): Remove, unused.
2244         * message.el (message-remove-signature, message-make-host-name)
2245         (message-fill-address): Remove, unused.
2247         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
2248         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
2249         unused.
2251         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
2253         * gnus-util.el (gnus-extract-address-component-name)
2254         (gnus-extract-address-component-email, gnus-sortable-date)
2255         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
2256         (gnus-process-live-p): Remove, unused.
2258         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
2260         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
2261         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
2262         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
2263         function.
2265         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
2267         * gnus-score.el (gnus-summary-score-crossposting)
2268         (gnus-score-regexp-bad-p): Remove, unused.
2270         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
2272         * gnus-range.el (gnus-sublist-p): Remove, unused.
2274         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
2275         unused.
2277         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
2279         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
2280         (gnus-request-associate-buffer): Remove, unused.
2282         * gnus-group.el (gnus-group-set-method-info)
2283         (gnus-group-set-params-info): Remove, unused.
2285         * gnus-fun.el (gnus-shell-command-to-string)
2286         (gnus-shell-command-on-region): Remove, unused.
2288         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
2290         * gnus-art.el (gnus-article-text-type-exists-p)
2291         (article-translate-characters, gnus-article-hide-text-of-type)
2292         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
2293         Remove, unused.
2295 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2297         * nnir.el ("nnir"): Revert last change, that's premature to merge from
2298         Gnus master.
2300 2012-07-22  Andrew Cohen  <cohen@bu.edu>
2302         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
2304 2012-07-21  Julien Danjou  <julien@danjou.info>
2306         * message.el (message-dont-reply-to-names): Replace deprecated
2307         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
2308         (message-get-reply-headers): Ditto.
2310 2012-07-18  Julien Danjou  <julien@danjou.info>
2312         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
2313         `sieve-upload-and-kill'.
2315         * sieve.el (sieve-bury-buffer): Remove function.
2316         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
2317         (sieve-upload-and-kill): New function, mapped to C-c C-c.
2319 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
2321         * shr.el (shr-expand-url): Handle URL starting with `//'.
2323 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2324 2012-07-13  Chong Yidong  <cyd@gnu.org>
2326         * smime.el (smime-certificate-info): Set buffer-read-only directly,
2327         instead of calling toggle-read-only with a (bogus) argument.
2329 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
2331         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
2332         of initial input when reading the author to restrict the summary to.
2334 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
2337         buffer exists, which it doesn't if we haven't started Gnus.
2339 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2341         * mm-decode.el (mm-shr):
2342         Allow overriding charset by mm-charset-override-alist.
2344 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2346         * gnus-art.el (gnus-article-view-part):
2347         Toggle subparts of multipart/alternative part.
2349 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2351         * gnus-sync.el: Simply require json.
2353         * registry.el: Simply require eieio and eieio-base.
2355 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2357         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
2359 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2361         * shr.el (shr-render-buffer): New command.
2362         (shr-visit-file): Use it.
2364 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2366         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
2367         Set no-byte-compile and no-update-autoloads.
2369 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2371         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
2373 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
2376         being bound to a lambda form.
2378 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
2380         * gnus-picon.el (gnus-picon-properties): New defcustom.
2381         (gnus-picon-create-glyph): Use it.
2383 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2386         locales.
2388         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
2389         on a handle.
2391         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
2392         address as the default.
2394         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
2395         It makes no sense to query the user about internal files.
2397         * gnus-spec.el: Remove all the byte-compilation stuff, since
2398         benchmarking shows that it doesn't help when entering large summary
2399         buffers.
2401         * gnus-util.el (gnus-byte-code): Remove.
2403         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
2404         grouplens stuff.
2406 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2409         (bug#11514).
2411 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
2413         * message.el (message-buffers): Return all buffers derived from Message
2414         to make `gnus-dired-attach' work with mu4e.
2416 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
2418         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
2419         (mm-dissect-singlepart): Don't guess the MIME type of
2420         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
2421         set.
2422         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
2423         toplevel MIME type is multipart/encrypted.
2425 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
2427         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
2428         In particular, add an optional argument and a docstring.
2430         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
2432         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
2433         current before calling `gnus-groups-to-gnus-format'.
2434         Note that this was already the case for `gnus-active-to-gnus-format'.
2436 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2438         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
2440 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442         * mm-decode.el (mm-dissect-buffer): Doc fix.
2444         * gnus-sum.el (gnus-handle-ephemeral-exit):
2445         Avoid creating the group buffer if it doesn't exist.
2447         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
2448         is given, mark the group as ephemeral with the current window conf.
2450         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
2451         buffer exists, which it doesn't if we haven't started Gnus.
2452         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
2454 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456         * mml.el (mml-generate-mime):
2457         Allow specifying what the top-level part type is.
2459         * gnus-sum.el (gnus-auto-center-summary):
2460         `scroll-margin' isn't defined on XEmacs.
2462 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2464         * gnus-sum.el (gnus-auto-center-summary):
2465         Set default to respect `scroll-margin'.
2467 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2469         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2470         citation prefix within a block of cited text should be considered
2471         part of that block *only* if it is a blank line.
2473 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2475         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2476         before kinsoku-bol characters nor within kinsoku-eol characters.
2478 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2480         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2481         (gnus-topic-create-topic, gnus-topic-enter-dribble):
2482         Silence compiler.
2483         (gnus-sync-read): Use mapc instead of mapcar.
2485         * mm-archive.el: Require mm-decode for some macros.
2486         (gnus-recursive-directory-files, mailcap-extension-to-mime):
2487         Silence the byte compiler.
2488         (mm-archive-decoders): New function that returns the value of
2489         the mm-archive-decoders variable.
2491         * mm-decode.el:
2492         Don't require mm-archive; autoload mm-archive functions instead.
2493         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2495         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2497 2012-06-26  Peter Münster  <pmrb@free.fr>
2499         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2500         (gnus-demon-cancel): Ditto.
2501         (gnus-demon-run-callback): When function cannot be called due to low
2502         idleness, call it when idleness reaches the expected value, instead
2503         of waiting another timer period.
2504         (gnus-demon-init): Add `time' to arguments of call-back.
2506 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2508         * gnus.el: Register gnus-registry functions.
2510         * gnus-registry.el (gnus-try-warping-via-registry):
2511         Move here and indent.
2513         * gnus-int.el (gnus-warp-to-article):
2514         Check whether the registry is enabled before warping.
2516 2012-06-26  Dave Abrahams  <dave@boostpro.com>
2518         * gnus-sum.el (gnus-summary-insert-subject): Record information
2519         in the registry about each article retrieved.
2521         * gnus-int.el (gnus-select-group-with-message-id): New function.
2522         (gnus-try-warping-via-registry): Ditto.
2523         (gnus-warp-to-article): Fall back on the registry.
2525 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2529 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2531         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2532         gnus-gcc-self-resent-messages may be a group parameter.
2533         (gnus-summary-resend-message):
2534         Don't encode encoded words in header when Gcc'ing resent message.
2536 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538         * shr.el (shr-insert): Treat non-breaking space just like normal
2539         space.  This seems to produce more pleasing results.
2540         (shr-insert):
2541         Only insert a blank line if we're starting from an image.
2542         (shr-tag-br):
2543         Allow <br> to end lines or to make a single blank line.
2544         (shr-ensure-paragraph): Consider lines with white space to be blank.
2546 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
2548         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2549         and gnus-gcc-post-body-encode-hook.
2551 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2553         * mm-decode.el (mm-dissect-singlepart):
2554         Guess what the type of application/octet-stream parts really is.
2556         * gnus-sum.el (gnus-propagate-marks): Remove.
2558 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2560         * nntp.el (nntp-coding-system-for-read): Remove.
2561         (nntp-coding-system-for-write): Ditto.
2562         (nntp-open-connection): Just use `binary' directly.
2564 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2566         * registry.el (registry-usage-test, registry-persistence-test):
2567         Move to tests/gnustest-registry.el.
2568         (registry-make-testable-db, registry-match-test)
2569         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2571         * gnus-registry.el (gnus-registry-misc-test)
2572         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2574         * tests/gnustest-registry.el:
2575         New file with the registry and gnus-registry ERT tests.
2577 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2579         * gnus-msg.el (gnus-summary-resend-message):
2580         Make gnus-summary-resend-message-insert-gcc be last item in
2581         message-header-setup-hook.
2583 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2585         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2586         (nnfolder-marks, nnfolder-marks-file-suffix)
2587         (nnfolder-marks-modtime): Remove.
2588         (nnfolder-open-server): Don't use marks.
2589         (nnfolder-request-delete-group): Ditto.
2590         (nnfolder-request-rename-group): Ditto.
2591         (nnfolder-request-set-mark, nnfolder-request-marks)
2592         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2593         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2595         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2596         (nnml-marks-modtime): Remove.
2597         (nnml-request-delete-group): Don't use marks.
2598         (nnml-request-rename-group): Ditto.
2599         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2600         (nnml-save-marks, nnml-open-marks): Remove.
2602         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2603         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2604         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2605         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2606         (nntp-server-to-method-cache): Remove.
2608         * shr.el (shr-rescale-image): Fix wrong merge.
2610 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2612         * shr.el (shr-remove-trailing-whitespace):
2613         Really delete the padding on too-wide lines.
2615 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2617         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2618         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2620         * mm-decode.el (mm-display-external): Output the text from
2621         the command in the buffer after the command finished.
2622         This makes text-based commands behave better.
2624 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2626         * message.el (smtpmail-smtp-user): Silence compiler warning.
2628 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2630         * message.el (message-multi-smtp-send-mail): Also allow specifying
2631         the SMTP user name.
2633 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2635         * gnus-sum.el (gnus-summary-article-map): Fix typo.
2637 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2639         * message.el (message-multi-smtp-send-mail): New function.
2640         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2641         header to implement multi-SMTP functionality.
2643         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2644         (gnus-agentize): Don't set it.
2645         (gnus-agent-send-mail): Don't use it.
2647         * gnus-sum.el (gnus-summary-widget-backward):
2648         New function and keystroke.
2650         * shr.el (shr-put-image): Remove underlines from sliced images.
2651         (shr-zoom-image): Compute the region to be replaced more correctly.
2653 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2655         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2656         (gnus-summary-resend-message-insert-gcc): New function.
2657         (gnus-summary-resend-message): Modify message-header-setup-hook and
2658         message-sent-hook to make it work for Gcc.
2659         (gnus-inews-do-gcc): Update the number of unread articles of groups
2660         that messages are Gcc'd to.
2662         * message.el (message-resend): Run message-sent-hook to do Gcc.
2664 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2666         * gnus-registry.el (gnus-registry-fixup-registry):
2667         Move the message to a higher level to silence compilation.
2669         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2670         parameter to allow controlling the scaling.
2672         * shr.el (shr-zoom-image): New command and keystroke.
2673         (shr-put-image): Take a `size' flag to say how to scale the image.
2675         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2676         Use recursive deletion.
2677         (mm-dissect-archive): Add support for zip files.
2679         * gnus-util.el (gnus-recursive-directory-files): New function.
2681         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2682         (mm-archive-decoders): Add tgz support.
2684         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2685         Otherwise inserting text into the Gnus buffer can look odd.
2687         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2689         * mm-archive.el (mm-archive-decoders): Add support for tar.
2691         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2693         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2695 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
2697         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2699         * mm-archive.el: New file.
2701         * mm-decode.el (mm-dissect-singlepart):
2702         Use it to decode ms-tnef files.
2704         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2706         * message.el (message-goto-*): Make all the `message-goto-*' commands
2707         push the mark before moving point.  This makes it easier to go back
2708         to where you came from after editing whatever you jumped to.
2710 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2712         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2713         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2714         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2716 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2718         * spam.el: Move BBDB autoloads.
2719         (spam-exists-in-BBDB-p):
2720         New function to do the BBDB search directly in BBDB 2 and 3.
2721         (spam-check-BBDB): Use it.
2722         (spam-enter-ham-BBDB): Use it.
2724 2012-06-26  Peter Münster  <pmrb@free.fr>  (tiny change)
2726         * gnus-group.el (gnus-group-get-new-news):
2727         New parameter `one-level' for scanning exactly one level.
2729         * gnus-start.el (gnus-get-unread-articles): Ditto.
2731 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2733         * gnus-sync.el: More commentary about setup.
2735 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2737         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2739 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2741         * gnus-sync.el: Improve docs about CouchDB admins.
2743 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2745         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2746         not needed.  Provide xmlplistread list function to produce XML plist
2747         output for non-Gnus LeSync clients.
2749 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
2751         * gnus-sync.el: Add LeSync synchronization backend and logic to read
2752         and save against it.  Group subscriptions, read marks, other marks,
2753         subscription levels, topic names, and topic offsets (the group's
2754         position within the topic) are saved.  This is an experimental
2755         backend and may change significantly.  Load json.el from
2756         the gnus-fallback-lib if it's not available otherwise.
2757         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2759 2012-06-26  David Engster  <dengste@eml.cc>
2761         * tests/gnustest-nntp.el: New file for simple NNTP testing.
2763 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2765         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2767 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
2769         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2770         is an integer to avoid later problems.
2772 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2775         locales.
2777 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
2779         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2780         articles when fetch-old is non-nil (bug#11370).
2782 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2784         * gnus-group.el (gnus-group-get-new-news):
2785         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2787 2012-06-10  Dave Abrahams  <dave@boostpro.com>
2789         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2790         groups (bug#11641).
2792 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2795         (bug#11514).
2797 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2799         * nntp.el: Stop the `letf' madness.
2800         (nntp--report-1): New var.
2801         (nntp-report): Merge nntp-report-1 into it.
2802         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2803         the nntp-report function.
2805         * auth-source.el: Fix comment-style to follow the convention.
2807 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2809         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2810         a string so that Gcc works (bug#11514).
2812 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2814         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2815         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2817 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2819         * gnus-win.el (gnus-configure-frame): Don't signal an error when
2820         jumping to *Server* from a dedicated *Group* window.
2821         (gnus-configure-frame): CSE.
2823         * gnus-registry.el: Minor style cleanup.
2824         (gnus-registry--set/remove-mark): New function, extracted from
2825         gnus-registry-install-shortcuts.
2826         (gnus-registry-install-shortcuts): Use it.
2828 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2830         * nnspool.el (news-path): Use eval-and-compile.
2832 2012-05-24  Glenn Morris  <rgm@gnu.org>
2834         * nnspool.el (news-directory, news-path, news-inews-program):
2835         Move here from paths.el.  Don't see a need for these to be autoloaded.
2837         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2838         Merge in doc from paths.el version.  Don't see any need for this to be
2839         autoloaded, or for the warning about users not setting it.
2841 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
2843         Fix minor Y10k bug.
2844         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2846 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2848         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2849         message once it's actually open.
2851 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2853         * auth-source.el (auth-source--aput-1, auth-source--aput)
2854         (auth-source--aget): New functions and macros.
2855         Use them instead of aput/aget.
2857 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
2859         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2861 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2863         * plstore.el (plstore-called-interactively-p): New compat macro copied
2864         from message.el.
2865         (plstore-mode): Use it.
2867 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
2869         * plstore.el: Revive the editing feature.
2870         (plstore-mode): New mode to edit plstore file.
2871         (plstore-mode-toggle-display, plstore-mode-original)
2872         (plstore-mode-decoded): New command.
2873         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2874         (plstore--insert-buffer, plstore--make): New function.
2875         (plstore-open, plstore-save): Simplify by using them.
2877 2012-04-16  Glenn Morris  <rgm@gnu.org>
2879         * nndraft.el (nndraft-request-list): Fix declaration.
2881 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2884         don't have a current group.
2886         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2887         have a group name.
2889         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2890         a multibyte buffer (bug#7410).
2891         (article-wash-html): Parse the original article buffer to get the
2892         unencoded data (bug#7410).
2894         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2895         .newsrc.el files.
2897 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2900         would have gotten if we posted to the group, and use that to compare
2901         against the message we want to cancel (bug#10808).
2903 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2906         "#" to avoid having them interpreted as comments.
2908 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910         * shr.el (shr-insert): Update the text state properly to avoid
2911         inserting spurious paragraph starts.
2913 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2916         requested (bug#10961).
2918         * shr.el (shr-table-widths): Divide the extra width more fairly over
2919         the TDs (bug#10973).
2920         (shr-render-td): Don't delete too much padding.
2921         (shr-natural-width): Compute the natural width more correctly.
2922         (shr-insert): Allow the natural width to be computed for tables again.
2923         (shr-tag-table-1): Rework how the natural widths are computed by
2924         rendering the table a third time.
2925         (shr-natural-width): Remove.
2926         (shr-buffer-width): New function.
2927         (shr-expand-newlines): Use it.
2929         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2930         using a `gnus-use-full-window' setup (bug#11013).
2932 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2935         24.1 release.
2937 2012-03-10  David Edmondson  <dme@dme.org>
2939         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2940         'Forwarded Message' header and the start of the message.
2942 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2944         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2945         isn't running (bug#10897).
2947 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2951 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2953         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2955 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2957         * mm-decode.el (mm-shr): Remove "soft hyphens".
2959         * nnimap.el (nnimap-request-list): Return the group names encoded as
2960         utf8.  Otherwise non-European group names don't work.
2961         (nnimap-request-newgroups): Ditto.
2963         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2964         the default in `read-string' (bug#10757).
2966         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2967         topics (bug#10843).
2969         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2970         buffer.  Suggested by Herbert Valerio Riedel.
2971         (nnimap-request-move-article): Delete the message from the correct IMAP
2972         server.
2974 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2976         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2977         Reported by Peter Münster.
2979 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2981         * shr.el (shr-image-fetched): Make sure we really kill the right
2982         buffer.
2984 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2986         * gnus-start.el (gnus-1): Avoid duplicate entries.
2988 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2990         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2991         too-wide lines.
2993 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2995         * shr.el (shr-rescale-image): Undo previous change; see
2996         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2998 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3000         * nnimap.el (nnimap-record-commands): New variable.
3001         (nnimap-log-command): Use it.
3002         (nnimap-make-process-buffer): Add a space to the process buffer.
3003         (nnimap-transform-headers): Don't bug out on header lines containing
3004         stuff that look like IMAP length encodings.
3006         * shr.el (shr-rescale-image): Allow viewing large images.
3008 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
3010         * nnml.el (nnml-request-compact-group): Delete the marks file after
3011         compaction (bug#10800).
3013         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
3014         group exit.
3016         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
3017         QRESYNC/FETCH output.
3019 2012-02-11  Glenn Morris  <rgm@gnu.org>
3021         * sieve-manage.el (sieve-manage-default-stream):
3022         * shr.el (shr):
3023         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
3024         (nnir-retrieve-headers-override-function)
3025         (nnir-imap-default-search-key, nnir-notmuch-program)
3026         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
3027         (nnir-method-default-engines):
3028         * message.el (message-cite-reply-position):
3029         * gssapi.el (gssapi-program):
3030         * gravatar.el (gravatar):
3031         * gnus-sum.el (gnus-refer-thread-use-nnir):
3032         * gnus-registry.el (gnus-registry-unfollowed-addresses)
3033         (gnus-registry-max-pruned-entries):
3034         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
3035         * gnus-int.el (gnus-after-set-mark-hook)
3036         (gnus-before-update-mark-hook):
3037         * gnus-async.el (gnus-async-post-fetch-function):
3038         * auth-source.el (auth-source-cache-expiry):
3039         Add missing :version tags to new defcustoms and defgroups.
3041 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
3043         * message.el (message-default-send-mail-function): Made into own
3044         function for reuse by emacsbug.el.
3046 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
3048         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
3049         `gnus-sloppily-equal-method-parameters' to avoid a warning.
3051 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3053         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
3054         running.
3056         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
3058         * gnus.el (gnus-server-extend-method): Don't add an -address component
3059         if the method already has one (bug#9676).
3061 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
3063         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
3064         of an initial-input for consistency (bug#10757).
3066         * shr.el: Inhibit getting and sending cookies when fetching pictures.
3068         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
3070 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3072         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
3073         lines that are narrower than the window width.  Otherwise background
3074         "blocks" will look less readable.
3076 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3078         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
3080 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3082         * nnimap.el (nnimap-transform-headers): Remove unused variable.
3083         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
3084         have newlines within the strings, and where the UID comes after the
3085         BODYSTRUCTURE element (bug#10537).
3087         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
3088         (bug#10732).
3090         * shr.el (shr-insert-document): Add doc string.
3091         (shr-visit-file): Ditto.
3092         (shr-remove-trailing-whitespace): New function.
3093         (shr-insert-document): Use it to clean up trailing whitespace as the
3094         final step (bug#10714).
3096 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3098         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
3099         buffer if `gnus-kill-summary-on-exit' is nil.
3101 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3103         * gnus-sum.el (gnus-summary-show-thread):
3104         next-single-char-property-change may return nil in XEmacs.
3106 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3108         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
3109         when just reading a single group from "without" Gnus.
3111 2012-02-06  Chong Yidong  <cyd@gnu.org>
3113         * gnus-sum.el (gnus-summary-show-thread):
3114         next-single-char-property-change never returns nil (Bug#8657).
3116 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
3118         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
3119         without reconnecting.
3120         (nnimap-possibly-change-group): Ditto.
3121         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
3122         connection has died before being called.
3124 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
3126         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
3127         an initial sync unless we're really doing one.
3129         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
3130         address parameter if one already exists (bug#9676).
3132         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
3133         not the prefix, as documented (bug#10689).
3135 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3137         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
3138         the "server".
3140         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
3141         the real error message with the useless "previously known to be down".
3142         Which isn't even correct.
3144         * nntp.el (nntp-open-connection): Report the error message if the nntp
3145         server can't be reached.
3147         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
3148         groups we do a total scan for.
3149         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
3150         doing that.
3152 2012-01-31  Jim Meyering  <jim@meyering.net>
3154         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3155         Correct a comment (insert "not") and hide nominally-doubled "to".
3157 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
3159         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
3160         section in the manual.
3162 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3164         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
3165         words.
3166         (rfc2047-encode-string): Ditto.
3167         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
3168         understand folded filename="..." parameters, for instance.
3170         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
3171         the message for greater debuggability.
3173 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3175         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
3176         instead of setting it locally, since the latter doesn't seem to have
3177         any effect (most of the time).
3179 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
3181         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
3182         function call.
3184 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
3186         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
3187         seconds, and make the repeat clause with HH:MM specs work as
3188         documented.
3190 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3192         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
3193         so that previous errors don't prohibit getting new news.
3195         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
3197         * nntp.el (nntp-retrieve-group-data-early): Ditto.
3199 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3201         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
3202         bound globally in old Emacsen and XEmacsen.
3204 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
3206         * gnus.el (gnus-group-find-parameter): Check for liveness of the
3207         buffer, not of the string which is its name.
3209 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3211         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
3212         non-server-marks groups.
3213         (gnus-group-make-articles-read): Ditto.
3215         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
3216         methods (bug#9676).
3218         * gnus.el (gnus-method-ephemeral-p): New function.
3220 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3222         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
3223         left-to-right.
3225 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3227         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
3228         warning.
3230 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3232         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
3233         macroexpand the nnir things, since they haven't been defined yet, and
3234         nnir requires gnus-sum.
3236 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238         * mm-decode.el (mm-interactively-view-part): Fix prompt.
3240 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3242         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
3243         logical server name in addition to the actual machine address.
3245         * auth-source.el (auth-source-user-and-password): Add convenience
3246         wrapper to search by just host and optionally user.
3248 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250         * shr.el (shr-visit-file): Move point to the beginning of the buffer
3251         after rendering.
3253 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255         * gnus-sum.el (gnus-summary-read-group): Document more parameters
3256         (bug#9693).
3257         (gnus-summary-setup-buffer): Document return value (bug#9697).
3259         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
3260         since ido doesn't work on symbols (bug#9632).
3262         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
3263         when getting a single value as when getting all the values.  This means
3264         that atoms like `gcc-self' work cumulatively, like variable settings,
3265         instead of getting the value from the last matching clause.
3266         (gnus-group-find-parameter): Protect against the group buffer not
3267         existing (bug#9585).
3269 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271         * gnus-start.el (gnus-activate-group): Document more parameters
3272         (bug#9694).
3274         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
3275         (bug#9692).
3277         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
3278         article was fetched, so that it can be expired later (bug#9958).
3279         (gnus-agent-summary-fetch-series): Add doc string.
3280         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
3281         (bug#9517).
3283         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
3284         retrieval is happening.
3286         * gnus.el (gnus-parameters): Doc fix.
3288 2012-01-06  Dave Abrahams  <dave@boostpro.com>
3290         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
3291         show the thread after expansion.
3293 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295         * gnus-art.el (article-narrow-to-head): If the head is completely
3296         empty, narrow to the empty region (bug#9764).
3298         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
3299         read, and then mark them as unread only when the unread mark is used.
3300         This makes `C-- T k' actually work, even though it's confusing.
3302         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
3303         alive before we try to find its window.
3305 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
3307         * mm-decode.el (mm-display-external): Use a longer timeout for the
3308         deletion to allow slow programs to display the file.
3310 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
3313         prompt to be less confusing.
3315         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
3316         argument to `message-reply'.  This broke `special-display-*' frame
3317         pop-uping (bug#10238).
3319 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
3322         systems, since these allegedly don't work there.
3324 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
3326         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
3327         live buffer.
3329 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331         * nnir.el (nnir-retrieve-headers): Protect against the article not
3332         existing on the server (bug#10335).
3334 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3336         * gnus-agent.el (gnus-agent-load-local):
3337         Recompute gnus-agent-article-local on changing method.
3339 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341         * gnus.el (gnus-parameters): Note precedence.
3343 2012-01-04  Leo Liu  <sdl.web@gmail.com>
3345         * nndraft.el (nndraft-update-unread-articles): Don't move point around
3346         in the group buffer.
3348 2012-01-04  Julien Danjou  <julien@danjou.info>
3350         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
3351         change.
3353 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3355         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
3356         too.
3358         * nntp.el (nntp-retrieve-group-data-early): Use it.
3360 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362         * nntp.el (nntp-retrieval-in-progress): New variable.
3363         (nntp-make-process-buffer): Make it buffer-local.
3365         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
3366         2010.
3367         (gnus-demon-init): Use it to compute the time if time is on the form
3368         "04:23".
3370         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
3372         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
3373         status in the correct buffer.
3375 2012-01-03  Leo Liu  <sdl.web@gmail.com>
3377         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
3378         when opening topics (bug#10407).
3380 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3382         * mm-view.el (mm-display-inline-fontify): Add comment.
3384 2011-12-15  Juri Linkov  <juri@jurta.org>
3386         * mm-decode.el (mm-inline-media-tests): Add missing
3387         `mm-handle-media-subtype'.
3389 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
3391         * message.el (message-valid-fqdn-regexp): Update with newly approved
3392         top-level domain names ".tel" and ".asia".
3394 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3396         * gnus-sum.el (gnus-summary-show-article): Don't load shr
3397         unconditionally.
3399 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3401         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
3402         pop-to-buffer-same-window for old Emacsen.
3404 2011-12-04  Chong Yidong  <cyd@gnu.org>
3406         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
3407         change (Bug#10200).
3409 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3411         * compface.el (uncompface):
3412         * gnus-art.el (gnus-article-x-face-command): Update the header format
3413         of icon data for the most recent icontopbm program.
3415 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3417         * gnus-msg.el (gnus-inews-do-gcc):
3418         * message.el (message-send-mail):
3419         * mml.el (mml-generate-mime): Share the value of the buffer-local
3420         `message-options' variable between a draft buffer and temprary working
3421         buffers.
3423 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3425         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3427 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3429         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3430         for Cygwin.
3432 2011-11-24  Glenn Morris  <rgm@gnu.org>
3434         * starttls.el: Fix case of "GnuTLS".
3436 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3438         * gnus-group.el (gnus-group-highlight): Fix typo.
3440 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3442         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3443         value of `delete-file', that returns nil for a local file but returns t
3444         for a remote file using ssh.
3446 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3449         avoid later breakage.
3451 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3453         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3454         article buffers' name.
3456 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3459         by Paul Eggert's spellfixes two days ago.
3461 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3464         buffer-local instead of binding them to avoid warnings.  Also demote
3465         errors (bug#10063).
3466         (font-lock-mode-hook): Shut up byte compiler.
3468 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3470         * mm-util.el (mm-charset-after): Fix typo.
3472 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3474         * gnus-sum.el (gnus-summary-make-menu-bar):
3475         * gnus-uu.el (gnus-uu-decode-postscript)
3476         (gnus-uu-decode-postscript-and-save):
3477         * mailcap.el (mailcap-print-command):
3478         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3479         Fix typos.
3481 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3483         * gnus-art.el (gnus-article-part-wrapper):
3484         * shr-color.el (shr-color-visible-distance-min)
3485         (shr-color-relative-to-absolute, set-minimum-interval)
3486         (shr-color-visible): Fix typos.
3488 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3491         slightly clearer.
3493 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495         * message.el (message-send-and-exit): Document `arg'.
3497 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3499         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3501 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3503         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3504         we don't use `bound-and-true-p'.
3506 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3508         * gnus-util.el (gnus-bound-and-true-p): Remove.
3509         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3510         * nnir.el: Use it.
3511         * nnmairix.el: Use it.
3513 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3515         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3516         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3517         for reasons unknown.
3518         * nnir.el: Use it.
3519         * nnmairix.el: Use it.
3521         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3522         * nnir.el: Ditto.
3523         * nnmairix.el: Ditto.
3525         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3527 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3529         * message.el (message-completion-function): Make sure
3530         message-tab-body-function is not attempted if one of
3531         message-completion-alist fails to find a completion (bug#9158).
3533 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3535         * mml.el (mml-quote-region): Quote <#secure> tag.
3536         (mml-generate-mime-1): Unquote <#secure> tag.
3538 2011-10-20  Chong Yidong  <cyd@gnu.org>
3540         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3541         calling a minor mode from Lisp with nil arg enables it, so we have to
3542         make the wording a bit ambiguous here).
3544 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3546         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3547         * nnir.el (nnir-mode): Use it.
3548         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3549         Use it.
3551         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3552         * nnmairix.el (gnus-registry-enabled): Ditto.
3554 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3556         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3557         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3558         only while we need to find out if it should be t or nil.
3559         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3560         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3561         the registry is installed.  Set it to nil when it's unloaded.
3562         (gnus-registry-install-p): Provide user guidance for the initial value
3563         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3564         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3565         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3566         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3567         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3568         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3569         `gnus-registry-install'.
3571 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3573         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3574         previous change.
3575         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3576         primary key is marked as disabled.
3578 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3580         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3581         primary key is marked as disabled.
3583 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3585         * html2text.el (html2text-clean-anchor): Check for quotes around
3586         `href' value.
3588 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3590         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3591         searching.  Drop `bbdb-cache'.
3593 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3595         * message.el (message-signed-or-encrypted-p): Exclude header when
3596         checking if there is signed or encrypted body in text/plain message.
3598 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3600         * html2text.el (html2text-get-attr): Correctly handle attribute values
3601         containing "=".
3603 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3605         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3606         handle bindings.
3608 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610         * gnus-win.el (gnus-configure-windows): Protect against reading
3611         ephemeral groups outside of Gnus.
3613 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3615         * shr.el (shr-tag-img): Don't get images displayed in tables.
3617 2011-10-03  Glenn Morris  <rgm@gnu.org>
3619         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3620         the "maintainer" version of debbugs.gnu.org reports.
3622 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3625         make asynchronous adjacent image insertion work better.
3627 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3629         * plstore.el (plstore-select-keys, plstore-encrypt-to):
3630         Clarify documentation.
3632 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3635         `gnus-asynchronous' isn't shadowed.
3637 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3640         (nnimap-insert-partial-structure): The charset parameter isn't
3641         case-sensitive.
3643         * nnheader.el (nnheader-message-maybe): New function.
3645         * shr.el (shr-tag-table): Render totally broken tables better.
3647         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3648         computing the boundary.
3650 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3652         * pop3.el (pop3-number-of-responses): Remove.
3653         (pop3-wait-for-messages): Rewrite to take linear time instead of
3654         exponential time.
3656 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3659         re-fetch images.
3661         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3662         re-fetch images when hitting `g' in Gnus.
3664 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3666         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3667         (mml-compute-boundary): Don't check collision if it is non-nil.
3668         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3669         before checking collision.
3671 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673         * message.el (message-indent-citation): Really make sure there's a
3674         newline at the end.
3676         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3677         Fix suggested by John Wiegley.
3679         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3681         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3683         * message.el (message-default-send-rename-function): Break out into its
3684         own function.
3686         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3687         doesn't work under XEmacs.
3689         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3690         of "imaps" to word around Windows problems.
3691         (nnimap-open-connection-1): Use it.
3693         * message.el (message-indent-citation): Revert last change which made
3694         `F' not work.
3696 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3698         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3699         terminal as well.
3701 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3703         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3704         because it displays images using overlays that aren't easy to copy to
3705         the article buffer.
3707 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3709         * message.el (message-indent-citation): Fix empty line removal at the
3710         end of the citation.
3712 2011-09-20  Julien Danjou  <julien@danjou.info>
3714         * auth-source.el (auth-source-netrc-create): Use default value for
3715         password if specified.  Evaluate default.
3716         (auth-source-plstore-create): Ditto.
3717         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3718         value evaluation.
3719         (auth-source-netrc-create): Typo fix.
3720         (auth-source-plstore-create): Ditto.
3722         * auth-source.el (auth-source-format-cache-entry): New function.
3724 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3726         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3728 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3732 2011-09-19  Julien Danjou  <julien@danjou.info>
3734         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3735         which work with things that are not ASCII.
3737 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3739         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3741 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3743         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3744         message level.
3746 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3748         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3750 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3754 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3756         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3757         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3759 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3761         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3762         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3763         articles.
3765 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3767         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3768         (message-mail-other-window, message-mail-other-frame)
3769         (message-news-other-window, message-news-other-frame):
3770         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3771         instead of setting buffer display variables.
3773 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3775         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3777         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3779 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3781         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3782         duplicates" to a higher level.
3784         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3785         most egregious messages.
3787 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3791 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3793         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3794         up the file (bug#9351).
3796 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3799         it does with all other backends, but decode the names immediately after
3800         getting them.
3802         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3803         decoding nnimap groups.
3805         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3806         newsrc file.  It doesn't seem like an important optimization any more.
3808 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3810         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3811         overflows.
3813 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3816         (gnus-interactive-exit): Extend to `quiet'.
3818         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3820         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3821         string.
3823         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3824         renaming function arguments from `this'.
3826         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3828         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3829         has been renamed.
3830         (gnus-lrm-string-p): Include RLM and PDF, too.
3832         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3833         (bug#9225).
3835 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3837         Add autoload cookies for functions used by sendmail.el.
3838         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3840         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3842 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3844         * gnus-art.el (article-date-ut): Work properly even when there are
3845         things like Date header in the body; work for forwarded parts.
3847 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3849         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3850         original-article-buffer.
3852 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3854         * nnir.el (nnir-compose-result): Fix matching of server type.
3855         (nnir-run-swish++): Ditto.
3856         (nnir-run-namazu): Ditto.
3857         (nnir-run-notmuch): Ditto.
3859 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3861         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3862         (bug#9405).
3864         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3865         (bug#9421).
3867         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3868         (bug#9425).
3870         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3871         thing (bug#9426).
3873 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3876         the error message.
3878 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3880         * message.el (message-setup-1): Return t (Bug#9392).
3882 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3884         * gnus-sum.el: When adding article headers to a summary buffer also
3885         update gnus-newsgroup-articles (bug#9386).
3887 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3889         * auth-source.el: Autoload help-mode.
3891 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3893         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3894         names.
3896 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3898         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3899         mm-replace-in-string for compatibility issues.
3900         * mml2015.el (mml2015-epg-verify): Ditto.
3902 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3904         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3906         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3908 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3911         continue on and do the clean-up phase (bug#9188).
3913         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3914         just ignore groups that can't be opened instead of erroring out
3915         (bug#9225).
3917         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3918         nil since some many people are fuddy-duddies.
3920         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3921         images.
3923         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3924         instead.
3926         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3928         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3930         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3931         processing.
3933         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3934         buffer to avoid warnings.
3936 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3938         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3939         specified to reduce precision.
3941 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3944         bodystructures (bug#9314).
3946 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3948         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3949         Make button keymap non-sticky after buttons.
3951 2011-08-18  David Engster  <dengste@eml.cc>
3953         * nnmairix.el (nnmairix-request-set-mark)
3954         (nnmairix-goto-original-article): Remove adding of article to registry,
3955         since `gnus-registry-add-group' isn't available anymore.
3956         (nnmairix-determine-original-group-from-registry):
3957         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3958         available anymore.
3960 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3962         * starttls.el (starttls-any-program-available): Define as obsolete
3963         function.
3965 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3968         versions which Gnus use when appropriate.
3970         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3971         a pretty destructive command.
3973         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3975 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3977         * message.el (message-fix-before-sending): Make a different warning
3978         about NUL characters (bug#9270).
3980         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3981         from custom (bug#9260).
3983         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3984         things work in Emacs 22 and XEmacs, too.
3986         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3987         default From.
3989         * gnus-spec.el (gnus-lrm-string-p): New macro.
3990         (gnus-lrm-string): New constant.
3991         (gnus-summary-line-format-spec): LRM-ify the from.
3992         (gnus-tilde-max-form): LRM-ify string chopping.
3994         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3996         * message.el (message-is-yours-p): Allow disabling canlock checking
3997         (bug#9295).
3998         (message-shoot-gnksa-feet): Add `canlock-verify'.
3999         (message-auto-save-directory): Use ~/ as the auto-save directory if the
4000         message directory isn't writable (bug#9304).
4002         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
4003         non-world-readable.
4005 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4007         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
4008         articles.
4010 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
4012         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
4013         copy-list.
4015 2011-08-12  Sam Steingold  <sds@gnu.org>
4017         * gnus-score.el (gnus-score-find-alist): Keep the score files already
4018         in the reverse order to avoid modifying the cache with `nreverse'.
4019         (gnus-all-score-files): Do not modify the value returned by
4020         `gnus-score-find-alist' because it lives in a cache variable.
4021         (gnus-current-home-score-file): No need to `nreverse' the return value
4022         of `gnus-score-find-alist', it is already in the correct order.
4024 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
4026         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
4027         type MESSAGE and subtype RFC822 is slightly different from those of
4028         type TEXT.
4030 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
4032         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
4033         This allows article-referral to work from an nnir group.
4035 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
4037         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
4039 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
4041         * mml1991.el (mml1991-epg-find-usable-key)
4042         (mml1991-epg-find-usable-secret-key): New function.
4043         (mml1991-epg-sign): Check if signing key is usable.
4044         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
4046 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
4048         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
4049         server-variables only.  This should fix a bug introduced with commit
4050         e1889675b7f4adf057833c5513c9374134c4e053.
4051         (nnir-run-query): 'nnir-search-engine should not be set from the global
4052         environment.
4054 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
4056         * nnir.el (nnir-search-thread): Position point on referring article
4057         line.
4058         (nnir-warp-to-article): Clean up summary buffers.
4060         * nnimap.el (nnimap-request-thread): Whitespace fix.
4062 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
4064         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
4066 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068         * starttls.el (starttls-available-p): Rename from
4069         `starttls-any-program-available' and changed return convention.
4071 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
4073         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
4074         `unix-sync' unless it's defined.
4076 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
4078         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
4079         `aref' for XEmacs compatibiltiy.
4081 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
4085 2011-07-31  Dave Abrahams  <dave@boostpro.com>
4087         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
4088         closures, quote the form properly (bug#9194).
4090 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4092         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
4093         (gnus-summary-insert-new-articles): Protect against servers that are
4094         down.
4096 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4098         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
4099         in mm handle if none is specified.
4101 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
4103         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
4105 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
4107         * nnir.el (nnir-search-thread): New function to make an nnir group
4108         based on a thread query.
4110         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
4111         of nnir in thread referral.
4112         (gnus-summary-refer-thread): Use it.
4114         * nnimap.el (nnimap-request-thread): Use it.
4116 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4118         * shr.el (shr-tag-comment): Ignore HTML comments.
4120 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
4122         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
4123         argument.
4124         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
4125         Use `nnir-address' to handle server info rather than passing an arg.
4127         * nnimap.el (nnimap-make-thread-query): New utility function to format
4128         an imap thread search query.
4129         (nnimap-request-thread): Use it.
4131         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
4132         right select-method if we are not going back to the group buffer.
4134 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
4137         enter invalid buffer configurations into the quit form (bug#9107).
4138         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
4139         unplugged/plugged.
4141         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
4142         keep track of which ones are unread (bug#9061).
4144         * gnus.el (gnus-refer-article-method): Allow entering any sexp
4145         (bug#9055).
4147         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
4148         (bug#9041).
4150         * gnus-html.el (mm-util): Require (bug#9073).
4152         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
4153         (gnus-summary-refer-thread): Use it to remove duplicates in the
4154         un-threaded view (bug#9053).
4155         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
4157 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
4159         * nnir.el (nnir-read-server-parm): Use default value from global
4160         variable.  Without this the default search engine parameters aren't
4161         used at all.
4163 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4165         * message.el (message-unique-id): Don't use the undocumented return
4166         value from (random t) (bug#9118).
4168 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170         * message.el (message-auto-save-directory): If the ~/Mail directory
4171         doesn't exist, use ~ as the auto-save directory (bug#4432).
4173         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
4174         hasn't already been started.
4176 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
4180         * message.el (message-reply): Work around mysterious bug where
4181         `message-mode' seems to overwrite the locally bound `subject' variable.
4183 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
4185         * nnimap.el (nnimap-request-thread): Ensure search is performed in
4186         correct group.
4188         * gnus-int.el (gnus-request-thread): Add group argument.
4190         * gnus-sum.el (gnus-summary-refer-thread): Use it.
4192 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
4195         renamed to `debbugs-gnu-*'.
4197 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
4199         * plstore.el: Revert the editing feature since it is not urgent.
4200         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
4201         (plstore-mode-decoded): Remove.
4203 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4205         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
4206         isn't very interesting any more, and it leaks potentially secret data.
4207         (gnus-debug): Remove.
4209         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
4210         use of :custom-show.
4212 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
4214         * plstore.el: Add documentation.
4215         (plstore-mode): New mode to edit plstore file.
4216         (plstore-mode-toggle-display, plstore-mode-original)
4217         (plstore-mode-decoded): New command.
4218         (plstore--encode, plstore--decode, plstore--write-contents-functions)
4219         (plstore--insert-buffer, plstore--make): New function.
4220         (plstore-open, plstore-save): Simplify by using them.
4222 2011-07-06  Glenn Morris  <rgm@gnu.org>
4224         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
4226 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4228         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4229         no longer is much used.
4230         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
4231         Articles".
4233 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
4235         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
4236         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
4237         `notmuch' backend.
4239 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4241         * mm-decode.el (mm-text-html-renderer): Doc fix.
4243         * gnus-msg.el (gnus-bug): Fix the MML tag.
4245         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
4247 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
4249         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
4250         secondary methods if started with `gnus-no-server'.
4252 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
4254         * message.el (message-return-action): Fix typo in docstring.
4256 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
4259         bug reports at once.
4261         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
4263 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4265         * nndraft.el: Require gnus-group.
4266         (nndraft-request-list): Declare.
4268         * nndraft.el (nndraft-update-unread-articles): Don't show group having
4269         no unread article unless it matches gnus-permanently-visible-groups.
4271         * nndraft.el (nndraft-update-unread-articles): New function.
4272         (nndraft-request-associate-buffer): Use it to update the number of
4273         unread articles for the nndraft groups in the group buffer when saving
4274         or killing a draft message.
4276 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4279         systems to binary before writing and reading the mbox files.
4281         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4282         instead of trying to list them all (bug#8978).
4284 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4286         * pop3.el (pop3-open-server): Use :end-of-capability.
4288 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4291         the id is always a number.
4293         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4294         debbugs mode, if possible.
4296 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4298         * auth-source.el (auth-source-token-passphrase-callback-function):
4299         Reindent.
4300         (epg-context-operation): Remove unnecessary autoload.
4302 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4304         * gnus.el (gnus-list-debbugs): New command.
4306         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4307         mboxstat instead of the maintbox, since the stat seems to be fuller.
4309         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4310         summary buffers.
4312         * message.el (message-get-reply-headers): Delete all duplicates,
4313         instead of the first.
4314         (message-get-reply-headers): Ensure that we have progress while
4315         deleting duplicates.
4317         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4318         gnus-posting-style value from the summary buffer to make it easier to
4319         make that a per-buffer conf.
4321 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4323         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4324         found by setting `shortcut' in 'query.
4325         (nnir-request-article): Use `shortcut' setting when requesting article
4326         by Message-ID.
4328 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4330         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4331         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4332         Bring the pseudo-headers back too.
4334 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4336         * auth-source.el (auth-source-token-passphrase-callback-function):
4337         Simplify and remove EPA dependency.
4339 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4341         * nnir.el (nnir-request-article): Fix error message text.
4343 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4345         * auth-source.el (plstore-delete): Autoload.
4346         (auth-source-plstore-search): Support delete operation.
4347         * plstore.el (plstore-delete): New function.
4349 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4351         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4352         mark actually existing articles as unread rather than the ones that
4353         active asserts.
4355 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4357         * nntp.el (nntp-record-command):
4358         * gnus-util.el (gnus-message-with-timestamp-1):
4359         Use format-time-string rather than decoding time stamps by hand.
4360         This is simpler and insulates the code from potential changes to
4361         current-time format.
4363 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4365         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4367 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4369         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4370         (plstore-save): Support public key encryption.
4371         (plstore--init-from-buffer): New function.
4372         (plstore-open): Use it; fix error when opening a non-existent file.
4373         (plstore-revert): Use plstore--init-from-buffer.
4375 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4377         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4379 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4381         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4382         for old Emacsen.
4384 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4386         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4387         is not fully working.
4389 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4392         quit window configuration.
4394         * auth-source.el (epg-context-set-passphrase-callback):
4395         Remove duplicate autoload.
4397 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4399         * nnir.el (nnir-request-article): Allow requesting articles by
4400         Message-ID with nnimap.
4402         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4403         current server.
4405 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4407         * auth-source.el: Autoload EPA/EPG functions.
4408         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4409         changed when EPA/EPG is not available.
4410         (auth-source-backend): Rename "arg" member to "data".
4411         (auth-source-backend-parse, auth-source-plstore-search)
4412         (auth-source-plstore-create): Use it.
4414 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4416         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4417         `gnus-refer-article-methods'.
4419 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4421         * auth-source.el: Require EPA and EPG.
4422         (auth-source-passphrase-alist): New variable.
4423         (auth-source-passphrase-callback-function)
4424         (auth-source-token-passphrase-callback-function): Callbacks for the
4425         netrc field encryption (GPG tokens).
4426         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4427         Symmetric encryption and decryption of the netrc GPG tokens.
4428         (auth-source-netrc-normalize): Use them, simplifying the closure.
4430 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4433         non-nil, and `nnimap-split-methods' is nil, use the former.
4435 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4437         * plstore.el (plstore-revert): New function.
4438         (plstore-open): Use it; hide the buffer from user.
4440 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4442         * auth-source.el (auth-source-backend): New member "arg".
4443         (auth-source-backend-parse): Handle new backend 'plstore.
4444         * plstore.el: New file.
4446 2011-06-30  Glenn Morris  <rgm@gnu.org>
4448         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
4450         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4452 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4454         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4455         expiring articles to.
4457         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4458         variations as ASCII (bug#5458).
4460 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4462         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4464 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466         * message.el (message-point-in-header-p): Tweak the function to default
4467         to saying that we're not in the headers if there is no separator at
4468         all.  This makes it possible to use the Message version of `M-q' in
4469         buffers with no headers (bug#7987).
4470         (message-point-in-header-p): Fix last checkin to work with an empty
4471         mail-header-separator, too.
4473         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4474         again, save the choice via customize.
4476 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4478         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4480         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4481         ended the connection, bail out before waiting infinitely on a new
4482         connection.
4484 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4486         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4487         reports.
4489         * gnus.el (gnus-bug-package): Use "gnus."
4490         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4492 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4494         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4495         animations going on at article exit time.
4497         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4498         since removing it breaks people upgrading.
4500         * shr.el (shr-put-image): Use the new interface for animating images.
4501         (shr-put-image): Animate for 60 seconds.
4503         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4504         error with `find-file-hooks' on Emacs 22.
4505         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4506         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4507         on all architectures.
4509         * spam.el (spam-stat): Require in a normal fashion without binding
4510         `spam-stat-install-hooks' to avoid compilation warnings.
4512         * spam-stat.el (spam-stat-install-hooks): Remove.
4513         (spam-stat-install-hooks): Don't run automatically.
4515 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4517         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4518         and keystroke.
4520 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4522         * auth-source.el (auth-source-netrc-cache): Move forward.
4524 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4527         we already know.
4528         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4529         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4531 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4533         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4534         %S format, since that looks odd.
4535         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4536         file, especially when saving.
4538 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4540         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4541         article found.
4543 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4545         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4546         `auth-source-save-secrets' with a more sensitive alist that can be
4547         configured per file.  Experimental, so defaults to 'never.
4548         (auth-source-netrc-create): Use it.  Still experimental code.
4549         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4550         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4552 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4554         * auth-source.el (auth-source-save-secrets): New variable to control if
4555         secret tokens should be saved encrypted.
4556         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4557         to `auth-source-netrc-normalize'.
4558         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4559         on the EPA variables being defined.
4560         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4561         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4562         the lexical-let closure.
4563         (auth-source-netrc-create): Create "gpg:" tokens according to
4564         `auth-source-save-secrets'.
4566 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4568         * gnus-group.el (gnus-group-update-group): Add new argument
4569         `info-unchanged' that stops updating dribble buffer.
4571         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4572         deletes lines matching to it in dribble buffer.
4574         * gnus-agent.el (gnus-agent-fetch-group-1):
4575         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4576         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4577         * gnus-start.el (gnus-group-change-level):
4578         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4580         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4581         if newsgroup info is not changed.
4583         * gnus-group.el (gnus-group-get-new-news-this-group):
4584         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4585         Don't update dribble buffer.
4587 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4589         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4590         remove entries with groups we ignore.
4592 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4594         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4595         the underline comes at the bottom.
4597 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4599         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4600         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4601         (gnus-registry-article-marks-to-names): Rename from
4602         `gnus-registry-user-format-function-M2'.
4604 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4606         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4607         ephemeral group.
4609 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4611         * shr.el (shr-browse-image): Copy the URL if called interactively.
4613 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4616         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4617         done, then unselected articles may be marked as read.
4619         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4620         since not doing this seems to lead to a race condition in pop3-logon.
4622         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4623         so that the call chain it correct when we call "upwards".
4625         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4626         in read-only groups.
4628         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4630         * message.el (message-cite-reply-position): Doc string fix.
4632         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4633         avoid regexp overflow.
4634         (nnimap-transform-split-mail): Ditto.
4636         * pop3.el (pop3-retr): Error out if the server closes the connection.
4638 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4640         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4641         mm-with-unibyte-current-buffer.  The buffer should not contain any
4642         multibyte chars anyway at this stage.
4644 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4647         at the end of lines.
4649 2011-05-29  Julien Danjou  <julien@danjou.info>
4651         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4653 2011-05-27  Glenn Morris  <rgm@gnu.org>
4655         * gnus-group.el (gnus-bug-group-download-format-alist):
4656         Use the "maintainer" version of debian reports as well.
4658 2011-05-26  Glenn Morris  <rgm@gnu.org>
4660         * gnus-group.el (gnus-bug-group-download-format-alist):
4661         Use the "maintainer" version of debbugs.gnu.org reports.
4663 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4665         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4667 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4669         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4670         the thread moves us backwards and so we loop forever.
4672 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4674         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4675         whitespace in base64 data lines.
4677 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4679         * gnus-registry.el (gnus-registry-user-format-function-M):
4680         Use `mapconcat'.
4681         (gnus-registry-user-format-function-M2): Use to see the full text of
4682         the marks.  Make "," the mark text separator.
4684         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4685         authentication with auth-source.
4687 2011-05-17  Glenn Morris  <rgm@gnu.org>
4689         * gnus-group.el (gnus-import-other-newsrc-file):
4690         Use insert-file-contents.
4692 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4694         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4695         1000 iterations.
4697 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4699         * nntp.el (nntp-open-connection): Check if process-type is available.
4701 2011-05-16  Julien Danjou  <julien@danjou.info>
4703         * shr.el (shr-tag-del): Add support for del tag.
4705 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4707         * gnus-html.el (gnus-html-put-image): Register a displayer.
4709         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4711 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4713         * registry.el (prune-factor): New initialization parameter defaulting
4714         to 0.1.
4715         (registry-prune-hard): Use it.
4717         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4718         0.1 expicitly.
4720 2011-05-13  Glenn Morris  <rgm@gnu.org>
4722         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4723         is bound, since this function requires sendmail.
4725 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4727         * registry.el (registry-usage-test): Disable pruning test.
4729 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4731         * registry.el (registry-prune-hard-candidates)
4732         (registry-prune-soft-candidates): Helper methods for registry pruning.
4733         (registry-prune): Use them.  Make the sort function optional.
4735 2011-05-10  Jim Meyering  <meyering@redhat.com>
4737         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4739 2011-05-10  Julien Danjou  <julien@danjou.info>
4741         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4742         symbol and not a list.
4744 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4746         * gnus-art.el (gnus-article-mode): Move binding of
4747         shr-put-image-function here from gnus-article-prepare-display.
4749         * shr.el (shr-put-image-function): New variable.
4750         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4751         (shr-put-image): Return scaled image.
4753         * gnus-art.el (gnus-shr-put-image): New function.
4754         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4756         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4757         original ones, as deletable.
4759 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4761         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4763 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4765         * registry.el (registry-full): Add convenience method.  Fix logic.
4766         (registry-insert): Use it.  Fix logic here too.
4768         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4769         `registry-prune' if `registry-full' returns t.
4770         (gnus-registry-handle-action)
4771         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4772         (gnus-registry-usage-test): Use it.
4774 2011-05-07  Julien Danjou  <julien@danjou.info>
4776         * shr.el (shr-link): Make shr-link inherit from link by default.
4778 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4780         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4782 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4784         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4785         error out because the face is not a list.
4787 2011-05-05  Glenn Morris  <rgm@gnu.org>
4789         * gnus-start.el (gnus-propagate-marks): Declare.
4791 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4793         * registry.el (registry-reindex): Fix percentage message.
4795 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4797         * shr.el: Add shr-link face for links.
4798         (shr-urlify): Use it.
4800         * registry.el (registry-insert): Make error message more helpful.
4802 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804         * gnus-html.el (gnus-html-schedule-image-fetching):
4805         Use url-queue-retrieve, if it exists.
4807         * shr.el (shr-tag-img): Ditto.
4809         * gnus.el: Autoload more gnus-agent functions.
4811         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4812         agent if we haven't already (bug#8502).
4814         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4815         into the Agent, too.
4817         * gnus-agent.el (gnus-agent-store-article): New function.
4819         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4820         and moved from that file for reuse.
4822         * pop3.el (pop3-open-server): Error messages are "-ERR".
4824 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4826         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4827         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4829 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4831         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4832         buffer has moved to a different frame.
4834 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4837         to get the conversion from unibyte to multibyte buffers to work on
4838         Emacs 22.
4840         * nntp.el (nntp-request-article): Slight clean-up.
4842 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4844         * shr.el (shr-strike-through): New face.
4845         (shr-tag-s): Use it to provide <s> support.
4846         (shr-tag-s): Remove duplicate definition.
4848 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4850         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4851         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4853 2011-04-23  Glenn Morris  <rgm@gnu.org>
4855         * gnus-sum.el (gnus-extra-headers): Bump :version.
4857 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859         * shr.el (shr-tag-sup): New function.
4860         (shr-tag-sub): Ditto.
4862 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4864         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4865         for the case where `gnus-registry-ignored-groups' is a list of lists,
4866         and don't call `gnus-parameter-registry-ignore' otherwise.
4868 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4870         * nnimap.el (nnimap-user): New backend variable.
4871         (nnimap-open-connection-1): Use it.
4872         (nnimap-credentials): Accept user parameter so it's explicit what user
4873         name is desired.
4875         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4876         default.
4878         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4879         not gnus-registry.el.
4881         * gnus-registry.el: Mention in comments how to modify
4882         `gnus-extra-headers' for proper recipient tracking and that it may
4883         already have To and Cc recently, which it does as of this commit.
4884         (gnus-registry-ignored-groups): Remove defcustom.
4885         Explain why in comments.
4886         (gnus-registry-action): Fix data-header reference to use the extra
4887         headers.  Explain in package commentary how to add To and Cc headers to
4888         the gnus-extra-headers.
4889         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4890         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4891         parameter list or a string list in `gnus-registry-ignored-groups'.
4892         Fix logic error.
4894 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896         * shr.el (shr-expand-url): Protect against null urls.
4898 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4900         * shr.el (shr-base): New binding.
4901         (shr-tag-base): Keep track of <base>.
4902         (shr-expand-url): New function used throughout.
4904 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4906         * gnus-registry.el
4907         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4908         (gnus-registry-ignored-groups): New variable.
4909         (gnus-registry-ignore-group-p): Use it.
4910         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4911         set the destination group to nil (same as delete) if it's ignored.
4913 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4915         * gnus-registry.el (gnus-registry-action)
4916         (gnus-registry-fetch-header-fast):
4917         Don't use mail-header that looks an internal function of mailheader.el.
4919 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4921         * gnus-registry.el: Eliminate cl functions.
4922         (gnus-registry-sort-addresses): New function that replaces mapcan.
4923         (gnus-registry-action, gnus-registry-spool-action)
4924         (gnus-registry-split-fancy-with-parent)
4925         (gnus-registry-fetch-recipients-fast): Use it.
4926         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4928         * registry.el (initialize-instance, registry-lookup)
4929         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4930         (registry-lookup-secondary-value, registry-search, registry-delete)
4931         (registry-insert, registry-reindex, registry-size, registry-prune):
4932         Use eval-and-compile.
4934 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4936         * registry.el (registry-reindex): New method to recreate the secondary
4937         registry indices.
4939         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4940         tracked field changes.
4941         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4942         (gnus-registry-action, gnus-registry-spool-action)
4943         (gnus-registry-handle-action)
4944         (gnus-registry--split-fancy-with-parent-internal)
4945         (gnus-registry-split-fancy-with-parent)
4946         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4947         move, and delete actions, and for fancy splitting with parent.
4948         (gnus-registry-extract-addresses)
4949         (gnus-registry-fetch-recipients-fast)
4950         (gnus-registry-fetch-header-fast): Convenience functions.
4951         (gnus-registry-misc-test): ERT test of
4952         `gnus-registry-extract-addresses'.
4954 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4956         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4957         Track by subject first, then sender.
4959 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4961         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4963         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4964         Lisp.
4966         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4967         (gnus-draft-send): Use it to avoid popping
4968         up frames from gnus-group-send-queue.
4970 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4972         * gnus-registry.el: Updated gnus-registry docs.
4974 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4976         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4977         Fix logic bug.
4978         (gnus-registry-post-process-groups): Fix logging of no results and
4979         quote sender and subject.
4981 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4984         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4985         we had no early-data returned.
4986         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4987         two async commands to the same server at the same time.
4989 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4991         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4993 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4995         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4996         "warning" level.
4998         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4999         (mm-url-insert-file-contents): Don't set the package names.
5001 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
5003         * gnus-registry.el (gnus-registry-action): Remove properties and
5004         simplify subject in `gnus-registry-handle-action'.
5005         (gnus-registry-spool-action): Get subject and sender from message if
5006         they are not passed in.
5007         (gnus-registry-handle-action): Remove properties and simplify subject
5008         consistently.
5010 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5012         * registry.el: Require CL before using defmacro*.
5014 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5016         * gnus-art.el (article-treat-date): Assume that
5017         gnus-article-date-headers may be a group parameter.
5019 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
5021         * gnus-registry.el (gnus-registry-handle-action): More debugging.
5023         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
5024         interactively so the newsrc file can contain foreign groups too.
5025         Useful for debugging but not much for users.
5027 2011-04-07  David Engster  <dengste@eml.cc>
5029         * registry.el (registry-usage-test): Only do
5030         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
5031         lexical binding.
5033 2011-04-06  David Engster  <dengste@eml.cc>
5035         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
5036         argument NOERROR for `require', since XEmacs 21.4 does not support it.
5038 2011-04-06  David Engster  <dengste@eml.cc>
5040         * registry.el (initialize-instance): Change :after to :AFTER to be
5041         compatible with old EIEIO version in XEmacs.
5043 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5045         * gnus-registry.el (gnus-registry-post-process-groups)
5046         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
5047         and provide better messaging.
5049 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5051         * gnus-registry.el: Don't use ERT if it's not available.  Load it
5052         unconditionally anyway, discarding errors.
5053         (gnus-registry-delete-entries): New convenience function.
5054         (gnus-registry-import-eld): Import from old .eld registry.
5056         * registry.el: Don't use ERT if it's not available.  Load it
5057         unconditionally anyway, discarding errors.
5059         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
5060         version from the Claudio Bley GnuTLS patch (extra optional parameters
5061         and host name).
5063 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
5065         * gnus-registry.el (gnus-registry-fixup-registry): New function to
5066         fixup the parameters that can be customized by the user between
5067         save/read cycles.
5068         (gnus-registry-read): Use it.
5069         (gnus-registry-make-db): Use it.
5070         (gnus-registry-spool-action, gnus-registry-handle-action):
5071         Fix messaging.
5072         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
5073         Map references to actual group names with sender and subject tracking.
5074         (gnus-registry-post-process-groups): Use `cond' for better messaging.
5075         (gnus-registry-usage-test): Add subject lookup test.
5077         * registry.el (registry-db, initialize-instance): Set up constructor
5078         instead of :initform arguments for the sake of older Emacsen.
5079         (registry-lookup-breaks-before-lexbind): New method to demonstrate
5080         pre-lexbind merge bug.
5081         (registry-usage-test): Use it.
5082         (initialize-instance, registry-db): Move the non-function initforms
5083         back to the class definition.
5085 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
5087         * registry.el: New library to manage gnus-registry-style data.
5089         * gnus-registry.el: Use it (major rewrite).
5091         * nnregistry.el: Use it.
5093         * spam.el: Use it.
5095 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
5098         marks on non-selected articles.
5100 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
5102         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
5104         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
5105         parameter to open-protocol-stream.
5107 2011-04-01  Julien Danjou  <julien@danjou.info>
5109         * mm-view.el (mm-display-inline-fontify): Do not fontify with
5110         fundamental-mode.
5112 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5114         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
5115         servers.
5117 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5119         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
5120         made marks not propagate, again.
5122 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
5124         * proto-stream.el (open-protocol-stream): Bring back `network' type.
5125         Make this the default type.
5126         (proto-stream-open-plain): Rename from proto-stream-open-default.
5127         (open-protocol-stream, proto-stream-open-starttls)
5128         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
5129         with `plain'.
5131         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
5132         value.
5134         * nntp.el (nntp-open-connection-function): Document the fact that some
5135         values are not functions but are instead handled specially.
5136         Recognize nntp-open-plain-stream value.
5137         (nntp-open-connection): Recognize that value.
5139 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
5142         stuff.
5144         * gnus-score.el (gnus-score-string): Fix calling convention of
5145         `gnus-simplify-buffer-fuzzy' after last patches.
5147         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
5148         server for articles we didn't get any headers for.  This is a sanity
5149         check.
5151 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
5153         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
5154         new CAPABILITY, use it.
5156 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
5159         downloading anything.
5161         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
5163 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
5165         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
5166         colors.
5167         (gnus-splash-svg-color-symbols): New function.
5169 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5171         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
5172         instead of using the global gnus-simplify-subject-fuzzy-regexp.
5173         (gnus-simplify-subject-fuzzy): Use the local
5174         gnus-simplify-subject-fuzzy-regex instead of the global one.
5175         This makes using this variable in group parameters work.
5177 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5179         * gnus-registry.el (gnus-registry-unfollowed-groups):
5180         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
5181         archive:sent-YYYY-MM-DD groups).
5182         (gnus-registry-split-fancy-with-parent): Bail out early in sender
5183         tracking if there are more than `gnus-registry-max-track-groups'
5184         matches.
5186 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5188         * message.el (message--yank-original-internal): New function to do the
5189         insertion cleanly inside eval in `message-yank-original'.
5190         (message-yank-original): Use it.
5192 2011-03-29  Julien Danjou  <julien@danjou.info>
5194         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5195         local variables disabled rather than `normal-mode'.
5197 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5199         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5200         with open-network-stream.
5201         (proto-stream-always-use-starttls): Option removed.
5202         (open-protocol-stream): Return a process object by default.  Provide a
5203         new parameter :return-list specifying a list-type return value, which
5204         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5205         :type `network' to `try-starttls', and `network-only' to `default'.
5206         Make `default' the default, for compatibility with open-network-stream.
5207         Handle the no-parameter case exactly as open-network-stream, with no
5208         additional stream processing.  Search plists using plist-get.
5209         Explicitly add :end-of-commend parameter if it is missing.
5210         (proto-stream-open-default): Rename from
5211         proto-stream-open-network-only.  Return 'default as the type.
5212         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5213         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5214         failed.  Always return a list with a (possibly dead) process as the
5215         first element, for compatibility with open-network-stream.
5216         (proto-stream-open-tls): Use plist-get.  Always return a list.
5217         (proto-stream-open-shell): Return `default' as connection type.
5218         (proto-stream-capability-open): Use plist-get.
5219         (proto-stream-eoc): Function deleted.
5221         * nnimap.el (nnimap-stream, nnimap-open-connection)
5222         (nnimap-open-connection-1): Handle renaming of :type parameter for
5223         open-protocol-stream.
5224         (nnimap-open-connection-1): Pass a :return-list parameter
5225         open-protocol-stream to obtain a list return value.  Parse this list
5226         using plist-get.
5228         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5229         for open-protocol-stream.  Accept open-protocol-stream return value
5230         that is a subprocess object instead of a list.  Handle the case of a
5231         dead returned process.
5233 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5235         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5237         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5239 2011-03-21  Julien Danjou  <julien@danjou.info>
5241         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5242         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5243         query.
5244         (mm-inline-text): Render normal text with fontification whenever
5245         possible.
5247         * gnus-sum.el (gnus-summary-save-parts-1):
5248         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5249         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5250         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5251         Use `mm-handle-filename'.
5253         * mm-util.el (mm-handle-filename): New function, return the filename of
5254         an handle.
5256 2011-03-18  Julien Danjou  <julien@danjou.info>
5258         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5259         (gnus-buffer-live-p): Check that buffer is not nil.
5261 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263         * gnus-art.el: Require mouse, which the build bot seems to say is
5264         needed.
5266         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5267         XEmacs, since it doesn't have url-retrieve-synchronously.
5269 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5271         * gnus-group.el (gnus-group-list-ticked): New function.
5272         (gnus-group-make-menu-bar): Provide a menu entry for it.
5273         (gnus-group-list-map): Provide a binding for it.
5275 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5277         * shr.el (shr-visit-file): New command.
5279         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5281 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5283         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5284         servers.
5286 2011-03-16  Julien Danjou  <julien@danjou.info>
5288         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5289         inline.
5291         * gnus-art.el (article-hide-list-identifiers):
5292         Use gnus-group-get-list-identifiers.
5294         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5295         (gnus-summary-remove-list-identifiers):
5296         Use gnus-group-get-list-identifiers to get regexp.
5297         (gnus-select-newsgroup, gnus-summary-insert-subject)
5298         (gnus-summary-insert-articles):
5299         Call gnus-summary-remove-list-identifiers unconditionally.
5301 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5303         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5304         we're selecting a group with unread articles.
5306         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5308         * gssapi.el: New file separated out from imap.el to provide a general
5309         Kerberos 5 connection facility for Emacs.
5311         * message.el (message-elide-ellipsis): Document the format spec
5312         ellipsis.
5314 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5316         * message.el (message-elide-region): Allow the ellipsis to say how many
5317         lines were removed.
5319 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5322         window configurations containing buffers that are now dead.
5324         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5325         parsing to avoid integer overflows.
5326         (nnimap-parse-flags): Simplify the last change.
5327         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5328         too large for 32-bit Emacsen.
5330 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5332         * auth-source.el (auth-source-netrc-create):
5333         * message.el (message-yank-original): Fix use of `case'.
5335 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5337         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5338         XEmacs, which was one character too wide.
5340 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5342         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5343         default number of articles to display.
5344         (gnus-articles-to-read): Use pretty names for prompt.
5346 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348         * gnus-int.el (gnus-open-server): Ditto.
5350         * gnus-start.el (gnus-activate-group): Give a backtrace if
5351         debug-on-quit is set and the user hits `C-g'.
5352         (gnus-read-active-file): Ditto.
5354         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5356 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5358         * message.el (message-yank-original): Use cond instead of CL case.
5360 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5362         * auth-source.el (auth-source-netrc-create): Use usual format for the
5363         default in prompts.
5365 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5367         * auth-source.el (auth-source-netrc-create): Show the default in the
5368         prompt when prompting for token creation.
5370 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5372         * auth-source.el (auth-source-format-prompt): Always convert the value
5373         to a string to avoid evaluating non-string arguments.
5374         (auth-source-netrc-create): Offer default properly, not as initial
5375         content in `read-string'.
5376         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5377         of line to determine if we've been run before.  If so, don't run again,
5378         but print a trivial message to indicate the cache was hit instead.
5380 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5382         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5383         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5384         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5385         Gnus.
5387 2011-03-11  Julien Danjou  <julien@danjou.info>
5389         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5390         modified file".
5392 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5394         * auth-source.el (auth-source-read-char-choice): New function to read a
5395         character choice using `dropdown-list', `read-char-choice', or
5396         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5397         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5398         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5399         (auth-source-netrc-saver): Use it.
5400         (auth-source-pick-first-password): New convenience function.
5402 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5404         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5405         parameter in the credentials.
5406         (nnimap-open-connection-1): Use it after a successful login.
5407         (nnimap-credentials): Add IMAP-specific user and password prompt.
5409         * auth-source.el (auth-source-search): Add :require parameter, taking a
5410         list.  Document it and the :save-function return token.  Pass :require
5411         down.  Change the CREATED message from a warning to a debug statement.
5412         (auth-source-search-backends): Pass :require down.
5413         (auth-source-netrc-search): Pass :require down.
5414         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5415         Change save prompt to indicate all modifications saved here are
5416         deletions.
5417         (auth-source-netrc-create): Take user login name as default in user
5418         prompt.  Move all the save functionality to a lexically bound function
5419         under the :save-function token in the returned list.  Set up clearer
5420         default prompts for user, host, port, and secret.
5421         (auth-source-netrc-saver): New function, intended to be wrapped for
5422         :save-function.
5424 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
5426         * Version 23.3 released.
5428 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5430         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5431         lines to be spaces instead.
5433 2011-03-07  Julien Danjou  <julien@danjou.info>
5435         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5436         (sieve-sasl-auth): Check that auth-source-search did return something,
5437         or just return an empty string.
5439 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5441         * gnus.el (gnus-interactive): Use read-directory-name.
5443         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5444         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5445         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5446         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5447         Likewise.
5449         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5451 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5453         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5454         onto the list of killed groups, too.  This makes killed nnimap groups,
5455         for instance, more reliably not reappear.
5457         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5458         the parent.
5460         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5462         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5463         really have server-side marks.
5465         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5466         since most backends do not usefully have server-side marks.
5467         (gnus-update-read-articles): Propagate marks to all backends that
5468         really have server-side marks.
5470 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5472         * message.el (message-cite-reply-position, message-cite-style):
5473         New variables.
5474         (message-yank-original): Use the new citation styles.
5476 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5478         * message.el (message-options): Revert the change that's a workaround
5479         for XEmacs buffer-local issue; don't mark it buffer-local when running
5480         under XEmacs.
5482 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5484         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5485         numbers too big to be `read'.
5487 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5489         * message.el (message-options): Make buffer-local two ways to attempt
5490         to fix a XEmacs bug.
5492 2011-03-02  Julien Danjou  <julien@danjou.info>
5494         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5496 2011-03-01  Julien Danjou  <julien@danjou.info>
5498         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5499         group.
5500         (article-hide-list-identifiers): Use list-identifier group parameter.
5502 2011-02-28  Julien Danjou  <julien@danjou.info>
5504         * sieve.el (sieve-buffer-script-name): New local variable to store
5505         sieve script name.
5506         (sieve-edit-script): Store sieve script name.
5507         (sieve-upload): Use sieve script name when uploading.
5508         (sieve-upload): Use substitute-command-keys.
5509         (sieve-edit-script): Use substitute-command-keys.
5510         (sieve-refresh-scriptlist): Use substitute-command-keys.
5511         (sieve-manage-mode-map): Define keymap properly.
5512         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5513         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5514         Remove commented code about cvs.
5515         (sieve-manage-quit): New function.
5516         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5518 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5520         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5522 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5524         * auth-source.el (auth-source-search): Cache empty result sets.
5526         * auth-source.el (auth-source-save-behavior): New variable to replace
5527         `auth-source-never-create'.
5528         (auth-source-netrc-create): Use it.
5529         (auth-source-never-save): Remove.
5531 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5533         * nnimap.el (nnimap-stream): Doc fix.
5534         (nnimap-open-connection-1): Reverse the order of the ports to that the
5535         prompted-for port is first.
5537         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5538         retrieval by the no-group selection.
5540         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5541         numerical parameters.
5543 2011-02-25  Julien Danjou  <julien@danjou.info>
5545         * gnus-gravatar.el: Use gnus-with-article-buffer.
5547         * gnus-art.el (gnus-with-article-buffer): Check that the
5548         gnus-article-buffer is alive.
5550 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5552         * auth-source.el (auth-source-creation-prompts): New variable to manage
5553         creation-time prompts.
5554         (auth-source-search): Document it.
5555         (auth-source-format-prompt): Add utility function.
5556         (auth-source-netrc-create): Don't default the user name to
5557         user-login-name.  Use `auth-source-creation-prompts' and some default
5558         prompts for user, host, port, and password (the default generic prompt
5559         remains ugly).
5560         (auth-source-never-save): Add customizable option to never save info.
5561         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5562         mode excursion.
5564 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5566         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5567         argument that XEmacs doesn't support.
5569 2011-02-23  Julien Danjou  <julien@danjou.info>
5571         * gnus-art.el (article-make-date-line): Ignore errors if time is
5572         invalid and not convertible.
5573         (article-make-date-line): Only add lapsed time if time is not nil.
5575 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5577         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5578         `read-char-choice' for backwards compatibility.
5579         (auth-source-netrc-element-or-first): New function to DTRT for
5580         parameter extraction.
5581         (auth-source-netrc-create): Use it and fix multiple parameter print
5582         bug.  Use the default passed from above (given-default) or the
5583         built-in (user-login-name for :user).
5585 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5587         * gnus-start.el (gnus-dribble-read-file):
5588         Set buffer-save-without-query, since we always want to save the dribble
5589         file, probably.
5591         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5592         nnimap.
5594         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5595         -summary- since it's a user-visible variable.
5597         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5598         first time you use the new Gnus.
5600 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5602         * auth-source.el: Don't load netrc.el.
5603         (auth-sources): Search ~/.netrc as well by default.
5604         (auth-source-debug): Add 'trivia option for extra output.
5605         (auth-source-do-trivia): Use it.
5606         (auth-source-search): Simplify logic to use
5607         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5608         appropriate.  Don't keep a running count at this level.  Layer :create
5609         and :delete options appropriately on the first and second passes.
5610         Don't track the backend with the search results.
5611         (auth-source-search-backends): New function to search a list of
5612         backends for a processed spec.
5613         (auth-source-netrc-parse): Cache all netrc files, making
5614         auth-source-netrc-cache an alist keyed by the file name and using the
5615         file mtime as the caching criterion.  Keep the obfuscated data secret
5616         with a lexical bind.
5617         (auth-source-netrc-search): Don't calculate the length of the results
5618         unnecessarily.
5619         (auth-source-search-backends): Fix bug.
5620         (auth-source-netrc-create): Rework prompts.
5622 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5624         * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
5625         Lower case names of search constraints.
5626         (nnir-run-query): Cache and reuse search constraints for all imap
5627         servers.
5629 2011-02-22  Sam Steingold  <sds@gnu.org>
5631         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5633 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5635         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5636         after exit.
5637         (gnus-setup-message): Define missing variable from last checkin.
5639         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5640         value, show the raw article.
5642 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5644         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5645         auth-source now accepts numbers.
5647         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5648         spec, too.
5649         (auth-source-ensure-strings): New function.
5651         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5652         (gnus-article-setup-buffer): Always restart the date timer so that user
5653         changes to the frequency is respected.
5655         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5656         port numbers, so make sure it gets that if nnimap-server-port is
5657         explicit.
5659 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5661         * nnimap.el (nnimap-inbox): Doc fix.
5663 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5665         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5666         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5667         color-lab-to-srgb.
5669 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5671         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5672         given method as in the group name if we're using an extended method.
5673         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5674         command, if we're using that, instead of waiting for the beginning.
5676         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5677         we're sure to get unique server names, and we don't output two async
5678         commands in the same buffer.  This fixes an NNTP hang for some users.
5680 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5682         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5683         summary buffer before reading going to the next buffer.  This avoids
5684         putting the point in the group buffer if you `C-g' the command.
5686         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5687         cache (for now) to make ~/.authinfo.gpg files usable.
5689         * nnfolder.el (copyright-update): Define for the compiler.
5691         * auth-source.el (auth-source-search): Fix unbound variable.
5693 2011-02-19  Glenn Morris  <rgm@gnu.org>
5695         * gnus.el (gnus-meta): Doc fix.
5697 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5699         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5700         in case it's not yet loaded.
5702 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5704         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5705         line we're waiting for.
5707 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5709         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5710         face with line-width greater than zero will cause RET in gnus summary
5711         buffer to scroll down article page-wise because auto vscroll happens,
5712         it should be temporally disabled when doing a scroll-up.
5714 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5716         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5717         outputs from the server.
5719 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5721         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5722         later so that bbdb can hook in easier.
5724 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5726         * auth-source.el (auth-source-search): Don't try to create credentials
5727         if the caller doesn't want that.
5728         (auth-source-search): If we don't find a match, don't bug out on
5729         non-bound variables.
5730         (auth-source-search): Only ask a single backend to create the
5731         credentials.
5733         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5734         logging.
5735         (nnimap-credentials): Protect against auth-source-search returning nil.
5736         (nnimap-request-list): Protect against not being able to open the
5737         server.
5739 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5741         * auth-source.el (auth-source-search): Do a two-phase search, one with
5742         no :create to get the responses from all backends.
5744         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5745         when getting credentials.
5747         * gnus-util.el (gnus-delete-duplicates): New function.
5749 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5751         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5752         a creation default, pass the whole port list down.  It will be
5753         completed.
5755         * auth-source.el (auth-source-search): Update docs to talk about
5756         multiple creation choices.
5757         (auth-source-netrc-create): Accept a list as a value (from the search
5758         parameters) and do completion on that list.  Keep a separate netrc line
5759         with the password obscured for showing the user.
5761         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5762         first choice to `auth-source-search' so it will be used for entry
5763         creation instead of the server's Gnus-specific name.
5764         (nnimap-credentials): Rely on the auth-source library to select which
5765         port is actually wanted in the new netrc entry, so don't override
5766         `auth-source-creation-defaults'.
5768         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5769         :protocol and accept a missing user, host, or port as a wildcard match.
5770         (auth-source-debug): Default to off.
5772         (auth-source-netrc-search, auth-source-netrc-create)
5773         (auth-source-secrets-search, auth-source-secrets-create)
5774         (auth-source-user-or-password, auth-source-backend, auth-sources)
5775         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5776         instead of :protocol.
5778         * nnimap.el (nnimap-credentials): Pass a port default to
5779         `auth-source-search' in case an entry needs to be created.
5780         (nnimap-open-connection-1): Use :port instead of :protocol.
5782 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5784         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5785         instead of delete-dups that is not available in XEmacs 21.4.
5787 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5789         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5790         nil means that nnimap doesn't get updated.
5792 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5794         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5795         result when the user doesn't want to write to the file.
5796         (auth-source-netrc-search): Expect a synthetic result and proceed
5797         accordingly.
5798         (auth-source-cache-expiry): New variable to override
5799         `password-cache-expiry'.
5800         (auth-source-remember): Use it.
5802         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5803         parameter.  Create entry if necessary by using :create t.
5804         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5806 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5808         * auth-source.el (auth-source-debug): Enable by default and don't
5809         mention the obsolete `auth-source-hide-passwords'.
5810         (auth-source-do-warn): New function to debug unconditionally.
5811         (auth-source-do-debug): Use it.
5812         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5813         and for Secrets API entries when the secrets.el library is not
5814         available.
5816 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5818         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5819         (gnus-summary-exit): Kill the correct article buffer on exit from a
5820         `C-d' group.
5822         * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
5823         gnus-propagate-marks.
5825         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5826         before killing the buffers so that a non-full window conf gets handled
5827         correctly.
5828         (gnus-summary-exit): Ditto.
5829         (gnus-summary-read-group-1): Ditto.
5831         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5832         async code again so that we can debug it properly.
5834         * message.el (message-reply): Take an optional switch-buffer parameter
5835         so that Gnus window confs are respected better.
5837 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5839         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5840         `plist-get' to accept non-list parameters (XEmacs issue).
5841         Fix docstring.
5842         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5843         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5844         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5845         Login collection is "Login" and not "login".
5847 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5849         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5850         multiple headers.
5852         * nnimap.el (nnimap-inhibit-logging): New variable.
5853         (nnimap-log-command): Don't log login commands.
5855         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5856         to have more parameters.
5858         * nnimap.el (nnimap-send-command): Mark the command time for each
5859         command, so that we don't get NOOPs stepping on our toes.
5861         * gnus-art.el (article-date-ut): Get the date from the Date header on
5862         `t'.
5864 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5866         * auth-source.el (auth-source-search): Use copy-sequence instead of
5867         the cl.el copy-list.
5869 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5871         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5872         Improve prompt.
5874 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5876         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5877         washing status from the default format.  It isn't very informative.
5879 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5881         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5882         Fix Gcc processing on imap.
5884 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5886         * message.el (message-bury): Don't pop up a new window when selected
5887         window is dedicated.
5889 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5891         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5893 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5895         * sieve-manage.el: Autoload `auth-source-search'.
5896         (sieve-sasl-auth): Use it.
5898 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5900         * nnimap.el: Autoload `auth-source-forget+'.
5901         (nnimap-open-connection-1): Use it if the connection fails.
5903         * auth-source.el: Require `password-cache'.
5904         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5905         obsolete.
5906         (auth-source-magic): Marker for `password-cache' keys.
5907         (auth-source-do-cache): Update docstring.
5908         (auth-source-search): Use and check cache.
5909         (auth-source-forget-all-cached, auth-source-remember)
5910         (auth-source-recall, auth-source-forget, auth-source-forget+)
5911         (auth-source-specmatchp): Caching support functions.
5912         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5913         Remove and obsolete.
5914         (auth-source-user-or-password): Remove caching to further discourage
5915         using it.  Always hide passwords.
5917 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5919         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5920         code for now, since it doesn't work for all users.
5922 2011-02-09  Julien Danjou  <julien@danjou.info>
5924         * message.el (message-options): Make message-options really buffer
5925         local.
5927 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5929         * mail-source.el: Autoload `auth-source-search'.
5930         (mail-source-keyword-map): Note order matters.
5931         (mail-source-set-1): Get all the mail-source source values and
5932         defaults and search auth-source on those if needed.  This can all
5933         probably be simplified.
5935         * nnimap.el: Autoload `auth-source-search'.
5936         (nnimap-credentials): Use it.
5937         (nnimap-open-connection-1): Ask for the virtual server and physical
5938         address in one shot.
5940         * nntp.el: Autoload `auth-source-search'.
5941         (nntp-send-authinfo): Use it.  Note TODO.
5943 2011-02-08  Julien Danjou  <julien@danjou.info>
5945         * shr.el (shr-tag-body): Add support for text attribute in body
5946         markups.
5948         * message.el (message-options): Make message-options a local variable.
5950 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5952         * auth-source.el (auth-source-secrets-search)
5953         (auth-source-user-or-password): Use `append' instead of `nconc'.
5954         (auth-source-user-or-password): Build return list better and protect
5955         against nil :secret.
5957 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5959         * nnimap.el (nnimap-update-info): Refactor slightly.
5960         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5961         (nnimap-update-info): Clean up slightly.
5962         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5963         characters.
5964         (nnimap-process-quirk): Rename function to avoid collision.
5965         (nnimap-update-info): Fix macrology bug-out.
5966         (nnimap-update-info): Simplify split history test.
5968 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5970         * auth-source.el (top): Require 'eieio unconditionally.
5971         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5972         (auth-source-secrets-search): Limit search when `max' is greater than
5973         number of results.
5975 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5977         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5978         part not returning any data.
5980         * proto-stream.el (open-protocol-stream): Document the return value.
5982 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5984         * auth-source.el (auth-source-secrets-search): Add examples.
5986 2011-02-06  Julien Danjou  <julien@danjou.info>
5988         * message.el (message-setup-1): Handle message-generate-headers-first
5989         set to t.
5991 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5993         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5994         API with a string "secrets:collection-name" and with 'default.
5995         (auth-source-backend-parse): Parse "secrets:collection-name" and
5996         'default.  Recurse on parses instead of repeating code.  Use the
5997         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5998         message when ignoring a source.
5999         (auth-source-search): List ignored search keys at the top level.
6000         (auth-source-netrc-create): Use `case' instead of `cond'.
6001         (auth-source-secrets-search): Created with TODOs.
6002         (auth-source-secrets-create): Created with TODOs.
6003         (auth-source-retrieve, auth-source-create, auth-source-delete)
6004         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6005         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6006         (auth-source-user-or-password-sftp)
6007         (auth-source-user-or-password-smtp): Remove.
6008         (auth-source-user-or-password): Deprecated and modified to be a wrapper
6009         around `auth-source-search'.  Not tested thoroughly.
6011 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
6013         * auth-source.el: Bring in assoc and eioeio libraries.
6014         (secrets-enabled): New variable to track the status of the Secrets API.
6015         (auth-source-backend): New EIOEIO class to represent a backend.
6016         (auth-source-creation-defaults): New variable to set prompt defaults
6017         during token creation (see the `auth-source-search' docstring for
6018         details).
6019         (auth-sources): Simplify to allow a simple string as a netrc backend
6020         spec.
6021         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
6022         (auth-source-backend-parse-parameters): Fill in the backend parameters.
6023         (auth-source-search): Main auth-source API entry point.
6024         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
6025         (auth-source-search-collection): Helper function for searching.
6026         (auth-source-netrc-parse, auth-source-netrc-normalize)
6027         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
6028         Supports search, create, and delete.
6029         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
6030         backend stubs.
6031         (auth-source-user-or-password): Call `auth-source-search' but it's not
6032         ready yet.
6034 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
6036         * message.el (message-setup-1): Remove the read-only stuff, since it
6037         doesn't work under XEmacs, for some reason.
6039         * gnus-sum.el (gnus-user-date): Rename back from
6040         gnus-summary-user-date since user code refers to it.
6042         * shr.el (shr-render-td): Store the actual background color used.
6044         * message.el (message-setup-1): Don't bind the constant
6045         -forbidden-properties.
6046         (message-setup-1): Revert previous change, since it needs to bind the
6047         props to insert them.
6048         (message-resend): Allow removing the read-only separator line.
6050 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6052         * nnimap.el (nnimap-request-accept-article): Give an error message if
6053         the APPEND wasn't successful.
6055 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
6057         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
6058         that have no groups.
6060 2011-02-03  Julien Danjou  <julien@danjou.info>
6062         * gnus-draft.el: Remove progn around gnus-draft-setup.
6064 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6066         * gnus-start.el (gnus-read-active-for-groups): This function is never
6067         called with a nil `infos', so clean that up.
6068         (gnus-get-unread-articles): Request active files from primary/secondary
6069         methods that have no groups (yet).
6071 2011-02-03  Julien Danjou  <julien@danjou.info>
6073         * message.el (message-setup-1): Always generate References first.
6074         (message-mail): Return the return value of message-setup, not always t.
6075         (message-setup-1): Insert mail-header-separator with read-only and
6076         intangible properties set.
6078         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
6079         user-date in docstring.
6081         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
6083         * gnus.el (gnus-summary-line-format): Mention &user-date format in
6084         docstring.
6086         * gnus.el (gnus-user-date-format-alist): Change default value.
6087         Use defcustom, with type and group.  Move from gnus-util.el.
6088         Rename to gnus-summary-user-date-format-alist.
6090 2011-02-03  Glenn Morris  <rgm@gnu.org>
6092         * nnimap.el (gnus-fetch-headers): Declare.
6094         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
6096 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6098         * message.el (message-forward-make-body-digest-plain)
6099         (message-followup, message-reply): Clean up things noted by Stefan.
6101         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6102         gnus-article-update-date-headers is nil.
6103         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6104         it didn't really work with defcustom.
6105         (article-update-date-lapsed): Make sure the window start doesn't move,
6106         either.
6108 2011-02-01  Julien Danjou  <julien@danjou.info>
6110         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6111         format.
6113         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6114         standard in Emacs nowadays.
6116 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6118         * message.el (message-expand-name): Don't trust the return value of
6119         bbdb-complete-name.
6120         (message-check-news-header-syntax): Remove unused var `start'.
6121         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6122         (message-inhibit-body-encoding): Move to before first use.
6123         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6124         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6125         (Organization, Message-ID, Date, mh-previous-window-config):
6126         Defvar the vars using dynamic scoping.
6128 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6130         * shr.el (shr-render-td): Only do colors at the final rendering.
6131         Should be slightly faster.
6132         (shr-insert-table): Fix up TD background colors when doing the
6133         vertical padding.
6135         * gnus-art.el (article-date-ut): Protect against articles with no Date
6136         header.
6137         (article-update-date-lapsed): Don't use current-column to find the
6138         horizontal position.  It's fragile in the presence of \003 characters.
6140         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6142 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6144         * gnus-art.el (article-transform-date): Rewrite to still work when
6145         there are several rfc2822 parts.
6146         (article-transform-date): Fix infinite recursion.
6147         (article-date-ut): Replace infinitely many Date headers with a single
6148         one when called interactively.
6150         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6151         secure manner.
6153         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6154         move around by not using save-window-excursion.  It seems to work...
6156 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6158         * gnus-art.el (article-make-date-line): Work for user-defined format.
6160 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6162         * nntp.el (nntp-retrieve-group-data-early)
6163         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6164         fetching functions.
6166         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6167         thoroughly for all backends that have no known groups.  This should
6168         allow new nnml methods to retrieve mail.
6170         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6171         that Gnus doesn't know exists again.
6173         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6174         (gnus-treat-date-ut): Ditto.
6175         (gnus-article-update-date-header): Rename.
6176         (gnus-treat-date-local): Remove.
6177         (gnus-treat-date-english): Remove.
6178         (gnus-treat-date-lapsed): Remove.
6179         (gnus-treat-date-combined-lapsed): Remove.
6180         (gnus-treat-date-original): Remove.
6181         (gnus-treat-date-iso8601): Remove.
6182         (gnus-treat-date-user-defined): Remove.
6183         (gnus-article-date-headers): New variable to control all the date
6184         header options.
6185         (article-date-ut): Rewrite to allow using the new way to format date
6186         headers(s).
6188 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6190         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6191         method.
6192         (nnmail-article-group): A better test for fanciness.
6194         * nnimap.el (nnimap-request-head): Protect against not finding the
6195         article by Message-ID.
6197 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6199         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6200         keep point at the "same place".
6202 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6204         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6205         data if the group is inactive.
6207 2011-01-28  Julien Danjou  <julien@danjou.info>
6209         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6210         (gnus-all-windows-visible-p): Remove old compatibility code.
6211         (gnus-window-top-edge): Add docstring.
6213         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6215 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6217         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6218         older request-update-info.
6220         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6222 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6224         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6225         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6227 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6229         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6230         groups.  This makes the nndraft:queue group pop up if it's not already
6231         there.
6233         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6234         messages" logic, which was reversed.
6236         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6237         the "same place" even if point is on the line being replaced.
6238         (article-update-date-lapsed): Allow updating both the combined lapsed
6239         and the lapsed headers.
6240         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6241         (article-make-date-line): Limit the number of segments dynamically to
6242         avoid too-long lines.
6244 2011-01-27  Julien Danjou  <julien@danjou.info>
6246         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6247         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6249 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6251         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6252         Use plist-get instead of the cl function getf.
6254 2011-01-27  Glenn Morris  <rgm@gnu.org>
6256         * gnus-util.el (float-time): Get rid of compiler warning, again.
6258 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6260         * shr.el (shr-put-color): Special-case background colors: Do put them
6261         at the blank parts at the front of the lines.
6263         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6264         exit hook to nix out all data on readedness on group exit.
6266         * gnus-util.el (float-time): If float-time is bound, always use it on
6267         all Emacsen.  It's unclear why the subrp check was there.
6268         (time-date): Require to make some autoload issues on XEmacs go away.
6270         * shr.el (shr-put-color): Don't do the box padding in tables, since
6271         they're already padded.
6273 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6275         * gnus-art.el (gnus-article-next-page): When the last line of the
6276         article is displayed, scroll down once more instead of going to the
6277         next article at once.
6278         (article-lapsed-string): Refactor out and allow specifying how many
6279         segments you want.
6280         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6281         (gnus-article-update-lapsed-header): New variable.
6283         * shr.el: Revert change that made headings use different-sized faces.
6284         The Emacs display engine isn't advanced enough that, for instance,
6285         tables can comfortably use differently-sized faces.
6287 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6289         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6290         used.
6291         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6292         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6293         we're using an encrypted connection.
6295         * proto-stream.el: Alter the interface functions to also return the
6296         actual stream type used: network or TLS.
6298 2011-01-25  Julien Danjou  <julien@danjou.info>
6300         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6301         (mm-display-javascript-inline): New function.
6303         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6304         viewing function.
6306 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6308         * shr.el (shr-expand-newlines): Fix variable name.
6310 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6312         * shr.el (shr-expand-newlines): Make nested boxes work.
6314 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6316         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6317         backgrounds.
6318         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6319         in a more sensible manner.
6321 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6323         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6324         if EPG is loaded.
6326 2011-01-24  Julien Danjou  <julien@danjou.info>
6328         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6329         tags.
6331 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6333         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6334         commands.
6336         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6337         in the article buffer.
6338         (gnus-gravatar-insert): Use blank space from the current buffer to
6339         avoid breaking text properties.  This makes X-Sent updating work again.
6341         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6343 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6345         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6346         fix the bug in url-http.el instead.
6348         * shr.el (shr-image-fetched): Ditto.
6350         * shr.el (shr-image-fetched): Avoid having point move in the article
6351         buffer.
6353         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6354         buffer after being called.  It's apparently being killed by url.el, and
6355         killing it made point move to end-of-buffer in a random buffer.
6357         * shr.el (shr-image-fetched): Ditto.
6359 2011-01-23  Julien Danjou  <julien@danjou.info>
6361         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6363         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6364         text/x-org.
6366 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6368         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6369         (i.e., nnimap) returning nil as the article number.
6371 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6373         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6374         "DelSp" parameter in RFC3676.
6376 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6378         * message.el (message-check-recipients): Display the encoded version of
6379         the bogus address if they differ.
6381         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6382         after sending.
6384         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6386         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6388         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6389         group buffer after sending the queue.
6391         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6393 2011-01-22  Julien Danjou  <julien@danjou.info>
6395         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6397 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6399         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6400         nested related parts.
6402         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6403         unexpired articles.  This fixes the regression that led expiry marks to
6404         disappear from nnfolder groups.
6406 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6408         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6409         Don't confuse the "ret" of "retrograde" with RET.
6411 2011-01-21  Julien Danjou  <julien@danjou.info>
6413         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6414         than mm-insert-inline.
6416 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6418         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6419         Widen article buffer.
6421 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6423         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6424         the temp buffer.
6425         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6427 2011-01-20  Julien Danjou  <julien@danjou.info>
6429         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6431         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6432         than mm-insert-inline to insert inline part: this respect
6433         mm-inline-media-tests displayers.
6435         * mm-view.el (mm-display-shell-script-inline): New function.
6437         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6439         * mm-uu.el (mm-uu-type-alist): Add org block.
6440         (mm-uu-org-src-code-block-extract): New function.
6442         * mm-view.el (mm-display-org-inline): New function.
6444         * mm-decode.el (mm-automatic-display): Add text/org.
6446         * mailcap.el (mailcap-mime-extensions): Add .org.
6448 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6450         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6451         gnus-article-add-buttons.
6453 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6455         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6456         From header with a date and "nobody" as the sender.
6458 2011-01-19  Julien Danjou  <julien@danjou.info>
6460         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6461         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6462         if you have the same regexp several times.
6463         (gnus-button-push): Fix matching when regexp is symbol.
6465 2011-01-15  Glenn Morris  <rgm@gnu.org>
6467         * message.el (message-mail): A compose-mail function should
6468         accept headers as strings.
6470 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6472         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6473         Add :vert-only tags.
6474         (message-mail): New arg RETURN-ACTION.
6475         (message-return-action): New var.
6476         (message-bury): Use it.
6477         (message-mode): Make it buffer-local.
6478         (message-send-and-exit): Always call message-bury.
6480         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6481         message-mail.
6483 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485         * nnimap.el (nnimap-convert-partial-article): Protect against
6486         zero-length body parts.
6488         * mm-decode.el (mm-preferred-alternative-precedence):
6489         Discourage showing empty parts.
6491         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6492         and stuff if the backend didn't return the article number.  This fixes
6493         an Exchange-related nnimap bug.
6495         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6496         group window, because it does the wrong thing when a separate frame
6497         displays the group buffer.
6499         * proto-stream.el (open-protocol-stream): Protect against the low-level
6500         transport functions returning nil.
6502 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6504         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6505         (mml2015-epg-find-usable-secret-key): New function.
6506         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6507         mml2015-epg-find-usable-key (Bug#7797).
6508         (mml2015-epg-encrypt): Ditto.
6510 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6512         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6514 2011-01-03  Glenn Morris  <rgm@gnu.org>
6516         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6518         * sieve.el (sieve-open-server): Give a more explicit error if
6519         sieve-manage-open returns nil.  (Bug#7720)
6521 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6523         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6525 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6527         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6528         This avoids sending passwords in plain text over non-encrypted
6529         channels.
6531         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6533         * nnimap.el (nnimap-login): Refactored out into own function, and
6534         implement CRAM-MD5.
6535         (nnimap-wait-for-line): Refactored out.
6537         * mm-view.el (mml-smime): Require.
6539 2010-12-20  David Engster  <deng@eml.cc>
6541         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6542         use EPG to decrypt S/MIME messages instead of openssl.
6544 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6546         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6548         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6549         status is the group clearly is unreachable.
6551         * auth-source.el (auth-source-create): Add the optional second
6552         parameter to `local-variable-p' to be compatible with XEmacs.
6554 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6556         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6557         work when using a compressed nnml folder.
6559 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6561         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6562         backends after sanitising on entry, because this never makes sense:
6563         If the articles have gone missing, then the data no longer exists on
6564         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6565         overwrite anything anyway.
6567         * shr.el (shr-insert-document): Bind shr-width dynamically to
6568         window-width if it's nil.
6570 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6572         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6573         with the meaning of using the full emacs window width for rendering.
6575 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6577         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6578         case when sender is not given.
6580 2010-12-23  Julien Danjou  <julien@danjou.info>
6582         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6583         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6584         the addresses, otherwise we might misplaced the gravatar.
6586 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6588         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6589         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6590         obsolete in Emacs.
6592 2010-12-20  Julien Danjou  <julien@danjou.info>
6594         * gnus-util.el (gnus-rescale-image): Revert last change.
6596 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598         * gnus-group.el (gnus-group-delete-articles): New command.
6600 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6602         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6604 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6607         here, since it's up to the backends to do CRLF removal if their
6608         protocol has it.
6610         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6612 2010-12-17  Julien Danjou  <julien@danjou.info>
6614         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6615         they are from file.  Can also scale up.
6617 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6619         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6620         Restore gnus-use-agent.
6621         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6623         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6625 2010-12-17  Julien Danjou  <julien@danjou.info>
6627         * gravatar.el (gravatar-retrieve-synchronously): New function.
6628         (gravatar-get-data): Make more robust.
6630 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6633         to really consider the last line.
6635 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6637         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6638         list of recipient keys, or use symmetric encryption if not a list.
6639         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6640         EPA override, replacing the call to `netrc-store-data'.
6642 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6644         * gnus-srvr.el: Avoid passing nil regexp argument to
6645         delete-matching-lines.
6647 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6649         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6650         fetching stops when Gnus exits.
6652         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6653         function.
6654         (nnfolder-request-expire-articles): Save all the buffers after doing
6655         expiry.
6657         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6658         the last article", since that led to serious performance regressions
6659         when expiring nnml groups.
6661 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6663         * nnir.el: Improve customizations.
6665 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6667         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6669         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6670         group has been killed.
6671         (gnus-group-yank-group): Ditto.
6673         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6675         * nnimap.el (nnimap-request-update-group-status): New function.
6677         * gnus-int.el (gnus-request-update-group-status): New interface
6678         function.
6680         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6681         copying read-ness to the backends.
6683         * nnimap.el (nnimap-quirk): New function.
6684         (nnimap-retrieve-group-data-early): Use it.
6685         (nnimap-quirks): New alist.
6687 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6689         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6690         don't delete it within indentation.
6692 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6694         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6695         previous line.
6697 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6699         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6700         QRESYNC command by deleting a superfluous space which broke Cyrus
6701         servers.  This change will break other servers that are buggy the other
6702         way around.
6704 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6706         * spam.el: Reindent and fix long lines.
6707         (spam-copy-or-move-routine): Exclude invalid move destinations.
6709 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6711         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6712         installed the registry.
6714 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6716         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6717         groupname doesn't contain "gmane".
6719 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6721         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6722         (gnus-1): Don't create the nndrafts group twice.
6723         (gnus-setup-news): There's no need to read the active file here, since
6724         that's done again later on a per-backend basis.
6725         (gnus-start-draft-setup): Make sure that the new group is started out
6726         empty.
6728         * gnus-agent.el (gnus-agentize): Don't create the queue group
6729         automatically on startup.  It'll be created later, if needed.
6731         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6732         of automatically subscribed groups.
6733         (gnus-auto-subscribed-categories): New variable.
6734         (gnus-matches-options-n): Use it.
6735         (gnus-default-subscribed-newsgroups): Remove unused variable.
6736         (gnus-start-draft-setup): Message a bit less.
6738 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6740         * nnir.el (nnir-run-imap): Return article list in order of increasing
6741         UID.
6743 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745         * gnus-sum.el (gnus-summary-enter-digest-group):
6746         Mention gnus-auto-select-on-ephemeral-exit.
6748         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6749         convention of the network-only option.
6751 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6753         * proto-stream.el (proto-stream-open-network-only): New function to
6754         have a way to specify non-STARTTLS upgrade connections.
6756 2010-12-10  Julien Danjou  <julien@danjou.info>
6758         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6759         email address is nil.
6761         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6763 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6765         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6766         deletion.
6767         (nnir-run-imap): Only need to parse list once.
6769 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771         * shr.el (shr-tag-script): Ignore <script>.
6772         (shr-tag-label): Add <label> support.
6774 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6776         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6778         * shr.el (shr-image-displayer): Work for images lined side by side.
6780 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6782         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6783         parameter, since XEmacs doesn't accept t as a parameter.
6785 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6787         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6788         ids.
6789         (nnir-run-gmane): Simplify groupspec formatting.
6790         (nnir-request-expire-articles): New function.
6792 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6795         overflow, possibly.
6797         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6798         (shr-render-td): Handle td style="" better.
6799         (shr-tag-table): Use the color from the style sheet.
6800         (shr-render-td): Make sure we copy over all the overlays, too.
6802 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6804         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6805         (nnir-request-article): Improve article retrieval.
6807 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6809         * mm-util.el (mm-extra-numeric-entities): New variable.
6811         * mm-url.el (mm-url-decode-entities):
6812         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6814 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6816         * message.el: Use completion-at-point.
6817         (message-completion-function): New fun, extracted from message-tab.
6818         (message-mode): Use it for completion-at-point-functions.
6819         (message-tab): Use it and completion-at-point.
6821 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6823         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6824         character if a non-breakable character follows.
6826 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6828         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6829         any stream.
6831         * shr.el (shr-tag-font): Colorize the region.
6832         (shr-tag-body): Ditto.
6833         (shr-tag-font): Actually let the styles be inherited instead of
6834         overwriting them.
6835         (shr-tag-font): Get the background color right.
6836         (shr-tag-style): Ignore all <style> tags for the moment.
6838         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6839         a Message-ID to avoid having nnimap depend on gnus-sum.
6841         * shr.el (shr-descend): Only colorize something if we have a node that
6842         sets colors.
6844 2010-12-06  Julien Danjou  <julien@danjou.info>
6846         * shr.el (shr-render-td): Render td content with shr-descend, so style
6847         will be applied to <td> too.
6848         (shr-colorize-region): Colorize region even if we only have a background.
6849         (shr-tag-body): Fix color and background color inheritance.
6850         Do not recolorize after shr-generic.
6851         (shr-tag-font): Let shr-generic colorize via inheritance.
6853 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6855         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6857 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6859         * nnir.el (nnir-request-move-article): Remove obsolete code.
6861 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6863         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6865 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6867         * gnus-sum.el (gnus-summary-respool-article): The completion function
6868         expects a list instead of an alist.
6870         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6871         string as the parameter.
6873         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6875         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6876         styles.
6877         (shr-colorize-region): New function.
6878         (shr-insert-background-overlay): Remove.
6879         (shr-render-td): Background setting should be taken care of on a higher
6880         level.
6881         (shr-tag-body): Use post-hoc colorizations.
6882         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6883         (shr-put-color-1): Don't overwrite old colors.
6884         (shr-colorize-region): When the background color isn't explicit, use
6885         a fixed background.
6887         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6888         nnmail variables.
6890 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6892         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6893         unless necessary.
6895 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6897         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6898         server.
6900 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6903         so that TAB works.
6905         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6906         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6908         * shr.el (shr-urlify): Show the URL before the title to avoid
6909         misleading URLs.
6911 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6913         * shr.el (shr-urlify): Display the title in <a> tags.
6915 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6917         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6919 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6921         * nnir.el: Rearrange code to allow macros to be autoloaded by
6922         gnus-sum.el.
6923         (nnir-retrieve-headers-override-function): Make this variable
6924         customizable.
6925         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6927         * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
6928         from nnir.el.
6930 2010-12-03  Julien Danjou  <julien@danjou.info>
6932         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6934 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6936         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6937         allow optional argument `environment'.
6939 2010-12-03  Glenn Morris  <rgm@gnu.org>
6941         * mm-extern.el (message-goto-body): Update declaration.
6943 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6945         * gnus-util.el (gnus-macroexpand-all): New function.
6947         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6948         instead of macroexpand-all that is unavailable in XEmacs.
6950 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6952         * nnir.el (nnir-summary-line-format): New variable.
6953         (nnir-mode): Use it.
6954         (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
6955         (nnir-article-ids): Reimplement as defsubst.
6956         (nnir-retrieve-headers): Don't mangle the subject header.
6957         (nnir-run-imap): Use 100 as RSV score.
6958         (nnir-run-find-grep): Fix for full server searching.
6959         (nnir-run-gmane): Better restriction to gmane groups.
6961         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6962         summary buffers.
6964 2010-12-02  Julien Danjou  <julien@danjou.info>
6966         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6968         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6970         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6971         support.
6973 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6975         * nnir.el: Update to handle the registry better.
6976         (autoload): Silence byte-compiler.
6977         (nnir-open-server): Add a hook for nnir groups.
6978         (nnir-request-move-article): Don't mangle the header.  Better to use
6979         formatting variables (which will be added in the future).
6980         (nnir-registry-action): Update the registry using the original article
6981         group name.
6982         (nnir-mode): Install nnir-specific hooks for updating the registry.
6984         * gnus-sum.el
6985         (gnus-article-original-subject, gnus-newsgroup-original-name):
6986         Remove obsolete variables.
6987         (gnus-summary-move-article): Remove use of obsolete variables.
6988         (gnus-summary-local-variables): Make move and delete hooks local to
6989         summary buffers.
6991 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993         * rtree.el: New file.
6995 2010-12-01  Julien Danjou  <julien@danjou.info>
6997         * message.el (message-user-organization): Do not use
6998         gnus-local-organization.
7000         * gnus.el: Remove gnus-local-organization.
7002         * gnus-msg.el: Remove nastygram thing.
7004 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
7006         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
7007         funcall.
7009 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7011         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
7012         names.
7014         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
7015         characters.
7017         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
7018         to t of inhibit-read-only since it is inside gnus-with-article-headers.
7019         Suggested by Štěpán Němec <stepnem@gmail.com>.
7020         (gnus-gravatar-transform-address): Use mail-extract-address-components
7021         that supports non-ASCII names rather than mail-header-parse-addresses.
7023 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7025         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
7026         handled by the network handler.
7028 2010-11-30  Julien Danjou  <julien@danjou.info>
7030         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
7031         (nnimap-open-connection-1): Fix PREAUTH.
7033         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
7035 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7037         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
7038         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
7039         (shr-insert): Use them.
7040         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
7042 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7044         * nnir.el (nnir-request-move-article): Bail out if original group
7045         doesn't support article moves.
7046         (nnir-get-active): Improve active list retrieval.
7048 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050         * shr.el (shr-find-fill-point): Don't break before apostrophes.
7052 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
7054         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
7055         seem to accept strings-with-numbers as port numbers.
7057 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
7059         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
7060         change the registry.
7062 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7064         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
7065         delete-dups that is not available in XEmacs 21.4.
7067         * mm-util.el (mm-delete-duplicates): Add comment.
7069 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
7071         * nnir.el (nnir-ignored-newsgroups): New variable.
7072         (nnir-get-active): Use it.
7074 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7076         * proto-stream.el (proto-stream-open-network): Add some comments.
7078         * nntp.el (nntp-open-connection): Provide a :success condition.
7080         * nnimap.el (nnimap-open-connection-1): Ditto.
7082         * proto-stream.el (proto-stream-open-network): See what the response to
7083         the STARTTLS command is.
7085         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7086         backwards compatibility).
7087         (nnimap-open-connection-1): Really respect nnimap-server-port.
7089         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7090         TLS upgrades we don't really care about the identity of the peer.
7091         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7092         that what we've checked for.
7093         (proto-stream-always-use-starttls): Only default to t if
7094         open-gnutls-stream exists.
7095         (proto-stream-open-network): If STARTTLS failed, then just open a
7096         normal connection.
7097         (proto-stream-open-network): Wait until the greeting before doing
7098         STARTTLS.
7100         * nntp.el (nntp-open-connection): Report what the connection error is.
7102         * proto-stream.el (open-protocol-stream): Rename from
7103         open-proto-stream.
7105 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7107         * nnimap.el (nnimap-stream): Change default to `undecided'.
7108         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7109         first, and then network.
7110         (nnimap-open-connection-1): Respect nnimap-server-port.
7111         (nnimap-open-connection): Be more backwards-compatible.
7113         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7114         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
7115         (proto-stream-open-starttls): Folded back into the main function.
7116         (proto-stream-open-network): Fix typo in the GnuTLS path.
7117         (proto-stream-command): Refactor out.
7119         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7121         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7122         starttls.el STARTTLS.
7124         * color.el (color-lab->srgb): Fix function call name.
7126         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7127         if we're using tls.el.
7128         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
7129         built in, then don't try to establish a STARTTLS connection.
7131         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7132         servers.
7134         * proto-stream.el (open-proto-stream): Use network, not stream.
7135         (open-proto-stream): Add a way to specify what the end of a command is.
7137         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7138         connections types.
7139         (nntp-open-network-stream): Remove.
7140         (nntp-open-ssl-stream): Remove.
7141         (nntp-open-tls-stream): Remove.
7142         (nntp-ssl-program): Remove.
7144         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7146 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7148         * nnir.el: Fix typos.
7149         (nnir-retrieve-headers-override-function): Rename variable to reflect
7150         new semantics.
7151         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7152         macros.
7153         (nnir-request-article, nnir-request-move-article): Use them.
7154         (nnir-categorize): New function.
7155         (nnir-run-query): Use it.
7156         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7157         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7158         sorted.
7159         (nnir-group-full-name): Use gnus-group-full-name instead.
7160         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7161         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7163 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7167         * proto-stream.el: New library to provide protocol-specific
7168         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7169         protocols.
7170         (open-proto-stream): Complete the documentation.
7171         (proto-stream-open-network): Fix some typos.
7173         * nnimap.el (nnimap-open-connection): Use it.
7175 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7177         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7178         negotiation.
7180 2010-11-26  Julien Danjou  <julien@danjou.info>
7182         * color.el: Rename various rgb functions to srgb.
7184 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7187         names.
7189 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7191         * shr.el (shr-insert): Revert last change.
7192         (shr-find-fill-point): Never leave point being at bol;
7193         relax the kinsoku limitation when rendering tables.
7195 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7198         results from -accept-article.
7200         * shr-color.el: Require cl when compiling.
7202         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7203         checkin.
7205         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7207         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7209         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7210         'add and 'delete to set backend marks.
7212         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7214         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7216         * nntp.el (nntp-request-set-mark): Use it.
7218         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7220         * nnml.el (nnml-request-set-mark): Ditto.
7222         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7223         introduces regressions in article selection.
7224         (nnimap-find-uid-response): New function.
7225         (nnimap-request-accept-article): Use the UID returned, if any.
7226         (nnimap-request-move-article): Use the UID returned, if any.
7227         (nnimap-get-groups): Reimplement to work with folded lines.
7228         (nnimap-find-uid-response): The UID is the last element in the list.
7229         (nnimap-request-set-mark): Extend syntax with 'set.
7231         * nnml.el (nnml-request-set-mark): Ditto.
7233         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7235         * nntp.el (nntp-request-set-mark): Ditto.
7237 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7239         * message.el (message-called-interactively-p): A temporary macro.
7240         (message-goto-body): Use it temporarily.
7242 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7244         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7245         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7246         (nnimap-last-response-string): Fix last unfolding fix.
7248 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7250         * shr.el (shr-insert): Fix the way to fold lines.
7252 2010-11-25  Julien Danjou  <julien@danjou.info>
7254         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7256         * color.el: Rename from color-lab.el
7257         (color-rgb->hex): Add.
7258         (color-complement): Add.
7259         (color-complement-hex): Add.
7261         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7263 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7265         * shr-color.el (shr-color-visible): Don't bug out if the color names
7266         don't exist.
7268 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7270         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7271         assuming that article displaying or another mml-preview may be
7272         interrupted for an error or for the like.
7274         * shr.el (shr-get-background): Fix argument name.
7276 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7278         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7280         * gnus-sum.el (gnus-summary-include-articles): New function.
7282         * message.el (message-goto-body): called-interactively-p needs a
7283         parameter, so use `any'.
7285         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7286         clear marks before moving, since they're synced from the Gnus side
7287         first.
7289         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7290         (gnus-summary-move-article): Copy over all marks before moving, so that
7291         IMAP doesn't think a new article has arrived.
7293 2010-11-24  Julien Danjou  <julien@danjou.info>
7295         * shr.el (shr-insert-background-overlay): Fix typo.
7296         (shr-render-td): Copy the background before rendering.
7298         * shr-color.el (shr-color-visible): Fix docstring.
7300         * shr.el (shr-tag-table): Add bgcolor support.
7301         (shr-render-td): Add bgcolor support.
7302         (shr-get-background): Add.
7303         (shr-insert-foreground-overlay): Use shr-get-background.
7305         * message.el (message-goto-body): Use called-interactively-p.
7306         (message-in-body-p): message-goto-body returns point.
7308 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7311         Fixes something or other in Emacs 23, and is backwards compatible.
7313         * message.el (message-goto-body): Remove the <#secure special-casing,
7314         which is too special.
7316         * shr.el (shr-parse-style): Drop !important from styles.
7318 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7320         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7321         this function to return incorrect results when calling it with an
7322         explicit article argument different from
7323         (gnus-summary-article-number).
7325 2010-11-24  Julien Danjou  <julien@danjou.info>
7327         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7328         (shr-tag-body): Add background support.
7329         (shr-descend): Add background support.
7330         (shr-tag-title): Add.
7332         * shr-color.el (shr-color-visible): Really return original background
7333         if fixed.
7335 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7337         * shr.el (shr-color-check): Protect against non-existent color names.
7339 2010-11-24  Julien Danjou  <julien@danjou.info>
7341         * color-lab.el: Require 'cl when compiling.
7343         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7345         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7346         matched part.
7348         * color-lab.el: Fix all expt calls to use float type.
7350 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7352         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7353         expression to shr-color-check as is.
7355         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7357         * color-lab.el: Add coding cookie.
7358         (float-pi): Use eval-and-compile.
7360 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7362         * shr.el (shr-insert-color-overlay): Split stuff like
7363         "#444444 !important" to find the real color.
7364         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7365         parse <font color="red"> entries.
7367 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7369         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7370         point when parsing headers.
7372         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7373         is positioned properly when parsing headers.
7375 2010-11-23  Julien Danjou  <julien@danjou.info>
7377         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7379         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7381         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7383         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7384         Use shr-color-hue-to-rgb.
7385         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7387 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7389         * shr.el (shr-color->hexadecimal): Autoload.
7390         (shr-descend): Add color to all tags.
7392 2010-11-22  Julien Danjou  <julien@danjou.info>
7394         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7395         shr-color->hexadecimal.
7397         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7398         RGB() or HSL() color representation.
7400         * shr.el (shr-tag-font): Add.
7401         (shr-tag-color-check): New function to get better colors.
7402         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7403         tag-span.
7405         * shr-color.el: New file.
7407         * color-lab.el: New file.
7409         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7411 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7413         * nnir.el: Fix typo in comments.
7414         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7415         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7417 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7419         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7421         * nnimap.el (nnimap-get-capabilities): Refactor out.
7422         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7424 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7426         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7427         appearing when `mm-uu-hide-markers' is nil.
7429 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7431         * nnimap.el (nnimap-unselect-group): Make into its own function.
7432         (nnimap-request-rename-group): Unselect group before renaming.
7433         This had gotten lost somewhere.
7434         (nnimap-request-accept-article): Keep track of examined groups, and
7435         unselect the group before APPENDing to read-only groups.
7436         (nnimap-request-move-article): Clear flags before moving so that they
7437         can be re-set later.
7439 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7441         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7442         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7444 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7446         * gnus-art.el (gnus-mime-display-single):
7447         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7448         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7449         parameter.
7451 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7454         (shr-table-vertical-line): New variable.
7455         (shr-insert-table): Use it.
7457 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7459         * gnus-html.el (gnus-html-wash-images): Don't display images if
7460         gnus-inhibit-images is non-nil; register displayer for cid images.
7461         (gnus-html-display-image): Work for cid image.
7462         (gnus-html-insert-image): Allow arguments.
7463         (gnus-html-put-image): Inhibit read-only.
7464         (gnus-html-prefetch-images): Don't prefetch images if
7465         gnus-inhibit-images is non-nil.
7467 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7469         * shr.el (shr-put-image): Break lines when inserting big pictures.
7471 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7473         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7474         sender, thanks Katsumi Yamaoka.
7476 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7478         * nnir.el (nnir-run-imap): Reverse the article list for each group
7479         rather than the whole list.
7481 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7483         * shr.el (shr-image-displayer): Protect function against non-existent
7484         image source.
7486         * gnus-art.el (gnus-inhibit-images): New user option.
7487         (gnus-mime-display-single): Don't display image if it is non-nil.
7489         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7490         gnus-inhibit-images.
7492         * shr.el (shr-image-displayer): New function.
7493         (shr-tag-img): Use it.
7495 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7497         * mml2015.el (mml2015-epg-sign): Use From header.
7499 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7501         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7503         * gnus-util.el (gnus-find-text-property-region): Return markers.
7505         * shr.el (shr-tag-img): Put a displayer in the text property.
7507         * gnus-util.el (gnus-find-text-property-region): New utility function.
7509         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7510         (gnus-html-show-images): Remove.
7512         * gnus-art.el (gnus-article-show-images): New, more general function.
7514         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7515         image url text properties.
7517         * shr.el: Ditto.
7519         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7520         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7522 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7524         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7525         work for two or more articles.
7527 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7529         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7530         divide an image that's in an html article to two or more when washing
7531         non-ASCII characters in alt text of it.
7533 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7535         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7536         smime-decrypt-region using function argument.
7537         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7539         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7541         * smime.el (smime-decrypt-region): Catch it.
7543 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7545         * smime.el (smime-mode-map): Move initialization into declaration.
7546         (gnus-run-mode-hooks): Don't autoload.
7547         (smime-mode): Use define-derived-mode.
7549 2010-11-11  Glenn Morris  <rgm@gnu.org>
7551         * smime.el (from): Restrict declaration to XEmacs.
7553         * nnir.el (gnus-group-topic-name): Autoload.
7555 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7557         * shr.el (shr-insert): Don't break long line if it is because of
7558         kinsoku-bol characters in the line end.
7560 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7562         * nnir.el (nnir-request-move-article): Fix to provide original group
7563         and subject.
7564         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7565         been retrieved.
7567         * gnus-sum.el (gnus-summary-move-article): Use original group and
7568         subject for virtual articles such as those in an nnir summary buffer.
7570 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7572         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7573         least 21.5).
7575         * smime.el (from): Declare it again for XEmacs.
7577 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579         * message.el (message-resend): Don't disable encoding unless it's
7580         already encoded.
7582         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7583         low-numbered articles.
7585 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7587         * rfc2047.el (rfc2047-syntax-table): Simplify.
7589         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7590         set-char-table-range for XEmacs.
7592 2010-11-10  Glenn Morris  <rgm@gnu.org>
7594         * smime.el (from): Remove unused declaration.
7596         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7597         (gnus-float-time): On Emacs, always an alias.
7599         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7600         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7602 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7604         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7606 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7608         * shr.el (browse-url-mailto): Autoload.
7610         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7612         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7613         regexp doesn't need quoting.
7615 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7617         * message.el (message-subject-trailing-was-ask-regexp)
7618         (message-subject-trailing-was-regexp): Match was: in addition to was.
7620 2010-11-09  Glenn Morris  <rgm@gnu.org>
7622         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7623         (nnbabyl-check-mbox): Use point-at-bol.
7625 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7627         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7629         * message.el (message-mailto): New function.
7630         (message-mailto): Should accept other parameters.
7631         (message-mailto): Remove since it duplicates browse-url-mailto
7632         functionality.
7634 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7637         methods.
7638         (gnus-read-active-file): Ditto.
7640         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7641         ": " from the prompt.
7642         (gnus-group-make-group): Ditto.
7644 2010-11-07  Glenn Morris  <rgm@gnu.org>
7646         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7647         (gnus-bookmark-kill-line): Use point-at-eol.
7649 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7651         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7652         asterisks in From header.
7654 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7656         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7657         string to avoid making the From headers syntactically invalid.
7659         * message.el (message-send-mail): Don't insert courtesy messages if the
7660         message already has List-Post and List-ID messages.
7662 2010-11-06  Glenn Morris  <rgm@gnu.org>
7664         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7665         `condition', `type', `length' a prefix.
7666         (gnus-treat-predicate): Update for above name changes.
7668 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7670         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7671         binding.  Handled by `gnus-summary-refer-thread' instead.
7672         (nnir-warp-to-article): New backend function.
7674         * nnimap.el (nnimap-request-thread): Force dependency updating.
7676         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7677         (gnus-summary-refer-thread): Rework to improve thread-referral.
7679         * gnus-int.el (gnus-warp-to-article): New function.
7681         * gnus-sum.el (gnus-summary-article-map): Bind it.
7683 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7685         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7686         gnus-summary-refer-thread.
7688         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7689         headers.
7690         (gnus-summary-limit-include-thread): Prevent articles in thread from
7691         being cut in gnus-cut-threads.
7692         (gnus-summary-refer-thread): Limit retrieved headers to those in
7693         thread.
7695 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7697         * message.el (message-send-mail): Use the value of
7698         message-courtesy-message from the message buffer.
7700         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7702         * shr.el (shr-browse-url): Implement mailto: URLs.
7704         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7705         "raw".
7707         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7708         if it's already selected.
7710         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7712 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7714         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7715         to measure the length and truncate alt text.
7717 2010-11-03  Glenn Morris  <rgm@gnu.org>
7719         * nndiary.el (nndiary-generate-nov-databases-1)
7720         (nndiary-generate-active-info): Rename dynamic variable `files' to
7721         something less generic.
7723 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7725         * nnir.el (nnir-request-move-article): Call the underlying backend to
7726         move articles from nnir.
7728 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7730         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7732 2010-11-02  Julien Danjou  <julien@danjou.info>
7734         * nnir.el: Remove wais support.
7736 2010-11-02  Glenn Morris  <rgm@gnu.org>
7738         * gnus-html.el: Reorder requirements to quieten compiler.
7740 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7742         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7743         properly for XEmacs as well.
7744         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7745         (gnus-article-natural-long-line-p): Use window-width rather than
7746         frame-width.
7748 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7750         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7751         (nnir-read-parms): Don't modify query.
7752         (nnir-run-query): Add ability to search topic on current line.
7753         (nnir-get-active): Clean up.
7755 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7757         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7758         degenerate articles.
7760         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7761         (gnus-print-buffer): Just print the buffer as is, without any copying
7762         to a buffer and then re-highlighting.
7764         * nnimap.el (nnimap-request-group): Store the new updated info.
7765         (nnimap-request-group): Select the group when we don't know whether it
7766         exists or not.
7768         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7769         groups.
7771         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7772         groups.
7774         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7775         groups.
7777         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7778         long-lines case by only filling the long lines.
7780         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7781         (bug#7311).
7783 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7785         * shr.el: No need to declare `declare-function' since shr.el is for
7786         only Emacsen that provide `libxml-parse-html-region'.
7788 2010-11-01  Glenn Morris  <rgm@gnu.org>
7790         * mm-util.el (gnus-completing-read): Autoload.
7791         (mm-read-coding-system): Simplify Emacs definition.
7793         * nnmail.el (gnus-activate-group):
7794         * nnimap.el (gnutls-negotiate):
7795         * nntp.el (netrc-parse): Fix declarations.
7797 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7799         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7800         string-match-p in Emacs >=23.
7802         * gnus-msg.el (gnus-configure-posting-styles):
7803         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7805 2010-11-01  Glenn Morris  <rgm@gnu.org>
7807         * nnir.el (declare-function): Add compat stub.
7808         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7809         (nnir-run-gmane): Require 'mm-url.
7811         * mm-util.el (mm-string-to-multibyte): Simplify.
7813         * shr.el (declare-function): Add compat stub.
7814         (url-cache-create-filename): Declare.
7815         (mm-disable-multibyte, widget-convert-button): Autoload.
7817         * smime.el (ldap-search): Declare.
7818         (smime-cert-by-ldap-1): Require ldap on Emacs.
7820         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7821         (nnimap-keepalive): Use gnus-float-time.
7823         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7824         (mail-source-delete-crash-box): Use gnus-float-time.
7826         * gnus-dired.el (gnus-completing-read): Autoload.
7828         * mm-view.el (gnus-rescale-image): Autoload.
7830         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7832         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7834         * sieve-manage.el: Require 'cl when compiling.
7836         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7837         (gnus-iswitchb-completing-read): Require iswitchb.
7838         (gnus-select-frame-set-input-focus): Silence compiler.
7840 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7842         * message.el (message-subject-trailing-was-query): Change default to t,
7843         since I think that's what most people want.
7845         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7846         appending for easier debugging.
7847         (nnimap-wait-for-connection): Take a regexp.
7848         (nnimap-request-accept-article): Wait for the continuation line before
7849         sending anything unless we're streaming.
7851         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7852         leave the header washing to take place.
7854 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7856         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7857         regular expression match and replace in posting styles.
7859 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7861         * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
7862         an entire server.
7863         (nnir-get-active): New function.
7864         (nnir-run-imap): Use it.
7865         (nnir-run-gmane): Who knew, gmane search returns an article score!
7867         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7868         server on the current line with nnir.
7870 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7873         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7874         left edge.
7875         (gnus-article-foldable-buffer): Skip past the prefix when determining
7876         raggedness.
7878         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7879         the raw article, and change `C-u g' to show the article without doing
7880         treatments.
7882         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7883         on to `gnus-treat-article'.
7884         (gnus-inhibit-article-treatments): New variable.
7886         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7888         * gnus-art.el (gnus-treatment-function-alist): Have
7889         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7890         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7891         sections.
7893         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7894         parameter.
7895         (gnus-article-fill-cited-long-lines): New function.
7896         (gnus-article-fill-cited-article): Allow filling only long sections.
7898         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7899         and non-punctuation (like after the apostrophe in "'We").
7901         * gnus-sum.el (gnus-summary-select-article): Make sure
7902         gnus-original-article-buffer is alive.
7904         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7905         reflect the order they are in the digest.
7907         * gnus.el (gnus-group-startup-message): Move point to the start of the
7908         buffer.
7910         * nnimap.el (nnimap-capability): New function.
7911         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7912         is set.
7914 2010-10-31  David Engster  <dengste@eml.cc>
7916         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7917         conform with changes to gnus-completing-read.
7919 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7923 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7925         * nnir.el: Move defvar, defcustom around to keep file organized
7926         and keep byte-compiler quiet.
7927         (nnir-read-parms): Accept search-engine as arg.
7928         (nnir-run-query): Pass search-engine as arg.
7929         (nnir-search-engine): Remove.
7931 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7933         * shr.el (shr-generic): The text nodes should be text, not :text.
7935         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7936         later in the file.
7938 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7940         * nnir.el: General clean up.  Allow searching with multiple engines.
7941         Allow separate extra-parameters for each engine.
7942         Batch queries when possible.
7943         (nnir-imap-default-search-key, nnir-method-default-engines):
7944         Add customize interface.
7945         (nnir-run-gmane): New engine.
7946         (nnir-engines): Use it.  Qualify all prompts with engine name.
7947         (nnir-search-engine): Remove global variable.
7948         (nnir-run-hyrex): Restore for now.
7949         (nnir-extra-parms, nnir-search-history): New variables.
7950         (gnus-group-make-nnir-group): Use them.
7951         (nnir-group-server): Remove in favor of gnus-group-server.
7952         (nnir-request-group): Avoid searching twice.
7953         (nnir-sort-groups-by-server): New function.
7955 2010-10-30  Julien Danjou  <julien@danjou.info>
7957         * gnus-group.el: Remove gnus-group-fetch-control.
7959         * gnus-start.el (gnus-find-new-newsgroups):
7960         Remove gnus-check-first-time-used.
7962         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7964 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7966         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7967         set on groups that don't have \* permanentflags.
7969 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7971         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7972         control the background color.
7973         (shr-tag-img): Ignore very small web bug type images.
7974         (shr-put-image): Add help-echo alt texts to the images.
7975         (shr-tag-video): Show the video poster image.
7977 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979         * shr.el (shr-table-depth): New variable.
7980         (shr-tag-table-1): Only insert the images after the top-level table.
7982         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7984         * gnus-util.el (gnus-list-memq-of-list): New function.
7986         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7987         selected.
7988         (nnimap-unsplittable-articles): New slot.
7989         (nnimap-new-articles): Use it.
7991 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7993         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7994         move to the previous line on `M-g'.
7996 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7999         *-request-group, which seems unnecessary.
8001         * nnimap.el (nnimap-quote-specials): Function copied over from
8002         imap.el.
8003         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
8004         they support that.  Suggested by Tom Regner.
8006 2010-10-29  Julien Danjou  <julien@danjou.info>
8008         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
8009         defalias.
8010         (gnus-summary-delete-marked-with): Remove obsolete defalias.
8012         * gnus.el: Remove `gnus-nntp-service' variable.
8013         (gnus-secondary-servers): Make obsolete.
8014         (gnus-nntp-server): Make obsolete.
8016         * gnus-start.el (gnus-1): Remove x-splash calls.
8018         * gnus-ems.el (gnus-x-splash): Remove.
8020         * gnus.el (gnus-group-startup-message): Simplify/update code.
8022         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
8023         capability before doing anything.
8024         (gnus-group-insert-group-line): Remove useless
8025         gnus-group-remove-excess-properties.
8027 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8029         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
8031 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8033         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
8034         config after reselecting.
8036 2010-10-28  Julien Danjou  <julien@danjou.info>
8038         * shr.el (shr-put-image): Use point even if only inserting text.
8039         (shr-put-image): Save excursion when inserting alt text on non-graphic
8040         display, so the behavior is the same when we are on a graphic display.
8042         * nnir.el (nnir-run-swish-e): Remove hyrex support.
8044 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8046         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
8047         (gnus-mime-copy-part): Check coding system, not charset.
8048         (gnus-mime-view-part-externally): Never remove part.
8049         (gnus-mime-view-part-internally): Don't remove part here.
8050         (gnus-article-part-wrapper): Make sure MIME tag is visible.
8051         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
8052         multipart/alternative.
8054         * mm-decode.el (mm-display-part): Take optional arg `force'.
8056 2010-10-26  Julien Danjou  <julien@danjou.info>
8058         * gnus-group.el (gnus-group-default-list-level): Add this function to
8059         compute the default list level.
8060         (gnus-group-default-list-level): Add possibility to use a function.
8062 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8064         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8066         * gnus-group.el (gnus-group-completing-read)
8067         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8068         gnus-replace-in-string.
8070 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8072         * shr.el (shr-tag-div): Add.
8074 2010-10-25  Julien Danjou  <julien@danjou.info>
8076         * gnus-util.el: Remove `gnus-with-local-quit'.
8078         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8080 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8082         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8083         the original article buffer.
8085 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8087         * nnimap.el (nnimap-request-head): New function.
8088         (nnimap-request-move-article): Try to be slightly faster by not
8089         requesting the entire message when moving.
8090         (nnimap-transform-headers): Don't bug out on bodiless articles.
8091         (nnimap-send-command): Have no outstanding messages if the IMAP server
8092         doesn't support streaming.
8093         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8095 2010-10-24  Julien Danjou  <julien@danjou.info>
8097         * message.el (message-default-headers): Fix type.
8099 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8102         prefetching images.
8104         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8105         backend for unknown groups.  This is mainly useful for nnimap groups.
8107         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8108         group isn't covered by the agent.
8110 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8112         * nnir.el (nnir-method-default-engines): New variable.
8113         (nnir-run-query): Use it.
8114         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8115         (gnus-summary-nnir-goto-thread): Change group if needed.
8117         * gnus-group.el (gnus-group-group-map): Add key binding for
8118         gnus-group-make-nnir-group.
8120 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122         * shr.el (shr-tag-object): Add.
8124         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8125         original article buffer live.
8126         (gnus-summary-select-article-buffer):
8127         Mention gnus-widen-article-buffer.
8129 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131         * shr.el (shr-tag-strong): Add.
8133 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8135         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8136         group names.  They mess up the group buffer badly.
8138         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8140         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8141         instead of the summary one.
8143 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8145         * mml.el (mml-preview): Work properly when editing article.
8147         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8148         gnus-have-read-active-file if it's already been in.
8150 2010-10-22  Tom Tromey  <tromey@redhat.com>
8152         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8153         gnus-group-completing-read.
8155 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8157         * message.el (message-mode-map): Don't bind M-; to comment region, to
8158         allow the global comment-dwim to work.
8160 2010-10-21  Julien Danjou  <julien@danjou.info>
8162         * message.el (message-setup-1): Allow message-default-headers to be a
8163         function.
8165 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8167         * shr.el (shr-tag-table): Simplify.
8169 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8171         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8172         to avoid trying to snarf invalid stuff.
8174         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8176         * gnus.el (gnus-message-archive-group): Quote value.
8177         (gnus-message-archive-group): Mark as changed.
8179         * shr.el (shr-add-font): Don't put the font properties on the newline
8180         or the indentation.
8182         * message.el (message-fix-before-sending): Change options when sending
8183         non-printable characters.
8185         * gnus.el (gnus-message-archive-method): Change the default to
8186         monthly outgoing groups.
8188         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8189         that have gotten new numbers.
8191         * nnimap.el (nnimap-request-replace-article): New function.
8193 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8195         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8196         (nnrss-request-article): Don't use special html washing code.
8198 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8200         * shr.el (shr-tag-table): Remove useless nconc.
8202 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204         * gnus-art.el (article-wash-html): Simplify and remove the charset
8205         stuff.  Use the normal html rendering code instead of the special html
8206         washing code.
8208         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8209         `gnus-w3m' symbols.
8210         (mm-text-html-washer-alist): Remove.
8212         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8213         (mm-inline-media-tests): Remove use.
8214         (mm-text-html-renderer): Change default to the `shr' symbol.
8216         * mm-view.el (mm-inline-text-html): Remove use.
8218         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8219         `gnus-blocked-images' to be a function.
8220         (gnus-article-wash-function): Remove.
8222 2010-10-20  Julien Danjou  <julien@danjou.info>
8224         * spam.el (spam-list-of-processors): Mark as obsolete.
8226         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8227         (nnimap-insert-partial-structure): Fix boundary detection.
8229 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8231         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8232         run file-truename on remote files.  This can be expensive and even
8233         prevent one from editing drafts if some unrelated buffer has a stale
8234         connection.
8236 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8238         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8239         kinsoku-eol regardless of shr-kinsoku-shorten.
8240         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8241         (shr-tag-table): Support caption, thead, and tfoot.
8243 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8245         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8246         lines.
8247         (shr-save-contents): New command and keystroke.
8249         * nndoc.el (nndoc-type-alist): Add git support.
8250         (nndoc-git-type-p): New function.
8251         (nndoc-transform-git-article): Ditto.
8252         (nndoc-transform-git-headers): Ditto.
8253         (nndoc-transform-git-headers): Generate Subject headers.
8255         * shr.el (shr-parse-style): New function.
8256         (shr-tag-span): Ditto.
8258         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8259         to `G G' to avoid collisions.
8261 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8263         * shr.el: Load kinsoku if necessary.
8264         (shr-kinsoku-shorten): New internal variable.
8265         (shr-find-fill-point): Make kinsoku shorten text line if
8266         shr-kinsoku-shorten is bound to non-nil.
8267         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8268         shr-indentation too when testing if table is wider than frame width.
8269         (shr-insert-table): Use `string-width' instead of `length' to measure
8270         text width.
8271         (shr-insert-table-ruler): Make sure indentation is done at bol.
8273 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8275         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8276         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8277         undecoded network data.
8279 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8282         name in the mode line spec so that the mode line menu works
8283         (bug#2431).
8285         * message.el (message-get-reply-headers): If we're fed `to-address',
8286         then always use that.
8288         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8289         aren't so wide as to need to switch off the edit menu.
8291         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8292         binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
8294         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8295         `M-g'.
8296         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8297         the permanent marks.
8299 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8301         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8302         Splitting according to references/in-reply-to obeys the ignore-groups
8303         variable, while splitting by sender and subject do not.
8305 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8308         alist, so that we can look for non-Unicode chars.
8309         (article-translate-strings): Allow both character and string maps.
8311 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8313         * shr.el (shr-insert): Don't insert space behind a wide character
8314         categorized as kinsoku-bol, or between characters both categorized as
8315         nospace.
8317 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8319         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8320         headers to gnus-newsgroup-headers.
8322 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8324         * shr.el (shr-tag-img): Don't align images -- since we're not
8325         rescaling, this often leads to ugly displays.
8327 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8329         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8330         duplicates.
8332 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8334         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8335         call.
8337 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8339         * gnus.el: Autoload gnus-html-show-images.
8341         * nnimap.el: Use nnheader-message throughout.
8343         * shr.el (shr-tag-img): Ignore images with no data.
8345 2010-10-15  Julien Danjou  <julien@danjou.info>
8347         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8348         a possibility to disable format=flow encoding when using hard newlines.
8350 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8352         * shr.el (shr-insert): Remove space inserted before or after a
8353         breakable character or at the beginning or the end of a line.
8354         (shr-find-fill-point): Do kinsoku; find the second best point or give
8355         it up if there's no breakable point.
8357 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8359         * nnimap.el (nnimap-open-connection): Message when opening connection
8360         for debugging purposes.
8362         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8363         on every setup buffer call to allow this to change from article to
8364         article.
8366         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8367         buffers where we have a wide table.
8369 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8371         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8372         uses *-request-thread.
8374 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8376         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8377         incantation, which is no longer valid.
8379 2010-10-14  Julien Danjou  <julien@danjou.info>
8381         * shr.el: Fix defcustom type (char -> character).
8383 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8385         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8386         programs.
8388 2010-10-14  Julien Danjou  <julien@danjou.info>
8390         * shr.el (shr-tag-a): Use url-link as widget type.
8392         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8393         `gnus-group-get-icon'.
8395 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8397         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8398         This should make server editing work better.
8400         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8402         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8403         (nnimap-parse-flags): Fix regexp.
8405         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8406         probably work for CJVK text, too.
8408         * nnimap.el (nnimap-extend-tls-programs): Remove.
8409         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8411 2010-10-13  Julien Danjou  <julien@danjou.info>
8413         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8414         responses.
8416 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8418         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8420         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8421         anything in Emacs.
8423         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8425 2010-10-13  Julien Danjou  <julien@danjou.info>
8427         * shr.el (shr-width): Make shr-width a defcustom with default to
8428         fill-column.
8429         (shr-tag-img): Use shr-width rather than fill-column.
8431 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8433         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8435         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8436         position when (X-)Faces exist.
8437         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8438         avatars when called interactively.
8440 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8442         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8443         gnus-article-x-face-too-ugly is bound.
8445 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8449         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8450         mailbox that doesn't exist.
8452 2010-10-12  Julien Danjou  <julien@danjou.info>
8454         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8455         (shr-get-image-data): Encode URL properly when fetching from cache.
8456         (shr-tag-img): Use aligned-to spaces to align correctly images.
8458         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8459         before inserting the Gravatar.
8461         * shr.el (shr-tag-img): Add align attribute support for <img>.
8463 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8465         * gnus-gravatar.el (gnus-art): Require.
8467         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8468         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8469         Remove long obsoleted functions.
8471 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8473         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8475         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8476         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8477         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8478         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8479         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8480         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8481         Fix comment for declare-function.
8483 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8485         * nnimap.el (nnimap-request-rename-group): Select group read-only
8486         before renaming it.
8488         * shr.el (shr-insert): Fix up the white space only regexp.
8490         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8491         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8493         * shr.el (shr-current-column): New function.
8494         (shr-find-fill-point): New function.
8496 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8498         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8499         numbers.
8501 2010-10-11  Julien Danjou  <julien@danjou.info>
8503         * shr.el (shr-hr-line): Add.
8504         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8505         display hr lines.
8506         (shr-max-columns): Do not change state to nil if we just inserting
8507         spaces.
8509 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8511         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8512         select the last group.
8514 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8516         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8518 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8520         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8521         for Gnus.
8522         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8523         (nnimap-update-qresync-info): Mark \Seen articles as read.
8525         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8526         non-variable, too.
8528         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8529         available.
8530         (nnimap-update-info): Rely more on the current active than the param
8531         active to avoid marking articles as read too much.
8533         * auth-source.el (auth-source-create): Use (user-login-name) for the
8534         user name default.
8536         * nnimap.el (nnimap-update-info): If the server doesn't return any
8537         useful info, just use the previous info.
8538         (nnimap-update-info): Prefer old info over start-article.
8539         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8541 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8543         * nnir.el (autoload): Clean up autoloads.
8544         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8545         Use key rather than value.
8546         (nnir-imap-search-other): New variable.
8547         (nnir-read-parm): Use it.
8548         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8549         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8551 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8553         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8554         the process, too.
8556 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8558         * spam.el (gnus-summary-mode-map): Bind to "$".
8559         Suggested by Russ Allbery.
8561         * shr.el: Rework the way things are indented by <li> slightly.
8563         * gnus.el (gnus-group-set-parameter): Fix typo.
8565         * nnimap.el: Start implementing QRESYNC support.
8567 2010-10-09  Julien Danjou  <julien@danjou.info>
8569         * nnir.el (nnir-engines): Fix too many arguments.
8571 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8573         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8574         group is the "last", so that the backends like nnfolder actually save
8575         their folders.
8577         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8578         try to use that for the TLS stream.
8579         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8580         UIDVALIDITY and find out which groups are read-only and not.
8581         (nnimap-get-flags): Use the same marks parsing code as the rest of
8582         nnimap.
8584 2010-10-09  Julien Danjou  <julien@danjou.info>
8586         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8588         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8589         retrieving gravatars.
8591         * shr.el (shr-table-corner): Add.
8592         (shr-table-line): Add.
8593         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8595 2010-10-08  Julien Danjou  <julien@danjou.info>
8597         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8599 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8601         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8603         * gnus-sum.el (gnus-mark-article-as-unread)
8604         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8605         (gnus-summary-set-bookmark): Use it.
8607         * gnus-msg.el (gnus-setup-message): Use it.
8609         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8611         * gnus.el (gnus-group-remove-parameter): Use it.
8613         * gnus-group.el (gnus-group-make-web-group): Use it.
8615         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8617         * nnregistry.el: Update docs to mention manual.
8619         * gnus-registry.el: Update docs to mention nnregistry.el.
8620         (gnus-registry-initialize): Don't install nnregistry refer method
8621         automatically.
8622         (gnus-registry-install-nnregistry): Remove it.
8624 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626         * shr.el (shr-insert): Don't insert double spaces.
8628 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8630         * gnus-gravatar.el (gnus-treat-from-gravatar)
8631         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8632         called interactively.
8634         * gnus-art.el (gnus-mime-view-part-externally)
8635         (gnus-mime-view-part-internally): Make predicate function passed to
8636         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8637         of a mime type.
8639         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8641 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643         * shr.el (require): Require cl when compiling.
8644         (shr-tag-hr): New function.
8646         * nnimap.el (nnimap-update-info): Remove double setting of high.
8647         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8648         This makes nnimap work properly on Courier again.
8650         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8651         the variable for backwards compatibility.
8653         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8654         the file name before using to avoid setting mm-default-directory to
8655         nil.
8657         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8658         bidning gnus-agent variables.
8660         * shr.el (shr-render-td): Use a cache for the table rendering function
8661         to avoid getting an exponential rendering behavior in nested tables.
8662         (shr-insert): Rework the line-breaking algorithm.
8663         (shr-insert): Don't leave trailing spaces.
8664         (shr-insert-table): Also insert empty TDs.
8665         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8667 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8669         * gnus-sum.el (gnus-number): Rename from `number'.
8670         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8671         (gnus-summary-limit-children): Update uses correspondingly.
8673 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8675         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8676         (gnus-gravatar-transform-address): Don't show avatars of people of
8677         which mail addresses match gnus-gravatar-too-ugly.
8679 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8681         * shr.el (shr-table-widths): Expand TD elements to fill available
8682         space.
8684 2010-10-07  Julien Danjou  <julien@danjou.info>
8686         * nnimap.el (nnimap-request-rename-group): Add this method.
8688 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8690         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8691         name from XEmacs' function-arglist.
8693         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8694         gravatar under XEmacs.
8696 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8698         * auth-source.el: Update docs with TODO items.
8700         * gnus-sync.el: Update docs to explain state and plans.
8702         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8703         Hooks for mark updates.
8704         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8706         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8707         hooks with arguments, which is needed for mark update hooks.
8709 2010-10-06  Julien Danjou  <julien@danjou.info>
8711         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8712         was matched.
8714         * sieve-manage.el: Update example in `Commentary'.
8716         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8718         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8719         not 2000.
8720         (sieve-manage-authenticate): Re-add function.
8722 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8724         * shr.el (shr-insert): Get 'space transition right.
8725         (shr-render-td): Only delete space at the end of the TD.
8727         * nnimap.el (nnimap-open-connection): Prepare to support
8728         open-gnutls-stream.
8730         * shr.el: Rearrange function order to be more logical.
8732 2010-10-06  Julien Danjou  <julien@danjou.info>
8734         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8735         (nnrss-discover-feed): Remove 404 URL in docstring.
8737         * nnir.el: Fix Swish-E URL.
8738         Fix Namazu URL.
8740         * message.el (message-change-subject): Remove 404 URL in a comment.
8742 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8744         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8745         called interactively.
8747         * gnus-util.el (gnus-remove-if): Allow hash table.
8748         (gnus-remove-if-not): New function.
8750         * gnus-art.el (gnus-mime-view-part-as-type):
8751         * gnus-score.el (gnus-summary-score-effect):
8752         * gnus-sum.el (gnus-read-move-group-name):
8753         Replace remove-if-not with gnus-remove-if-not.
8755         * gnus-group.el (gnus-group-completing-read):
8756         Regard collection as a hash table if it is not a list.
8758 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8760         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8762         * shr.el: Document the table-rendering algorithm.
8764         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8765         invalid URLs.
8767         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8768         line-broken.
8769         (shr-tag-img): Ignore image fetching errors.
8770         (shr-overlays-in-region): Compute overlay positions correctly.
8772         * mm-decode.el (mm-shr): Require shr.
8774         * gnus-art.el (gnus-blocked-images): Move variable here.
8776         * shr.el (shr-insert-table): Bind free variable.
8778         * mm-decode.el (mm-shr): Bind shr-content-function.
8780         * shr.el (shr-content-function): New variable.
8782         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8783         added for symmetry.
8785         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8787         * gnus-group.el (gnus-group-make-group): Doc fix.
8789         * nnimap.el (nnimap-request-newgroups): Return success.
8791         * shr.el (shr-find-elements): New function.
8792         (shr-tag-table): Put all the images after the table.
8793         (shr-tag-table): Really inhibit images inside the table.
8794         (shr-collect-overlays): Copy over overlays from the TD elements to the
8795         main document.
8797         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8798         gnus-blocked-images.
8800 2010-10-05  Julien Danjou  <julien@danjou.info>
8802         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8804         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8805         (gnus-html-maximum-image-size): Add this function.
8806         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8808         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8809         server-value of the capability is nil.
8811 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8813         * shr.el (shr-tag-em): Add <EM> tag.
8815 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8817         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8818         customizable.
8820         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8821         handing broken links to browse-url.
8823 2010-10-05  Julien Danjou  <julien@danjou.info>
8825         * gnus-util.el (gnus-emacs-completing-read)
8826         (gnus-iswitchb-completing-read): Use autoload rather than require.
8828 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8830         * gnus-util.el (gnus-completing-read-function): Exclude
8831         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8832         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8833         XEmacs.
8835         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8836         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8838         * gnus-html.el: Don't require help-fns under XEmacs.
8839         (gnus-html-schedule-image-fetching): Work for XEmacs.
8841         * mm-decode.el (mm-shr): Decode contents by charset.
8843 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8845         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8846         unknown.
8848         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8849         (shr-get-image-data): Ensure against the cache file missing.
8851         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8852         for data.
8854         * spam-report.el (spam-report-url-ping-plain): Don't query about
8855         killing the process.
8857         * shr.el (shr-render-td): Protect against too-wide text.
8859 2010-10-04  Julien Danjou  <julien@danjou.info>
8861         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8862         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8864         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8865         retrieved.
8867 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8869         * shr.el (browse-url): Require.
8870         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8871         lines.
8872         (shr-show-alt-text, shr-browse-image): New commands.
8873         (shr-browse-url, shr-copy-url): New commands.
8875         * gnus-sum.el (gnus-widen-article-window): New variable.
8876         (gnus-summary-select-article-buffer): Use it.
8878         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8879         without @ signs.
8881 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8883         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8885 2010-10-04  Julien Danjou  <julien@danjou.info>
8887         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8888         for XEmacs.
8890 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8894         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8895         (nnimap-close-server): Implement.
8897         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8898         (shr-insert): Tweak line breaking.
8899         (shr-insert): Handle <pre> better.
8900         (shr-tag-li): Get <li> indentation right.
8901         (shr-tag-li): Get <li> indentation even righter.
8902         (shr-tag-blockquote): Ensure paragraph start.
8903         (shr-make-table): Tweak table generation.
8904         (shr-make-table): Fix typo.
8906         * shr.el: Implement table rendering.
8908 2010-10-04  Julien Danjou  <julien@danjou.info>
8910         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8912 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914         * shr.el (shr-insert): Use string anchors instead of line anchors.
8916 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918         * shr.el: Add headings.
8919         (shr-ensure-paragraph): Actually work.
8920         (shr-tag-li): Make <ul> prettier.
8921         (shr-insert): Get white space at the beginning/end of elements right.
8922         (shr-tag-p): Collapse subsequent <p>s.
8923         (shr-ensure-paragraph): Don't insert double line feeds after blank
8924         lines.
8925         (shr-insert): \t is also space.
8926         (shr-tag-s): Fix "s" tag name function.
8927         (shr-tag-s): Fix face prop name.
8929 2010-10-03  Julien Danjou  <julien@danjou.info>
8931         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8933         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8934         gnus-window-inside-pixel-edges.
8936         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8937         gnus-ems.
8939         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8941         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8942         function.
8944         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8945         resize choice.
8947 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8949         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8950         beginning of the buffer.
8952         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8953         article buffer again.
8955         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8957         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8958         when it's at the start of the buffer.
8960         * shr.el (shr-tag-blockquote): Convert name.
8961         (shr-rescale-image): Use the right image-size variant.
8963         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8964         buffer isn't shown, then select the current article first instead of
8965         bugging out.
8966         (gnus-summary-select-article-buffer): Show both the article and summary
8967         buffers again.
8969         * shr.el (shr-fontize-cont): Protect against regions with no text.
8970         Rename tag functions to shr-tag-* for enhanced security.
8971         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8973 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8975         * shr.el (shr-insert):
8976         * pop3.el (pop3-movemail):
8977         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8978         loaded.
8980 2010-10-03  Glenn Morris  <rgm@gnu.org>
8982         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8984         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8986         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8988         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8990         * gnus-util.el (gnus-make-local-hook): Simplify.
8992 2010-10-02  Julien Danjou  <julien@danjou.info>
8994         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8995         (gnus-ido-completing-read): New function.
8996         (gnus-emacs-completing-read): New function.
8997         (gnus-completing-read): Use gnus-completing-read-function.
8998         Add gnus-completing-read-function.
9000 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9002         * shr.el (shr-insert-document): Autoload.
9003         (shr-img): Be silent.
9004         (shr-insert): Add a newline after every picture before text.
9005         (shr-add-font): Use overlays for combining faces.
9006         (shr-insert): Pass upwards the text start point.
9008         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
9009         possible.
9010         (mm-shr): New function.
9012 2010-10-02  Julien Danjou  <julien@danjou.info>
9014         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
9015         should go backward.
9017 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
9019         * shr.el (shr): Fix typo in provide call.
9021 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9023         * shr.el: New file.
9025         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9027         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9028         completing read.
9030 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9033         we're being queried about.  Suggested by Dan Jacobson.
9035         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9036         Suggested by Jason Eisner.
9038         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9039         table, too.  Suggested by Stefan Wiens.
9040         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9041         the table unnecessary.  Suggested by Stefan Wiens.
9043         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9044         longer needed, and probably doesn't work either, as pointed out by
9045         Stefan Wiens.
9046         (gnus-summary-exit): Remove call to the clearing function.
9047         (gnus-summary-exit-no-update): Ditto.
9049         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9050         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9051         Reported by Stefan Monnier.
9052         (gnus-summary-save-in-rmail): Ditto.
9054         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9055         article buffer, instead of both the article buffer and the summary
9056         buffer.  Sort of suggested by Dan Jacobson.
9058         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9060         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9061         Suggested by Dan Jacobson.
9063         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9064         documentation clearer.
9066         * message.el (message-shorten-references): Comment on the number "21".
9067         Suggested by Stefan Monnier.
9069         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9070         Suggested by Dan Jacobson.
9072         * gnus.el (gnus-large-newsgroup):
9073         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9075         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9076         externalize attachments.  Bug reported by Steve Wen.
9078         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9079         really message anything to the user.
9081         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9082         directly.
9084         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9085         messages in empty groups.
9087 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9089         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9090         non-UIDNEXT group.
9092 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9095         not the value from the collection.
9097         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9098         values.  This sometimes happens on some groups that have no info.
9099         (nnimap-request-newgroups): New function.
9101 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9103         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9104         check into `gnus-registry-initialize'.
9105         (gnus-registry-initialize): Ditto.
9106         Fix and extend header docs.
9108 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9111         regexp backtrace overflows.
9113         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9114         for starttls that tls.el implements; i.e. openssl.
9116 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9118         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9119         (gravatar-create-image): New function that's an alias to
9120         gnus-xmas-create-image, gnus-create-image, or create-image.
9121         (gravatar-data->image): Use it.
9123 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9125         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9126         install the nnregistry refer method.
9127         (gnus-registry-install-hooks): Use it.
9128         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9129         unfollowed groups.
9131 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9133         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9134         expanding threads.
9136 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9138         * nnir.el: Use the server names without suffixes (bug#7009).
9140         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9141         unencrypted to STARTTLS, if possible.
9143 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9145         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9146         headers before superseding.
9148 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150         * nnrss.el (nnrss-use-local): Add documentation.
9152         * nnimap.el (nnimap-extend-tls-programs): New function.
9153         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9154         (nnimap-wait-for-connection): Accept the greeting from the stupid
9155         output from openssl s_client -starttls, too.
9157         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9158         article number.
9159         (nnimap-split-fancy): New variable.
9160         (nnimap-split-incoming-mail): Use it.
9162         * nntp.el (nntp-server-list-active-group): Document.
9164         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9165         SELECT to get the message-id.
9167         * mail-source.el (mail-sources): Remove webmail support.
9168         (defvar): Ditto.
9169         (mail-source-fetcher-alist): Ditto.
9170         (mail-source-fetch-webmail): Remove.
9172         * webmail.el: Remove -- doesn't seem relevant any more.
9174         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9176         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9177         the \r.
9179 2010-09-30  Julien Danjou  <julien@danjou.info>
9181         * gnus-agent.el (gnus-agent-add-group): Fix call to
9182         gnus-completing-read.
9184 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9186         * nndoc.el (nndoc-retrieve-groups): New function.
9188         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9189         `default', use nnmail-split-methods.
9190         (nnimap-request-article): Downcase the NILs so that they are nil.
9192         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9193         symbol.
9195         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9196         code, since if the user has requested network, that's what they ought
9197         to get.
9198         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9199         (nnimap-split-rule): Mark as obsolete.
9201         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9202         New variable.
9204         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9205         correct slot, too.
9207 2010-09-29  Julien Danjou  <julien@danjou.info>
9209         * gnus.el (gnus-local-domain): Declare variable obsolete.
9211         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9212         Fix history computing.
9213         (gnus-ido-completing-read): Require ido.
9215 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9217         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9218         build Gnus.
9220         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9221         when interpreting the structures.
9222         (nnimap-request-accept-article): Add \r\n to the lines to make this
9223         work with Cyrus.
9225         * nndraft.el (nndraft-request-expire-articles): Use the group name
9226         instead if "nndraft".  Fix found by Nils Ackermann.
9228 2010-09-29  Ludovic Courtès  <ludo@gnu.org>
9230         * nnregistry.el: Add.
9232 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9234         * nnmail.el (group, group-art-list, group-art):
9235         Remove unneeded directives.
9237 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9239         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9240         (mm-mime-charset):
9241         * rfc2047.el (rfc2047-syntax-table):
9242         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9244         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9245         rather than `insert-file-contents' and `eval-region'.
9247 2010-09-29  Julien Danjou  <julien@danjou.info>
9249         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9250         replacement of `gnus-gravatar-relief' to mimic
9251         `gnus-faces-properties-alist'.
9252         Add :version property.
9254 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9256         * mail-source.el (mail-source-report-new-mail):
9257         * message.el (message-default-mail-headers):
9258         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9260         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9262 2010-09-28  Julien Danjou  <julien@danjou.info>
9264         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9265         mail-address contains the same string as real-name.
9267         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9268         non-blank in header, otherwise it'll get stripped.
9270         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9271         real-name, and then for mail address rather than doing : or , search.
9273 2010-09-27  Julien Danjou  <julien@danjou.info>
9275         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9276         right completing-read function.
9277         (gnus-use-ido): New variable
9278         (gnus-completing-read-with-default): Remove.
9279         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9280         (gnus-agent-add-group):
9281         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9282         * mm-view.el (mm-view-pkcs7-decrypt):
9283         * mm-util.el (mm-codepage-setup):
9284         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9285         * mml-smime.el (mml-smime-openssl-sign-query):
9286         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9287         (mml-insert-multipart):
9288         * gnus-msg.el (gnus-summary-yank-message):
9289         * gnus-int.el (gnus-start-news-server):
9290         * mm-decode.el (mm-interactively-view-part):
9291         * gnus-dired.el (gnus-dired-attach):
9292         * gnus.el (gnus-read-method):
9293         * gnus-bookmark.el (gnus-bookmark-jump):
9294         * gnus-art.el (gnus-mime-view-part-as-type)
9295         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9296         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9297         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9298         * nnmairix.el (nnmairix-create-server-and-default-group)
9299         (nnmairix-update-groups, nnmairix-get-server)
9300         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9301         (nnmairix-get-group-from-file-path):
9302         * nnrss.el (nnrss-find-rss-via-syndic8):
9303         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9304         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9305         (gnus-group-browse-foreign-server):
9306         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9307         (gnus-summary-execute-command, gnus-summary-respool-article)
9308         (gnus-read-move-group-name):
9309         * gnus-score.el (gnus-summary-increase-score)
9310         (gnus-summary-score-effect):
9311         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9313 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9315         * nnimap.el (auth-source-forget-user-or-password)
9316         (auth-source-user-or-password): Autoload.
9318         * message.el (message-from-style, message-interactive)
9319         (message-signature): Remove comment.
9320         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
9321         always.
9322         (message-sendmail-envelope-from): Comment fix.
9323         (message-yank-prefix): Default to mail-yank-prefix always.
9324         (message-indentation-spaces):
9325         Default to mail-indentation-spaces always.
9326         (message-signature-file): Default to mail-signature-file always.
9328 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9330         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9331         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9332         new articles.
9334         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9335         parts.
9336         (nnimap-request-article): Work with the t setting, too.
9338         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9339         that you don't get flashes of other buffers.
9340         (gnus-summary-show-complete-article): Intern before setting.
9342 2010-09-27  David Engster  <dengste@eml.cc>
9344         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9345         well as HEADERS.
9346         (nnmairix-retrieve-headers): Provide new argument for the above.
9348 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9350         * gnus-sum.el (gnus-summary-move-article): Don't alter
9351         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9352         group.
9354         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9356         * message.el (message-cite-prefix-regexp): Revert my last edit.
9358         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9359         variable instead of the Gnus variable.
9361         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9363         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9365         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9366         since some servers don't like it.
9367         (nnimap-open-connection): Forget credentials if the server says the
9368         password was wrong.
9369         (nnimap-parse-line): Protect against invalid data.
9371         * gnus-sum.el (gnus-summary-move-article): Add comment.
9372         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9373         nothing alters it while scanning for new messages.
9375         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9376         which may or may not help.
9377         (nnimap-open-connection): If we're doing a stream connection, and then
9378         discover we're on a STARTTLS-capable server, then open a STARTTLS
9379         connection instead.
9381 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9383         * nnimap.el (utf7): Require.
9385         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9386         prefix.
9388 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9390         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9392 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9394         * nnimap.el (nnimap-request-accept-article): Message the error on
9395         error.
9397 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9399         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9401 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403         * nndoc.el (nndoc-request-list): Return success always.
9405         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9406         `fetch-old' -- we only want to fetch the articles we've requested.
9407         The rest are in the agent, probably.
9408         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9409         disappeared server" to something low.  It's not important.
9411         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9412         arrived before the FETCH data.
9414         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9415         target here, because we don't know the Gnus name of the group.
9417         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9418         for the correct group.
9420         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9422         * gnus.el (gnus): Give a final warning after startup.
9424         * gnus-util.el (gnus-action-message-log): New variable.
9425         (gnus-message): Use it.
9426         (gnus-final-warning): New function.
9428         * nnimap.el (nnimap-open-connection): Record the greeting.
9429         (nnimap): Add greeting.
9431 2010-09-26  Julien Danjou  <julien@danjou.info>
9433         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9434         arguments.
9435         (gnus-html-wash-images): Fix spec computing to include start/end.
9437         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9439 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9442         deletion.
9443         (nnimap-retrieve-headers): Don't select the group, because that's
9444         already done by nnimap-possibly-change-group.
9446         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9447         (gnus-picon-transform-address): Use it.
9449         * mail-source.el (mail-source-value): Revert previous patch.
9451         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9452         on failure.
9453         (nnimap-open-connection): Look up both virtual and physical server name
9454         credentials.
9456         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9458 2009-02-08  Dave Love  <fx@gnu.org>
9460         * gnus-win.el (gnus-window-to-buffer-helper)
9461         (gnus-all-windows-visible-p): Function needn't be a symbol.
9463         * mail-source.el (mail-source-value): Function needn't be a symbol.
9465 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467         * message.el (message-cite-prefix-regexp): Remove } from the cite
9468         prefix.
9470         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9471         highlight again, so that the highlight is correct.
9473         * gnus-picon.el (gnus-picon): Remove again.
9474         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9476         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9477         doing the header highlightling, so that the background color of the
9478         picon is correct.
9480         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9481         (gnus-picon): Ditto.
9482         (gnus-picon): Reinstate.  The background color for picons is white.
9483         (gnus-picon-insert-glyph): Make the background white.
9485         * nnml.el (nnml-open-nov): Don't return dead buffers.
9487         * auth-source.el (auth-source-create): Query the user for whether to
9488         store the credentials.
9490         * auth-source.el (auth-source-user-or-password): Use the existing auth
9491         sources, if any, for creation.
9493         * gnus.el (gnus-group-fast-parameter): Return the last matching
9494         parameter instead of the first matching parameter.
9496 2010-09-26  Julien Danjou  <julien@danjou.info>
9498         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9500 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502         * mml2015.el (mml2015-use): Remove gpg support.
9504         * mml1991.el (mml1991-function-alist): Remove gpg function.
9505         (mml1991-gpg-sign): Remove.
9507 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9509         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9510         (gnus-browse-unsubscribe-current-group): Document it.
9511         (gnus-browse-unsubscribe-group): Use it.
9513 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9516         address to the To list for easier response.
9518         * gnus.el (gnus-play-startup-jingle): Remove.
9519         (gnus-splash): Don't play jingle.
9520         (gnus): Silence gnus-load message.
9522         * gnus-art.el (gnus-treat-play-sounds): Remove.
9524         * gnus.el (gnus-play-jingle): Remove audio support.
9526         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9528         * earcon.el: Remove -- no users.
9530         * gnus-audio.el: Remove -- no users of this package.
9532         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9534         * gnus-start.el (gnus-setup-news): Remove nocem support.
9536         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9538         * gnus.el (gnus-use-nocem): Remove.
9540         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9541         Remove.
9543         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9544         uses NoCeM any more.
9546         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9547         (gnus-button-ctan-handler): Ditto.
9548         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9549         (gnus-button-ctan-directory-regexp): Ditto.
9550         (gnus-button-handle-ctan): Ditto.
9551         (gnus-button-tex-level): Ditto.
9552         (gnus-button-alist): Remove CTAN stuff.
9554 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9556         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9557         nnimap-streaming test.
9559         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9560         servers twice.
9562         * nnimap.el (nnimap-open-connection): Add more error reporting when
9563         nnimap fails early.
9565         * nnheader.el (nnheader-get-report-string): New function.
9566         (nnheader-get-report): Use it.
9568         * gnus-int.el (gnus-check-server): Say what the error was when opening
9569         failed.
9571         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9572         using streaming.
9574 2010-09-25  Julien Danjou  <julien@danjou.info>
9576         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9577         gnus-window-inside-pixel-edges.
9579 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9581         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9583         * mm-decode.el (mm-save-part): Allow saving to other directories the
9584         normal Emacs way.
9586         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9587         Suggested by Jay Berkenbilt.
9589         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9590         there isn't a single byte.
9592         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9593         just do it.  It doesn't really seem to matter what the user responds
9594         here, I think, so it's just a confusing question.
9596         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9597         non-streaming case.
9599         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9600         (gnus-article-encrypt-body): Use it.
9602         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9603         keystroke.
9605         * nnimap.el (nnimap-find-wanted-parts-1):
9606         Use gnus-fetch-partial-articles.
9608         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9610         * nnimap.el (nnimap-insert-partial-structure): New function.
9611         (nnimap-get-partial-article): New function.
9612         (nnimap-request-article): Use it.
9613         (nnimap-wait-for-response): Return whether the wait was successful.
9614         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9615         retrieval wasn't successful.
9616         (nnimap-retrieve-group-data-early): Allow throttling servers.
9617         (nnimap-streaming): New variable.
9618         (nnimap-fetch-partial-articles): Remove.
9620         * mm-decode.el (mm-with-part): Protect against killed buffers.
9622         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9623         for prettier summary display.
9625 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9627         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9629 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9631         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9632         apparently third-party libraries depend on it.
9634         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9635         before starting negotiation.
9637         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9638         privacy reasons.
9639         (gnus-treat-mail-gravatar): Ditto.
9641         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9642         buffer when inserting images.  Inserting text into the headers, for
9643         instance, can make them invalid.
9645 2010-09-25  Julien Danjou  <julien@danjou.info>
9647         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9648         variables.
9650         * nnheader.el: Remove useless variables news-reply-yank-from and
9651         news-reply-yank-message-id.
9653         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9654         variables.
9656         * mml1991.el: Remove useless mml1991-verbose.
9658         * gnus.el: Remove useless variable gnus-use-generic-from.
9659         Remove obsolete variable gnus-topic-indentation.
9661         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9663         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9665         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9667         * gnus-group.el: Remove useless gnus-group-icon-cache.
9668         Remove useless gnus-ephemeral-group-server.
9670         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9672         * mml2015.el: Remove useless mml2015-verbose.
9674         * mml-smime.el: Remove useless mml-smime-verbose.
9676         * gnus.el: Remove useless gnus-local-domain.
9678         * gnus-gravatar.el (gnus-gravatar-transform-address):
9679         Use gnus-gravatar-size.
9681         * gnus-art.el: Remove useless gnus-treat-translate.
9683 2010-09-24  Julien Danjou  <julien@danjou.info>
9685         * gnus-sum.el: Add support for Gravatars.
9687         * gnus-art.el: Add support for Gravatars.
9689         * gnus-gravatar.el: Add this file.
9691         * gravatar.el: Add this file.
9693 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9695         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9697         * gnus-group.el (gnus-group-fetch-faq): Remove.
9699         * gnus.el (gnus-group-faq-directory): Remove.
9701         * gnus-group.el (gnus-group-fetch-charter): Remove.
9703         * gnus.el (gnus-group-charter-alist): Remove.
9705         * gnus-group.el (gnus-group-archive-directory): Remove.
9706         (gnus-group-recent-archive-directory): Ditto.
9707         (gnus-group-make-archive-group): Remove.
9709         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9711         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9712         use the same article number for all the cached articles.
9714         * nnimap.el (nnimap-command): Register the last command time so
9715         that we can use it for idling NOOPs.
9716         (nnimap-open-connection): Start the keeplive timer.
9717         (nnimap-make-process-buffer): Store all the process buffers.
9718         (nnimap-keepalive): New function.
9720         * starttls.el (starttls-open-stream): Add autoload cookie.
9722 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9724         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9725         handling.
9727 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9730         its data structures.
9732         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9733         instead of the cl.el copy-list.
9734         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9735         equalp.
9737 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9739         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9740         and tool-bar-local-item-from-menu.
9742         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9743         mode-line-highlight face for Emacs.
9745         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9746         loading gnus-sum.elc; fix comment for canlock-verify.
9747         (gnus-article-jump-to-part): Use read-number.
9748         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9749         Remove Emacs pre-21 compatible code for help-echo.
9750         (gnus-article-next-page-1): No need to adjust the number of lines.
9751         (gnus-article-describe-bindings): Always use help-buffer.
9753         * gnus-audio.el (gnus-audio-inline-sound):
9754         * gnus-cus.el (gnus-custom-mode):
9755         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9757         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9759         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9760         compatible code.
9762 2010-09-24  Glenn Morris  <rgm@gnu.org>
9764         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9765         visiting the fcc file in rmail-mode.
9767 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9769         * nnir.el: Silence the byte compiler.
9771         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9772         alias to browse-url-url-encode-chars if any.
9773         (gnus-html-encode-url): Use it.
9775 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9777         * gnus-start.el (gnus-use-backend-marks): New variable.
9778         (gnus-get-unread-articles-in-group): Use it.
9780         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9781         makeover.
9783 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9785         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9787 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9789         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9790         Remove.
9791         (gnus-setup-news-hook):
9792         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9794         * gnus-int.el (gnus-request-update-info): Protect against backends not
9795         having the function.
9797         * nnimap.el (nnimap-stream): Mention STARTTLS.
9798         (nnimap-open-connection): Add STARTTLS support.
9800 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9802         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9804 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9806         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9807         BODYSTRUCTUREs.
9808         (nnimap-transform-headers): Unfold quoted {42} headers.
9810         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9811         the info.
9812         (gnus-get-unread-articles): Only call updatep on backends that support
9813         it.
9815         * nnweb.el (nnweb-request-update-info): NOOP.
9817         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9819         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9820         since it only deals with marks.
9822         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9823         gnus-request-marks, and make a new gnus-request-update-info.
9825         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9826         the active instead of the high number, which is usually too low.
9828 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9830         * encrypt.el: Remove.
9832 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9834         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9835         server in symbolic form.
9837         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9839 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9841         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9842         (nnimap-update-info): Fix up code slightly.
9844         * gnus-int.el (gnus-open-server): Add tracing for performance
9845         debugging.
9847         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9848         (gnus-group-insert-group-line): Pass the real group name so that it
9849         gets the right data.
9851         * gnus-start.el (gnus-get-unread-articles): Don't have
9852         `gnus-get-unread-articles-in-group' update info, since that can be
9853         really slow and doesn't seem to be needed?
9855 2010-09-22  Julien Danjou  <julien@danjou.info>
9857         * gnus-group.el (gnus-group-insert-group-line):
9858         Call gnus-group-highlight-line.
9859         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9860         default hook list.
9861         (gnus-group-update-eval-form): Add new function.
9862         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9863         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9865 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9867         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9868         immediate, then expire all articles.
9869         (nnimap-update-info): Fix off-by-one errors.
9870         (nnimap-flags-to-marks): Would return no marks lists for group with no
9871         flags.  Instead return the other data.
9873 2010-09-22  Julien Danjou  <julien@danjou.info>
9875         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9876         Only return an icon.
9877         (gnus-group-insert-group-line): Compute icon to return.
9879         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9880         (gnus-html-image-fetched): Only cache if
9881         gnus-html-image-automatic-caching is set.
9882         (gnus-html-image-fetched): Check for errors.
9884 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9886         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9887         once per method on `g'.  This ensures that backends like nnfolder don't
9888         open all their folders.
9890         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9891         (nnimap-request-list): Nix out group in the correct buffer.
9892         (nnimap-parse-flags): Implement by using `read' instead of
9893         hand-parsing.
9894         (nnimap-flags-to-marks): Pass on permanent-flags.
9895         (nnimap-make-process-buffer): Record the server name.
9896         (nnimap-parse-flags): Fix typo.
9897         (nnimap-request-scan): Run split on the server in general, not just a
9898         single group.
9900         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9901         parameter, and propagate this downwards.
9903         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9904         since EXAMINE changes it on the server.
9906         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9907         this command might take a while.
9909 2010-09-22  Julien Danjou  <julien@danjou.info>
9911         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9912         harmful if you have 2 images side-by-side, they can't be properly
9913         update on text deletion.  Using text-property is safer here.
9914         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9915         data.
9917 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9919         * nnimap.el (nnimap-expunge-inbox): Remove.
9920         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9921         (nnimap-expunge): Flip default to t.
9923         * gnus.el (gnus-method-to-server): Don't push things to the cache
9924         unless it's unique.
9925         (gnus-server-to-method): Ditto.
9927 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9929         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9931 2010-09-22  Julien Danjou  <julien@danjou.info>
9933         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9934         get the start of data.
9935         (gnus-html-encode-url): Add this function to encode special chars in
9936         URL.
9937         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9938         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9940         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9941         default.
9942         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9944         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9945         images alt-text.
9946         (gnus-html-put-image): Put alt-text as help-echo.
9948 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9950         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9951         * mm-util.el (mm-decompress-buffer):
9952         * nnir.el (nnir-run-find-grep):
9953         * pop3.el (pop3-list): Use 3rd arg of split-string.
9955 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9957         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9958         outside the active range.  Suggested by Dan Christensen.
9960         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9961         slightly later to avoid double-getting it.
9963         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9964         previous patch.
9966         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9968 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9970         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9972 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974         * gnus-int.el (gnus-open-server): Give a better error message in the
9975         "go offline" case.
9977         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9978         marks for nnimap, which is seldom the right thing to do.
9980         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9981         (gnus-same-method-different-name): New function.
9983         * nnimap.el (parse-time): Require.
9985         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9986         method in the presence of many similar methods.
9988         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9990         * nnimap.el (nnimap-find-expired-articles): Don't refer to
9991         nnml-inhibit-expiry.
9993         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9994         find out whether methods are equal.
9996         * nnimap.el (nnimap-find-expired-articles): New function.
9997         (nnimap-process-expiry-targets): New function.
9998         (nnimap-request-move-article): Request the article before looking at
9999         what the Message-ID is.  Fix found by Andrew Cohen.
10000         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10002         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10003         for oldness in addition to being a predicate.
10005         * nnimap.el (nnimap-request-group): When we have zero articles, return
10006         the right data to Gnus.
10007         (nnimap-request-expire-articles): Only delete articles immediately if
10008         the target is 'delete.
10010         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10011         method, this would bug out.
10013         * gnus-group.el (gnus-group-expunge-group): Rename from
10014         gnus-group-nnimap-expunge, and implemented as a normal interface
10015         function.
10017         * gnus-int.el (gnus-request-expunge-group): New function.
10019         * nnimap.el (nnimap-request-create-group): Implement.
10020         (nnimap-request-expunge-group): New function.
10022 2010-09-21  Julien Danjou  <julien@danjou.info>
10024         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10025         (gnus-html-cache-expired): Add new function.
10026         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10027         wethever we should display image for fetch it.
10028         Compute alt-text earlier to pass it to the fetching function too.
10029         (gnus-html-schedule-image-fetching): Change function argument to only
10030         get one image at a time, not a list.
10031         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10032         cache.
10033         (gnus-html-get-image-data): New function to retrieve image data from
10034         cache.
10035         (gnus-html-put-image): Change buffer argument to use image data rather
10036         than file, and place image above region rather than inserting a new
10037         one.  Do not take alt-text as argument, since it's useless now: we place
10038         the image above alt-text.
10039         (gnus-html-prune-cache): Remove.
10040         (gnus-html-show-images): Start to fetch image when we find one, do not
10041         push into a temporary list.
10042         (gnus-html-prefetch-images): Only fetch image if they have expired.
10043         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10044         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10046 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10048         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10050 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10052         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10053         spec inser "*" if the group isn't active instead of 0.
10055         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10056         opening the server.
10057         (nnimap-request-delete-group): Implement group deletion.
10058         (nnimap-transform-headers): Return the size of the entire message in
10059         the Bytes header, not just the size of the first part.
10060         (nnimap-request-move-article): When moving an article from nnimap,
10061         request the article first so the accepting form has an article to
10062         accept.  Reported by Dan Christensen.
10063         (nnimap-command): Make sure that the error message doesn't error out.
10065 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
10067         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10068         we haven't requested anything.
10070 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10072         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10073         "".  Fix found by Andrew Cohen.
10075         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10076         instead of -encode-string.
10078 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10080         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10082         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10083         by mm-subst-char-in-string.
10085 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10087         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10088         waiting for the connection string.
10090         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10091         arriving.
10093         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10094         bogus characters.  This allows selecting certain Gmail groups.
10096         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10097         (nnimap-fetch-partial-articles): New variable.
10098         (nnimap-open-connection): When looking for credentials, also use the
10099         nnimap-server-port.
10100         (nnimap-request-article): Return the group/article number, so that Gnus
10101         `^' works as expected.
10102         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10104         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10105         comments.
10106         (gnus-methods-sloppily-equal): New function.
10107         (gnus): When using the development version of Gnus, load the gnus-load
10108         file.
10110         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10111         `gnus-open-server' on each method before trying to scan them etc.
10112         This ensures that all the backend parameters are set correctly.
10114         * nnimap.el (nnimap-authenticator): New variable.
10115         (nnimap-open-connection): Allow anonymous login.
10116         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10117         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10119         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10120         patch, found by Knut Anders Hatlen.
10122 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10124         * gnus-agent.el (gnus-agent-batch-confirmation)
10125         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10126         to gnus-message.
10127         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10128         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10129         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10130         * gnus-int.el (gnus-open-server): Likewise.
10131         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10132         (gnus-score-check-syntax): Likewise.
10133         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10134         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10135         Likewise.
10136         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10138 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10140         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10141         calling conventions so that prefetch doesn't bug out.
10143 2010-09-19  Julien Danjou  <julien@danjou.info>
10145         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10146         rather than `subst-char-in-region' in order to be able to replace ASCII
10147         char by UTF-8 ones.
10149         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10150         than curl.
10151         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10152         the right URL and ALT text on images.
10153         (gnus-html-wash-tags): Fix tag case.
10154         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10155         (gnus-article-html): Add -o display_ins_del=2 option.
10156         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10158 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10160         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10161         the extra mail headers, which sometimes seem to happen for unknown
10162         reasons.
10164         * mail-parse.el (mail-header-encode-parameter): Define as
10165         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10166         (or most, perhaps?) mail readers don't understand the latter, but do
10167         understand the former.
10169         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10170         to nil, so that no methods are automatically agentized.  I think this
10171         is probably what most users want.
10173         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10174         from url-retrieve, for instance about invalid URLs.
10176         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10177         groups that have no articles.
10178         (nnimap-request-article): Check that we really got an article when we
10179         requested one.
10181         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10182         doesn't exist.
10184         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10185         nntp buffer so the agent can save it.
10186         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10187         that CRLF doesn't get translated to \n.
10188         (nnimap-open-connection): Don't make 'shell commands only send \n.
10190 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10192         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10193         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10194         Update var name.
10195         (nnml-generate-nov-file): Use dolist.
10196         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10197         Use with-current-buffer.
10199 2010-09-18  Julien Danjou  <julien@danjou.info>
10201         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10202         parallel.
10204 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10206         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10207         the range update right.
10208         (nnimap-request-group): Don't make `M-g' bug out on group with no
10209         marks.
10210         (nnoo): Require, so that other packages can require nnimap.
10211         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10212         command we're looking for.  This helps when the server sends more
10213         responses after we've gotten everything we expected.
10214         (nnimap): Add a `newlinep' field to keep track of end-of-line
10215         conventions.
10216         Don't send CRLF to things that don't want it.
10217         (nnimap-request-accept-article): Ditto.
10219 2010-09-18  Julien Danjou  <julien@danjou.info>
10221         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10222         than curl to retrieve images.
10224 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10226         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10227         the marks.
10228         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10229         (nnimap-wait-for-connection): New function.
10230         (nnimap-open-connection): If we have PREAUTH, don't query for login
10231         credentials.
10232         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10233         when doing a partial update.
10235 2010-09-18  Julien Danjou  <julien@danjou.info>
10237         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10238         tags.
10240 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10242         * nnimap.el (nnimap-credentials): New function.
10243         (nnimap-open-connection): Use the new function to look for credentials
10244         also on the numeric equivalents of "imap" and "imaps".
10246         * gnus-start.el (gnus-activate-group): Send the info to
10247         gnus-request-group.
10249         * nnimap.el (nnimap-request-group): Have the "check" version of the
10250         function parse flags and update the info, so that a `M-g' get a total
10251         resync of all flags from the group.
10253         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10254         to allow backends to alter the info on group selection.  Also alter all
10255         the backend -request-group functions to take the parameter.
10257         * nnimap.el (nnimap-store-info): New function.
10258         (nnimap-update-info): Store the info for later usage.
10259         (nnimap-request-group): Use the stored info for the dont-check case, so
10260         that we don't retrieve all marks when we enter a group.
10262         * nnimap.el: Use deffoo instead of defun for interface functions.
10264         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10265         update the group info.  This makes the nndraft groups, for instance, go
10266         back to their old behavior.
10268         * gnus-sum.el (gnus-select-newsgroup): Indent.
10270         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10271         in.
10272         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10273         nothing.
10275         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10276         from methods that are denied.
10278         * gnus-int.el (gnus-method-denied-p): New function.
10280         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10281         store the password instead of netrc.
10282         (nnimap-open-connection): Don't error out when we can't make a
10283         connections.
10285         * auth-source.el (auth-source-create): In the password prompt, say what
10286         we're querying for.  Also prompt for user name if that hasn't been
10287         given.
10289         * nnimap.el (nnimap-with-process-buffer): Remove.
10291 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10293         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10294         method when we're reading from the agent.
10296         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10298         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10299         that's probably most useful for users.
10301         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10302         "failed" all the time.
10304         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10305         ...)) with (with-current-buffer ...).
10307         * nntp.el (nntp-open-server): Return whether the open was successful or
10308         not.
10310         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10311         select an unread unseen article first.
10313         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10314         /etc/services, supply some sensible port defaults.
10316 2010-09-17  Julien Danjou  <julien@danjou.info>
10318         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10320 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10322         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10323         doesn't have any parameters.
10325 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10327         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10328         only upcased checks.
10330         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10332         * nnimap.el (nnimap-open-shell-stream): New function.
10333         (nnimap-open-connection): Use it.
10334         (nnimap-transform-headers): Get the number of lines in each message.
10335         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10336         number of lines.
10337         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10338         problem.
10340         * utf7.el (utf7-encode): Autoload.
10342         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10343         to allow the mail splitting to not return a default group.  This is
10344         useful for nnimap, which will leave unmatched mail in the inbox.
10346         * nnimap.el: Rewritten.
10348         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10349         nnimap usage.
10351         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10352         if the move is internal, so that nnimap can do fast internal moves.
10354         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10355         data.
10356         (gnus-read-active-for-groups): Support finishing the early retrieval of
10357         data.
10359         * gnus-range.el (gnus-range-nconcat): New function.
10361         * gnus-int.el (gnus-finish-retrieve-group-infos)
10362         (gnus-retrieve-group-data-early): New functions.
10364 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10366         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10367         (nnrss-retrieve-groups):
10368         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10369         (pop3-quit): Use with-current-buffer.
10371 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10373         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10374         instead of nnheader-accept-process-output.
10376         * gnus-html.el (gnus-html-schedule-image-fetching)
10377         (gnus-html-prefetch-images): Replace process-kill-without-query by
10378         gnus-set-process-query-on-exit-flag.
10380 2010-09-16  Romain Francoise  <romain@orebokech.com>
10382         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10384 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10386         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10387         parameter to unintern is mandatory-ish in Emacs 24.
10389         * gnus-html.el (gnus-html-schedule-image-fetching)
10390         (gnus-html-prefetch-images): Check for curl before using it.
10392         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10393         depend on curl, which isn't essential.
10395         * imap.el: Revert back to version
10396         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10397         seem problematic.
10399 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10401         * gnus-registry.el (gnus-registry-install-shortcuts):
10402         Explicitly pass `obarray' to `unintern' to avoid a warning.
10404 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10406         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10407         change.
10409         * nnrss.el (nnrss-request-list): Remove this function and related
10410         functions, including the moreover stuff.
10412 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10414         * nnrss.el (nnrss-retrieve-groups): New function.
10416 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10418         * .dir-locals.el: Add no-byte-compile cookie.
10420 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10422         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10423         for back end that doesn't support request-scan.
10425 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10427         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10428         then do request scans from the backends.
10430         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10431         avoid running a hook per line, since this takes a lot of time,
10432         profiling shows.
10433         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10434         directly if gnus-visual-p is true.
10436 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10438         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10439         groups; replace mapcar with dolist which is a bit faster; pass groups
10440         info to gnus-read-active-file-1.
10441         (gnus-read-active-file-1): Scan only specified groups if the new
10442         optional arg `infos' is given.
10444 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10446         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10448         * pop3.el (pop3-movemail): Remove.
10449         (pop3-streaming-movemail): Rename to pop3-movemail.
10451         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10452         don't restrict end-tag searches to the end of the line.
10454 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10456         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10457         articles of every unchecked group to t, which means unknown since the
10458         server has never been opened.
10460 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10462         * gnus-html.el (gnus-html-show-alt-text): New command.
10463         (gnus-html-browse-image): Ditto.
10464         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10465         to browse the image directly.
10466         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10467         better.
10469         * gnus-async.el (gnus-async-article-callback):
10470         Call `gnus-html-prefetch-images' unconditionally.
10472         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10473         before feeding URLs to curl.
10475 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10477         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10478         internal images as deletable by `W D D'.
10480         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10481         (gnus-async-article-callback): Fix typo.
10483 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10485         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10486         current line to work around bugs in the output from w3m.
10488         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10489         for groups that want that.
10491         * nntp.el (nntp-wait-for-string): Supply a timeout for
10492         accept-process-output to ensure progress.
10494         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10495         level to get unread articles from, then use that for foreign groups,
10496         too.
10498         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10499         confuses the rest of the function.
10501         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10502         for the methods that support -retrieve-groups, too.
10504         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10506 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10508         * pop3.el: Require cl when compiling.
10509         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10511 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10514         that aren't going to be activated.
10515         (gnus-get-unread-articles): Fix up the last commit.
10517         * gnus-html.el (gnus-article-html): Allow calling without specifying
10518         the handle.  In that case, dissect the buffer first.
10520         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10522         * nnimap.el (nnimap-open-connection): Revert the change that would look
10523         into authinfo for imaps instead of imap.
10525         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10526         say that you don't want to call gnus-request-group with don-check, but
10527         do check the response.  This is for virtual groups only.
10528         (gnus-get-unread-articles): Count the archive groups as secondary, so
10529         that they're activated the same way as before.
10531         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10532         case-insensitively.
10533         (nnimap-debug): Remove.
10535         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10536         mail from a file, and the file doesn't exist.
10538         * pop3.el (pop3-streaming-movemail): Return t for success.
10540         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10541         .authinfo if we're using ssl connection.
10543         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10544         already have if we're in a main Gnus `g' run.
10546         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10548 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10550         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10552         * nnmh.el (nnmh-request-list-1): Bind `file'.
10554         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10555         alias to set-process-query-on-exit-flag or process-kill-without-query.
10556         (pop3-open-server): Use it.
10558 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10560         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10561         box to the Incoming file.  Fixes mistake in previous checkin.
10563         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10564         request loop (for debugging purposes) removed.
10566         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10567         culprit is more visible.
10568         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10569         (nnml-add-incremental-nov): New functions to do "incremental" nov
10570         updates, where we just append to the end of the existing nov files
10571         without reading/writing them in full.
10573         * mail-source.el (mail-source-delete-crash-box): Really only check the
10574         incoming files once in a while.
10576         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10578         * mail-source.el (mail-source-delete-crash-box): Only check the
10579         incoming files for deletion once per day to save a lot of file
10580         accesses.
10582         * pop3.el (pop3-logon): Fix up unbound variable typo.
10584         * mail-source.el (pop3-streaming-movemail): Autoload.
10586         * pop3.el (pop3-streaming-movemail):
10587         Respect pop3-leave-mail-on-server.
10589         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10590         retrieval.
10592         * pop3.el (pop3-process-filter): Remove unused function.
10593         (pop3-streaming-movemail, pop3-send-streaming-command)
10594         (pop3-wait-for-messages, pop3-write-to-file)
10595         (pop3-number-of-responses): New functions for streaming pop3
10596         retrieval.
10598         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10599         come from no known methods.
10600         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10601         list.
10603         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10604         message sizes.
10605         (pop3-movemail): Use erase-buffer instead of looping and deleting
10606         regions, which seems rather odd.
10608         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10609         file once per `g' run.
10611         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10612         directories.  This makes the draft queue directory work.
10614         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10615         data from the backends, so that we only request the list of groups from
10616         each method once.  This should speed things up considerably.
10618         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10619         detect that it's not implemented.
10621         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10622         we actually do recurse down into the tree, but don't stat all leaf
10623         nodes.
10625         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10626         then say so instead of bugging out.
10628         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10629         files exist before trying to read them.
10631         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10632         around <pre_int>.
10634         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10636         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10638 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10640         * mm-util.el (mm-image-load-path): Just return the image directories,
10641         not all directories in the path in addition to the image directories.
10642         (mm-image-load-path): Maintain a cache of the image directories so that
10643         the `g' command in Gnus doesn't have to stat dozens of directories each
10644         time.
10646         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10647         (gnus-html-wash-tags): Add a new `i' command to insert images.
10648         (gnus-html-insert-image): New command and keystroke.
10649         (gnus-html-redisplay-with-images): New command and keystroke.
10650         (gnus-html-show-images): Rename command.
10651         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10652         spacers.
10653         (gnus-html-wash-tags): Decode entities at the end, so that entities
10654         inside the tags don't mess up the rest of the "parsing".
10656         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10657         so that nnimap methods aren't agentized by default.  There's apparently
10658         many problems related to agent/imap behavior.
10660         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10662         * gnus-html.el: Doc fix.
10664 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10666         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10667         glyph-width and glyph-height instead of display-graphic-p and
10668         image-size; make avoidance of displaying small images work for XEmacs.
10670         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10671         for XEmacs.
10673         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10674         of symbol that holds plist data.
10675         (gnus-process-plist): Remove plist of process after getting it.
10677 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679         * message.el (message-generate-hashcash): Change default to
10680         'opportunistic if hashcash is installed.
10682         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10683         (gnus-html-put-image): Only call image-size once, since it's somewhat
10684         time-consuming on remote X servers.
10686 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10688         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10689         decoded contents.
10690         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10692 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10694         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10695         group line format, since it isn't very interesting.
10697         * gnus-agent.el (gnus-agent-short-article),
10698         (gnus-agent-long-article): Increase values for these two variables,
10699         since most people are likely to have more network connection and
10700         storage than before.
10702         * gnus.el (gnus-refer-article-method): Change default to 'current.
10703         When referring an article, the common behavior is to refer it from the
10704         current select method, not the native select method.  The chances of
10705         the native select method having the message in question is rather slim
10706         these days.
10708         * gnus-sum.el (gnus-auto-select-subject): Change default to
10709         `unseen-or-unread'.  I think it's likely that most people want to
10710         select an unseen article over a previously seen, but unread one.
10712         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10713         means that in the article buffer none of the minor mode elements will
10714         be shown, usually, and this is not desirable in most cases.
10716         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10717         that commands like `d' (and the like) go to the next line in the
10718         buffer, instead of the next unread article.  I think this is the
10719         behavior that is most natural for most users.
10720         (gnus-single-article-buffer): Change default to nil, so that people can
10721         have as many article buffers open as they have summary buffer.  I think
10722         this is the most natural way for the groups to behave.
10724         * message.el (message-generate-new-buffers): Change default to
10725         `unsent', so that all new message buffers start their names with the
10726         string "*unsent", and it's easier to find the buffers if you move from
10727         them.
10729 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10731         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10732         small.  They're probably tracking images.
10733         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10734         (gnus-html-rescale-image): Yet another try at getting the image sizing
10735         right.
10737         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10738         nntp-marks-file-name is nil.
10740 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10742         * gnus-html.el (gnus-html-wash-tags)
10743         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10744         Better logging.
10746 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10748         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10750         * gnus-html.el (gnus-html-wash-tags): Check the value of
10751         gnus-blocked-images in the summary buffer.
10753 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10755         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10757 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10760         like "a", it seems like.
10761         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10762         since it needs to be picked from the correct buffer.
10764         * nnwfm.el: Remove.
10766         * nnlistserv.el: Remove.
10768 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10770         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10771         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10773 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10775         * nnkiboze.el: Remove.
10777         * nndb.el: Remove.
10779         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10780         alt text.
10781         (gnus-html-rescale-image): Try to get the rescaling logic right for
10782         images that are just wide and not tall.
10784         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10785         overshadow variable bindings.
10787 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10789         * gnus-html.el (gnus-html-wash-tags)
10790         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10791         Add extra logging.
10793 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10796         (gnus-max-image-proportion): New variable.
10797         (gnus-html-rescale-image): New function.
10798         (gnus-html-put-image): Rescale images.
10800 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10802         Fix up some byte-compiler warnings.
10803         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10804         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10805         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10806         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10807         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10808         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10809         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10811 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10813         * gnus-html.el (gnus-article-html): Decode contents by charset.
10815 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10817         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10818         (gnus-html-frame-width, gnus-blocked-images):
10819         * message.el (message-prune-recipient-rules): Add custom version.
10820         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10822         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10823         functions.
10825         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10826         gnus-process-get.
10828 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10830         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10831         instead of lsub directly.
10833 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10835         * nnwarchive.el: Remove.
10837         * gnus-soup.el: Remove.
10839         * nnsoup.el: Remove.
10841         * nnultimate.el: Remove.
10843         * gnus-html.el (gnus-blocked-images): New variable.
10845         * message.el (message-prune-recipients): New function.
10846         (message-prune-recipient-rules): New variable.
10848         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10849         guess whether a long line is natural text or not.
10851         * gnus-html.el (gnus-html-schedule-image-fetching):
10852         Use gnus-process-plist and friends for compatibility.
10854 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10856         * gnus-html.el: Require packages that define macros used in this file.
10857         (gnus-article-mouse-face): Declare to silence byte-compiler.
10858         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10859         process-get.
10860         (gnus-html-put-image): Use plist-get to avoid getf.
10861         (gnus-html-prefetch-images): Use with-current-buffer.
10863 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10865         * gnus-ems.el: Provide compatibility functions for
10866         gnus-set-process-plist.
10868         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10869         * gnus.el (gnus-valid-select-methods):
10870         * message.el (message-send-mail-partially-limit):
10871         * mm-decode.el (mm-text-html-renderer):
10872         * mml.el (mml-insert-mime-headers-always):
10873         * smiley.el (smiley-regexp-alist): Bump custom version.
10875 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10877         * gnus-html.el: Require mm-url.
10878         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10879         with the url to `url'.
10880         (gnus-html-wash-tags): Support cid: URLs/images.
10882 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10884         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10885         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10886         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10888         * gnus-move.el: Remove file, since it doesn't really work.
10890         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10891         UTF-8.  This seems to fix problems with some German web feeds.
10893         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10894         at the top so that the proper colors are applied.
10896         * gnus-art.el (gnus-article-view-part): Doc fix.
10898         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10899         XEmacs-compatible.
10900         (gnus-html-put-image): Don't do images on non-graphic displays.
10902         * nnslashdot.el: Remove this unused backend.
10904         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10905         actions.
10906         (gnus-undo-register-1): Revert last change.
10908         * gnus-group.el (gnus-group-completing-read): Protect against not
10909         having completion-styles bound.
10911         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10912         make broken recipients happier.
10914         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10916         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10917         point parameter.
10919         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10920         completion-styles for group selection.
10922 2009-02-04  Andreas Schwab  <schwab@suse.de>
10924         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10925         headers and regexp-quote the match if necessary.
10927 2009-03-24  Miles Bader  <miles@gnu.org>
10929         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10930         the blinking smiley.
10932 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10934         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10935         blink smiley.
10937 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10939         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10940         where the dribbel file lives exists.
10942         * message.el (message-send-mail-partially-limit): Change the default to
10943         nil, since most people don't want this.
10945         * mm-url.el (mm-url-decode-entities): Also decode entities like
10946         &#x3212.
10948 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
10950         * gnus-sum.el (gnus-summary-idna-message):
10951         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10952         Hyperlink urls in docstrings with URL `...'.
10954 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
10956         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10957         functions.
10959 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10961         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10962         say what the mouseover text should be.
10964         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10965         version of the mm-w3m-safe-url-regexp variable to only download images
10966         in the groups where we want that to happen.
10968         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10970         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10971         easier debugging.
10972         (gnus-article-beginning-of-window): Add kludge to allow spacing past
10973         big pictures in the article buffer.
10975         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10976         gnus-article-html.
10977         (mm-text-html-renderer): gnus-article-html needs curl in addition to
10978         w3m.
10980         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10982 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10985         which doesn't exist.
10987         * message.el (message-inhibit-ecomplete): New variable to allow some
10988         function to inhibit ecomplete address storage.
10989         (message-resend): Disable ecomplete message storage when resending
10990         messages.
10992         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10994 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10996         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10997         Save excursion while copying, moving, and deleting articles in order to
10998         prevent the cursor from jumping to unforeseen place.
11000 2010-08-17  Glenn Morris  <rgm@gnu.org>
11002         * gnus-sync.el: Require gnus components whose functions are used.
11004         * gnus-art.el (bookmark-make-record-function):
11005         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11006         Declare for compiler.
11008         * mm-url.el (mml-compute-boundary): Autoload.
11010 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11012         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11014 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11016         Typo fix "hoo4a" -> "hook".
11018         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11020 2010-08-14  Glenn Morris  <rgm@gnu.org>
11022         * gnus-sync.el (gnus-sync): Fix defgroup version.
11024 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11026         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11028         * gnus-sync.el: Fix docs.
11029         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11030         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11032 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11034         Optimizations for gnus-sync.el.
11036         * gnus-sync.el: Add docs about gnus-sync-backend
11037         possibilities.
11038         (gnus-sync-save): Remove unnecessary message.
11039         (gnus-sync-read): Optimize and show what groups were skipped.
11041 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11043         Minor bug fixes for gnus-sync.el.
11045         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11046         Don't read the sync on get-new-news.
11048         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11049         quiet.
11051         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11052         (fix typo).
11054 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11056         Make saving and restoring of hidden threads work with overlays.
11057         Patch applied by Ted Zlatanov.
11059         * gnus-sum.el (gnus-hidden-threads-configuration)
11060         (gnus-restore-hidden-threads-configuration): Update to deal with text
11061         properties, rather than searching for a magic character.
11063 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11065         New gnus-sync.el library for synchronization of marks.
11067         * gnus-sync.el: New library for synchronization of marks.
11069         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11070         renamed from `gnus-registry-grep-in-list'.
11072         * gnus-registry.el (gnus-registry-follow-group-p):
11073         Use `gnus-grep-in-list'.
11075         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11077 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11079         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11080         determining charset of text fails.
11082 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11084         * nnmail.el (nnmail-get-new-mail-1): Revert.
11086         * nnml.el (nnml-active-number): Make sure names of newly created groups
11087         in nnml-group-alist are encoded.
11089 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11091         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11092         containing non-ASCII characters in active file for nnml back end.
11094 2010-07-24  David Engster  <dengste@eml.cc>
11096         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11097         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11099 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11101         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11102         tag (Bug#6654).
11104 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11106         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11107         the article buffer, not the summary buffer.
11109 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11111         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11112         Emacs 23 as well.
11114 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11116         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11117         Patch applied by Karl Fogel.
11119         * gnus-sum.el (gnus-summary-bookmark-make-record):
11120         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11122 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11124         Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
11125         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11126         C-w still not working correctly from Article buffers; Thierry's
11127         patch to fix that will be applied after this.
11129         * gnus-art.el (bookmark-make-record-function): New local variable.
11131         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11132         article buffer.
11133         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11135 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11137         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11138         on changes in bookmark.el.
11140 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11142         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11143         the *other* type of HTML form submission.
11145 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11147         * auth-source.el (auth-source-pick): If choice does not contain a
11148         questioned keyword, set the check to t.
11150 2010-06-12  Romain Francoise  <romain@orebokech.com>
11152         * gnus-util.el (gnus-date-get-time): Move up before first use.
11154 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11156         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11157         (gnus-article-edit-part): Bind it to make last part that is substituted
11158         or deleted visible.
11159         (gnus-mime-display-single): Buttonize part of which id equals to
11160         gnus-mime-buttonized-part-id.
11162 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11164         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11165         (gnus-dd-mmm): Use gnus-date-get-time.
11166         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11167         simplify logic.
11168         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11169         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11171 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11173         * auth-source.el (top): Autoload `secrets-list-collections',
11174         `secrets-create-item', `secrets-delete-item'.
11175         (auth-sources): Fix tag string.
11176         (auth-get-source, auth-source-retrieve, auth-source-create)
11177         (auth-source-delete): New defuns.
11178         (auth-source-pick): Rewrite in order to avoid 2 passes.
11179         (auth-source-forget-user-or-password): New parameter USERNAME.
11180         (auth-source-user-or-password): New parameters CREATE-MISSING and
11181         DELETE-EXISTING.  Retrieve password interactively, if needed.
11183 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11185         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11186         deleting unused directories when gnus-expert-user is t.
11188 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11190         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11191         for each temp file when gnus-article-browse-delete-temp is ask.
11193 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11195         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11197 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11199         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11200         article unless decoding article to be saved.
11202 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11204         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11205         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11206         generated within the mm-with-unibyte-current-buffer macro.
11208 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11210         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11211         to nil when we're in a mml-preview buffer and no group is selected.
11213 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11215         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11216         when catching the `C-g'.  Reported by "Leo".
11218 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11220         * message.el (message-forward-make-body-plain)
11221         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11222         multibyte-string-p.
11224 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11226         * message.el (message-forward-make-body-mml): Assume original message
11227         is multibyte string; error on unibyte.
11228         (message-forward-make-body-plain): Ditto; don't add excessive newline
11229         in body end.
11231 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11233         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11234         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11236 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11238         * mm-extern.el (mm-extern-url): Don't use
11239         mm-with-unibyte-current-buffer.
11240         (mm-extern-cache-contents): Use with-current-buffer instead of
11241         save-excursion + set-buffer.
11243 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11245         * mm-util.el (mm-emacs-mule): Remove.
11247 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11249         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11250         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11251         change.
11253 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11255         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11256         bind the default value of enable-multibyte-characters to nil.
11258 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11260         * message.el (message-forward-make-body-plain)
11261         (message-forward-make-body-mml):
11262         Don't use mm-with-unibyte-current-buffer.
11264 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11266         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11267         (Bug#5592).
11269 2010-05-07  Julien Danjou  <julien@danjou.info>
11271         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11272         it to mm-pipe-part.
11274         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11275         it is given.
11277 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11279         * nnweb.el (nnweb-gmane-search):
11280         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11281         XEmacs.
11283         * gnus-art.el (gnus-article-browse-html-parts):
11284         * gnus-group.el (gnus-read-ephemeral-gmane-group)
11285         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11286         make-temp-file.
11288         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11289         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11290         compiling.
11292         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11293         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11294         XEmacs when compiling.
11296         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11297         gnus-pick-mode-off-hook for XEmacs when compiling.
11298         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11299         gnus-binary-mode-off-hook for XEmacs when compiling.
11301         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11302         Return nil if char-charset is not available.
11304         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
11305         macro.
11307         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11308         instead of encode-coding-string.
11310         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11311         'xemacs) instead of mm-emacs-mule to switch function definitions.
11312         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11314 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11316         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11318 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11320         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11321         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11323 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11325         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11326         alias `jka-compr-delete-temp-file' no longer exists.
11328 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11330         Use define-minor-mode in Gnus where applicable.
11331         * mml.el (mml-mode): Use define-minor-mode.
11332         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11333         (gnus-undo-mode): Use define-minor-mode.
11334         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11335         (gnus-dead-summary-mode): Use define-minor-mode.
11336         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11337         Initialize in declaration.
11338         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11339         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11340         (gnus-mailing-list-mode): Use define-minor-mode.
11341         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11342         (gnus-draft-mode): Use define-minor-mode.
11343         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11344         (gnus-dired-mode): Use define-minor-mode.
11346 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11348         * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
11349         handles on recursive mml-to-mime translation and check them for
11350         boundary delimiter collisions.  Reported by Greg Troxel.
11352 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11354         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11356 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11358         * mm-util.el (mm-find-buffer-file-coding-system):
11359         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11361 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11363         * message.el (message-generate-headers): Record insertion of optional
11364         headers as well.  Otherwise the check to prevent repeated insertion of
11365         optional headers is a no-op.
11367 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11369         * smime.el: Don't mention CVS.
11371         * nnrss.el (nnrss-fetch): Don't mention CVS.
11373         * nnir.el: Don't mention CVS.
11375 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11377         * gnus-sum.el (gnus-summary-bookmark-make-record):
11378         Add `location' field.
11380 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11382         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11383         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11384         Use with-current-buffer to silence the byte-compiler.
11385         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11386         bother to require `gnus'.
11387         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11389 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11391         * gnus-sum.el (gnus-summary-bookmark-make-record)
11392         (gnus-summary-bookmark-jump): New functions.
11393         (gnus-summary-mode): Setup bookmark support.
11395 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11397         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11398         if set.
11400 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11402         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11403         gnus-article-browse-html-save-cid-image; make it work recursively for
11404         forwarded messages as well.
11405         (gnus-article-browse-html-parts): Work when prefix arg is given.
11406         (gnus-article-browse-html-article): Doc fix.
11408 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11410         * message.el (message-default-mail-headers)
11411         (message-default-headers): Carry the value mail-default-headers over
11412         into message-default-mail-headers, rather than message-default-headers.
11414 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11416         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11417         charset.
11419         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11420         charset into the <meta> tag when the article is encoded to utf-8.
11422 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11424         * gnus-art.el (gnus-article-browse-delete-temp-files):
11425         Delete directories as well.
11426         (gnus-article-browse-html-parts): Work for images that do not specify
11427         file names; delete temp directory when quitting; insert header at the
11428         right place; use file: scheme for image files.
11430 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11432         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11433         (gnus-article-browse-html-parts): Use it to make temporary cid image
11434         files in addition to html file so that browser may display them.
11436 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11438         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11440 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11442         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11444 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11446         * auth-source.el (auth-sources): Change default to be simpler.
11447         Explain about Secret Service API sources.  Improve Customize options.
11448         (auth-source-pick): Change to accept any number of search parameters.
11449         Implement fallbacks iteratively, not recursively.  Add scoring on the
11450         second pass and sort by score.  Call Secret Service API when needed.
11451         (auth-source-user-or-password): Use it.  Call Secret Service API
11452         directly when needed to get the user name and the password.
11454 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11456         * message.el (message-interactive): Doc fix.
11457         (message-qmail-inject-args): Reflow.
11458         (message-kill-to-signature): Fix typo in docstring.
11460         * smiley.el (smiley-buffer): Fix typo in docstring.
11462 2010-03-24  Glenn Morris  <rgm@gnu.org>
11464         * mail-source.el (gnus-message): Declare.
11465         (mail-source-delete-old-incoming): Require gnus-util.
11467 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11469         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11471         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11473         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11474         password-cache's default if it is not bound.
11475         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11476         password-cache-expiry's default if it is not bound.
11478         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11479         available in Emacs 21.
11481 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11483         * auth-source.el (auth-sources): Fix up definition so extra parameters
11484         are always inline.
11486 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11488         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11489         wasn't updated after mismatch.  Clear cached mailbox info correctly
11490         when uidvalidity changes.
11491         (nnimap-group-prefixed-name): New function to avoid some code
11492         duplication.
11493         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11494         (nnimap-request-group): Use it.
11495         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11496         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11497         with many imap folders.  This is done by caching the group status from
11498         the imap server persistently in a group parameter `imap-status'.  (This
11499         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11500         but not persistently, so every Gnus startup was still very slow.)
11502 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11504         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11505         secrets.el dependency.
11506         (auth-sources): Add optional user name.  Add secrets.el configuration
11507         choice (unused right now).
11509 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11511         * gnus-sum.el (gnus-summary-make-menu-bar):
11512         Let `gnus-registry-install-shortcuts' fill in the functions.
11514         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11515         warnings.
11516         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11517         (gnus-registry-install-shortcuts): Populate and use it in a
11518         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11520 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11522         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11523         In-place substitutions for the group name encoding/decoding.
11524         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11525         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11526         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11527         (nnimap-update-unseen, nnimap-request-list)
11528         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11529         (nnimap-request-set-mark, nnimap-split-to-groups)
11530         (nnimap-split-articles, nnimap-request-newgroups)
11531         (nnimap-request-create-group, nnimap-request-accept-article)
11532         (nnimap-request-delete-group, nnimap-request-rename-group)
11533         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11534         `encoded-mbx' for consistency.
11535         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11536         variable `imap-current-mailbox'.
11538         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11539         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11541 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11543         * pop3.el (pop3-display-message-size-flag): Display message size byte
11544         counts during POP3 download.
11545         (pop3-movemail): Use it.
11546         (pop3-list): Implement listing of available messages.
11548 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11550         * nnir.el (nnir-get-article-nov-override-function): New function to
11551         override the normal NOV retrieval.
11552         (nnir-retrieve-headers): Use it.
11554 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11556         * auth-source.el (netrc-machine-user-or-password): Autoload.
11558 2010-03-19  Glenn Morris  <rgm@gnu.org>
11560         Stop message.el from loading about 40 libraries it doesn't always need.
11561         The general approach is to autoload rather than require, and to
11562         require in the specific functions rather than the file.  (Bug#5642)
11564         * gmm-utils.el: Don't require wid-edit.
11565         (widget-create-child-value, widget-convert, widget-default-get):
11566         Autoload.
11568         * gnus-util.el: Don't require time-date, netrc.
11569         (message-fetch-field, gnus-group-name-decode): Declare rather than
11570         autoloading.
11571         (gnus-fetch-field): Require message.
11572         (gnus-decode-newsgroups): Require gnus-group.
11574         * ietf-drums.el: Don't require time-date.
11576         * message.el: Don't require hashcash, canlock, ecomplete.
11577         Do require mail-utils.  Require nnheader only when compiling.
11578         (smtpmail-default-smtp-server): Remove declaration.
11579         (message-send-mail-function): Check smtpmail-default-smtp-server
11580         is bound rather than requiring smtpmail.
11581         (message-auto-save-directory, message-insert-signature):
11582         Use expand-file-name rather than nnheader-concat.
11583         (nnheader-insert-file-contents): Autoload.
11584         (hashcash-wait-async): Declare.
11585         (message-send-mail): Only call gnus-setup-posting-charset if
11586         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11587         (message-send-mail-with-sendmail): Require sendmail.
11588         (canlock-password, canlock-password-for-verify): Declare.
11589         (message-canlock-password): Require canlock.
11590         (nnheader-get-report): Autoload.
11591         (gnus-setup-posting-charset): Declare.
11592         (message-send-news): Require gnus-msg.
11593         (message-make-references, message-make-in-reply-to): Use mail-header-id
11594         rather than the alias mail-header-message-id.
11595         (ecomplete-add-item, ecomplete-save): Declare.
11596         (message-put-addresses-in-ecomplete): Require ecomplete.
11597         (ecomplete-display-matches): Autoload.
11599         * mm-decode.el: Don't require mailcap, gnus-util.
11600         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11601         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11602         Autoload.
11603         (mailcap-mime-extensions): Declare.
11605         * mm-encode.el: Don't require mailcap.
11606         (mailcap-extension-to-mime): Autoload.
11608         * mml-sec.el: Don't require password-cache.
11610         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11611         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11612         (mml-minibuffer-read-type): Require mailcap.
11613         (mml-preview): Require gnus-msg.
11615         * mml1991.el: Require password-cache.
11616         (password-cache-expiry): Remove declaration.
11618         * mml2015.el: Require password-cache.
11619         (password-cache-expiry): Remove declaration.
11621         * nneething.el (mailcap): Require mailcap.
11623         * nnheader.el (declare-function): Add compatibility stub.
11624         (message-remove-header): Declare rather than autoload.
11625         (nnheader-replace-header): Require message.
11627         * nnimap.el (declare-function): Add compatibility stub.
11628         (netrc-parse, netrc-machine-user-or-password): Declare.
11629         (nnimap-open-connection): Require netrc.
11631         * nntp.el (declare-function): Add compatibility stub.
11632         (netrc-parse, netrc-machine, netrc-get): Declare.
11633         (nntp-send-authinfo): Require netrc.
11635         * rfc2047.el: Don't require qp.
11636         (quoted-printable-encode-region, quoted-printable-decode-string):
11637         Autoload.
11639         * sieve-mode.el: Don't require easymenu.
11640         (easy-menu-add-item): Autoload it.
11642         * spam-stat.el (time-to-number-of-days): Autoload it.
11644 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11646         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11647         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11648         value if any backslash escapes).
11650 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11652         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11653         if it is available.  (bug#5647)
11655 2010-02-26  Glenn Morris  <rgm@gnu.org>
11657         * message.el (message-send-mail-function): Change the default, so that
11658         it inherits from a customized send-mail-function.  (Bug#5643)
11660 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11662         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11663         shell-command-to-string signals an error (bug#5299).
11665 2010-02-24  Glenn Morris  <rgm@gnu.org>
11667         * message.el (message-smtpmail-send-it)
11668         (message-send-mail-with-mailclient): Doc fixes.
11670 2010-02-16  Glenn Morris  <rgm@gnu.org>
11672         * message.el (message-default-mail-headers): Change the default value
11673         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11675 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11677         * message.el (message-mail): Just pass yank-action on to message-setup.
11678         (message-setup): Handle (FUN . ARGS) form of yank-action.
11679         (message-with-reply-buffer, message-widen-reply)
11680         (message-yank-original): Handle non-buffer values of
11681         message-reply-buffer (Bug#4080).
11682         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11684 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11686         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11687         Fix typo in docstring.
11689 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11691         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11692         response.
11694 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11696         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11698         * message.el (message-check-news-header-syntax): Protect against a
11699         string that `rfc822-addresses' returns when parsing fails.
11701 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11703         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11704         (gnus-previous-char-property-change): New functions.
11706         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11708 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11710         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11711         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11713 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11715         * message.el (message-exchange-point-and-mark): Rework last change to
11716         avoid using optional arg of exchange-point-and-mark, for backward
11717         compatibility.
11719 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11721         * message.el (message-exchange-point-and-mark):
11722         Call exchange-point-and-mark with an argument rather than setting
11723         mark-active by hand (Bug#5175).
11725 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11727         * nntp.el (nntp-service-to-port): Work for service expressed with
11728         numeric string; replace [:digit:] with [0-9] for XEmacs.
11730 2009-12-17  Glenn Morris  <rgm@gnu.org>
11732         * gnus-group.el (gnus-bug-group-download-format-alist):
11733         Change emacs entry to debbugs.gnu.org.  Bump :version.
11735 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11737         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11739 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11741         * message.el (message-info): Explain why we use `Info-goto-node'.
11743 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11745         * message.el (message-completion-in-region): New compatibility function.
11746         (message-expand-group): Use it.
11748 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11750         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11751         with no unread article should be listed if the 2nd arg `predicate' is
11752         given.
11754 2009-11-29  Juri Linkov  <juri@jurta.org>
11756         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11757         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11758         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11760 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11762         * message.el (message-from-style, message-interactive)
11763         (message-signature): Always set default values from the corresponding
11764         mail-* variables.
11765         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11766         (message-yank-prefix, message-indentation-spaces)
11767         (message-signature-file, message-default-headers): Use boundp rather
11768         than (featurep 'xemacs) to check if the corresponding mail-* variables
11769         exist.
11771 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
11773         * message.el (message-send-mail-with-sendmail): Revert last change.
11775 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
11777         * message.el (message-from-style, message-interactive)
11778         (message-cite-prefix-regexp, message-sendmail-envelope-from)
11779         (message-yank-prefix, message-indentation-spaces, message-signature)
11780         (message-signature-file, message-default-headers): For GNU Emacs, set
11781         default values from the corresponding mail-* variables.
11782         (message-send-mail-with-sendmail): Use envelope-from only if
11783         mail-specify-envelope-from is non-nil.
11785 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11787         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11788         containing tspecial characters if they have been already quoted.
11790 2009-10-24  Glenn Morris  <rgm@gnu.org>
11792         * gnus-art.el (help-xref-stack-item): Define for compiler.
11794 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11796         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11798 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11800         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11801         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11803 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11805         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11806         (gnus-overlays-in): New alias to overlays-in.
11808         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11809         gnus-overlay-get, and gnus-delete-overlay.
11810         (gnus-summary-show-thread): Make it work as well for systems in which
11811         next-single-char-property-change is not available.
11812         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11814 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11816         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11818 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11820         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11821         and XEmacs that don't have `remove-overlays'.
11823 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11825         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11826         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11827         selective display.  Use overlays instead.
11829 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
11831         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11833 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
11835         * spam-stat.el (spam-stat-load): Fix typo in message.
11837 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
11839         * gnus-art.el (gnus-article-encrypt-body):
11840         * message.el (message-check-recipients):
11841         * mm-util.el (mm-codepage-setup):
11842         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11843         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11845 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
11847         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11848         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11849         keys from the menu if mm-{sign,encrypt}-option is 'guided.
11850         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11851         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11853 2009-09-18  Glenn Morris  <rgm@gnu.org>
11855         * gnus-diary.el (gnus-diary-check-message):
11856         * message.el (message-insert-formatted-citation-line):
11857         * nnbabyl.el (top-level):
11858         * nndiary.el (nndiary-schedule):
11859         Fix typos in condition-case handlers.
11861 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11863         * gnus-art.el (gnus-article-edit-part): Work for the buffer
11864         configuration that provides the sole article window in a frame;
11865         position point correctly after deleting a part.
11867 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
11869         * spam.el (spam-unregister-on-reregister): Add boolean variable.
11870         (spam-resolve-registrations-routine): Use it to unregister articles
11871         that change status.
11873 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11875         * nnrss.el (nnrss-request-article): Remove binding of
11876         default-enable-multibyte-characters that has gotten needless by
11877         the 2007-07-13 change in rfc2047-encode-message-header.
11879         * mml.el (mml-insert-multipart): Error on the message header.
11880         (mml-insert-part): Error on the message header; position point at
11881         the end of a MIME tag.
11883 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11885         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11886         (gnus-float-time): Alias to float-time if it exists.
11888         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11889         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11890         float-time is available; suppress compile warning for time-to-seconds.
11892 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11894         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11895         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11896         Add the optional argument `encoding' that overrides the default.
11898         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11899         mm-encode-buffer.
11901 2009-09-04  Glenn Morris  <rgm@gnu.org>
11903         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11904         mm-disable-multibyte, rather than default-enable-multibyte-characters.
11905         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11906         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11907         * mm-util.el (mm-with-unibyte-current-buffer)
11908         (mm-find-buffer-file-coding-system):
11909         * yenc.el (yenc-decode-region): Use default-value rather than
11910         default-enable-multibyte-characters.
11912 2009-09-03  Glenn Morris  <rgm@gnu.org>
11914         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11915         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11916         than default-enable-multibyte-characters.
11918 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
11920         * gnus-art.el (gnus-article-read-summary-keys):
11921         Fix gnus-buffer-configuration's value temporarily used.
11923 2009-09-02  Glenn Morris  <rgm@gnu.org>
11925         * gnus-util.el (gnus-float-time): New function.
11926         * gnus-delay.el (gnus-delay-article):
11927         * gnus-sum.el (gnus-thread-latest-date):
11928         * gnus-util.el (gnus-user-date): Use gnus-float-time.
11929         * nnspool.el (nnspool-request-newgroups):
11930         Use gnus-float-time rather than time-to-seconds.
11931         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11933         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11934         (gnus-header-subject-face, gnus-header-newsgroups-face)
11935         (gnus-header-name-face, gnus-header-content-face):
11936         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11937         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11938         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11939         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11940         (gnus-cite-face-11):
11941         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11942         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11943         (gnus-server-closed-face, gnus-server-denied-face)
11944         (gnus-server-offline-face):
11945         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11946         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11947         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11948         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11949         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11950         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11951         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11952         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11953         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11954         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11955         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11956         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11957         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11958         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11959         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11960         (gnus-summary-high-undownloaded-face)
11961         (gnus-summary-low-undownloaded-face)
11962         (gnus-summary-normal-undownloaded-face)
11963         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11964         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11965         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11966         (gnus-splash-face):
11967         * message.el (message-header-to-face, message-header-cc-face)
11968         (message-header-subject-face, message-header-newsgroups-face)
11969         (message-header-other-face, message-header-name-face)
11970         (message-header-xheader-face, message-separator-face)
11971         (message-cited-text-face, message-mml-face):
11972         * sieve-mode.el (sieve-control-commands-face)
11973         (sieve-action-commands-face, sieve-test-commands-face)
11974         (sieve-tagged-arguments-face):
11975         * spam.el (spam-face):
11976         Mark face aliases with "-face" in the name as obsolete.
11978 2009-09-01  Glenn Morris  <rgm@gnu.org>
11980         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11981         than goto-line.
11983 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11985         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11986         Don't move point if the command is invoked inside the message header.
11988 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11990         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11991         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11992         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11993         * nnir.el (nnir-swish-e-index-file):
11994         * gnus-sum.el (gnus-summary-delete-marked-as-read)
11995         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11996         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11997         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11998         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11999         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12001 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12003         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12004         Don't save excursion.
12006 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12008         * nnheader.el (nnheader-find-file-noselect):
12009         * mm-util.el (mm-insert-file-contents):
12010         Use (default-value 'major-mode) instead of default-major-mode.
12012 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12014         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12016 2009-08-25  Glenn Morris  <rgm@gnu.org>
12018         * nnir.el (top-level): Don't require cl at run-time.
12019         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12020         Replace cl-function substitute with gnus-replace-in-string.
12021         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12022         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12023         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12024         simplified expansions.
12026 2009-08-22  Glenn Morris  <rgm@gnu.org>
12028         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12029         goto-line.
12031 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12033         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12035         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12036         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12037         (gnus-mm-display-part, gnus-mime-display-single)
12038         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12039         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12041         * gnus-sum.el
12042         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12043         (gnus-summary-move-article): Add expirable mark to articles copied or
12044         moved to group that has auto-expire turned on if the option is non-nil.
12046 2009-07-24  Glenn Morris  <rgm@gnu.org>
12048         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12049         Fix typo.  (Bug#3903)
12051 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12053         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12054         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12055         that should not be used for draft articles.
12056         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12057         that has no concern in minor mode keys.
12058         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12059         Abolish.
12061 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12063         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12064         article without making inquiry to a user for unknown encoding.
12066         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12067         (nnmaildir--scan): Assume i-node and device number that file-attributes
12068         returns might be cons-cell.
12070 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12072         * auth-source.el: Remove docs now in auth.texi.  Don't use
12073         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12074         `auth-source-hide-passwords' and use them.
12076 2009-07-15  Glenn Morris  <rgm@gnu.org>
12078         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12080 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12082         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12083         excessive whitespace from the default values of title and description.
12085 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12087         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12088         mail-fetch-field to fetch Content-Description header in order to
12089         exclude newlines.
12091 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12093         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12094         to deleted part.
12096 2009-05-30  David Engster  <dengste@eml.cc>
12098         * nnmairix.el: Remove old documentation in the commentary block.
12099         (nnmairix-request-group): Do not update active file for nnml back ends.
12100         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12101         end so that overview files are ignored.
12102         (nnmairix-update-groups): Make updating the groups more robust by using
12103         marks.
12104         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12105         with dollar characters in message-id.
12107 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12109         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12110         2008-12-25 in dns.el.
12112 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12114         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12115         could happen if the text is only composed of spaces and/or tabs.
12117 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12119         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12120         when sending a queued message to avoid extra mml tags.
12122 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12124         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12126 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12128         * gnus-dired.el: Remove autoload for gnus-setup-message.
12129         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12130         displaying Gnus logo; always use compose-mail.
12132 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12134         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12136 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12138         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12139         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12140         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12141         available.
12142         (gnus-nocem-epg-verify): New function.
12144 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12146         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12148 2009-02-15  Glenn Morris  <rgm@gnu.org>
12150         * gnus-util.el (rmail-insert-rmail-file-header)
12151         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12152         autoloads.
12153         (rmail-default-rmail-file): Remove unnecessary declaration.
12154         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12156 2009-02-14  Glenn Morris  <rgm@gnu.org>
12158         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12159         variable (only used in gnus-util, which declares it anyway).
12160         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12161         which was only needed by gnus-art (changed to not use it any more).
12162         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12163         only used in gnus-util, which autoloads it itself.
12164         (rmail-update-summary): Fix autoload.
12166         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12167         rather than rmail-output-to-rmail-file.
12169 2009-02-07  Glenn Morris  <rgm@gnu.org>
12171         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12172         autoload of function that no longer exists.
12173         (rmail-toggle-header): Declare.
12174         (message-forward-rmail-make-body): Handle mbox Rmail.
12176 2009-01-31  Glenn Morris  <rgm@gnu.org>
12178         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12179         2009-01-09 change.
12181 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12183         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12184         (auth-source-forget-all-cached): New convenience function.
12185         (auth-source-user-or-password): Accept list of modes or a single mode.
12187         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12188         auth-source modes.
12190         * nnimap.el (nnimap-open-connection): Use list of
12191         auth-source modes.
12193         * nntp.el (nntp-send-authinfo): Use list of
12194         auth-source modes.
12196 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12198         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12199         now.
12201 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12203         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12204         coding system in XEmacs; add a workaround for XEmacs.
12206 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12208         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12209         of current-language-environment.
12211 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12213         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12214         available at runtime.
12216 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12218         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12220 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12222         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12223         the greatest positive fixnum value doesn't work under an XEmacs with
12224         bignum support; use the most-positive-fixnum constant instead,
12225         available since Emacs 21.1 with cl and XEmacs 21.1.
12227 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12229         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12230         XEmacs gets not to work.
12232 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12234         * mm-util.el (mm-coding-system-priorities): Allow the value like
12235         "Japanese (UTF-8)" of current-language-environment.
12237 2009-01-09  Glenn Morris  <rgm@gnu.org>
12239         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12240         with last-command-event.
12242 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12244         * message.el (message-fix-before-sending): Amend comment.
12246 2009-01-07  David Engster  <dengste@eml.cc>
12248         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12249         simplified server definitions by converting it via
12250         gnus-server-to-method.
12252 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12254         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12255         parameter's operands.
12257 2009-01-06  David Engster  <dengste@eml.cc>
12259         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12260         primary select method (for gnus-group-mark-article-as-read).
12262 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12264         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12265         `(gnus)Face', not `(gnus)X-Face'.
12267 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12269         * mm-util.el (mm-ucs-to-char): New function.
12271         * mm-url.el (mm-url-decode-entities): Use it.
12273 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12275         * message.el (message-fix-before-sending): Add `eight-bit' to
12276         illegible-text check.
12278 2009-01-03  Michael Olson  <mwolson@gnu.org>
12280         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12281         `headers' is nil.  This can occur if the IMAP server does not have
12282         permissions to read messages from a folder, but can write new messages
12283         to the folder.
12284         (nnimap-request-article-part): Do not insert `data' if it is nil.
12286 2009-01-01  Dave Love  <fx@gnu.org>
12288         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12290         * nnimap.el: Fix author email.
12291         (nnimap-split-rule): Add FIXME comment.
12292         (nnimap-debug): Fix doc string.
12294 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12296         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12297         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12298         to check if those variables exist (first appeared in Emacs 18.50).
12300 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12302         * mm-util.el (mm-line-number-at-pos): New function.
12304         * spam-report.el (spam-report-process-queue): Use it.
12306 2008-12-24  David Engster  <dengste@eml.cc>
12308         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12309         parameters that haven't existed as variables as buffer-local variables.
12311 2008-12-23  Dave Love  <fx@gnu.org>
12313         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12314         cadar.
12316         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12317         imap-starttls-p.
12318         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12320 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12322         * spam-report.el (spam-report-gmane-max-requests): New constant.
12323         (spam-report-gmane-wait): New variable.
12324         (spam-report-gmane-ham, spam-report-gmane-spam)
12325         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12326         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12327         the server.
12329         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12330         Add explanations.
12332         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12333         nnheader-accept-process-output and nnheader-read-timeout if available.
12334         (pop3-movemail): Use it.
12336         * message.el (message-check-news-body-syntax): Fix signature check if
12337         there's an attachment.
12339 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12341         * mm-util.el: Add comments to the mm- emulating functions.
12343 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12345         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12346         Reported by Stephen Berman <stephen.berman@gmx.net>.
12348 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12350         * mm-util.el (mm-substring-no-properties): New function.
12351         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12352         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12353         (mm-string-to-multibyte): Doc fix.
12355         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12357 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12359         * mml.el (mml-attach-file): Strip text properties from file name.
12360         (Bug#1574)
12362 2008-12-16  Glenn Morris  <rgm@gnu.org>
12364         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12366 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12368         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12369         knows since the charset specified might be a bogus alias that
12370         mm-charset-synonym-alist provides.
12372 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12374         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12375         "ISO_8859-1".
12377         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12379 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12381         * mm-util.el (mm-charset-eval-alist):
12382         Define it before mm-charset-to-coding-system.
12383         (mm-charset-to-coding-system): Add optional argument `silent';
12384         define it before mm-charset-override-alist.
12385         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12386         default value if it can be used in Emacs currently running;
12387         silence mm-charset-to-coding-system.
12389 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12391         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12392         `allow-override' which says whether to use `mm-charset-override-alist'.
12393         (rfc2047-decode-encoded-words): Use it.
12395         * mm-util.el (mm-charset-override-alist): Fix custom type;
12396         add `(gb2312 . gbk)' to choices.
12398 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12400         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12401         fast.
12403         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12405 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12407         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12408         on links.
12410         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12412 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12414         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12415         users' addresses that don't have domain parts.
12416         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12417         rather than message-narrow-to-head since there will be the message
12418         header separator.
12420 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12422         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12423         since the result is inserted in a unibyte buffer anyway.
12424         (nnimap-demule-use-string-to-multibyte): Remove.
12425         (nnimap-demule): Alias it to mm-string-to-multibyte.
12427 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12429         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12430         variable for debugging bug#464 and bug#1174.
12431         (nnimap-demule): Use it.
12433 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12435         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12436         score calculation correctly.
12438 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12440         * message.el (message-send-mail): Just set the buffer to unibyte
12441         rather than use mm-with-unibyte-current-buffer which does a lot more.
12442         (message-send-mail-partially): Don't bother with
12443         mm-with-unibyte-current-buffer since it's already been made unibyte by
12444         message-send-mail.
12446 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12448         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12450 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12452         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12454 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12456         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12457         require itself and to remove `with-no-warnings'.
12459 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12461         * starttls.el (starttls-any-program-available): Get the name of the
12462         available TLS layer program.
12463         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12464         well as the host name in the "opening" message.
12466         * auth-source.el (auth-source-cache, auth-source-do-cache)
12467         (auth-source-user-or-password): Cache passwords and logins by default,
12468         allow override with `auth-source-do-cache'.
12469         (auth-source-forget-user-or-password): Allow users to remove cache
12470         entries if needed.
12472 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12474         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12475         condition-case to only the forward-sexp call.
12477 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12479         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12480         quotes contained.  Make it more robust regardless by an extra
12481         condition-case wrapper.
12483 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12485         * nnml.el (nnml-request-expire-articles): Check if the function set to
12486         `nnmail-expiry-target' returns the symbol `delete'.
12488         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12490         * nnmail.el (nnmail-expiry-target): Fix custom type.
12492 2008-10-02  Glenn Morris  <rgm@gnu.org>
12494         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12495         Silence compiler warning.
12497 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12499         * mml.el (mml-menu): Don't assume mml2015 is bound.
12501 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12503         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12504         exists.
12506 2008-09-27  Glenn Morris  <rgm@gnu.org>
12508         * gnus-util.el (mail-header-remove-comments): Autoload it.
12510 2008-09-27  Andreas Schwab  <schwab@suse.de>
12512         * gnus-util.el (gnus-split-references): Strip comments.
12513         (gnus-parent-id): Likewise.
12515 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12517         * message.el (message-confirm-send): Fix version.
12519 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12521         * message.el (message-idna-to-ascii-rhs-1): Use
12522         mail-extract-address-components rather than mail-header-parse-addresses
12523         that is an alias by default to ietf-drums-parse-addresses that does not
12524         support non-ASCII names in headers' contents.
12526 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12528         * message.el (message-confirm-send): Fix variable documentation to
12529         avoid the "y/n" wording.
12531 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12533         * message.el (message-set-auto-save-file-name): Save to a different
12534         filename so multiple messages (especially drafts) can be recovered.
12536 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12538         * message.el (message-confirm-send): Add appropriate version.
12540 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12542         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12543         defvar.
12545 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12547         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12548         (mm-pkcs7-enveloped-magic): Ditto.
12550 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12552         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12553         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12555 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12557         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12558         default, it's better.
12560 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12562         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12563         summary line gnus-number property and ignore them (with a warning
12564         message).
12566 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12568         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12569         macro caddr in the interactive form since it won't be expanded.
12571 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12573         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12574         `charset'; fix name of function called recursively.
12575         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12577 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12579         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12580         (gnus-mime-set-charset-parameters): New function.
12581         (gnus-mime-view-part-as-charset): Use it to correctly display part
12582         specifying wrong charset.
12584 2008-09-08  David Engster  <dengste@eml.cc>
12586         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12587         in completing-read for back end server.
12589 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12591         * message.el (message-confirm-send): New variable to confirm sending a
12592         message.
12593         (message-send): Use it.
12595 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12597         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12599 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12601         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12603 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12605         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12606         prevent tracking too many groups.
12607         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12608         Use it.
12610 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12612         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12613         moving point to the bottom of the window in order to avoid recentering.
12615 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12617         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12618         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12619         (gnus-article-beginning-of-window): Fix calculation.
12621 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12623         * gnus-msg.el (gnus-summary-supersede-article)
12624         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12625         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12626         message header.
12628 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12630         * message.el:
12631         * gnus-start.el:
12632         * gnus-registry.el: Remove VMS support.
12634 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12636         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12637         macro.
12638         (rfc2104-hash): Use it.
12640 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
12642         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12643         (gnus-summary-sort-by-most-recent-date): New commands.
12644         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12645         and menu entries.
12647 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12649         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12650         don't redisplay article for raw contents; remove plural articles stuff.
12652         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12653         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12654         on gnus-summary-save-article; display results properly.
12656 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12658         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12660 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12662         * gnus-art.el (gnus-summary-save-in-pipe):
12663         Consider gnus-save-all-headers.
12665 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
12667         * gnus-util.el (ns-focus-frame): Remove declaration.
12668         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
12669         like x.
12671 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12673         * rfc2104.el (rfc2104-zero): Delete defconst.
12674         (rfc2104-hex-alist): Likewise.
12675         (rfc2104-hex-to-int): Delete func.
12676         (rfc2104-hexstring-to-bitstring): Likewise.
12677         (rfc2104-nybbles): New defconst.
12678         (rfc2104-hash): Rewrite for speed.
12680 2008-07-16  Glenn Morris  <rgm@gnu.org>
12682         * gnus-util.el (ns-focus-frame): Declare for compiler.
12684 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12686         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12687         set as a group parameter.
12688         (gnus-summary-save-in-pipe): Work when it is called independently.
12689         (gnus-summary-pipe-to-muttprint): Don't modify
12690         gnus-summary-pipe-output-default-command.
12692 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12694         * message.el (message-send-mail-with-sendmail):
12695         Display the error message.
12697 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12699         * gnus-art.el (gnus-default-article-saver):
12700         Add gnus-summary-save-in-pipe to choices.
12701         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12702         gnus-summary-pipe-output-default-command as the default command.
12703         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12704         instead of gnus-last-shell-command.
12706         * gnus-sum.el (gnus-summary-pipe-output-default-command):
12707         New user option.
12708         (gnus-summary-muttprint-program): Mention the value will be changed.
12709         (gnus-summary-save-article): Force showing of all headers.
12710         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12712 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
12714         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12716 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
12718         * nnimap.el (nnimap-id):
12719         * sieve-manage.el (sieve-manage-open): Doc fixes.
12721 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
12723         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12724         if available.
12726 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12728         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12730         * nnkiboze.el (nnkiboze-generate-group):
12731         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12733         * nnmairix.el: Require CL.
12735 2008-06-15  David Engster  <dengste@eml.cc>
12737         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12739 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
12741         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12742         New macros that expand to an `aset'/`aref' call under Emacs, and to a
12743         runtime choice under XEmacs.
12745         * gnus-sum.el (gnus-summary-set-display-table):
12746         Use `gnus-put-display-table', `gnus-get-display-table',
12747         `gnus-set-display-table' for the display table, instead of `aset'.
12749 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12751         * nnmairix.el: Add autoloads.
12753 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
12755         * nnmairix.el (nnmairix-delete-recreate-group)
12756         (nnmairix-update-and-clear-marks): Fix error messages.
12758 2008-06-14  David Engster  <dengste@eml.cc>
12760         * nnmairix.el: Upgrade to version 0.6.
12761         (nnmairix-group-toggle-propmarks-this-group)
12762         (nnmairix-group-toggle-readmarks-this-group)
12763         (nnmairix-group-delete-recreate-this-group)
12764         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12765         (nnmairix-remove-tick-mark-original-article): New commands.
12766         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12767         (nnmairix-propagate-marks-to-nnmairix-groups)
12768         (nnmairix-only-use-registry, nnmairix-allowfast-default)
12769         (nnmairix-marks-cache, nnmairix-version-output): New variables.
12770         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12771         functions needed for marks propagation and manipulation of read marks.
12772         (nnmairix-update-groups): New function.
12773         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12774         (nnmairix-determine-original-group-from-registry)
12775         (nnmairix-determine-original-group-from-path)
12776         (nnmairix-get-group-from-file-path, nnmairix-map-range)
12777         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12778         New helper functions.
12779         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12780         keystrokes for new commands.
12781         (nnmairix-delete-and-create-on-change): Doc string cleanup.
12782         (nnmairix-request-group): Check allow-fast group parameter.
12783         (nnmairix-request-create-group): Set allow-fast group parameter if
12784         nnmairix-allowfast-default is set.
12785         (nnmairix-close-group): Propagate marks upon closing if needed.
12786         (nnmairix-group-toggle-threads-this-group): Use new.
12787         nnmairix-group-toggle-parameter helper function.
12788         (nnmairix-search): Better check for empty search result.
12789         (nnmairix-goto-original-article): Use new helper functions for
12790         determining original article.
12791         (nnmairix-show-original-article): Make sure message-id is in brackets.
12792         (nnmairix-call-mairix-binary): Change variable name.
12793         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12794         helper function.
12795         (nnmairix-widget-toggle-activate): Fix doc string.
12797 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12799         * nnir.el: Require edmacro when compiling with XEmacs.
12800         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12801         available in Emacs 21.
12803 2008-06-11  Glenn Morris  <rgm@gnu.org>
12805         * gnus-util.el (x-focus-frame):
12806         * gnus.el (image-size):
12807         * mm-decode.el (image-size): Declare.
12809         * gnus-picon.el (declare-function): Add compat definition.
12810         (image-size): Declare.
12812         * gnus-group.el (tool-bar-map):
12813         * gnus-sum.el (tool-bar-map): Define for compiler.
12815         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12817         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12819         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12820         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12821         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12822         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12823         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12824         * sieve-manage.el, spam-report.el, spam.el:
12825         Remove unnecessary eval-and-compile of autoloads.
12827 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
12829         * auth-source.el: Precise Tramp doc.
12831 2008-06-07  Glenn Morris  <rgm@gnu.org>
12833         * nnmairix.el: Remove unnecessary eval-when-compile.
12835 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
12837         * nnir.el: New file.
12839 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12841         * gnus-util.el (gnus-read-shell-command): New function.
12842         * mm-decode.el (mm-pipe-part):
12843         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12845 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12847         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12849 2008-06-03  Glenn Morris  <rgm@gnu.org>
12851         * pop3.el (nnheader-accept-process-output): Autoload it.
12853 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12855         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12856         are not 2-digit hexadecimal characters that follow `%'s.
12858 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12860         * message.el (message-bogus-recipient-p): Fix type in doc string.
12861         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12862         (message-bogus-addresses): Rename from message-bogus-address-regexp.
12863         Improve custom options.
12864         (message-bogus-recipient-p): Adjust accordingly.
12866 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12868         * nnmairix.el: Require edmacro when compiling with XEmacs.
12870 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
12872         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12873         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12875 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12877         * auth-source.el: Add more docs.
12879 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12881         * nnheader.el (nnheader-read-timeout): Change the default timeout from
12882         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
12883         retrieval faster in some cases, but might make CPU usage larger.
12884         If this has any bad side effects, we might revert this change.
12886         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12887         seems to make mail retrieval much, much faster.
12888         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12889         unconditionally.
12891         * gnus-draft.el (gnus-group-send-queue):
12892         Bind message-send-mail-partially-limit to nil to avoid being prompted.
12894 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
12896         * mml.el (mml-attach-buffer): Prompt for `disposition'.
12898         * message.el (message-bogus-address-regexp): Fix and improve custom
12899         type.
12900         (message-setup-hook): Add message-check-recipients as custom option.
12902 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
12904         * message.el (message-cite-function): Remove bogus autoload which crept
12905         in during merge from v5-10.
12907 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12909         * nnimap.el (nnimap-open-connection): Fix login/password bug.
12911         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12913         * auth-source.el: Preliminary Tramp docs.
12914         (auth-sources): Change the default auth-sources to use
12915         EPA .gpg files.
12917 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
12919         * nntp.el: Autoload `auth-source-user-or-password'.
12920         (nntp-send-authinfo): Use it.
12922         * nnimap.el: Autoload `auth-source-user-or-password'.
12923         (nnimap-open-connection): Use it.
12925         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
12926         for the gnus-message function.
12927         (auth-source-user-or-password): Use it.
12929 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12931         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12932         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
12933         (rfc2104-hash): Use it.
12935 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
12937         * gnus-art.el (gnus-article-toggle-truncate-lines):
12938         Don't use `iff' in docstring.
12940 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
12942         * gnus-registry.el: Adjusted copyright dates and added a keyword.
12944         * gnus-util.el (gnus-extract-address-component-name)
12945         (gnus-extract-address-component-email): Convenience functions around
12946         `gnus-extract-address-components'.
12948         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12949         Use `gnus-extract-address-component-email' to fix bug of comparing full
12950         sender name to `user-mail-address'.
12952 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
12954         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12955         catch/throw to optimize.
12956         (gnus-registry-find-keywords): Just use member to find a keyword.
12958 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12960         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12961         is current before calling gnus-server-prepare.
12962         (gnus-server-setup-buffer, gnus-server-update-server)
12963         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12965 2008-05-04  Juri Linkov  <juri@jurta.org>
12967         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12968         (mailcap-file-default-commands): Use mailcap-replace-in-string
12969         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12970         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12972 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12974         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12976 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12978         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12979         hooks.
12980         (gnus-update-read-articles): Speed up non-marks-using users.
12981         (gnus-use-marks): Define gnus-use-marks.
12982         (gnus-propagate-marks): Rename variable to something more sensible.
12984 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12986         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12987         (gmm-image-load-path-for-library): Fix typos in docstrings.
12988         (gmm-message): Reflow docstring.
12990 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12992         * mail-source.el (mail-source-set-1, mail-source-bind):
12993         Move auth-source code out of the macro to clean it up and fix bugs.
12995 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12997         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12998         by sender if it's equal to user-mail-address, it's likely to be
12999         useless.
13001         * mail-source.el (mail-source-bind): Don't use user or password if they
13002         are not bound.  Unintern them if they are nil.  Don't use server unless
13003         it's bound, and default it to empty string otherwise.
13005 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13007         * mail-source.el: Load auth-source.el.
13008         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13009         get user name or password, if auth-sources is set up.
13011         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13012         strategy of splitting with parent.
13013         (gnus-registry-split-fancy-with-parent)
13014         (gnus-registry-post-process-groups): Use it and fix prior
13015         bug (returning a list as the split result).
13017         * auth-source.el (auth-sources): Remove server parameter.
13018         (auth-source-pick, auth-source-user-or-password)
13019         (auth-source-user-or-password-imap)
13020         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13021         (auth-source-user-or-password-sftp)
13022         (auth-source-user-or-password-smtp): Remove server parameter.
13024 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13026         * smime.el (smime-sign-region, smime-encrypt-region)
13027         (smime-decrypt-region):
13028         Remove redundant calls to `generate-new-buffer-name'.
13030 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13032         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13033         Don't use QP for message/rfc822.
13034         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13036 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13038         * sieve-manage.el (sieve-string-bytes): Remove.
13039         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13040         correct byte-length only if the process's coding-system is the same as
13041         the one used internally by Emacs to represent strings.
13043 2008-04-22  Juri Linkov  <juri@jurta.org>
13045         * mailcap.el (mailcap-file-default-commands): New function.
13047 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13049         * message.el (message-signature-separator, message-cite-function):
13050         Change custom version.
13052 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13054         * mm-decode.el (mm-display-external): Make temp file read-only.
13056 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13058         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13059         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13060         `C-c C-f d'.
13062 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13064         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13066 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13068         * auth-source.el: Add docs.
13069         (auth-sources): Modify format to support server.
13070         (auth-source-pick, auth-source-user-or-password)
13071         (auth-source-user-or-password-imap)
13072         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13073         (auth-source-user-or-password-sftp)
13074         (auth-source-user-or-password-smtp): Add server parameter.
13076 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13078         * gnus-registry.el: Initialize the registry when gnus-registry-install
13079         is t.
13081 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13083         * compface.el (uncompface): Make buffer unibyte.
13085 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13087         * mail-source.el (mail-source-value):
13088         Prefer fboundp to functionp so it works with macros as well.
13090 2008-04-05  Glenn Morris  <rgm@gnu.org>
13092         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13094 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13096         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13097         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13099         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13100         multibyteness after rather than before erasing it.
13102         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13103         mm-with-multibyte.
13104         (gnus-request-article-this-buffer): Make sure the proper decoding is
13105         used if gnus-original-article-buffer happens to be unibyte.
13107         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13108         default-enable-multibyte-characters.
13110         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13111         default-enable-multibyte-characters.
13113         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13115         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13117 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13119         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13120         Fix last change in case the element is not even a symbol.
13122 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13124         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13125         imap-enable-exchange-bug-workaround.
13126         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13128 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13130         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13131         a 100 byte status-checks into a 2-3MB transfer for each group.
13132         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13133         to enable bug workaround or not.
13134         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13136 2008-03-31  Glenn Morris  <rgm@gnu.org>
13138         * message.el (mml2015-use): Declare for compiler.
13139         (message-info): Require mml2015 when appropriate.
13141 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13143         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13144         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13145         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13146         (nntp-service-to-port): New function.
13147         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13148         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13149         (nntp-open-netcat-stream): New function.
13150         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13152 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13154         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13156 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13158         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13160 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13162         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13164 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13166         * message.el (message-signature-separator): Change default.
13167         Improve custom type.
13168         (message-cite-function): Change default to
13169         message-cite-original-without-signature.
13171         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13172         toggle.
13174         * message.el (message-check-news-body-syntax): Fix signature check.
13175         (message-setup-1): Mark buffer as unmodified _after_ running
13176         message-setup-hook and handling message-alternative-emails.
13177         (message-shorten-references): Be more strict when building list of
13178         valid references to comply with GNKSA.
13180         * gnus-group.el (gnus-read-ephemeral-bug-group)
13181         (gnus-read-ephemeral-debian-bug-group)
13182         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13184         * message.el (message-info): Don't use booleanp which isn't supported
13185         in Emacs 21 and XEmacs.
13187 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13189         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13190         gnus-group-gmane-group-download-format.
13191         (gnus-group-read-ephemeral-gmane-group): Rename from
13192         gnus-group-read-ephemeral-gmane-group.
13193         (gnus-read-ephemeral-gmane-group-url): Rename from
13194         gnus-group-read-ephemeral-gmane-group-url.
13195         (gnus-bug-group-download-format-alist): New variable.
13196         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13197         (gnus-read-ephemeral-emacs-bug-group): New commands.
13199 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13201         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13202         (gnus-visible-headers): Improve custom type.
13204 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13206         * mml.el (mml-menu): Add workarounds for XEmacs.
13208         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13209         X-Boundary header.
13211         * message.el (message-simplify-recipients): Fix previous commit.
13213 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13215         * mm-util.el (mm-set-buffer-multibyte): New function.
13216         * mm-decode.el (mm-copy-to-buffer): Use it.
13218         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13219         Prefer fboundp to functionp so it works with macros as well.
13221 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13223         * message.el (message-alter-recipients-discard-bogus-full-name):
13224         New function.
13225         (message-alter-recipients-function): New variable.
13226         (message-get-reply-headers): Use it.
13227         (message-replace-header): New helper function.
13228         (message-recipients-without-full-name): New variable.
13229         (message-simplify-recipients): New command.
13231         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13233         * message.el (message-info): Handle EasyPG manual.
13235         * mml.el (mml-menu): Add entry for EasyPG.
13237 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13239         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13240         parameter.
13242         * message.el (message-disassociate-draft): Specify drafts group name
13243         fully.
13245 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13247         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13248         Eliminate unnecessary duplicates from the match list.
13250 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13252         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13253         args of `how-many' of which the XEmacs version doesn't take; declare
13254         Info-index-next as function.
13256 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13258         * gnus-score.el (gnus-score-headers): Fix handling of
13259         gnus-inhibit-slow-scoring.
13261         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13262         string.
13263         (gnus-button-url-regexp): Improve handling of parenthesis.
13264         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13265         (gnus-button-handle-info-keystrokes): Handle index entries.
13267 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13269         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13270         Incoming* files.
13272 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13274         * auth-source.el (auth-sources): Rename from auth-source-choices.
13275         (auth-source-pick): Use it.
13277 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13279         * auth-source.el (auth-source-protocols)
13280         (auth-source-protocols-customize, auth-source-choices): Add and
13281         modified variable customizations and defaults.
13282         (auth-source-pick, auth-source-user-or-password)
13283         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13284         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13285         (auth-source-user-or-password-sftp)
13286         (auth-source-user-or-password-smtp): Use new variables and provide an
13287         interface to netrc.el.
13289 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13291         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13292         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13293         Make sure the nntp port to specify is a string.
13295 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13297         * nntp.el: Use with-current-buffer.
13298         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13299         dubious mm-with-unibyte-current-buffer.
13300         (nntp-with-open-group-function): New function extracted from
13301         nntp-with-open-group macro.
13302         (nntp-with-open-group): Use the function, so it's easier to debug.
13303         Add indentation and debugging info.
13304         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13305         Recommend the use of the netcat alternatives.
13307         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13308         Avoid mm-string-as-multibyte as well.
13310         * nnweb.el (nnweb-insert-html):
13311         Remove use of nnheader-string-as-multibyte.
13313         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13314         (nnheader-string-as-multibyte): Remove.
13316         * mm-view.el: Use inhibit-read-only.
13317         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13318         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13319         or unibyte-string.
13321         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13322         (mm-uu-yenc-extract): Use with-current-buffer.
13324         * gnus-soup.el (gnus-soup-send-packet): Don't use
13325         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13327         * nnmh.el: Use with-current-buffer.
13328         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13329         mm-string-as-multibyte on the output of mm-encode-coding-string.
13331         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13332         (nnimap-request-move-article): Use with-current-buffer.
13334         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13335         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13336         conversion uses string-make-unibyte rather than string-as-unibyte.
13338         * gnus-msg.el: Use with-current-buffer.
13340         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13342 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13344         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13345         string for caching if it is 'PIN.
13347 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13349         * mail-source.el (mail-source-delete-old-incoming-confirm):
13350         Change default to nil.
13351         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13353 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13355         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13356         (gnus-article-goto-prev-page): Work for articles having ^L's.
13358         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13360         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13362 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13364         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13365         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13366         (gnus-bookmark-jump): Adjust some variable names.
13368 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13370         * auth-source.el: New package.
13371         (auth-source-choices): Add customization entry point variable.
13373         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13374         bug.
13376 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13378         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13379         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13380         (gnus-registry-install-shortcuts): Rename from
13381         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13382         the `gnus-registry-mark-map' keymap dynamically from
13383         `gnus-registry-marks'.  The generated functions update the summary line
13384         when a registry mark is added or deleted, and will call
13385         `gnus-registry-install-p' (see the comments in the code).
13386         (gnus-registry-user-format-function-M): Use concat intelligently.
13388         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13389         the registry mark functions.
13391 2008-03-05  Glenn Morris  <rgm@gnu.org>
13393         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13394         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13395         gnus-art.
13396         (top-level): No need to load own source when compiling.
13398 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13400         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13401         Suggested by <chris.anderton@zetnet.co.uk>.
13403 2008-03-04  Glenn Morris  <rgm@gnu.org>
13405         * gnus-sum.el (top-level): No need to require gnus when compiling,
13406         since unconditionally required near start of file.
13407         (gnus-summary-display-while-building): Move definition before use.
13409 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13411         * gnus-registry.el (gnus-registry-user-format-function-M):
13412         Add formatting function.
13414 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13416         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13417         with plists.
13418         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13419         Use new format.
13421 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13423         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13424         `where-is-internal' that returns a range of key sequences.
13426 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13428         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13430         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13431         (gnus-summary-jump-to-group): Consider windows on other displayed
13432         frames as well.  Similar changes might be needed elsewhere, but that's
13433         the one I've bumped into during my use.
13435         * nndoc.el (nndoc-oe-dbx-type-p):
13436         * gnus-msg.el (gnus-debug):
13437         * gnus-group.el (gnus-update-group-mark-positions):
13438         Use mm-string-to-multibyte.
13440 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13442         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13443         doesn't handle NotDashEscaped.
13445         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13446         (mml-dnd-attach-options): Fix typo in custom choice.
13448         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13449         Change nndoc-article-type to mbox.
13450         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13452         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13453         to nil, instead of html2text.
13455         * imap.el (imap-debug): Add `imap-ping-server'.
13457         * gnus-bookmark.el: Add FIXMEs.
13459         * message.el (message-form-letter-separator)
13460         (message-send-form-letter-delay): New variables.
13461         (message-send-form-letter): Use them.  New command to send form
13462         letters.  Requested by Uwe Siart.
13463         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13465 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13467         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13468         empty author.
13470 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13472         * gnus-registry.el (gnus-registry-marks): Add variable for
13473         customization of marks and their appearance.
13474         (gnus-registry-read-mark): Use it.
13475         (gnus-registry-do-marks): Add utility function to loop through
13476         `gnus-registry-marks'.
13477         (gnus-registry-install-shortcuts-and-menus): Add function to install
13478         shortcuts and menus.
13479         (gnus-registry-initialize): Use it.
13480         (gnus-registry-default-mark): Clarify documentation.
13482 2008-02-29  Glenn Morris  <rgm@gnu.org>
13484         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13485         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13486         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13487         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13488         Change defcustom :version from 23.0 to 23.1.
13490 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13492         * gnus-registry.el (gnus-registry-follow-group-p)
13493         (gnus-registry-post-process-groups): Add functions to aid registry
13494         splitting and improve logging.  Clarify behavior in function
13495         documentation.
13496         (gnus-registry-split-fancy-with-parent): Use them.
13498 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13500         * gnus-art.el: Use with-current-buffer.
13502 2008-02-27  David Engster  <dengste@eml.cc>
13504         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13505         Express real group name in the response.
13507 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13509         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13510         (nnmairix-last-server, nnmairix-current-server): Defvar them.
13511         (nnmairix-goto-original-article): Defvar gnus-registry-install and
13512         autoload gnus-registry-fetch-group when compiling.
13513         (nnmairix-request-group-with-article-number-correction):
13514         Remove unreferenced argument passed to nnmairix-call-backend.
13516 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13518         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13519         (mm-uu-extract): Improve face for low color ttys.
13520         Reported by Sascha Wilde.
13522 2008-02-27  Glenn Morris  <rgm@gnu.org>
13524         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13525         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13526         variables to defconsts.  Convert comments to doc-strings.
13527         (nnmairix-last-server, nnmairix-current-server): Convert from free
13528         variables to defvars.  Convert comments to doc-strings.
13529         (gnus-registry-fetch-group): Autoload.
13530         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13531         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13532         (nnmairix-widget-build-editable-fields): Use car cddr rather than
13533         caddr.
13534         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13535         nnmairix-request-group-with-article-number-correction call.
13536         (nnmairix-fast, nnmairix-group): New, less general names, for free
13537         variables passed from nnmairix-request-group to
13538         nnmairix-request-group-with-article-number-correction.  Declare.
13539         (nnmairix-request-group-with-article-number-correction):
13540         Use nnmairix-fast, nnmairix-group rather than fast, group.
13542 2008-02-26  David Engster  <dengste@eml.cc>
13544         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
13545         version 0.5.
13547 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13549         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13550         instead of making an extra function call.  Don't add the current group
13551         to articles only when they have the group.  Use
13552         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13553         Reported by David <de_bb@arcor.de>.
13555 2008-02-24  Miles Bader  <miles@gnu.org>
13557         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13558         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13559         (mm-find-mime-charset-region):
13560         * mm-bodies.el (mm-encode-body):
13561         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13563 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
13565         * mail-source.el (mail-source-delete-incoming): Change default.
13566         Supplement doc string.
13568         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13570 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13572         * nnmail.el (nnmail-message-id-cache-file): Derive from
13573         `gnus-home-directory'.
13575 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
13577         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13578         Document negative prefix.
13580         * gnus-group.el (gnus-group-read-group): Document negative prefix.
13582 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13584         * message.el (message-unsent-separator): Add the Exim bounce
13585         separator.
13587 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
13589         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13590         list.
13591         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13592         recipient/signer list.
13594 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13596         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13597         fbound (Emacs 23 unicode), signal an error.
13599 2008-02-08  Glenn Morris  <rgm@gnu.org>
13601         * gnus-art.el (pgg-display-output-buffer): Declare as function.
13603 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
13605         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13606         ports to the calls to `netrc-machine-user-or-password' in addition to
13607         "imap" and "imaps".
13609 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13611         * gnus.el (gnus-group-startup-message): Add `find-image' call before
13612         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
13613         <hanche@math.ntnu.no>.
13615 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13617         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13619 2008-02-01  Zhang Wei  <id.brep@gmail.com>
13621         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13623         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13625 2008-02-01  Miles Bader  <miles@gnu.org>
13627         * mml.el (mml-parse-1): Remove apparently vestigial use of
13628         `mm-hack-charsets'.
13629         * mm-bodies.el (mm-encode-body): Likewise.
13631 2008-02-01  Kenichi Handa  <handa@m17n.org>
13633         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13634         rfc2104-hexstring-to-bitstring and changed to return a byte list.
13635         (rfc2104-hash): Convert the result of concat to unibyte string.
13637 2008-02-01  Dave Love  <fx@gnu.org>
13639         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13640         coding-system-for-read.
13641         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13643         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13644         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13645         (mm-find-mime-charset-region): Remove hack-charsets stuff.
13647 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
13649         * mail-source.el (mail-sources): Add `group' choice.
13651         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13652         parameter `in-group' to control into which group the articles go.
13653         Add treatment of `group' mail-source.
13655 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
13657         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13658         * message.el (message-beginning-of-line): Use featurep instead of bound
13659         tests in order to resolve conditionals at compile time.
13661 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13663         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13665         * mm-decode.el (mm-dissect-buffer): Decode description.
13667         * mml.el (mml-to-mime): Encode message header first.
13669 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13671         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13672         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13674 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
13676         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13678 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13680         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13681         prefix keys.
13682         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13683         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13684         gnus-xmas.el.
13686 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
13688         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13689         Add new variables for article mark management.
13690         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13691         list of extra data entries which, when present, will indicate that the
13692         article ID should not be trimmed from the registry.
13693         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13694         functions.
13695         (gnus-registry-read-mark): New function to read a mark name from the
13696         user.
13697         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13698         (gnus-registry-set-article-mark-internal): New functions to add and
13699         remove marks.
13700         (gnus-registry-get-article-marks): New function to show the marks for
13701         an article, or retrieve them for further use.
13703 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13705         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13706         keys when no argument is given.
13708 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13710         * gnus-sum.el (gnus-article-sort-by-random)
13711         (gnus-thread-sort-by-random): Fix doc strings.
13712         Reported by jidanni@jidanni.org.
13714 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13716         * gnus-art.el (gnus-article-describe-bindings): New function.
13717         (gnus-article-read-summary-keys): Use it.
13718         (gnus-article-mode-map): Bind `C-h b' to it.
13720 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13722         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13723         XEmacs.
13724         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13725         Protect against non-character events.
13727 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
13729         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13730         New command.
13731         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13732         instead of END.  Change name of the temp file.
13733         (gnus-group-gmane-group-download-format): Add doc string.  Make it
13734         customizable.
13736 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13738         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13739         bind `S W' to gnus-article-wide-reply-with-original; set default
13740         binding to gnus-article-read-summary-send-keys.
13741         (gnus-article-read-summary-keys): Fix the order of keys; display
13742         continuation keys correctly in the echo area; describe bindings
13743         correctly when keys end with `C-h'.
13744         (gnus-article-read-summary-send-keys): New function.
13745         (gnus-article-describe-key, gnus-article-describe-key-briefly):
13746         Work for gnus-article-read-summary-send-keys; display continuation keys
13747         correctly in the echo area.
13748         (gnus-article-reply-with-original): Ignore prefix argument.
13749         (gnus-article-wide-reply-with-original): New function.
13751 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13753         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13754         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13756 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13758         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13759         (gnus-group-read-ephemeral-gmane-group): New command.
13761 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13763         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13765 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13767         * message.el (message-send-mail-function): Increase custom version.
13769         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13770         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
13772 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13774         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13775         html parts correctly; support forwarded messages.
13776         (gnus-article-browse-html-article): Remove work buffers.
13778         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13779         compiling.
13780         (netrc-bound-and-true-p): New macro.
13781         (netrc-parse): Use it instead of bound-and-true-p that is not available
13782         in XEmacs 21.4.
13784 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
13786         * gnus-registry.el (gnus-registry-mark-article)
13787         (gnus-registry-article-marks): Add functionality to mark articles
13788         through the Gnus registry.
13790         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13791         (netrc-parse): Use encrypt-file-alist to determine if
13792         encrypt-find-model or encrypt-insert-file-contents should be used.
13794 2007-12-19  Glenn Morris  <rgm@gnu.org>
13796         * mml.el (message-options-set, message-narrow-to-head)
13797         (message-in-body-p, message-mail-p, message-encode-message-body):
13798         Autoload.
13799         (message-remove-header, message-narrow-to-headers-or-head)
13800         (message-subscribed-p, message-make-mail-followup-to)
13801         (message-position-on-field, message-news-p)
13802         (message-options-set-recipient, message-generate-headers)
13803         (message-sort-headers): Declare as functions.
13805 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13807         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13808         convention in doc string.
13810 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13812         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13813         title to html parts.
13814         (gnus-article-browse-html-article): Pass message header to it.
13816         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13818 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
13820         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13821         or password compatible with XEmacs.
13823 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13825         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13826         format document.
13827         (gnus-mime-delete-part): Don't write description line if empty.
13828         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13830 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13832         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13833         (gnus-summary-mark-read-and-unread-as-read)
13834         (gnus-summary-mark-current-read-and-unread-as-read)
13835         (gnus-summary-mark-unread-as-ticked): Doc fix.
13836         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13838 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13840         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13841         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13843 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13845         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13846         yes-or-no-p.
13848 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13850         * mm-decode.el (mm-add-meta-html-tag): New function.
13851         (mm-save-part-to-file, mm-pipe-part): Use it.
13853         * gnus-art.el (gnus-article-browse-delete-temp-files):
13854         Use gnus-y-or-n-p instead of y-or-n-p.
13855         (gnus-article-browse-html-parts): Work with message/external-body; use
13856         mm-add-meta-html-tag.
13858 2007-12-11  Glenn Morris  <rgm@gnu.org>
13860         * gnus-cache.el: Require gnus-sum not just when compiling.
13862         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13864         * gnus-int.el (gnus-server-opened, gnus-status-message):
13865         Move definitions before use.
13867         * mm-decode.el: Require gnus-util.
13868         (mm-remove-part): Only call delete-annotation on XEmacs.
13870         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13872         * nnmail.el: Require gnus-int.
13874         * spam.el: Move `require's before `eval-when-compile's.
13876         * gnus-ems.el (gnus-alive-p):
13877         * gnus-fun.el (message-goto-eoh):
13878         * gnus-util.el (gnus-group-name-decode):
13879         * mail-source.el (gnus-compress-sequence):
13880         * message.el (Info-goto-node, format-spec):
13881         * mm-bodies.el (message-options-get):
13882         * mm-decode.el (mm-view-pkcs7):
13883         * mm-util.el (gmm-write-region):
13884         * mml-smime.el (mml-compute-boundary)
13885         (gnus-completing-read-with-default):
13886         * mml.el (widget-button-press, gnus-make-hashtable):
13887         * mml1991.el (mm-decode-content-transfer-encoding)
13888         (mm-encode-content-transfer-encoding)
13889         (message-options-get, message-options-set):
13890         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13891         * nnfolder.el (gnus-request-group):
13892         * nnheader.el (ietf-drums-unfold-fws):
13893         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13894         * smime.el (gnus-run-mode-hooks):
13895         * spam-stat.el (gnus-message): Autoload.
13897         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13898         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13899         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13900         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13901         Add declare-function compatibility definition.
13903         * gnus-cache.el (nnvirtual-find-group-art):
13904         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13905         (gnus-add-image, gnus-add-wash-type):
13906         * gnus-group.el (nnkiboze-score-file):
13907         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13908         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13909         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13910         (message-tokenize-header, gnus-get-buffer-create)
13911         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13912         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13913         * gnus.el (gnus-group-decoded-name):
13914         * mail-source.el (imap-capability):
13915         * mm-bodies.el (message-options-set):
13916         * mm-decode.el (gnus-configure-windows):
13917         * mm-extern.el (message-goto-body):
13918         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13919         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13920         (epg-sub-key-validity, message-options-set):
13921         * mml.el (widget-event-point, gnus-configure-windows):
13922         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13923         * mml2015.el (epg-check-configuration, epg-configuration)
13924         (message-options-set):
13925         * nndb.el (nndb-request-article):
13926         * nnfolder.el (gnus-request-create-group):
13927         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13928         * nnmaildir.el (gnus-group-mark-article-read):
13929         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13930         * rfc1843.el (message-fetch-field):
13931         * spam.el (gnus-extract-address-components):
13932         Declare as functions.
13934 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13936         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13938 2007-12-09  Glenn Morris  <rgm@gnu.org>
13940         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13942         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13943         * message.el, mm-view.el, sieve-manage.el, smime.el:
13944         Add declare-function compatibility definition.
13946         * gnus-art.el (w3-region, w3m-region, Info-menu):
13947         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13948         * gnus-sum.el (gnus-get-predicate):
13949         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13950         * message.el (mail-abbrev-in-expansion-header-p):
13951         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13952         (w3m-detect-meta-charset, w3m-region):
13953         * sieve-manage.el (password-read, password-cache-add)
13954         (password-cache-remove):
13955         * smime.el (password-read-and-add): Declare as functions.
13957 2007-12-08  David Kastrup  <dak@gnu.org>
13959         * gnus-sum.el (gnus-summary-simplify-subject-query):
13960         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13961         `message'.
13963 2007-12-07  Glenn Morris  <rgm@gnu.org>
13965         * gnus-art.el (article-make-date-line): Revert previous change.
13967 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13969         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13971 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13973         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13974         Call gnus-add-to-range ranges only once with a prepared article-list.
13976 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13978         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13979         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13980         group names with backslashes.
13981         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13983 2007-12-06  Deepak Goel  <deego3@gmail.com>
13985         * gnus-art.el (article-make-date-line):
13986         * gnus-start.el (gnus-load):
13987         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13989 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13991         * gnus-art.el (gnus-use-idna):
13992         * gnus-start.el (gnus-site-init-file):
13993         * message.el (message-use-idna):
13994         * mm-uu.el (mm-uu-hide-markers):
13995         * smiley.el (smiley-style): Revert changes that suppress warnings.
13997 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13999         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14000         specify charset to html source.
14001         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14003 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14005         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14006         idna-program in order to suppress byte compile warning issued by XEmacs
14007         that came to byte compile the default value section of defcustom forms
14008         recently.
14010         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14011         value of installation-directory.
14013         * message.el (message-use-idna): Don't directly refer to the value of
14014         idna-program.
14016         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14018         * smiley.el (smiley-style): Don't directly call face-attribute.
14020 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14022         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14024         * gnus-dired.el: Reduce Gnus dependencies.
14025         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14026         Don't require.  Use autoloads instead.
14027         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14028         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14029         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14030         (gnus-dired-mode): Adjust doc string.
14031         (gnus-dired-mail-mode): New variable.
14032         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14033         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14034         (gnus-dired-mail-buffers): New function.  Return mail or message
14035         composition buffers.
14036         (gnus-dired-attach): Use it.
14037         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14038         NO-DECODE.
14039         (gnus-dired-print): Use `gnus-print-buffer' depending on
14040         `gnus-dired-mail-mode'.
14042 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14044         * rfc2047.el (rfc2047-encoded-word-regexp)
14045         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14046         explaining what regexp patterns are for.
14048 2007-12-04  Glenn Morris  <rgm@gnu.org>
14050         * password.el: Move to ../password-cache.el.
14052         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14053         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14054         * mml-smime.el (password-read, password-cache-add)
14055         (password-cache-remove):
14056         No need to autoload, since mml-sec requires password.
14058         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14059         * message.el (gnus-extract-address-components):
14060         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14062         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14063         password.
14065 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14067         * mailcap.el: Reduce dependencies.
14068         (mail-header-parse-content-type): Autoload.
14069         (mailcap-delete-duplicates): New alias.
14070         (mailcap-mime-info): Add optional argument NO-DECODE.
14071         (mailcap-mime-types): Use mailcap-delete-duplicates.
14073         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14075 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14077         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14078         function.
14080         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14081         (gnus-uu-yenc-article): New function.
14083         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14085         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14087 2007-12-02  Glenn Morris  <rgm@gnu.org>
14089         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
14090         Move to ../net.
14092         * binhex.el, uudecode.el: Move to ../mail.
14094         * encrypt.el: Remove file.
14096 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14098         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14099         matches on patches.
14101         * gnus-art.el (gnus-article-browse-html-article):
14102         Mention `mm-text-html-renderer' in the doc string.
14104         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14105         string.  Add comments.
14107         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14108         if rhs is ASCII.
14110 2007-12-01  Glenn Morris  <rgm@gnu.org>
14112         * dig.el, dns.el: Move to ../net.
14113         * format-spec.el, hex-util.el, sha1.el: Move to ../.
14115         * mail-source.el (top-level): Require format-spec before
14116         eval-when-compile.
14118 2007-11-30  Glenn Morris  <rgm@gnu.org>
14120         * encrypt.el: Require password, rather than autoloading password-read.
14122 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14124         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14125         caller can indicate whether the cache should be disregarded for this
14126         call.  This way the result of the call is reproducible at all times and
14127         can be considered a canonical server name for the supplied method.
14128         (gnus-agent-method-p): Canonicalize server names by pushing their
14129         method through `gnus-method-to-server' using the no-cache argument.
14131         * gnus-srvr.el (gnus-server-insert-server-line):
14132         Call `gnus-method-to-server' with `no-cache' argument.
14134         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14135         gnus-agent-possibly-synchronize-flags as this should be called when the
14136         server is actually being opened.
14137         (gnus-agent-possibly-synchronize-flags)
14138         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14139         flags file of an agentized server to the latter function.
14141         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14142         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14143         after a connection has been established successfully.
14145 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14147         * gnus-art.el (article-display-face): Force to display face if called
14148         interactively; check if gnus-article-x-face-too-ugly matches author.
14149         (article-display-x-face): Display face even if From header is missing
14150         as article-display-face does.
14152 2007-11-28  Richard Stallman  <rms@gnu.org>
14154         * md4.el: Move to ../.
14155         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
14157 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14159         * mail-source.el (mail-sources): Default to fetch from file for
14160         compatibility with default of nnmail-spool-file.
14162 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14164         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14165         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14166         to look for encoded word that should be encoded again.
14167         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14168         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14169         encoding pattern.
14170         (rfc2047-decode-region): Switch strict regexp and loose one according
14171         to rfc2047-allow-irregular-q-encoded-words.
14173 2007-11-26  Simon Josefsson  <simon@josefsson.org>
14175         * imap.el: Move to ../net directory.
14177 2007-11-25  Romain Francoise  <romain@orebokech.com>
14179         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14181 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14183         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14184         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14186         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14187         `nnmail-spool-file'.
14189         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14190         `nnmail-spool-file'.
14192         * gnus-move.el (gnus-change-server): Ditto.
14194         * gnus-kill.el (gnus-batch-score): Ditto.
14196         * gnus-cache.el (gnus-jog-cache): Ditto.
14198         * gnus-msg.el (gnus-summary-reply):
14199         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14201 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14203         * gnus-cache.el (gnus-cache-generate-nov-databases):
14204         Use nnml-generate-nov-databases-directory instead of
14205         nnml-generate-nov-databases-1.
14207 2007-11-24  Glenn Morris  <rgm@gnu.org>
14209         * message.el (message-tool-bar-retro): Update for rename
14210         mail_send.xpm->mail-send.xpm.
14212 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14214         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14215         `smime-ldap-search' for Emacs 22 and up.
14217 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14219         * hashcash.el: Move to ../mail directory.
14221         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
14223         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14224         `smime-ldap-search' for Emacs 22 and up.
14226 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14228         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14230         * message.el (message-send-mail-function): Fix error convention.
14231         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14232         (message-widen-reply, message-send-mail, message-talkative-question)
14233         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14234         (message-clone-locals, message-send-news): Use with-current-buffer.
14235         (message-insert-or-toggle-importance): Remove unused var `valid'.
14236         (message-make-references): Remove unused var `new-references'.
14237         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14239 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14241         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14242         (spam-split-symbolic-return-positive): Reflow docstring.
14243         (spam-backends, spam-summary-exit-behavior)
14244         (spam-mark-ham-unread-before-move-from-spam-group)
14245         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14246         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14247         (spam-clear-cache, spam-backend-check, spam-install-backend)
14248         (spam-install-statistical-backend, spam-list-of-processors)
14249         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14250         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14251         (spam-check-crm114, spam-initialize, spam-unload-hook):
14252         Fix typos in docstrings.
14254 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14256         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14257         been checked if they have never been read and those group levels are
14258         higher than the one that a user specified.
14260 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14262         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14263         foreign groups unless a group level is specified by a user.
14264         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14266 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14268         * message.el (message-send-mail-function): Require sendmail.
14270 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14272         * message.el (message-send-mail-function): Check for smtpmail too.
14274         * utf7.el (utf7-encode, utf7-decode): Use coding system
14275         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14277         * message.el (message-send-mail-function): New function.
14278         (message-send-mail-function): Set default using
14279         message-send-mail-function.  Adjust doc string.
14280         (message-send-mail-with-mailclient): New function.
14282 2007-11-17  Richard Stallman  <rms@gnu.org>
14284         * assistant.el: Remove file.
14286 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14288         * smime.el (from):
14289         * rfc2047.el (message-posting-charset):
14290         * qp.el (mm-use-ultra-safe-encoding):
14291         * pop3.el (parse-time-months):
14292         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14293         * nnml.el (files):
14294         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14295         (jka-compr-compression-info-list, ange-ftp-path-format)
14296         (efs-path-regexp):
14297         * nndiary.el (files):
14298         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14299         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14300         (epg-digest-algorithm-alist, inhibit-redisplay)
14301         (password-cache-expiry):
14302         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14303         (pgg-output-buffer, password-cache-expiry):
14304         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14305         (efs-path-regexp):
14306         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14307         (inhibit-redisplay):
14308         * mm-uu.el (file-name, start-point, end-point, entry)
14309         (gnus-newsgroup-name, gnus-newsgroup-charset):
14310         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14311         (latin-unity-ucs-list):
14312         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14313         (mm-uu-binhex-decode-function):
14314         * message.el (gnus-message-group-art, gnus-list-identifiers)
14315         (rmail-enable-mime-composing, gnus-local-organization)
14316         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14317         (gnus-read-active-file, facemenu-add-face-function)
14318         (facemenu-remove-face-function, gnus-article-decoded-p)
14319         (tool-bar-mode):
14320         * mail-source.el (display-time-mail-function):
14321         * gnus-util.el (nnmail-pathname-coding-system)
14322         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14323         (gnus-original-article-buffer, gnus-user-agent)
14324         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14325         (xemacs-codename, sxemacs-codename, emacs-program-version):
14326         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14327         * gnus-start.el (gnus-agent-covered-methods)
14328         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14329         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14330         (gnus-newsgroup-headers, gnus-group-list-mode)
14331         (gnus-group-mark-positions, gnus-newsgroup-data)
14332         (gnus-newsgroup-unreads, nnoo-state-alist)
14333         (gnus-current-select-method, mail-sources)
14334         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14335         (nnmail-spool-file, gnus-cache-active-hashtb):
14336         * gnus-mh.el (mh-lib-progs):
14337         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14338         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14339         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14340         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14341         (gnus-group-buffer):
14342         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14343         (font-lock-set-defaults):
14344         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14345         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14346         (gnus-summary-post-menu, total-parts, type, condition, length):
14347         * gnus-agent.el (gnus-agent-read-agentview):
14348         * flow-fill.el (show-trailing-whitespace):
14349         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14350         eval-and-compile wrappers for byte compiler pacifiers.
14352         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14353         (mm-display-inline-fontify): Check for featurep 'xemacs not
14354         extent-list.
14356         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14357         itimer-list.
14358         (mm-create-image-xemacs): Only do something for XEmacs.
14359         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14361         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14363         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14364         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14366 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14368         * nnimap.el (nnimap-split-download-body):
14369         * gnus-demon.el (gnus-demon):
14370         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14372 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14374         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14375         New macros.
14376         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14377         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14378         copy data from unibyte buffer to multibyte current buffer.
14379         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14380         to copy data from unibyte current buffer to multibyte buffer.
14381         (nntp-make-process-buffer): Make process buffer unibyte.
14383         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14385 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14387         * pop3.el (pop3-open-server): Accept and process data more robustly at
14388         connection start to avoid spurious "POP SSL connection failed" errors.
14390 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14392         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14393         read group names.
14395 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14397         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14399 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14401         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14402         (nnmail-save-active): Use a unibyte buffer when saving active file,
14403         which may contain non-ASCII group names.
14405         * nnml.el (nnml-request-group): Decode group names in messages.
14407 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
14409         * message.el (message-citation-line-function)
14410         (message-insert-formatted-citation-line): Fix spelling of
14411         `message-insert-formated-citation-line'.
14413 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
14415         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
14417 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14419         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
14420         nnmail-pathname-coding-system.
14422         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
14423         that a user enters; decode group names in messages.
14425         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
14427 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14429         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
14431         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
14433         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
14434         risky local variable.
14436         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
14438 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
14440         * encrypt.el: Improve documentation to fix function name typo.
14441         Reported by Daiki Ueno <ueno@unixuser.org>.
14443 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14445         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
14446         even if the point is not in the last page of an article.
14447         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
14448         back to the previous page.
14450 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
14452         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
14454 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14456         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
14458 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14460         * message.el (message-check-news-body-syntax):
14461         Avoid mm-string-as-multibyte.
14462         (message-hide-headers): Don't assume (point-min)==1.
14464 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14466         * message.el (message-remove-blank-cited-lines): Fix if remove is
14467         given.
14468         (message-bogus-address-regexp): New variable.
14469         (message-bogus-recipient-p): New function.
14470         (message-check-recipients): New command.
14471         (message-syntax-checks): Add `bogus-recipient'.
14472         (message-fix-before-sending): Add `bogus-recipient'.
14474         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14475         (gnus-treat-body-boundary): Don't test window-system.
14477 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
14479         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14481 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14483         * gnus.el: Bump version to Gnus v5.13.
14485 2007-10-28  Miles Bader  <miles@gnu.org>
14487         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14488         at compile-time too.
14490 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14492         * gnus-msg.el (gnus-message-setup-hook):
14493         Add `message-remove-blank-cited-lines' to options.
14495 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14497         * message.el (message-remove-blank-cited-lines): New function.
14498         Suggested by Karl Plästerer.
14500 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14502         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14503         mapc.
14505         * imap.el (imap-open): Replace mapcar called for effect with mapc.
14506         (top-level): Use mapc to set functions to be traced for debugging.
14508         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14509         called for effect with while loop.
14511         * message.el (message-talkative-question): Replace mapcar called for
14512         effect with mapc.
14514         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14515         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14516         called for effect with dolist.
14518         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14520         * nndiary.el: Use dolist instead of mapcar to add diary headers to
14521         gnus-extra-headers and nnmail-extra-headers.
14523         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14524         called for effect with dolist.
14525         (top-level): Use mapc to set functions to be traced for debugging.
14527         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14528         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14529         dolist.
14531         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14532         Replace mapcar called for effect with mapc.
14533         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14534         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14535         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14536         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14538         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14539         remove-if that's a cl function.
14541         * webmail.el (webmail-debug): Replace mapcar called for effect with
14542         dolist.
14544 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14546         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14547         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14548         with while loop.
14550         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14551         functions from article-* functions.
14552         (gnus-multi-decode-header): Replace mapcar called for effect with
14553         dolist.
14555         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14556         (gnus-bookmark-show-details): Replace mapcar called for effect with
14557         while loop.
14559         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14560         called for effect with while loop.
14562         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14563         with dolist.
14565         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14566         Replace mapcar called for effect with dolist.
14568         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14570         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14571         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14572         Replace mapcar called for effect with dolist.
14573         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14574         mapc.
14576         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14577         Replace mapcar called for effect with dolist.
14578         (gnus-topic-list): Replace mapcar called for effect with mapc.
14580         * gnus.el: Use mapc instead of mapcar to add autoloads.
14582 2007-10-23  Richard Stallman  <rms@gnu.org>
14584         * gnus-group.el (gnus-group-highlight): Mark as risky.
14586 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14588         * gnus.el (gnus-server-to-method): Return method found first in
14589         gnus-newsrc-alist.
14591         * gnus-art.el (gnus-article-highlight-signature)
14592         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14593         button overlay without the front stickiness.
14595 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
14597         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14598         overview buffer needed a catch to receive its throw.
14599         (gnus-agent-flush-cache): Declare as interactive to make this function
14600         easier to use.
14602 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
14604         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14605         `next-line'.
14607 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14609         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14610         exclude address matching message-dont-reply-to-names.
14612 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14614         * gnus-util.el (gnus-string<): New function.
14616         * gnus-sum.el (gnus-article-sort-by-author)
14617         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14619 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14621         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14622         the frame-focus tag is set in gnus-buffer-configuration.
14624 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14626         * gnus-art.el (gnus-article-add-button): Make a button overlay without
14627         the front stickiness.
14629 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14631         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14632         url pattern; remove duplicate one.
14633         (gnus-article-extend-url-button): New function.
14634         (gnus-article-add-buttons): Use it.
14635         (gnus-button-push): Use concatenated url that it makes.
14637 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
14639         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14640         (sieve-manage-open): Use `mapc' instead of `mapcar'.
14642 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14644         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14645         Don't hardcode point-min==1.
14647 2007-09-30  David Kastrup  <dak@gnu.org>
14649         * gnus-art.el (gnus-article-reply-with-original)
14650         (gnus-article-followup-with-original): When `transient-mark-mode' is
14651         off, refrain from active-region behavior for followups.
14653 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
14655         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14656         Fix comment about "iso8859-1".
14658 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
14660         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14661         ones returned from the verify-function.
14663         * mm-uu.el (mm-uu-pgp-signed-extract-1):
14664         Call mml2015-extract-cleartext-signature if extraction failed.
14666 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
14668         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14669         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14670         failed.
14672 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14674         * Relicense "GPLv2 or later" files to "GPLv3 or later".
14676 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
14678         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14679         to mark a thread as expirable.  Add variable `hide' to handle hiding of
14680         thread for both the null and zero (kill/expire thread) universal prefix
14681         cases.
14682         (gnus-summary-expire-thread): Add new function to expire a thread,
14683         using gnus-summary-kill-thread.
14684         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14685         shortcuts for gnus-summary-expire-thread.
14686         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14687         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
14689 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
14691         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14692         extras value, so an extras entry can be deleted.
14693         (gnus-registry-delete-extra-entry): Use it.
14694         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14695         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14696         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14697         storage through the gnus-registry, and provide an appropriate API for
14698         it.
14700 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14702         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14703         Suggested by Leo <sdl.web@gmail.com>.
14705         * gnus.el: Do.
14707 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14709         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14710         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
14712         * gnus-agent.el (gnus-agent-fetch-headers): Do.
14714         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14715         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14717 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14719         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14720         newline.
14721         (nnmbox-request-accept-article): Don't change article in source buffer;
14722         narrow to header to use message-fetch-field rather than
14723         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14724         (nnmbox-request-replace-article): Quote lines that'll be misidentified
14725         as delimiters; make sure article ends with newline.
14726         (nnmbox-delete-mail): Correct last position of article to be deleted;
14727         ignore X-Gnus-Newsgroup header in article body.
14728         (nnmbox-save-mail): Quote lines looking like delimiters at the right
14729         positions; make sure article ends with newline.
14731         * message.el (message-display-abbrev): Don't infloop when a user
14732         inserts SPC in the beginning of header.
14734 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
14736         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14737         list of groups not followed by default.  Fix type to be regexp.
14738         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14740 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
14742         * hmac-def.el (define-hmac-function): Switch from old-style to
14743         new-style backquotes.
14745         * md4.el (md4-make-step): Likewise.
14747 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14749         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14750         raw-text coding system when saving .newsrc file, which may contain
14751         non-ASCII group names.
14753 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14755         * gnus-cus.el (gnus-score-extra): New widget.
14756         (gnus-score-extra-convert): New function.
14757         (gnus-score-customize): Use it for Extra.
14759 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
14761         * mml2015.el (mml2015-extract-cleartext-signature): New function.
14762         (mml2015-mailcrypt-clear-verify): Use it.
14763         (mml2015-gpg-clear-verify): Use it.
14764         (mml2015-pgg-clear-verify): Use it.
14765         (mml2015-epg-clear-verify): Replace the current part with the output
14766         from GnuPG; don't extract the plaintext by itself.
14768         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14769         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14770         mml2015-clear-verify-function; don't touch the armor headers or
14771         dash-escaped text here.
14773 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14775         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14776         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14777         parts, or application/octet-stream as a last resort.
14778         (gnus-mime-view-part-as-type): Don't toggle display.
14779         (gnus-mime-view-part-as-charset): Don't turn off display before
14780         querying charset.
14782         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14783         stuff to undisplayer function in Emacs.
14784         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14786         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14787         text/calendar parts.
14789 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14791         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14792         decoding text/calendar parts.
14794         * message.el (message-forward-make-body-mime): Always mark body as
14795         having no illegible text; remove signed-or-encrypted argument.
14796         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14798         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14799         (mml-generate-mime-1): Don't encode body if it is specified to be in
14800         raw form; don't make buffer be unibyte when inserting multibyte string.
14802 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14804         * sha1.el: Fix up comment style.
14805         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14806         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14808         * hex-util.el: Fix up comment style.
14809         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14811         * gnus-salt.el: Use with-current-buffer.
14812         (gnus-pick-setup-message): Fix long-standing typo.
14814 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14816         * imap.el (imap-logout-timeout): New variable.
14817         (imap-logout, imap-logout-wait): New functions.
14818         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14820         * nnimap.el (nnimap-logout-timeout): New server variable.
14821         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14822         nnimap-logout-timeout.
14824         * gnus-art.el (gnus-article-summary-command-nosave)
14825         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14827 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14829         * gnus.el (gnus-maximum-newsgroup): New variable.
14831         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14832         according to gnus-maximum-newsgroup.
14834         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14835         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14836         Limit the range of articles according to gnus-maximum-newsgroup.
14838 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14840         * gnus-art.el (gnus-sticky-article): Fix problems described in
14841         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14842         Don't perform gnus-configure-windows here; reuse existing sticky
14843         article buffer.
14845         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14846         it doesn't exist in gnus-article-mode.
14848 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14850         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14851         (gnus-agent-decoded-group-name): New function.
14852         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14853         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14855 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14857         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14858         Add binding for gnus-sticky-article.
14859         (gnus-summary-exit): Don't kill sticky article buffers.
14861         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14862         article buffer.
14863         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14864         (gnus-kill-sticky-article-buffers): New commands.
14866 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14868         * nntp.el (nntp-xref-number-is-evil): New server variable.
14869         (nntp-find-group-and-number): If it is non-nil, don't trust article
14870         numbers in the Xref header.
14872 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14874         * gnus-agent.el (gnus-agent-read-group): New function.
14875         (gnus-agent-flush-group, gnus-agent-expire-group)
14876         (gnus-agent-regenerate-group): Use it.
14877         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14878         nnmail-pathname-coding-system.
14880 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14882         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14884         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14885         that are unread as unread, and also as selected so that information of
14886         marks having been changed by a user may be updated when exiting group.
14888 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14890         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14892 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14894         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14895         calculated ignoring signature parts to gnus-treat-article.
14897 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14899         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14900         a point here in order to keep the window start.
14901         (gnus-insert-mime-security-button): Make a button overlay without the
14902         front stickiness.
14903         (gnus-mime-display-security): Goto the end of a button.
14905         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14907 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14909         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14910         group-name-at-point.
14911         (gnus-group-completing-read): New function that offers decoded
14912         non-ASCII group names for completion.
14913         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14914         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14915         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14916         (gnus-group-fetch-control): Use it.
14917         (gnus-fetch-group): Use group-name-at-point for the initial value
14918         rather than the default value; use gnus-alive-p.
14920         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14921         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14922         (gnus-summary-post-news): Use gnus-group-completing-read.
14924         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14925         (gnus-read-move-group-name): Decode group name for completion.
14927 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14929         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14930         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14931         Yamaoka slightly modified the code).
14933 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14935         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14936         (nnmail-split-incoming): Bind it.
14938         * nnml.el (nnml-group-name-charset): New function.
14939         (nnml-decoded-group-name): Use it; don't decode group name if
14940         nnmail-group-names-not-encoded-p is non-nil.
14941         (nnml-encoded-group-name): New function.
14942         (nnml-group-pathname): Inline nnml-decoded-group-name.
14943         (nnml-request-expire-articles): Decode group name in message.
14944         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14945         nnmail-pathname-coding-system.
14946         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14947         not decoded ones according to nnmail-group-names-not-encoded-p.
14948         (nnml-generate-active-info): Use nnml-encoded-group-name.
14950 2007-08-08  Glenn Morris  <rgm@gnu.org>
14952         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14953         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14954         doc-strings and comments.
14956 2007-07-25  Glenn Morris  <rgm@gnu.org>
14958         * Relicense all FSF files to GPLv3 or later.
14960 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14962         * gnus-sum.el (gnus-summary-move-article):
14963         Make gnus-summary-respool-article work.
14965 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14967         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14968         string.
14970 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14972         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14973         that should be ignored when comparing distant RSS articles with local
14974         ones.
14975         (nnrss-make-hash-index): New function.  Create a hash index according
14976         to the ignored fields.
14977         (nnrss-check-group): Use it.
14979 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14981         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14983         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14985         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14986         the new optional argument ENCODED is non-nil.
14987         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14988         coding system for encoding group name.
14989         (gnus-group-make-rss-group): Pass un-encoded group name to
14990         gnus-group-make-group.
14991         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14992         encoded.
14994         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14995         Encode group name to which articles are moved or copied.
14996         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14997         coding system for encoding Newsgroup, Followup-To and Xref headers.
14999         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15000         marks; use nnheader-file-coding-system to write a file.
15001         (nnagent-retrieve-headers): Bind file-name-coding-system to
15002         nnmail-pathname-coding-system.
15004         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15006         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15007         (nnml-request-article, nnml-request-create-group)
15008         (nnml-request-rename-group, nnml-find-id)
15009         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15010         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15011         (nnml-save-marks): Use nnml-group-pathname instead of
15012         nnmail-group-pathname.
15014         (nnml-request-create-group, nnml-request-expire-articles)
15015         (nnml-request-move-article, nnml-request-delete-group)
15016         (nnml-deletable-article-p, nnml-possibly-create-directory)
15017         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15018         (nnml-open-marks): Bind file-name-coding-system to
15019         nnmail-pathname-coding-system.
15021         (nnml-request-article): Pass server argument to nnml-find-group-number.
15022         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15023         Pass server argument to nnml-possibly-create-directory.
15024         (nnml-request-accept-article): Pass server argument to
15025         nnml-active-number and nnml-save-mail.
15026         (nnml-find-group-number): Pass server argument to nnml-find-id.
15027         (nnml-request-update-info): Pass server argument to
15028         nnml-marks-changed-p.
15030         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15031         (nnml-save-mail, nnml-active-number): Add server argument.
15033         (nnml-request-delete-group): Warn if group is missing.
15034         (nnml-get-nov-buffer): Decode group name.
15035         (nnml-generate-active-info): Encode group name.
15036         (nnml-open-marks): Decode group name in messages.
15038 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15040         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15041         if it is not specified.
15042         (gnus-article-pipe-part, gnus-article-save-part)
15043         (gnus-article-interactively-view-part, gnus-article-copy-part)
15044         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15045         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15046         (gnus-article-replace-part, gnus-article-delete-part)
15047         (gnus-article-view-part-as-type): Pass raw prefix argument to
15048         gnus-article-part-wrapper.
15050 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15052         * gnus-agent.el (gnus-agent-save-active):
15053         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15055         * gnus-cache.el (gnus-cache-save-buffers)
15056         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15057         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15058         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15059         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15060         (gnus-cache-generate-active, gnus-cache-rename-group)
15061         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15062         (gnus-cache-update-overview-total-fetched-for):
15063         Bind file-name-coding-system to nnmail-pathname-coding-system.
15064         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15065         New variables.
15066         (gnus-cache-decoded-group-name): New function.
15067         (gnus-cache-file-name): Use it.
15068         (gnus-cache-generate-active): Use non-decoded group name for active.
15070         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15071         right place.
15072         (gnus-write-active-file): Don't break non-ASCII group names.
15074         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15075         nnmail-pathname-coding-system.
15077         * gnus-uu.el (gnus-uu-decode-save): Typo.
15079 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15081         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15083 2007-07-14  David Kastrup  <dak@gnu.org>
15085         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15086         finishing actions if we did not edit the article.
15088 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15090         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15091         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15092         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15093         (gnus-agent-flush-group, gnus-agent-flush-cache)
15094         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15095         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15096         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15097         (gnus-agent-regenerate-group)
15098         (gnus-agent-update-files-total-fetched-for)
15099         (gnus-agent-update-view-total-fetched-for):
15100         Bind file-name-coding-system to nnmail-pathname-coding-system.
15101         (gnus-agent-group-pathname): Don't encode file names by
15102         nnmail-pathname-coding-system.
15103         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15104         coding-system-for-write instead of buffer-file-coding-system to
15105         gnus-agent-file-coding-system.
15107         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15108         Decode group name.
15110         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15112         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15113         (gnus-read-newsrc-el-file): Make group names unibyte.
15115         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15116         nnmail-pathname-coding-system.
15118         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15119         (nnrss-request-delete-group): Bind file-name-coding-system to
15120         nnmail-pathname-coding-system.
15121         (nnrss-read-server-data, nnrss-read-group-data):
15122         Bind file-name-coding-system correctly.
15123         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15125         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15126         (nntp-server-to-method-cache): New variable.
15127         (nntp-group-pathname): New function that decodes non-ASCII group names.
15128         (nntp-possibly-create-directory, nntp-marks-changed-p)
15129         (nntp-save-marks, nntp-open-marks): Use it.
15130         (nntp-possibly-create-directory, nntp-open-marks):
15131         Bind file-name-coding-system to nnmail-pathname-coding-system.
15132         (nntp-open-marks): Decode group names when bootstrapping marks.
15134         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15135         Newsgroups and Followup-To headers.
15137 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15139         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15140         (gnus-server-closed-face, gnus-server-denied-face)
15141         (gnus-server-offline-face): Remove variable.
15142         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15144         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15145         of modifying message-stack directly for XEmacs.
15147         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15148         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15149         if the coding-system argument is nil for XEmacs.
15151         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15152         mm-charset-override-alist.
15154         * rfc2047.el: Don't require base64; require rfc2045 for the function
15155         rfc2045-encode-string.
15156         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15157         to quote the parameter value.
15159 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15161         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15162         form in gnus-group-name-charset-method-alist.
15164         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15165         overrides the default layout edit-form.
15167         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15169         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15171 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15173         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15174         as unfetched articles.
15176 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15178         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15180 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15182         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15183         original back end that keeps marks in the local system.
15185 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15187         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15188         arg of pop-to-buffer for XEmacs.
15189         (gnus-article-read-summary-keys): Ditto; don't restore window
15190         configuration if summary command ends up with neither article buffer
15191         nor summary buffer; describe bindings if summary keys end with C-h.
15193 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15195         * message.el (message-fix-before-sending): Skip raw message part to be
15196         forwarded while checking illegible text.
15197         (message-forward-make-body-mime, message-forward-make-body):
15198         Mark signed or encrypted raw message as having no illegible text.
15200 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15202         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15203         (gnus-message-with-timestamp-1): New macro.
15204         (gnus-message-with-timestamp): New function.
15205         (gnus-message): Use them.
15207         * nnheader.el (nnheader-message): Use them.
15209 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15211         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15212         .newsrc.eld file.
15214 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15216         * gnus-agent.el (gnus-agent-fetch-headers)
15217         (gnus-agent-retrieve-headers):
15218         Bind gnus-decode-encoded-address-function to identity.
15220         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15221         available also when the server returns simply a dot.
15223         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15225 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15227         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15229 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15231         * gnus-ems.el (gnus-x-splash): Make it work.
15233         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15234         from being used.
15236 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15238         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15239         the front stickiness.
15240         (gnus-article-summary-command-nosave): Correct the order of the
15241         arguments passed to pop-to-buffer.
15242         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15243         summary command ends up with the article buffer.
15245         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15246         the same faces.
15248 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15250         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15252 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15254         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15255         * gnus-sum.el (gnus-summary-highlight):
15256         * mail-source.el (mail-source-delete-old-incoming-confirm):
15257         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15259 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15261         * gnus-art.el (gnus-mime-view-part-externally)
15262         (gnus-mime-view-part-internally): Fix predicate function passed to
15263         completing-read.
15265         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15267         * gnus.el (gnus-update-message-archive-method): Add :version.
15269 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15271         * gnus.el (gnus-update-message-archive-method): New variable.
15273         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15274         according to gnus-message-archive-method if
15275         gnus-update-message-archive-method is non-nil.
15277 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15279         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15280         Suggested by Loic Dachary <loic@dachary.org>.
15281         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15283 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15285         * message.el (message-pop-to-buffer): Add switch-function argument.
15286         (message-mail): Pass switch-function argument to it.
15288 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15290         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15291         Improve doc string.
15293 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15295         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15296         (gnus-header-content):
15297         * gnus-cite.el (gnus-cite-10):
15298         * gnus-srvr.el (gnus-server-closed):
15299         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15300         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15301         (gnus-group-mail-3-empty, gnus-group-mail-low)
15302         (gnus-group-mail-low-empty, gnus-splash):
15303         * message.el (message-header-to, message-header-cc)
15304         (message-header-subject, message-header-other, message-header-name)
15305         (message-header-xheader, message-separator, message-cited-text)
15306         (message-mml): Lighten colors of faces used for dark background.
15308 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15310         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15311         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15313 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15315         * message.el (message-narrow-to-headers-or-head):
15316         Ignore mail-header-separator in the body.
15318 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15320         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15321         same as window size.
15323 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15325         * message.el (message-font-lock-keywords): Use message-header-xheader
15326         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15327         ahead of the anything pattern, to get it recognized.
15329 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15331         * gnus-sum.el (gnus-articles-to-read)
15332         (gnus-summary-insert-old-articles): Don't truncate group name for
15333         `read-string'.
15335         * gnus-util.el (gnus-limit-string): Delete this function.
15337         * gnus-sum.el (gnus-simplify-subject-fully):
15338         Use `truncate-string-to-width' instead.
15340 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15342         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15343         Tell if, on summary exit, the next group has to be selected.
15344         (gnus-summary-exit): Use it.
15346 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15348         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15349         non-break space.
15351 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15353         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15354         Check if group is not a directory.
15355         (nnfolder-request-expire-articles): Don't delete articles if the target
15356         group is not available.
15358         * nnml.el (nnml-request-create-group): Properly check if group is not a
15359         file.
15360         (nnml-request-expire-articles): Don't delete articles if the target
15361         group is not available.
15363         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15364         Don't quote characters that are within parentheses.
15366 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15368         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15369         (gnus-handle-ephemeral-exit): Select article according to it.
15371 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15373         * message.el (message-insert-formated-citation-line): Remove newline.
15374         (message-citation-line-format): Add final \n here so that the user can
15375         avoid a blank line.
15377 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15379         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
15380         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
15381         Update lanl/arXiv support.
15383 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15385         * gnus.el: Bump version number.
15387 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15389         * gnus.el (gnus-version-number): Bump version.
15391 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15393         * gnus.el: No Gnus v0.6 is released.
15395 2007-04-27  Didier Verna  <didier@xemacs.org>
15397         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
15398         * gmm-utils.el (gmm-regexp-concat): ... here.
15399         * message.el: Don't require 'gnus-util.
15400         (message-dont-reply-to-names): Handle name change above.
15401         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
15403 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15405         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
15406         since the initial value varies according to the system.
15408 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15410         * mm-util.el (mm-charset-synonym-alist): Defcustom.
15412 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
15414         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
15416 2007-04-24  Didier Verna  <didier@xemacs.org>
15418         Improve the type of gnus-ignored-from-addresses.
15419         * gnus-util.el (gnus-orify-regexp): New function.
15420         * message.el (gnus-util): Require it.
15421         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
15422         * gnus-sum.el (gnus-ignored-from-addresses): New function.
15423         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
15425 2007-04-24  Didier Verna  <didier@xemacs.org>
15427         * gnus-sum.el:
15428         * gnus-utils.el: Fix some trailing whitespaces.
15430 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15432         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
15433         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
15434         article's Message-ID; refer parent article in summary buffer.
15436         * message.el (message-bounce): Call mime-to-mml.
15438 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15440         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
15442 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15444         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
15445         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
15446         displayed of multipart/alternative part if it is invoked from summary
15447         buffer.
15449         * mm-view.el (mm-inline-text-html-render-with-w3m)
15450         (mm-inline-text-html-render-with-w3m-standalone)
15451         (mm-inline-render-with-function): Use mail-parse-charset by default.
15453 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
15455         * parse-time.el (parse-time-string-chars): Check if CHAR
15456         is less than the length of parse-time-syntax.
15458 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15460         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
15461         from gnus-newsgroup-processable.
15463 2007-04-16  Didier Verna  <didier@xemacs.org>
15465         * gnus-msg.el (gnus-configure-posting-styles):
15466         Handle message-signature-directory properly with :file syntax.
15467         Reported by "Leo".
15469 2007-04-11  Didier Verna  <didier@xemacs.org>
15471         New user option: message-signature-directory.
15472         * gnus-msg.el (gnus-configure-posting-styles): Support it.
15473         * message.el (message-insert-signature): Ditto.
15474         * message.el (message-signature-file): Doc update.
15475         * message.el (message-signature-directory): New.
15477 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15479         * gnus-msg.el (gnus-inews-yank-articles):
15480         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15482 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15484         * message.el (message-yank-original): Make sure cited text ends with
15485         newline; don't exchange point and mark.
15487 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
15489         * tls.el (open-tls-stream): Properly handle case where there
15490         is no associated buffer.
15492 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
15494         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15495         message-yank-original, make sure (< mark TEXT point).
15497 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15499         * message.el (message-fill-column): New variable.
15500         (message-mode): Use it.  Add comment on a possible new hook.
15502         * nnmail.el (nnmail-spool-file): Mark as obsolete.
15503         (nnmail-get-new-mail): Reformat.
15505         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15507         * gmm-utils.el: Fix Commentary.
15508         (gmm-tool-bar-from-list): Fix typo in doc string.
15510 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
15512         * message.el (message-yank-original): Don't switch point and mark
15513         unnecessarily to put point and mark as documented.
15515 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15517         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15518         from the message heads.
15520 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
15522         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15523         article buffer does not have a window.  This may not be the best
15524         solution but is certainly better than setting the start of the null,
15525         that is the current, window.
15527 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
15529         * gnus-draft.el (gnus-draft-setup-hook): New hook.
15530         (gnus-draft-setup): Run it.
15532         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15533         gnus-score-fast-scoring.  Allow regexp.
15534         (gnus-score-headers): Use it.
15536         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15537         XEmacs.
15539         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15540         string.
15541         (gnus-button-alist): Also catch `<f1> k ...'.
15542         (gnus-treat-display-x-face): Fix doc string.
15544 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15546         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15547         evaluation of gnus-extended-version to ensure correct generation of the
15548         User-Agent header when message-generate-headers-first is used.
15550 2007-03-24  Simon Josefsson  <simon@josefsson.org>
15552         * hashcash.el (hashcash-generate-payment-async): Don't crash if
15553         hashcash-path is nil.  Don't call callback with incorrect number of
15554         parameters if val is 0.
15556 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15558         * message.el (message-required-news-headers):
15559         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15561 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15563         * message.el (message-generate-new-buffers): Change the meaning of the
15564         nil value; add `standard' to the choices; treat t as `unique'; improve
15565         doc string.
15566         (gnus-select-frame-set-input-focus): Autoload.
15567         (message-buffer-name): Search for the existing message buffer if
15568         message-generate-new-buffers is nil or `standard'; treat the value t of
15569         message-generate-new-buffers as `unique'.
15570         (message-pop-to-buffer): Raise the frame already displaying the message
15571         buffer; clear the echo area after querying.
15572         (message-setup): Pass the `continue' argument to compose-mail.
15573         (message-mail): Prefer `switch-function' if it is given; search for the
15574         existing message buffer if the `continue' argument is non-nil; pass
15575         continue and switch-function arguments to compose-mail by way of
15576         message-setup.
15577         (message-mail-other-window): Adjust argument of message-setup.
15578         (message-mail-other-frame): Ditto.
15580 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15582         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15583         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15584         to turn font-lock on when turning gnus-message-citation-mode on.
15586 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
15588         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15589         (mml-smime-function-alist): New variable; add epg as the backend.
15590         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15591         mml-smime- functions instead.
15592         * mm-view.el: Require smime.
15594 2007-03-05  Didier Verna  <didier@xemacs.org>
15596         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15597         instead of just inheritance for posting styles.
15598         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15600 2007-02-24  John Paul Wallington  <jpw@pobox.com>
15602         * tls.el (tls-certtool-program): Fix custom type.
15604 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15606         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15607         and point-at-eol instead of line-(beginning|end)-position.
15609         * assistant.el (assistant-parse-buffer): Ditto.
15611 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
15613         * mml2015.el (mml2015-epg-find-usable-key): New function.
15614         (mml2015-epg-sign): Use it.
15615         (mml2015-epg-encrypt): Use it.
15617 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15619         * message.el (message-make-in-reply-to): Quote name containing
15620         non-ASCII characters.  It will make the RFC2047 encoder cause an error
15621         if there are special characters.  Reported by NAKAJI Hiroyuki
15622         <nakaji@jp.freebsd.org>.
15624 2007-02-27  Didier Verna  <didier@xemacs.org>
15626         Include the group parameters as well as the topic ones in the
15627         inheritance filter process.
15628         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15629         argument GROUP-PARAMS-LIST.
15630         * gnus-topic.el (gnus-group-topic-parameters): Use it.
15632 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15634         * nntp.el (nntp-never-echoes-commands)
15635         (nntp-open-connection-functions-never-echo-commands): New variables.
15636         (nntp-send-command): Use them.
15638 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
15640         * mml2015.el (mml2015-epg-verify): Simplify.
15642 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15644         * mml.el (mml-content-disposition-alist): New user option.
15645         (mml-content-disposition): New function.
15646         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15647         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15649 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
15651         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15652         verification.
15654 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15656         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15657         articles posted in the last 24 hours.
15659 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
15661         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15663 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
15665         * nntp.el (nntp-send-command): Don't wait for echoes when
15666         nntp-open-ssl-stream is used.
15668 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15670         * gnus-cite.el (gnus-test-font-lock-add-keywords)
15671         (gnus-message-add-citation-keywords)
15672         (gnus-message-remove-citation-keywords): Remove.
15673         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15674         directly, make the variables in font-lock-defaults buffer-local, add
15675         gnus-message-citation-keywords to them and then update the value of
15676         font-lock-keywords.
15678 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15680         * message.el (message-cite-original-1): Don't call
15681         gnus-article-highlight-citation.
15683         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15684         citations; fix line count.
15686 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15688         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15689         (gnus-message-add-citation-keywords)
15690         (gnus-message-remove-citation-keywords): Use it; fix the emulating
15691         versions of font-lock-add-keywords and font-lock-remove-keywords to
15692         work with XEmacs correctly.
15694 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15696         * gnus-cite.el (gnus-cite-face-list): Set the values of
15697         gnus-message-max-citation-depth and gnus-message-citation-keywords.
15698         (gnus-message-max-citation-depth): Use defvar rather than defconst.
15699         (gnus-message-cite-prefix-regexp): New variable.
15700         (gnus-message-search-citation-line): Use it; protect against long
15701         citation prefix; fill match data with nil rather than 0 for XEmacs; set
15702         the 0th match data for Emacs.
15703         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15704         (gnus-message-add-citation-keywords): Append keywords rather than
15705         prepending; emulate font-lock-add-keywords if it is not available.
15706         (gnus-message-remove-citation-keywords):
15707         Emulate font-lock-remove-keywords if it is not available.
15709         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15711         * message.el (message-cite-prefix-regexp): Set the value of
15712         gnus-message-cite-prefix-regexp.
15714 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15716         * nnweb.el (nnweb-google-parse-1): Update parser.
15718 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
15720         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15722 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15724         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15725         regexp.
15727 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15729         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15730         string-to-multibyte.
15731         (uudecode-decode-region-internal): Use it.
15733 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15735         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15736         Fix custom choice.
15738         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15740 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15742         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15744         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15745         `write-region' to respect `mm-inhibit-file-name-handlers'.
15747 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15749         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15750         Use gnus-home-directory instead of "~/" or "$HOME".
15752 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15754         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15755         to mention filename.
15756         Add comments at beginning regarding usage.
15757         (encrypt-write-file-contents): Change interactive so a string is
15758         acceptable.  If the file has no associated model, show an error instead
15759         of a nonsense prompt.
15761 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15763         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15764         Thanks to Yoshihiko Yamada for kind notification of this typo.
15766 2007-01-12  Kenichi Handa  <handa@m17n.org>
15768         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15769         multibyte buffer.
15771 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15773         * gnus-score.el (gnus-score-fast-scoring): New variable.
15774         (gnus-score-headers): Use it.
15776         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15778         * message.el (message-cite-original-1):
15779         Call gnus-article-highlight-citation if requested.
15780         (message-make-from): Allow name and address as optional arguments.
15782         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15784         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15785         bugs to doc string.
15786         (gnus-button-alist): Add mid\\|message-id.
15787         (gnus-button-fetch-group): Extend for use in
15788         `browse-url-browser-function'.
15789         (gnus-button-url-regexp): Try to catch paired parentheses like in
15790         Wikipedia URLs.
15792         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15793         Suggested by Simon Krahnke <overlord@gmx.li>.
15795 2007-01-13  Romain Francoise  <romain@orebokech.com>
15797         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15798         Update copyright.
15800 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15802         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15804 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15806         * gnus-registry.el (gnus-registry-unfollowed-groups)
15807         (gnus-registry-split-fancy-with-parent): Fix documentation.
15809 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15811         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15812         from nnweb groups.
15814 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15816         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15817         Xref urls.  Erase buffer before requesting head.
15819         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15821 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15823         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15824         customizable.
15826 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15828         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15829         no signing key is found.
15830         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15831         no encrypting and/or signing key is found.
15833 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15835         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15837 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15839         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15840         headers read from disk with the ones newly found in the current search.
15841         This should no longer cause problems, because the article numbers in
15842         Gmane's `nov.php' output are ignored since the previous change.
15844 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15846         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15848 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15850         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15852 2007-01-01  Romain Francoise  <romain@orebokech.com>
15854         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15856 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15858         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15859         `define-minor-mode' macro definition expanded properly.
15860         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15861         exclude it there.
15863         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15864         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15865         `fboundp' test.
15866         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15867         This is OK to autoload in (S)XEmacs now.
15869 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15871         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15872         keystroke.
15873         (gnus-summary-limit-to-singletons): Fix typo.
15875         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15876         else fails.
15878 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15880         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15881         docstring.
15883         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15884         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15885         (gnus-summary-insert-dormant-articles): Fix typo in message.
15887 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15889         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15890         nil for XEmacs.
15891         (gnus-message-citation-mode): Don't autoload in XEmacs.
15893         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15895 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15897         * nnimap.el (nnimap-expunge-search-string):
15898         Mention nnimap-search-uids-not-since-is-evil in docstring.
15900 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15902         * spam.el: Revert to make-obsolete-variable because
15903         define-obsolete-variable-alias is not supported in Emacs 21.
15905         * spam.el (spam-ifile-path, spam-ifile-database-path)
15906         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15907         make-obsolete-variable.
15908         (spam-bsfilter-path, spam-bsfilter-program)
15909         (spam-spamassassin-path, spam-spamassassin-program)
15910         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15911         Don't use "path" inappropriately.
15912         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15913         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15914         variable names.
15916 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15918         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15919         summary buffer.
15921         * password.el (password-cache-remove): Use clear-string to burn
15922         password, if available.
15924 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15926         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15928         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15930         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15931         (gnus-message-highlight-citation): Move defcustom here from
15932         gnus-cite.el.
15933         (gnus-message-citation-mode): Autoload.
15935         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15936         checks to make it compile with XEmacs.
15937         (gnus-message-citation-mode): New minor mode.
15938         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15939         (gnus-message-highlight-citation): New variables.
15940         (gnus-message-search-citation-line)
15941         (gnus-message-add-citation-keywords)
15942         (gnus-message-remove-citation-keywords)
15943         (turn-on-gnus-message-citation-mode)
15944         (turn-off-gnus-message-citation-mode): New functions.
15946 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15948         * gnus-cite.el: Enable highlighting of different citation levels in
15949         message-mode.
15951 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15953         * message.el (message-make-fqdn): Fix comment.
15954         (message-bogus-system-names): Add ".local".
15956         * spam.el (spam-ifile-path, spam-ifile-program)
15957         (spam-ifile-database-path, spam-ifile-database)
15958         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15959         Don't use "path" inappropriately.
15960         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15961         strings.
15962         (spam-check-ifile, spam-ifile-register-with-ifile)
15963         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15964         Use new variable names.
15966         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15967         (gnus-treat-display-smileys): Simplify using
15968         gnus-image-type-available-p.
15970         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15971         available.
15973 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15975         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15976         one after turning on the buffer's multibyteness instead of decoding
15977         them directly in the unibyte buffer that causes unexpected conversion
15978         in Emacs 23 (unicode).
15980 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15982         * message.el (message-generate-hashcash): Fix custom type.
15984 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15986         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15988 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15990         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15991         disconnect icons.  Add help text.
15993 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15995         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15996         negated to be consistent with the others we handle.
15998 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16000         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16001         version of gnus-summary-buffer to something, so that we can use two
16002         article buffers at the same time.
16004 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16006         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16007         trigger all the extra headers.
16008         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16009         sorting.
16011 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16013         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16014         solid groups.
16016 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16018         * legacy-gnus-agent.el: Add Copyright notice.
16020 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16022         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16024 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16026         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16028         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16029         to make it work reliably in CVS Emacs.
16030         (gnus-summary-limit-strange-charsets-predicate)
16031         (gnus-summary-limit-to-predicate): New functions.
16033 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16035         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16036         specifying array size.
16037         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16038         array if it is too small.
16039         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16040         (gnus-sort-threads-loop): New function.
16042 2006-12-06  Chris Moore  <dooglus@gmail.com>
16044         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16045         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16047 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16049         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16050         options.
16052 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16054         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16055         DOS-ing the recipient.
16057         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16058         the headers when creating the mapping to avoid mismappings.
16059         (nnweb-gmane-create-mapping): Always nix out old mapping.
16061 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16063         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16064         and mm-verify-option to never.
16066 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16068         * message.el (message-signed-or-encrypted-p): New function.
16069         (message-forward-make-body): Use it.
16071         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16072         Replace encode-coding-string with mm-encode-coding-string.
16074 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16076         * nneething.el (nneething-decode-file-name):
16077         Replace decode-coding-string with mm-decode-coding-string.
16079         * gnus-int.el (gnus-open-server): Say failed server's name.
16081 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16083         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16084         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16086         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16087         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16088         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16089         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16090         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16091         (gnus-subscribe-newsgroup, gnus-1):
16092         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16093         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16094         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16095         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16097 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16099         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16100         keystroke.
16101         (gnus-summary-limit-to-bodies): Implement headersp.
16103 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16105         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16107 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16109         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16111 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16113         * message.el (message-generate-hashcash): Expand range of values to
16114         include `opportunistic'.
16115         (message-send-mail): Use it.
16117 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16119         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16120         and comment it.
16122         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16124 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16126         * gnus-util.el (gnus-extract-address-components): Improve comment.
16128 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16130         * gnus-util.el (gnus-extract-address-components): Work with address in
16131         which the name portion contains @.
16133 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16135         * gnus.el (gnus-start): Move custom group up.
16136         (gnus-select-method): Don't autoload, but make it available for
16137         `customize-variable'.
16138         (gnus-getenv-nntpserver): Don't autoload.
16140 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16142         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16144 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16146         * message.el (message-sendmail-extra-arguments): New variable.
16147         (message-send-mail-with-sendmail): Use it.
16149 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16151         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16152         mm-with-unibyte-current-buffer to make string unibyte.
16154         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16155         mm-string-as-multibyte.
16157 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16159         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16160         Reported by Werner Koch <wk@gnupg.org>.
16162 2006-11-14  Daiki Ueno  <ueno@p360>
16164         * mml2015.el: Autoload epa-select-keys when compiling.
16166 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16168         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16169         message-options.
16170         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16172 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16174         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16175         EasyPG (< 0.0.6).
16176         (mml2015-always-trust): New user option.
16177         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16178         prompt.
16180 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16182         * nntp.el (nntp-authinfo-force): New variable.
16183         (nntp-send-authinfo): Use it.
16185 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16187         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16188         decode encoded words.  Improve prompt.  Add comment about forwarding.
16189         (message-replacement-char): Move up.
16191 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16193         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16194         instead of gnus-intersection because arguments of gnus-sorted-nunion
16195         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16197 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16199         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16200         (message-simplify-subject-functions):
16201         Enable message-strip-subject-encoded-words by default.
16203 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16205         * message.el (message-strip-subject-encoded-words): New function.
16206         (message-simplify-subject-functions): New variable.
16207         (message-simplify-subject): Use it.  Fix typo in doc string.
16208         Support message-strip-subject-encoded-words.
16210 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16212         * gnus-diary.el (gnus-diary-delay-format-function):
16213         * nndiary.el (nndiary-reminders):
16214         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16216 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16218         * gnus-art.el (article-hide-boring-headers): Fetch date from
16219         gnus-original-article-buffer to avoid problems with localized date
16220         strings.
16222 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16224         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16226 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16228         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16229         New variables.
16230         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16231         (mm-charset-synonym-alist): Move some entries to
16232         mm-codepage-iso-8859-list.
16233         (mm-charset-synonym-alist, mm-charset-override-alist):
16234         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16236 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16238         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16240 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16242         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16243         with Emacs 21 and XEmacs.
16245 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16247         * spam.el (spam-parse-address): New function for better parsing,
16248         catching errors, etc.
16249         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16251 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16253         * mm-view.el: Add interactive arg to html2text autoload.
16255 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16257         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16259 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16261         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16262         New variables.
16263         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16264         (mm-charset-synonym-alist): Move some entries to
16265         mm-codepage-iso-8859-list.
16267         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16269 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16271         * message.el (message-citation-line-format)
16272         (message-insert-formated-citation-line): Fix implementation of %E, %N
16273         and %n according to the doc string.
16275 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16277         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16278         Use car-safe to avoid bad parses.
16280 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16282         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16283         names.
16285         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16287 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16289         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16290         header.
16292         * message.el (message-draft-headers): Add Date.
16293         (message-headers-to-generate): Fix typo in docstring.
16295         * nndraft.el (nndraft-required-headers): New variable.
16296         (nndraft-generate-headers): Use it.
16298         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16300 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16302         * gnus-registry.el (gnus-registry-wash-for-keywords)
16303         (gnus-registry-find-keywords): New functions to allow easy searching of
16304         articles that are in the registry.
16306 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16308         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16309         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16310         Reported by Damien Elmes <damien@repose.cx>.
16312 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16314         * gnus.el (gnus-mime): Remove unused custom group.
16316 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16318         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16319         "blank line" when searching for end of armor headers.
16321 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16323         * gmm-utils.el (gmm-write-region): Fix variable name.
16325 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16327         * gmm-utils.el (gmm-write-region): New function based on compatibility
16328         code from `mm-make-temp-file'.
16330         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
16332         * nnmaildir.el (nnmaildir--update-nov)
16333         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
16334         Use `gmm-write-region'.
16336 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16338         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
16339         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16341         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
16343         * message.el (message-replacement-char): New variable.
16344         (message-fix-before-sending): Use it.
16345         (message-simplify-subject): New function to remove duplicate code.
16346         (message-reply, message-followup): Use it.
16348         * gnus-sum.el (gnus-summary-make-menu-bar):
16349         Clarify gnus-summary-limit-to-articles.
16351 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16353         * gnus-util.el (gnus-with-local-quit): New macro.
16355         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
16357 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
16359         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
16360         ignore non-string data.
16362 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16364         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
16365         non-string data (needs to be done in the registry too).
16367 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16369         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
16370         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
16371         (gnus-registry-split-fancy-with-parent)
16372         (gnus-registry-fetch-simplified-message-subject-fast)
16373         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
16374         Remove text properties on ingress into the registry and when it's saved.
16375         (gnus-registry-clean-empty-function): Fix bug with cleaning the
16376         registry from entries with no groups.
16378 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16380         * gnus-util.el (gnus-string-remove-all-properties): Add utility
16381         function to remove string properties.
16383 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16385         * gmm-utils.el (gmm): Adjust custom version.
16387         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
16388         Adjust custom version.
16390         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
16392 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16394         * gnus-art.el (gnus-insert-prev-page-button)
16395         (gnus-insert-next-page-button): Simplify.  Reformat.
16397 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16399         * gnus-art.el (gnus-insert-prev-page-button)
16400         (gnus-insert-next-page-button): Apply gnus-article-button-face.
16402 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
16404         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
16406 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
16408         * gnus-art.el (gnus-insert-mime-button)
16409         (gnus-insert-mime-security-button):
16410         Apply gnus-article-button-face to MIME and security buttons.
16412 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
16414         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
16415         readable.
16417 2006-09-20  Steve Youngs  <steve@sxemacs.org>
16419         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
16420         `browse-url-of-file' instead of `browse-url'.
16422 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16424         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16425         regexp.  Articles containing quotation were cut prematurely.
16427 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16429         * message.el (message-cite-original-1): Use nobody by default for the
16430         value of From header.
16431         (message-reply): Ditto.
16433 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
16435         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
16436         to the gnus-info.  This fixes a bug of inline-PGP message verification.
16437         Reported by Michael Piotrowski <mxp@dynalabs.de>.
16439 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
16441         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
16442         mails in the doc string.  Add some URLs in comment.
16443         (pop3-movemail): Warn about pop3-leave-mail-on-server.
16445 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16447         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
16448         backslashes handling and the way to find boundaries of quoted strings.
16450 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
16452         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
16453         mml1991-encrypt-to-self is set and mml1991-signers is not set.
16454         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
16455         mml2015-encrypt-to-self is set and mml2015-signers is not set.
16457 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16459         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
16460         doc string.
16461         (gnus-button-regexp, gnus-button-last): Remove unused variables.
16463 2006-09-06  Simon Josefsson  <jas@extundo.com>
16465         * mml2015.el (mml2015-use): Doc fix, mention epg.
16467 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16469         * mml2015.el (mml2015-use): Default to epg, if available.
16471 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
16473         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16474         message-sender.
16475         (mml1991-epg-encrypt): Ditto.
16476         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16477         message-sender.
16478         (mml2015-epg-encrypt): Ditto.
16480 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
16482         * message.el (message-send-mail-with-sendmail): Look for sendmail in
16483         several common directories.
16485 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
16487         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16488         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16490 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16492         * gnus-art.el (article-decode-encoded-words): Make it fast.
16494 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16496         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16498         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16499         in quoted string into `\'.
16501 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16503         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16504         Use standard-syntax-table.
16506 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16508         * gnus-art.el (gnus-decode-address-function): New variable.
16509         (article-decode-encoded-words): Use it to decode headers which are
16510         assumed to contain addresses.
16511         (gnus-mime-delete-part): Remove useless `or'.
16513         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16514         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16515         (gnus-nov-parse-line): Use it to decode From header.
16516         (gnus-get-newsgroup-headers): Ditto.
16517         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16519         * mail-parse.el (mail-decode-encoded-address-region): New alias.
16520         (mail-decode-encoded-address-string): New alias.
16522         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16523         New function.
16524         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16525         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16526         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16527         (rfc2047-decode-string): Ditto.
16528         (rfc2047-decode-address-region): New function.
16529         (rfc2047-decode-address-string): New function.
16531 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
16533         * message.el (message-caesar-buffer-body): Allow rotating headers.
16535         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16537         * message.el (message-insert-formated-citation-line): Fix %f.
16538         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16540 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16542         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16543         (gnus-bookmark-mouse-available-p): New macro.
16544         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16545         (gnus-bookmark-bmenu-show-infos): Use it.
16546         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16547         (gnus-bookmark-bmenu-hide-infos): Ditto.
16548         (gnus-bookmark-remove-properties): New function.
16549         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16550         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16551         (gnus-bookmark-write-file): Bind coding-system-for-write.
16552         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16553         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16554         group before selecting it.
16555         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16556         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16557         quit-window if it is not available; use gnus-mouse-2 and bind it to
16558         gnus-bookmark-bmenu-select-by-mouse.
16559         (gnus-bookmark-show-details): Remove unused variable `details-list'.
16560         (gnus-bookmark-bmenu-select-by-mouse): New function.
16562 2006-08-13  Romain Francoise  <romain@orebokech.com>
16564         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16565         space.
16567 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16569         * compface.el (uncompface): Use binary rather than raw-text-unix.
16571 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16573         * compface.el (uncompface): Make sure the eol conversion doesn't take
16574         place when communicating with the external programs.
16575         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16577 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16579         * nnheader.el (nnheader-insert-head): Fix typo in comment.
16581 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16583         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16584         Make it more robust by parsing author and date independently.
16586 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16588         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16590 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
16592         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16593         first matching secret key.
16594         (mml2015-epg-encrypt): Ditto.
16596         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16597         first matching secret key.
16598         (mml1991-epg-encrypt): Ditto.
16600         * mml2015.el (mml2015-encrypt-to-self): New user option.
16601         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16602         mml2015-epg-encrypt-to-self is set.
16604         * mml1991.el (mml1991-encrypt-to-self): New variable.
16605         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16606         mml1991-epg-encrypt-to-self is set.
16608         * mml2015.el (mml2015-signers): New user option.
16609         (mml2015-epg-sign): Reflect the value of mml2015-signers.
16610         (mml2015-epg-encrypt): Allow to select signing keys.
16612         * mml1991.el (mml1991-signers): New variable.
16613         (mml1991-epg-sign): Reflect the value of mml1991-signers.
16614         (mml1991-epg-encrypt): Allow to select signing keys.
16616 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16618         * nnheader.el (nnheader-insert-head): Make it work even if the file
16619         uses CRLF for the line-break code.
16621 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
16623         * mml2015.el: Require mml-sec instead of password.
16624         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16625         (mml2015-cache-passphrase): Inherit the default value from
16626         mml-secure-cache-passphrase.
16627         (mml2015-passphrase-cache-expiry): Inherit the default value from
16628         mml-secure-passphrase-cache-expiry.
16630         * mml1991.el: Require mml-sec instead of password.
16631         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16632         (mml1991-cache-passphrase): Inherit the default value from
16633         mml-secure-cache-passphrase.
16634         (mml1991-passphrase-cache-expiry): Inherit the default value from
16635         mml-secure-passphrase-cache-expiry.
16637         * mml-sec.el: Require password.
16638         (mml-secure-verbose): New user option.
16639         (mml-secure-cache-passphrase): New user option.
16640         (mml-secure-passphrase-cache-expiry): New user option.
16642 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
16643             Andreas Vögele  <andreas@altroot.de>   (tiny change)
16645         * pgg-def.el (pgg-truncate-key-identifier):
16646         Truncate the key ID to 8 letters from the end.
16648 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16650         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16651         workaround for the url package included with Emacs.
16653         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16655 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16657         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16658         correctly.  This fixes a bug caused by the 2006-05-12 change.
16660 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
16662         * nnmail.el (nnmail-article-group): If splitting raises an error, give
16663         some information about the error when saying that the `bogus' mail
16664         group will be used.
16666 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
16668         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16669         string.
16671 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
16673         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16675 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16677         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16679 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16681         * mml1991.el (mml1991-function-alist): Add epg.
16682         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16683         (mml1991-epg-encrypt): New functions.
16685 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16687         * mml2015.el (mml2015-verbose): New variable.
16688         (mml2015-cache-passphrase): Ditto.
16689         (mml2015-passphrase-cache-expiry): Ditto.
16690         (mml2015-function-alist): Add epg.
16691         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16692         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16693         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16694         New functions.
16696 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16698         * message.el (message-cite-original-1): Preserve region when removing
16699         quoted text due to X-No-Archive in order to avoid bogus attribution
16700         when citing multiple messages.
16702 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16704         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16705         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16707 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16709         * gnus-diary.el (gnus-user-format-function-d)
16710         (gnus-user-format-function-D): Autoload.
16712         * imap.el (Commentary): Fix typo.
16714         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16715         2006-04-22 contribution.
16717 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16719         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16720         It didn't really fix the bogosity I'm seeing with solid web groups.
16722 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16724         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16725         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16726         created using server names.  If we use the feature without declaring
16727         it, Gnus does not properly manage server and group state.
16729         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16730         bound.
16732 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16734         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16735         looking up the method using GROUP's prefix before inventing a new one.
16736         It is used on killed/unknown groups in various places where returning
16737         an all-new method isn't expected by the caller.
16739         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16740         and match semantics of gnus-group-real-prefix.
16742 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16744         * nnmail.el (nnmail-broken-references-mailers): New variable.
16745         (nnmail-ignore-broken-references): New function generalizing
16746         nnmail-fix-eudora-headers.
16747         (nnmail-fix-eudora-headers): Now obsolete.
16749         * gnus-art.el (gnus-button-handle-custom):
16750         Support `customize-apropos*'.
16752 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16754         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16756         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16757         articles.
16759 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16761         * message.el (message-cite-reply-above): New variable.
16762         (message-yank-original): Use it.
16764 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16766         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16768 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16770         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16771         as read.
16773         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16775 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16777         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16778         (gnus-bookmark-default-file): Use gnus-directory.
16779         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16780         Remove "*" in doc string.
16781         (gnus-bookmark-write-file): Simplify.
16782         (gnus-bookmark-maybe-sort-alist): Use `when'.
16783         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16784         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16785         Add FIXME about Emacs 21 and XEmacs compatibility.
16786         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16787         compatibility.
16788         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16789         compatibility.
16790         (gnus-bookmark-menu-heading): Fix version.
16792 2006-06-19  Bastien Guerry  <bzg@altern.org>
16794         * gnus-bookmark.el: New file.
16796 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16798         * message.el (message-syntax-checks): Doc fix.
16800 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16802         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16803         unsubscribed groups as if they were killed ones.  It causes duplicate
16804         entries in gnus-newsrc-alist.
16806 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16808         * message.el (message-syntax-checks): Doc fix.
16809         (message-send-mail): Add check for continuation headers.
16810         (message-check-news-header-syntax): Fix regexp used to check for
16811         continuation headers.
16813 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16815         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16817 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16819         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16821 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16823         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16824         default-truncate-lines.
16826 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16828         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16829         to fill the utf-8 entry.
16831 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16833         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16835 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16837         * gnus-agent.el (directory-files-and-attributes): Move all the way
16838         forward (the third and final move).
16839         (gnus-agent-read-agentview): Trap reconstruction errors due to
16840         nonexistent directory.  Handle by returning nil.
16842 2006-05-30  Didier Verna  <didier@xemacs.org>
16844         * message.el (message-dont-reply-to-names): Update the custom type.
16845         * message.el (message-dont-reply-to-names): New defsubst: potentially
16846         convert a list of regexps into a single one.
16847         * message.el (message-get-reply-headers): Use it.
16848         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16850 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16852         * gnus-agent.el (directory-files-and-attributes): Move forward.
16854 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16856         * gnus-ml.el (gnus-mailing-list-subscribe)
16857         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16858         (gnus-mailing-list-message): Fix doc strings.
16860 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16862         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16863         of doing it manually.
16865 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16867         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16868         comment.
16870 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16872         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16873         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16874         (gnus-agent-read-local): All symbols allocated in my-obarray.
16875         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16876         (gnus-agent-regenerate-group): Check numeric names to see if they are
16877         messages or groups.
16878         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16879         better way of do this...)
16881         * gnus-cache.el (gnus-agent-total-fetched-for):
16882         Ignore 'dummy.group' (there should be a better way of do this...)
16884 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16886         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16887         (gnus-saved-headers): Ditto.
16888         (gnus-default-article-saver): Mention functions may have properties.
16889         (gnus-article-save): Override gnus-save-all-headers and
16890         gnus-saved-headers by :headers property which saver function may have.
16891         (gnus-summary-save-in-file): Add :headers property.
16892         (gnus-summary-write-to-file): Ditto.
16894         * gnus-sum.el (gnus-summary-save-article): Bind
16895         gnus-prompt-before-saving to t when saving many articles in a file;
16896         always show all headers.
16898 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16900         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16901         marks.
16903         * message.el (message-indent-citation): Add optional arguments to allow
16904         using it outside of message buffers.
16906         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16907         (gnus-article-treat-unfold-headers): Use it.
16908         (gnus-article-truncate-lines): New variable.
16909         (gnus-article-mode): Use it.
16910         (gnus-article-toggle-truncate-lines): New function.
16912         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16913         Add gnus-article-toggle-truncate-lines.
16915         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16916         coding system in XEmacs, use binary.
16918 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16920         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16921         after-load-alist.
16923         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16924         this function should save decoded articles.
16925         (gnus-summary-write-to-file): Use property to specify this function
16926         should save decoded articles and specify gnus-summary-save-in-file
16927         should be used to save articles other than the first one when saving
16928         many articles.
16929         (gnus-summary-save-body-in-file): Use property to specify this
16930         function should save decoded articles.
16931         (gnus-summary-write-body-to-file): Use property to specify this
16932         function should save decoded articles and specify
16933         gnus-summary-save-body-in-file should be used to save articles other
16934         than the first one when saving many articles.
16936         * gnus-sum.el (gnus-summary-save-article): Simplify.
16938 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16940         * gnus-art.el (gnus-default-article-saver):
16941         Add gnus-summary-write-body-to-file.
16942         (gnus-article-save-coding-system): Don't use coding system object
16943         in XEmacs.
16944         (gnus-read-save-file-name): Add optional `dir-var' argument which
16945         specifies directory in which files are saved; work even if optional
16946         `variable' argument is not specified.
16947         (gnus-summary-write-to-file): Read file name.
16948         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16949         (gnus-summary-write-body-to-file): New function.
16951         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16952         (gnus-summary-local-variables): Add it.
16953         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16954         (gnus-summary-save-article): Remove optional `decode' argument;
16955         determine whether to decode articles by the value of
16956         gnus-default-article-saver; when saving many files using
16957         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16958         it first and use gnus-summary-save-in-file or
16959         gnus-summary-save-body-in-file thereafter unless
16960         gnus-prompt-before-saving is always; move point to article which
16961         will be saved.
16962         (gnus-summary-save-article-file): Revert.
16963         (gnus-summary-write-article-file): Revert.
16964         (gnus-summary-save-article-body-file): Revert.
16965         (gnus-summary-write-article-body-file): New function.
16967 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16969         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16971 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16973         * gnus-art.el (gnus-default-article-saver): Doc fix.
16974         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16975         from gnus-summary-save-article-coding-system, and default to a
16976         certain coding system.
16977         (gnus-output-to-file): Add coding cookie and encode text according
16978         to gnus-article-save-coding-system; don't use mm-append-to-file.
16980         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16981         gnus-art.el and rename to gnus-article-save-coding-system.
16982         (gnus-summary-save-article): Require gnus-art; don't show all
16983         headers if it decodes articles; don't add coding cookie here;
16984         don't bind mm-text-coding-system-for-write.
16985         (gnus-summary-save-article-file): Save decoded articles.
16986         (gnus-summary-write-article-file): When saving many files, use
16987         gnus-summary-write-to-file first and gnus-summary-save-in-file
16988         thereafter unless gnus-prompt-before-saving is always.
16989         (gnus-summary-save-article-body-file): Save decoded articles.
16991 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16993         * nnrss.el (nnrss-check-group): Bind hash-index.
16995 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16997         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16998         its hash index.  Store this hash in `nnrss-group-data'.
16999         (nnrss-read-group-data): Update accordingly.
17001 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17003         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17004         entry.
17006         * gnus-sum.el (gnus-summary-make-menu-bar):
17007         Add gnus-article-browse-html-article.
17009 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17011         * gnus-sum.el (gnus-summary-mime-map):
17012         Add gnus-article-browse-html-article.
17014 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17016         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17017         suitable coding systems in customize.
17019 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17021         * mail-source.el (mail-sources): Fix custom type.
17023 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17025         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17026         (gnus-summary-expire-articles-now): Shorten prompt.
17028         * gmm-utils.el (wid-edit): Require.
17029         (defun-gmm): Rename from `gmm-defun-compat'.
17030         (gmm-image-search-load-path): Use it.
17031         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17033 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17035         * gnus-sum.el (gnus-summary-save-article-coding-system):
17036         New variable.
17037         (gnus-summary-save-article): Add optional `decode' argument.
17038         If it is set and gnus-summary-save-article-coding-system is non-nil,
17039         save decoded article.
17040         (gnus-summary-write-article-file): Save decoded article if
17041         gnus-summary-save-article-coding-system is non-nil.
17043         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17044         type.
17046 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17048         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17050 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17052         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17053         first to test gnus-single-article-buffer which may be buffer-local.
17055         * gnus-sum.el (gnus-summary-setup-buffer):
17056         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17057         group; make gnus-article-buffer, gnus-article-current, and
17058         gnus-original-article-buffer always buffer-local.
17059         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17060         group.
17061         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17063 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17065         * nnml.el (nnml-request-compact-group): Compressed files might not
17066         have .gz extension.
17068 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17070         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17071         (mm-copy-to-buffer): Use with-current-buffer.
17072         (mm-display-part): Simplify.
17073         (mm-inlinable-p): Add optional arg `type'.
17075 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17077         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17078         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17079         Try harder to show the attachment internally or externally using
17080         gnus-mime-view-part-as-type.
17082 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17084         * message.el (message-from-style, message-signature-separator)
17085         (message-user-organization-file, message-send-mail-function)
17086         (message-citation-line-function, message-yank-prefix)
17087         (message-indent-citation-function, message-signature)
17088         (message-signature-file, message-signature-insert-empty-line):
17089         Remove autoloads.
17091         * gnus-art.el (gnus-buttonized-mime-types):
17092         Remove "multipart/signed".  Revert 2006-04-26 change.
17094 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17096         * gnus.el (gnus-version-number): Bump version.
17098 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17100         * gnus.el: No Gnus v0.5 is released.
17102 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17104         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17105         fetching articles by message-id.
17107 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17109         * message.el (hashcash): Require hashcash as normal.
17111         * ecomplete.el (ecomplete-highlight-match-line):
17112         Use point-at-eol.
17113         (ecomplete-highlight-match-line): Use `highlight', because that
17114         face exists in both Emacs and XEmacs.
17116         * message.el (message-display-abbrev): Use point-at-bol.
17118         * mail-source.el: Don't require timer/timer-funcs.
17120         * gnus-async.el: Ditto.
17122         * password.el: Ditto.
17124         * mm-url.el: Ditto.
17126         * mm-util.el: Require timer/timer-funcs.
17128 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17130         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17131         Close.
17133 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17135         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17136         unibyte after clear-decrypt function runs.
17138         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17139         returns as a unibyte string.
17141 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17143         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17144         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17145         (mml1991-pgg-encrypt): Ditto.
17147 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17149         * message.el (message-user-organization-file): Check several
17150         locations of the organization file.
17152         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17153         Add gnus-article-view-part-as-type.
17155         * gnus-art.el (gnus-article-view-part-as-type): New function.
17157         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17158         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17160         * mml.el: Simplify autoload.
17161         (mml-mode): defvar dnd-protocol-alist instead of using
17162         symbol-value.
17163         (mml-default-directory): New variable.
17164         (mml-minibuffer-read-file): Use it.
17165         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17167         * message.el (message-citation-line-format): New variable.
17168         (message-insert-formated-citation-line): New function.
17169         (message-citation-line-function):
17170         Add `message-insert-formated-citation-line' to custom type.
17172         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17173         to doc string.
17175         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17176         depending on mm-verify-option.
17178 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17180         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17181         binding pgg-* variables; reimplement the section which prevents
17182         MIME header from being signed.
17183         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17184         pgg-text-mode; remove a blank line at the top of body.
17186         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17187         lines at the top of body; use gnus-newsgroup-charset if there's no
17188         Charset header.
17190 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17192         * message.el (message-self-insert-commands): Doc fix.
17194         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17195         (mm-uu-pgp-encrypted-test): Ditto.
17196         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17197         between header and body; return application/pgp-encrypted handle
17198         if decryption failed; decode decrypted body by charset.
17200         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17201         element match to application/pgp-*.
17203 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17205         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17206         HTML.
17208 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17210         * mail-source.el (mail-source-call-script): Message the error
17211         string.
17213 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17215         * gnus-util.el (gnus-byte-compile): Use it.
17217 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17219         * gnus-util.el (kill-empty-logs): New function.
17221 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17223         * message.el (message-mail-alias-type): Doc fix.
17224         (message-mail-alias-type-p): New function.
17225         (message-send): Use it.
17226         (message-mode): Ditto.
17227         (message-strip-forbidden-properties): Ditto.
17229         * ecomplete.el (ecomplete-database-file-coding-system):
17230         New variable.
17231         (ecomplete-save): Use it.
17232         (ecomplete-setup): Use it.
17234 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17236         * message.el (message-self-insert-commands): New variable.
17237         (message-strip-forbidden-properties): Use it.
17239 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17241         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17242         that doesn't make XEmacs choke.
17244 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17246         * gnus-util.el (gnus-replace-in-string):
17247         Prefer replace-regexp-in-string over of replace-in-string.
17249 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17251         * gnus-util.el (gnus-select-frame-set-input-focus):
17252         Use select-frame-set-input-focus if it is available in XEmacs; use
17253         definition defined in Emacs 22 for old Emacsen.
17255 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17257         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17259 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17261         * gnus-registry.el (gnus-registry-cache-save): Remove text
17262         properties when saving via the temp buffer.
17264 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17266         * message.el (message-generate-hashcash): Honor custom type.
17268 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17270         * message.el (message-generate-hashcash): Default to non-nil when
17271         hashcash is found.
17273         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
17274         (gnus-refer-thread-limit): Increase default to 500.
17276         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
17278         * flow-fill.el (fill-flowed): Allow delete-space.
17280 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17282         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17283         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
17284         Remove autoloads.
17286 2006-04-18  Simon Josefsson  <jas@extundo.com>
17288         * message.el (message-generate-hashcash): Default to.
17290 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17292         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17293         concatenating segments rather than before concatenating them.
17295 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17297         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
17299         * imap.el (imap-quote-specials): New function.
17300         (imap-login-auth): Quote specials.
17302 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17304         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
17306         * message.el (message-forward-make-body-plain):
17307         Allow message-forward-ignored-headers to be a list.
17308         (message-remove-ignored-headers): Factor out into function.
17309         (message-forward-make-body-mml): Use it.
17310         * rfc2231.el (rfc2231-parse-string): Remove dead code.
17311         (rfc2231-parse-string): Allow concatanation of parameters that
17312         aren't contiguous.  The test case is
17313           (mail-header-parse-content-type "message/external-body;
17314             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
17315             access-type=LOCAL-FILE;
17316             name*1*=plugh%2fhello-sailor%2fbing.pdf")
17318 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17320         * nntp.el (nntp-accept-process-output): Return the value of
17321         `nnheader-accept-process-output'.
17323 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17325         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
17326         (gnus-button-alist): Recognize more diff formats.
17327         (gnus-button-patch): Strip directory.
17329 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
17331         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
17332         Emacs 22 when setting focus.
17334 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17336         * gnus-art.el (gnus-article-treat-types): Do treatment of
17337         text/x-verbatim parts.
17338         (gnus-button-patch): New command.
17340         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
17341         addresses that contain invalid characters.
17343 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17345         * message.el (message-put-addresses-in-ecomplete):
17346         Use gnus-replace-in-string.
17347         (message-is-yours-p): Use the more correct
17348         mail-header-parse-address instead of
17349         mail-extract-address-components.
17350         (message-put-addresses-in-ecomplete): Fix typo.
17352         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
17353         keystroke.
17355         * gnus-art.el (gnus-treatment-function-alist): Change order of
17356         newsgroups/generic header folding to avoid double-folding.
17358         * message.el (message-hidden-headers): Add X-Draft-From.
17360         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
17361         New command.
17362         (gnus-summary-repeat-search-article-backward): New command.
17364         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
17365         groups in the parent topic.
17367 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
17369         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
17370         (spam-extra-header-to-number): Return the CRM114 number as a
17371         number instead of a string.
17373 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17375         * gnus-art.el (gnus-face-properties-alist): Move here from
17376         gnus-fun.
17378         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
17380 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17382         * message.el (message-strip-forbidden-properties): Only display on
17383         self-insert-command.
17385         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
17386         reindent.
17387         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
17389 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
17391         * smiley.el (smiley-style): Fix typo.
17393 2006-03-23  Kenichi Handa  <handa@m17n.org>
17395         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
17396         instead of set-buffer-multibyte.
17398 2006-03-23  Kenichi Handa  <handa@m17n.org>
17400         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17401         buffer and then decode the buffer text if necessary.
17402         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17403         first, and after mm-encode-body, change the buffer to unibyte.
17405 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17407         * hashcash.el (hashcash-insert-payment-async-2):
17408         Use message-goto-eoh instead of doing it manually.
17409         (mail-add-payment): Use message-narrow-to-header instead of trying
17410         to do the same itself.
17412         * message.el (message-hidden-headers): Add Face.
17414         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
17415         reparenting code.
17416         (gnus-summary-reparent-children): Refactored out code.
17417         (gnus-summary-thread-map): New keystroke.
17418         (gnus-summary-reparent-children): Make into command.
17420         * smiley.el (smiley-style): Default to `medium' if using a large
17421         font.
17423         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
17424         does it itself.
17426         * message.el (message-point-in-header-p): Simplify definition.
17428 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17430         * nnagent.el (nnagent-request-set-mark): Silence log file
17431         writing.
17432         (nnagent-request-set-mark): Use write-region instead of
17433         append-to-file.
17435         * gnus-sum.el (gnus-read-header): Fudge article number if using a
17436         strange select method.
17438         * ecomplete.el (ecomplete-display-matches): Get highlightling
17439         right.
17440         (ecomplete-display-matches): Use literals.
17441         (ecomplete-display-matches): Disable message logging.
17443         * message.el (message-display-abbrev): Small optimization.
17445         * ecomplete.el (ecomplete-display-matches): Allow automatic
17446         display.
17448         * message.el (message-strip-forbidden-properties):
17449         Display abbrevs.
17450         (message-display-abbrev): Get automatic display right.
17452         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
17453         keystrokes.
17455 2006-04-13  Romain Francoise  <romain@orebokech.com>
17457         TODO: Backport to v5-10!
17459         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
17460         Move here (and rename) from gnus-registry.el.
17462         * gnus-registry.el: Require gnus-util.
17463         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
17465 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17467         * gnus-group.el (gnus-group-catchup-current):
17468         Change if-then-else-if-then-else into cond.
17469         (gnus-group-catchup): Indent.
17470         (group-name-at-point): New function.
17471         (gnus-fetch-group): Provide default from thing at point.
17473 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17475         * message.el (message-display-abbrev): Fix regexp.
17477         * ecomplete.el (ecomplete-highlight-match-line):
17478         Reimplement choosing.
17479         (ecomplete-highlight-match-line): Fix up code rewrite, remove
17480         dead variables.
17482         * message.el (message-newline-and-indent): Remove debugging.
17483         (message-display-abbrev): Use new implementation.
17485 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
17487         * gnus-art.el (gnus-article-mode):
17488         Set cursor-in-non-selected-windows to nil.
17490         * smiley.el: Revert previous change.
17491         (smiley-data-directory): defvar it before using it in the
17492         defcustom of `smiley-style'.
17494 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17496         * message.el (message-newline-and-indent): New function.
17498         * ecomplete.el: Implement more bits.
17500         * message.el (message-put-addresses-in-ecomplete): Clean up the
17501         string.
17503         * ecomplete.el (ecomplete-add-item): Chop off decimals.
17505         * gnus-sum.el (gnus-summary-save-parts):
17506         Bind gnus-summary-save-parts-counter and use it to make unique file
17507         names.
17509         * gnus-art.el (gnus-ignored-headers): Add some more headers.
17511         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17512         parameter to say whether to actually parse the individual
17513         addresses.
17515         * message.el (message-put-addresses-in-ecomplete): New function.
17516         (ecomplete): Require.
17517         (message-mail-alias-type): Add ecomplete as an option.
17519 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
17521         * flow-fill.el (fill-flowed): Remove trailing space from blank
17522         quoted lines.
17524 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17526         * smiley.el (smiley-style): Move definition later to avoid a
17527         compilation warning.
17529 2006-04-12  Kenichi Handa  <handa@m17n.org>
17531         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17532         buffer and then decode the buffer text if necessary.
17533         (rfc2231-encode-string): Be sure to work on multibyte buffer at
17534         first, and after mm-encode-body, change the buffer to unibyte.
17535         Use mm-disable-multibyte instead of set-buffer-multibyte.
17537 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17539         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17540         Content-Type header instead of Content-Disposition header.
17541         (gnus-mime-inline-part): Ditto.
17542         (gnus-mime-view-part-as-charset): Ignore charset that the part
17543         specifies.
17545         * mm-decode.el (mm-display-part): Work with external parts and
17546         usual parts similarly.
17548         * mm-extern.el (mm-inline-external-body): Use mm-display-part
17549         instead of gnus-display-mime.
17551         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17552         instead of with-temp-buffer.
17554         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17555         tag to summarized topics part in order to encode non-ASCII text.
17557 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17559         * smiley.el (smiley-style): New variable.
17560         (smiley-directory): New function.
17561         (smiley-data-directory): Derive from `smiley-style' using
17562         `smiley-directory'.
17563         (smiley-regexp-alist): Add new entries.
17565         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17566         (gnus-article-browse-delete-temp): Add :version.
17568 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
17570         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17571         the sieve region.
17573 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17575         * gnus.el (gnus-version-number): Bump version.
17577 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
17579         * gnus.el: No Gnus v0.4 is released.
17581 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17583         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17584         layout.
17586         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17587         unknown charset.
17589         * message.el (message-header-synonyms): Add Original-To to the
17590         default.
17592         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17593         optional parameter.
17595 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
17597         * gnus-fun.el (gnus): Require it for gnus-directory.
17599 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17601         * gnus-fun.el (gnus-face-properties-alist): Add :version.
17603 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17605         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17607 2006-04-05  Simon Josefsson  <jas@extundo.com>
17609         * password.el (password-reset): New function.
17611 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
17613         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17614         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17616 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17618         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17619         Some whitespace was matched into the url, which broke browsing hits
17620         > 100 when mm-url-use-external was nil.
17622 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17624         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17625         Check gnus-extra-headers for 'Newsgroups.
17627         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17628         bound.
17630 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
17632         * pgg-gpg.el: Clean up process buffers every time gpg processes
17633         complete.
17635 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
17637         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17638         doc string.
17640 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17642         * pgg-gpg.el (pgg-gpg-process-filter)
17643         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17645         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17646         lines, temporary fix.
17648 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17650         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17652 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17654         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17655         default-enable-multibyte-characters.  This reverts the change from
17656         revision 6.17 which is no longer necessary because the passphrase
17657         is sent separately now.  GnuPG messages are unreadable under
17658         multibyte locales with default-enable-multibyte-characters set to
17659         nil.
17661 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17663         * message.el (message-tool-bar-gnome): Move "spell".
17665 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17667         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17668         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17669         instead.
17671 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17673         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17674         Improve newsgroups handling for NNTP overviews which don't include
17675         Newsgroups.
17677 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17679         * message.el (message-resend): Bind message-generate-hashcash to nil.
17681 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17683         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17684         when searching for already-paid recipients.
17686 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17688         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17689         passphrases when it is not needed.
17690         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17691         passphrase stuff from gpg, should only be necessary when you use
17692         gpg with a smartcard.
17694 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17696         * mml.el (mml-insert-mime): Ignore cached contents of
17697         message/external-body part.
17699         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17700         (mm-insert-part): Ditto.
17702 2006-03-23  Simon Josefsson  <jas@extundo.com>
17704         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17705         Reiner.
17706         (pgg-gpg-use-agent-p): Use it again.
17708 2006-03-23  Simon Josefsson  <jas@extundo.com>
17710         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17711         older emacsen.
17712         (pgg-gpg-use-agent-p): Don't use it.
17714 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17716         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17717         if we can.
17719 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17721         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17722         (pgg-gpg-update-agent): New function.
17723         (pgg-gpg-use-agent-p): New function.
17724         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17725         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17726         (pgg-gpg-sign-region): Use it.
17728 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17730         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17731         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17733 2006-03-21  Simon Josefsson  <jas@extundo.com>
17735         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17736         <wilde@sha-bang.de>.
17737         (pgg-gpg-use-agent): New variable.
17738         (pgg-gpg-process-region): Use it.
17739         (pgg-gpg-encrypt-region): Likewise.
17740         (pgg-gpg-encrypt-symmetric-region): Likewise.
17741         (pgg-gpg-decrypt-region): Likewise.
17742         (pgg-gpg-sign-region): Likewise.
17743         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17745 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17747         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17749         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17750         Add comment on version.
17752 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17754         * smiley.el: Add missing test smiley.
17756 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17758         * mm-decode.el (mm-with-part): New macro.
17759         (mm-get-part): Use it; work with message/external-body as well.
17760         (mm-save-part): Treat name and filename equally.
17762         * mm-extern.el (mm-extern-cache-contents): New function.
17763         (mm-inline-external-body): Use it; force the part to be displayed;
17764         move undisplayer added to the cached handle to the parent.
17766         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17767         (gnus-mime-view-part-as-type): Work with message/external-body.
17769         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17771 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17773         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17774         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17775         Emacs.]
17777 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17779         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17780         path rather than symbol.  Always return list of directories.
17781         Guarantee that image directory comes first.  [Sync with image.el,
17782         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17784         * message.el (message-make-tool-bar): Adjust to new API of
17785         `gmm-image-load-path-for-library'.
17787         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17789         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17791 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17793         * gnus-art.el (gnus-article-only-boring-p):
17794         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17795         intangible text.
17796         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17798 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17800         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17801         Use `defun' instead of `gmm-defun-compat'.
17803 2006-03-14  Simon Josefsson  <jas@extundo.com>
17805         * message.el (message-unique-id): Don't use message-number-base36
17806         if (user-uid) is a float.
17807         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17809 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17811         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17813         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17814         empty line between a part and a message part.
17816 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17818         * smiley.el: Add more test smileys.
17819         (smiley-data-directory, smiley-regexp-alist)
17820         (gnus-smiley-file-types): Fix doc strings.
17821         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17822         adding new elements.
17823         (smiley-mouse-map): Unused code.  Make it a comment.
17825 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17827         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17828         scan latest NoCeM messages instead of old ones.
17829         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17830         delimiters that are recently used.
17831         (gnus-nocem-load-cache): Add autoload cookie.
17833         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17835         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17836         level which is larger than gnus-use-nocem is specified.
17838         * gnus-group.el (gnus-group-get-new-news): Ditto.
17840 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17842         * gnus-util.el (gnus-tool-bar-update): New function.
17844         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17845         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17847         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17849         * gnus-group.el (gnus-group-redraw-when-idle)
17850         (gnus-group-redraw-check): Remove.
17851         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17853 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17855         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17856         if optional last element is specified in splits (FIELD VALUE...).
17858 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17860         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17861         to gmm-image-load-path-for-library.  Call with no-error argument.
17862         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17864         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17866         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17868         * gmm-utils.el (gmm-image-load-path): Remove alias.
17870 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17872         * gmm-utils.el (gmm-image-load-path): Add alias.
17874         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17875         nnml-generate-nov-databases-1.
17876         (nnml-generate-nov-databases): Use it.
17877         (nnml-generate-nov-databases-directory): Document no-active
17878         argument.
17880         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17881         directory if path is t.  Add no-error.
17883         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17884         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17886         * gnus-art.el (gnus-article-browse-delete-temp-files):
17887         Simplify resetting gnus-article-browse-html-temp-list.
17889         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17890         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
17891         Add example to docstring.  Rename local variables.  Move error
17892         checks to default case in cond and simplify.
17894 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17896         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17897         handle is multipart when calling it recursively.
17898         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17900 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17902         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17903         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17905 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17907         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17908         is loaded.
17910         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17911         loaded.
17913 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17915         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17916         to "Emacs 23 (unicode)" in doc string.
17918         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17919         "Emacs 23 (unicode)" in comment.
17921 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17923         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17925         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17926         characters 160 through 255 in Emacs 23.
17928 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17930         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17931         gnus-article-browse-html-temp.
17932         (gnus-article-browse-delete-temp): Make it customizable.
17933         Add `file'.  Adjust doc string.
17934         (gnus-article-browse-delete-temp-files): Add argument.
17935         Allow query for each file.  Adjust doc string.
17936         (gnus-article-browse-html-parts):
17937         Add `gnus-article-browse-delete-temp-files' to
17938         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17940 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17942         * gnus-art.el (gnus-article-browse-html-temp)
17943         (gnus-article-browse-delete-temp): New variables.
17944         (gnus-article-browse-delete-temp-files): New function.
17945         (gnus-article-browse-html-parts): Use it.
17947 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17949         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17951         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17952         string.
17954         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17955         gnus-summary-insert-new-articles when unplugged.
17956         Remove gnus-summary-search-article-forward.
17958         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17959         display-visual-class instead of display-color-cells.
17961 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17963         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17964         message/* containing non-ASCII text properly.
17966 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17968         * message.el: Require gmm-utils, remove autoloads.
17969         (message-tool-bar): Set default based on
17970         gmm-tool-bar-style.
17971         (message-tool-bar-gnome): Add gmm-customize-mode.
17973         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17974         gmm-tool-bar-style.
17975         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17977         * gnus-group.el (gnus-group-tool-bar): Set default based on
17978         gmm-tool-bar-style.
17979         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17981         * gmm-utils.el (gmm-image-directory): Rename variable from
17982         gmm-image-load-path.
17983         (gmm-image-load-path): Use gmm-image-directory.
17984         (gmm-customize-mode): New function.
17985         (gmm-tool-bar-style): New variable.
17987         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17988         gnus-group-redraw-line-number.
17989         (gnus-group-redraw-check): Simplify.
17990         (gnus-group-tool-bar-update): Remove redraw check.
17991         (gnus-group-make-tool-bar): Add redraw check.
17993 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17995         * gnus-art.el (gnus-button): Add missing parentheses.
17997 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17999         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18001 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18003         * gnus-art.el (gnus-button): New face.
18004         (gnus-article-button-face): Use it.
18006         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18007         Add gnus-summary-next-page.  Re-order.
18009         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18010         next-node are now included.
18011         (gnus-group-redraw-line-number): New internal variable.
18012         (gnus-group-redraw-check): Helper function for updating the tool
18013         bar.
18014         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18016         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18018         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18019         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18020         Use it to match format of Spamassassin 3.0 and later.
18021         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18022         (spam-check-bogofilter)
18023         (spam-bogofilter-register-with-bogofilter): Fix args of
18024         `gnus-error' calls.
18026 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18028         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18029         unnecessary interaction when sending queued mails.
18030         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18032 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18034         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18035         first or last are nil.
18037 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18039         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18041 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18043         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18045 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18047         * dns.el (query-dns): Protect more against buggy tcp output.
18049 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18051         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18052         nov.php.
18054 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18056         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18057         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18058         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18059         output on the server side.
18060         (nnweb-google-create-mapping): Update regexps and add some
18061         progress indication.
18063 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18065         * gnus-group.el (gnus-group-tool-bar-gnome):
18066         Fix gnus-agent-toggle-plugged.  Re-order icons.
18067         (gnus-group-tool-bar-gnome):
18068         Add gnus-group-{prev,next}-unread-group.
18069         (gnus-group-tool-bar-gnome): Re-order icons.
18071         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18072         Move gnus-summary-insert-new-articles.
18074         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18075         Fix comments.
18077         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18078         also available in Emacs 21.3.
18080         * message.el (message-fix-before-sending): Change "Emacs 22" to
18081         "Emacs 23 (unicode)" in comment.
18083         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18084         "Emacs 23 (unicode)" in comment.
18086         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18087         comment.
18088         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18090         * mm-view.el (mm-fill-flowed): Add :version.
18092 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18094         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18095         and load-path.
18097 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18099         * message.el: Autoload gmm-image-load-path.
18100         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18101         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18102         consitency.
18104         * gmm-utils.el (gmm-image-load-path): Also search in
18105         "../etc/images".  Don't set gmm-image-load-path if we don't find
18106         the image.
18108 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18110         * gmm-utils.el (gmm-image-load-path): Don't make
18111         `gmm-image-load-path' include subdirectories which the second arg
18112         `image' might specify.
18114         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18115         subdirectory to icon file names.
18117         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18119 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18121         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18122         gmm-image-load-path calls.
18124         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18126         * message.el (message-make-tool-bar): Ditto.
18128         * mml.el (mml-preview): Add comment concerning tool bar icons.
18130         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18131         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18133         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18134         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18136         * message.el (message-tool-bar-gnome): Use new icon names.
18137         (message-make-tool-bar): Use `gmm-image-load-path'.
18139         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18140         New functions from MH-E.
18141         (gmm-image-load-path): New variable from MH-E.
18142         (gmm-image-load-path): New function from MH-E.  Add arguments
18143         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18144         *-image-load-path-called-flag.
18146 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18148         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18150 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18152         * nnimap.el (nnimap-request-move-article): Change folder back to
18153         source group before deleting.
18155 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18157         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18159         * gnus-art.el (mm-url-insert-file-contents-external):
18160         Autoload mm-url.
18162         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18164 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18166         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18167         coding system which mm-charset-to-coding-system returns for a
18168         given charset is valid.
18170 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18172         * html2text.el (html2text-remove-tag-list):
18173         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18175 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18177         * gnus-cus.el: Revert 2005-10-17 change.
18179 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18181         * gnus-art.el (article-strip-banner):
18182         Call article-really-strip-banner only when the regexp match is made.
18184 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18186         * gnus-art.el (article-strip-banner):
18187         Use gnus-extract-address-components instead of
18188         mail-header-parse-addresses to make it work with non-ASCII text;
18189         remove mail-encode-encoded-word-string.
18191         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18192         values which are surrounded with \"...\"; make it never cause a
18193         Lisp error; give up parsing of parameters if it failed in
18194         extracting type.
18196 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18198         * smime.el (smime-cert-by-ldap-1): Fix bug where
18199         `smime-ldap-search' returns results without userCertificates.
18201 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18203         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18205 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18207         * spam.el (spam-check-spamassassin-headers): Adapt format for
18208         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18209         <ari@mbf.ocn.ne.jp>.
18210         (spam-list-of-processors): Add spam-use-gmane.
18212 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18214         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18215         make-temp-file; make it work with XEmacs as well.
18217         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18218         mm-make-temp-file.
18220         * mm-decode.el (mm-display-external): Use the 3rd arg of
18221         mm-make-temp-file.
18222         (mm-create-image-xemacs): Ditto.
18224 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18226         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18227         with message-narrow-to-headers.
18228         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18229         (gnus-draft-check-draft-articles): New function.
18230         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18232 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18234         * gnus-art.el (gnus-article-browse-html-parts):
18235         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18236         Don't use suffix argument for mm-make-temp-file for Emacs 21
18237         compatibility.  Remove useless `format'.
18239 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18241         * nnweb.el (nnweb-google-wash-article): Update regexps.
18242         (nnweb-group-alist): Use defvoo instead of defvar.
18244 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18246         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18247         re-loading nn* modules.
18249 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18251         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18252         for `tool-bar-mode' and don't check it's default-value.
18254         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18256         * message.el (message-make-tool-bar): Ditto.
18258         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18259         `substring'.  Shorten tmp-file name.
18261         * gnus.el: Remove bogus comment.
18263 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
18265         * gnus-art.el (gnus-article-browse-html-parts): New function.
18266         (gnus-article-browse-html-article): New function for viewing html
18267         articles with a browser.
18269 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
18271         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
18272         (mml2015-pgg-encrypt): Ditto.
18274         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
18275         (mml1991-pgg-encrypt): Ditto.
18277 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18279         * nnfolder.el (nnfolder-insert-newsgroup-line):
18280         Use message-make-date instead of current-time-string.
18282         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
18283         to gnus-decoded which mm-uu might set.
18285 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18287         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
18288         don't decode quoted parameters; remove misimported Emacs code.
18289         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18290         (rfc2231-decode-encoded-string): Don't use split-string which
18291         behaves differently according to Emacs version; use
18292         mm-decode-coding-region to convert charset to coding-system.
18293         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18294         (rfc2231-encode-string): Remove misimported Emacs code.
18296 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18298         * gnus-art.el (article-decode-charset): Don't use ignore-errors
18299         when calling mail-header-parse-content-type.
18300         (article-de-quoted-unreadable): Ditto.
18301         (article-de-base64-unreadable): Ditto.
18302         (article-wash-html): Ditto.
18304         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
18305         calling mail-header-parse-content-type and
18306         mail-header-parse-content-disposition.
18307         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
18308         mail-header-parse-content-type.
18310         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
18311         insert charset and format parameters; encode description after
18312         inserting it to buffer.
18313         (mml-insert-parameter): Fold lines properly even if a parameter is
18314         segmented into two or more lines; change the max column to 76.
18316         * rfc1843.el (rfc1843-decode-article-body): Don't use
18317         ignore-errors when calling mail-header-parse-content-type.
18319         * rfc2231.el (rfc2231-parse-string): Return at least type if
18320         possible; don't cause an error even if it fails in parsing of
18321         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18322         (rfc2231-encode-string): Don't break lines at the beginning, leave
18323         it to mml-insert-parameter.
18325         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
18326         calling mail-header-parse-content-type.
18328 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
18330         * spam-report.el (spam-report-gmane-use-article-number):
18331         Improve doc string.
18332         (spam-report-gmane-internal): Check if a suitable header was found
18333         in the article.
18335 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18337         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
18338         (rfc2231-encode-string): Make param*=value always begin with LWSP.
18340 2006-02-05  Romain Francoise  <romain@orebokech.com>
18342         Update copyright notices of all files in the gnus directory.
18344 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18346         * nnweb.el (nnweb-request-group): Avoid growing overview files.
18348 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18350         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
18351         segmented lines of parameter value to cope with Thunderbird 1.5
18352         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
18353         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18354         (rfc2231-encode-string): Don't make lines exceeding 76 column.
18356 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
18358         * mml.el (mml-generate-mime-1): Correct the order of inline signed
18359         parts.
18361 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18363         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
18364         there's only one active file for all servers.
18365         (nnweb-request-scan): Make sure nnweb-articles is initialized on
18366         solid groups.  Gnus might have used a FAST request to select the group.
18367         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
18368         and nnweb-search redundantly in the active file.
18369         (nnweb-request-list): Don't list bogus groups.  There can only be one.
18370         (nnweb-request-create-group): Don't use ARGS.
18371         (nnweb-possibly-change-server, nnweb-request-group): Remove some
18372         initializations.  Let nnoo do the work.
18374 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18376         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
18377         Say the part has been decoded.
18379         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
18381 2006-01-31  Kevin Ryde  <user42@zip.com.au>
18383         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
18384         mailcap-viewer-test-cache when there's no 'test clause, since that
18385         will invert the meaning of a "nil" test previously determined by
18386         mailcap-mailcap-entry-passes-test.
18388 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18390         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
18391         compiling.
18393         * gnus-sum.el: Ditto.
18395         * message.el: Don't bind tool-bar-map when compiling.
18397 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
18399         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
18401 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18403         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
18404         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
18405         current Google Groups.
18407 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
18409         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
18410         and tool-bar-mode.
18412         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
18413         and tool-bar-mode.
18415         * message.el (message-tool-bar-update): Simplify.
18416         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
18418         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
18419         gnus-summary-buffer.
18420         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
18421         gnus-summary-reply.
18423         * gmm-utils.el (gmm): Add :version.
18425 2006-01-26  Steve Youngs  <steve@sxemacs.org>
18427         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
18428         Don't autoload.
18430 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18432         * gmm-utils.el (gmm-verbose): Add :group.
18434 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
18436         * message.el: Change some comments WRT tool-bars.
18438         * gnus-sum.el (gnus-summary-tool-bar)
18439         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
18440         (gnus-summary-tool-bar-zap-list): New variables.
18441         (gnus-summary-make-tool-bar): Complete rewrite using
18442         `gmm-tool-bar-from-list'.
18444         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
18445         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
18446         New variables.
18447         (gnus-group-make-tool-bar): Complete rewrite using
18448         `gmm-tool-bar-from-list'.
18449         (gnus-group-tool-bar-update): New function.
18451         * message.el (message-mode-field-menu): Add "Show hidden Headers".
18453 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18455         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
18456         is dissected into a single part of which the type is the same as
18457         the given one; decode charset.
18459 2006-01-21  Kevin Ryde  <user42@zip.com.au>
18461         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
18462         into alists as symbol not string, since that's what
18463         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18464         look for.
18466 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
18468         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18469         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18471         * message.el (message-tool-bar-gnome): Use gmm-ignore.
18473 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18475         * gnus-art.el (gnus-mime-security-button-commands): New variable.
18476         (gnus-mime-security-button-menu): New definition.
18477         (gnus-mime-security-button-map): Use them.
18478         (gnus-mime-security-button-menu): New function.
18479         (gnus-insert-mime-security-button): Addition to help echo.
18480         (gnus-mime-security-run-function, gnus-mime-security-save-part)
18481         (gnus-mime-security-pipe-part): New functions.
18483         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18484         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18486         * mm-decode.el (mm-handle-set-disposition): Remove.
18487         (mm-handle-set-description): Remove.
18489 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18491         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18492         (mm-w3m-standalone-supports-m17n-p): New function.
18493         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18494         w3m usage.
18496         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18497         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18499 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
18501         * message.el (message-tool-bar-zap-list):
18502         Use gmm-tool-bar-zap-list as custom type.
18503         (message-tool-bar-update): New function.
18504         (message-tool-bar, message-tool-bar-gnome)
18505         (message-tool-bar-retro): Add message-tool-bar-update.
18506         (message-tool-bar-gnome): Add flyspell-buffer.
18508         * gnus-util.el (gnus-error): Describe `args'.
18510         * gmm-utils.el (gmm-error): Describe `args'.
18511         (gmm-tool-bar-zap-list): New widget.
18512         (gmm-tool-bar-from-list): Improve description of `zap-list'.
18514 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18516         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18517         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18518         the number of recursive calls.
18520         * mm-decode.el (mm-handle-set-disposition): New macro.
18521         (mm-handle-set-description): New macro.
18523 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18525         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18526         encoding.
18528 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18530         * message.el (message-tool-bar-zap-list, message-tool-bar)
18531         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18532         (message-tool-bar-local-item-from-menu): Remove.
18533         (message-tool-bar-map): Replace by `message-make-tool-bar'.
18534         (message-make-tool-bar): New function.
18535         (message-mode): Use `message-make-tool-bar'.
18537         * gmm-utils.el: New file.
18538         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18539         (gmm-lazy): New widget copied from `nnmail.el'.
18540         (gmm-tool-bar-from-list): New function for creating customizable
18541         tool bars.
18542         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
18543         output.
18544         (gmm): Add :prefix to defgroup.
18546 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
18548         * gmm-utils.el (gmm-widget-p): New function.
18550 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
18552         * mml.el (mml-attach-file): Describe `description' in doc string.
18553         (mml-menu): Add Emacs MIME manual and PGG manual.
18555 2006-01-20  Richard M. Stallman  <rms@gnu.org>
18557         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18559 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
18561         * nntp.el (nntp-end-of-line): Doc fix.
18563 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
18565         * imap.el (imap-open): Handle case where buffer is a buffer
18566         object.
18568 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18570         * gnus-delay.el (gnus-delay): Don't autoload.
18571         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18572         to be re-loaded when customizing the `gnus-delay' group.
18574 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
18576         * message.el (message-insert-citation-line): Use newlines.
18578 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18580         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18582         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18584 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18586         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18588 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18590         * mm-decode.el (mm-inlined-types): Add application/pgp.
18591         (mm-automatic-display): Ditto.
18593         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18594         part as text.
18596 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18598         * nnrss.el: Update copyright.
18599         (nnrss-opml-import): Query whether to subscribe to each entry.
18601         * gnus-art.el:
18602         * gnus-sum.el:
18603         * mm-uu.el:
18604         * mm-view.el: Update copyright.
18606 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18608         * message.el (message-info): New function.
18609         (message-mode-menu): Add it.
18610         Update copyright.
18612         * ChangeLog: Fix and update copyright.
18614 2006-01-13  Romain Francoise  <romain@orebokech.com>
18616         * message.el (message-forward-subject-name-subject): Prefer the
18617         address to 'nowhere' if the sender has no name.
18618         Fix typo.  Update copyright year.
18620 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18622         * gnus-art.el (article-wash-html):
18623         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18624         (gnus-article-wash-html-with-w3m-standalone): New function.
18626         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18627         mm-inline-text-html-render-with-w3m-standalone.
18628         (mm-text-html-washer-alist): Map w3m-standalone to
18629         gnus-article-wash-html-with-w3m-standalone.
18630         (mm-inline-text-html-render-with-w3m-standalone): New function.
18632 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18634         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18635         Improve LaTeX.
18637 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18639         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18640         (nnrss-request-article): Render text/plain parts as HTML.
18642         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18643         the buffer.
18645 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18647         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18648         custom definition of `gnus-posting-styles'.
18650         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18651         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18653 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18655         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18656         Use nntp for bug archive.
18658 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18660         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18661         parts.
18662         (nnrss-normalize-date): New function converts ISO 8601 date into
18663         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18664         (nnrss-check-group): Use it.
18666 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18668         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18670         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18671         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18672         (nnrss-insert-w3): Ditto.
18674 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18676         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18677         the articles to be forwarded including the case where neither a
18678         number of articles nor a region is specified.
18680 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18682         * nnrss.el (nnrss-request-article): Fix last change; fill
18683         text/plain parts.
18685 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18687         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18688         in text/plain part.
18689         (nnrss-check-group): Don't add excessive newline to dc:subject.
18691 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18693         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18694         article.
18696 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18698         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18699         (nnml-use-compressed-files, nnml-save-mail): Support other
18700         comression programs such as bzip2.
18702 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18704         * dns.el (query-dns): Make sure we check the buffer size before
18705         removing tcp headers.
18707 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18709         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18710         remove MIME buttons associated with multipart/alternative parts.
18711         (gnus-mime-display-alternative): Tag buttons using `article-type'
18712         text property.
18714         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18715         associated with multipart/alternative parts.
18717         * gnus-art.el (gnus-signature-separator): Fix custom type.
18719         * mm-decode.el (mm-inlined-types): Fix custom type.
18720         (mm-keep-viewer-alive-types): Ditto.
18721         (mm-automatic-display): Ditto.
18722         (mm-attachment-override-types): Ditto.
18723         (mm-inline-override-types): Ditto.
18724         (mm-automatic-external-display): Ditto.
18726 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18728         * spam-report.el (spam-report-user-mail-address)
18729         (spam-report-user-agent): New variables.
18730         (spam-report-url-ping-plain): Use spam-report-user-agent.
18732 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18734         * gnus-art.el (gnus-button-handle-custom): Do not just use
18735         `customize-apropos' for any "M-x customize-*" button but the
18736         function called for.  Accept both the function name and its
18737         argument in order to achieve this.
18738         (gnus-button-alist): Remove support for "custom:" URL's.
18739         Pass function name to `gnus-button-handle-custom' in case of "M-x
18740         customize-*" buttons.
18742 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18744         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18745         multipart/alternative and add xref to mm-discouraged-alternatives
18746         in doc string.
18748         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18749         gnus-buttonized-mime-types in doc string.
18751 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18753         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18754         Suggest image/.* in the doc string.
18756 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18758         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18759         message-marks (Debian bug#342521).
18761 2005-12-12  Simon Josefsson  <jas@extundo.com>
18763         * password.el (password-read-from-cache): Add.
18764         (password-read): Use it.
18766 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18768         * rfc2047.el (rfc2047-charset-to-coding-system):
18769         Recognize us-ascii as a MIME charset.
18771         * mm-bodies.el (mm-decode-content-transfer-encoding):
18772         Protect against the case where the 2nd arg TYPE is nil.
18774 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18776         * pop3.el (pop3-stream-type): Fix custom version.
18778         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18780 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18782         * mm-decode.el (mm-display-external): Add missing cdr.
18784 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18786         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18787         RFC1524) if it is in mailcap or add a suffix according to
18788         mailcap-mime-extensions when generating a temp filename; postpone
18789         deleting a temp file for 2 seconds for some wrappers, shell
18790         scripts, and so on, which might exit right after having started a
18791         viewer command as a background job.
18793 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18795         * nntp.el (nntp-marks-directory): Fix custom group.
18797         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18798         steps when < 10.
18800         * gnus-start.el (gnus-no-server-1):
18801         Mention `gnus-level-default-subscribed' in doc string.
18803 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18805         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18806         parens.
18808 2005-11-26  Dave Love  <fx@gnu.org>
18810         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18811         (tls-program, tls-success): Provide openssl alternative.
18813         * starttls.el: Doc fixes.
18814         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18815         SERVICE to PORT.
18817         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18818         port null or service name.
18819         (starttls-negotiate): Autoload.
18821 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18823         * message.el (message-kill-to-signature): Fix interactive spec.
18825 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18827         * pop3.el (pop3-open-server): Recognize a string as a service name.
18829 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18831         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18833 2005-11-23  Dave Love  <fx@gnu.org>
18835         Add pop3s, pop3/starttls.
18837         * pop3.el (pop3-authentication-scheme): Clarify doc.
18838         (open-tls-stream, starttls-open-stream): Autoload.
18839         (pop3-stream-type): New.
18840         (pop3-open-server): Use it.
18842         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18843         for POP.
18844         (mail-source-keyword-map): Add :stream for POP.
18845         (mail-source-fetch-pop): Use pop3-stream-type.
18847 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18849         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18850         of current-time-string.
18852 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18854         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18855         date header.
18857 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18859         * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
18860         it can seriously impact performance as it bypasses the agent's
18861         local caches.
18863 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18865         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18866         must be explicitly online rather than "not explicitly offline" for
18867         its flags to be synchronized.
18869         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18870         that gnus-uu-unmark-thread will function correctly.
18872         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18873         1024K is instead displayed as 1M.
18875 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18877         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18879 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18881         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18883 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18885         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18886         error message to display actual error condition.
18887         (gnus-agent-save-local): Avoid saving symbols that are bound to
18888         nil as they simply result in a warning message in
18889         gnus-agent-read-local.
18891 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18893         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18894         rather than make-variable-buffer-local for file-precious-flag.
18896 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18898         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18899         for duplicates which are removed.  The invalid sort check then
18900         triggers a rescan after the sort as sorting may have moved
18901         duplicate entries such that they can be cheaply detected.
18903 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18905         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18907 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18909         * gnus-agent.el (gnus-agent-article-alist-save-format):
18910         Change internal variable to a custom variable.  Change default value
18911         from compressed(2) to uncompressed(1).
18912         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18913         support for uncompressed agentview files.  Taken together, reading
18914         the agentview file should now be 6-7 times faster.
18916 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18918         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18919         as a buffer-local variable.  This avoids creating truncated
18920         dribble files as a result of a hang up, eg.
18922 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18924         * gnus-start.el (gnus-start-draft-setup):
18925         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18927         * gnus.el (gnus-splash): Change custom group.
18928         (gnus-group-get-parameter, gnus-group-parameter-value):
18929         Describe allow-list argument.
18931         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18932         string.
18934 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18936         * gnus-art.el (gnus-default-article-saver): Add user-defined
18937         `function' to custom type.
18939 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18941         * imap.el (imap-open): Handle case where buffer is a buffer
18942         object.
18944 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18946         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18947         long lines.
18948         (gnus-cache-delete-group): Wrap doc strings.
18950         * gnus-agent.el (gnus-agent-rename-group)
18951         (gnus-agent-delete-group): Wrap doc strings.
18953 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18955         * gnus-start.el (gnus-1): Add "native" to
18956         gnus-predefined-server-alist.
18958         * gnus.el (gnus-method-to-server): Don't add "native" to the
18959         lists here, because that leads to problems when
18960         gnus-select-method is bound.
18962 2005-11-09  Simon Josefsson  <jas@extundo.com>
18964         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18965         use (not sort-by-date) instead.
18967 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18969         * gnus-delay.el (gnus-delay-group): Don't autoload.
18970         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18971         to be re-loaded when customizing the `gnus-delay' group.
18973 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18975         * message.el: Revert last changes.
18976         (message-insert-citation-line): Use newlines.
18978 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18980         * message.el (message-courtesy-message)
18981         (message-mark-insert-begin, message-mark-insert-end)
18982         (message-elide-ellipsis, message-cancel-message)
18983         (message-add-header, message-change-subject)
18984         (message-cross-post-followup-to-header)
18985         (message-cross-post-insert-note, message-reduce-to-to-cc)
18986         (message-widen-reply, message-delete-not-region)
18987         (message-kill-to-signature, message-insert-signature)
18988         (message-insert-importance-high, message-insert-importance-low)
18989         (message-insert-or-toggle-importance)
18990         (message-insert-disposition-notification-to)
18991         (message-indent-citation, message-yank-original)
18992         (message-cite-original-without-signature, message-cite-original)
18993         (message-insert-citation-line, message-position-on-field)
18994         (message-fix-before-sending, message-send-mail-partially)
18995         (message-send-mail, message-send-mail-with-sendmail)
18996         (message-send-mail-with-qmail, message-send-news)
18997         (message-check-news-header-syntax, message-generate-headers)
18998         (message-insert-courtesy-copy, message-fill-address)
18999         (message-fill-header, message-shorten-references)
19000         (message-setup-1, message-cancel-news)
19001         (message-forward-make-body-plain, message-forward-make-body-mime)
19002         (message-forward-make-body-mml, message-encode-message-body)
19003         (message-forward-make-body-digest-plain)
19004         (message-forward-make-body-digest-mime)
19005         (message-use-alternative-email-as-from): Insert `hard-newline'
19006         instead of ordinary newlines.
19008 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19010         * message.el (message-generate-headers): Downcase the argument
19011         given to message-check-element.
19013 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19015         * nntp.el (nntp-authinfo-rejected): New error condition.
19016         (nntp-wait-for): Use new error condition to signal authentication
19017         error.
19018         (nntp-retrieve-data): Rethrow new error condition to break out of
19019         recursive call to nntp-send-authinfo.
19021 2005-11-08  Romain Francoise  <romain@orebokech.com>
19023         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19024         (gnus-summary-exit-map): Bind to `Z p'.
19025         (gnus-summary-make-menu-bar): Add menu item.
19027 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19029         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19030         (gnus-treat-*): Add `first' in all doc strings.
19032         * gnus-group.el (gnus-group-compact-group): Fix typo.
19034 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19036         * gnus.el (gnus-parameters-case-fold-search): New variable.
19037         (gnus-parameters-get-parameter): Use it.
19039         * gnus-score.el (gnus-home-score-file): Doc fix.
19041 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19043         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19045 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19047         * mm-util.el (mm-special-display-p): New function.
19049         * mml.el (mml-preview): Use it; doc fix.
19051 2005-10-29  Romain Francoise  <romain@orebokech.com>
19053         * message.el (message-fix-before-sending): Fix comment.
19055 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19057         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19059 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19061         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19062         Used in gnus-score.el.
19064 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19066         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19068 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19070         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19071         whitespace removed in revision 7.8.  Use concatenated string to
19072         protect trailing whitespace.
19074 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19076         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19077         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19078         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19079         Courier IMAP ("some version from 2004").  Mostly based on similar
19080         code in the same function.
19082 2005-10-26  Didier Verna  <didier@xemacs.org>
19084         * gnus-group.el (gnus-group-compact-group): Invalidate original
19085         article buffer.
19086         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19087         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19088         NOV database and in article itself.
19089         Invalidate article backlog.
19091 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19093         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19095 2005-10-26  Simon Josefsson  <jas@extundo.com>
19097         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19098         part of 2004-07-25 change.
19100 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19102         * message.el (message-display-completion-list): New function.
19103         (message-expand-group): Use it; make sure the Completions buffer
19104         is modifiable.
19106 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19108         * imap.el (imap-open): Handle case where buffer is a buffer object.
19110 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
19112         * pgg-def.el:
19113         * pgg-gpg.el:
19114         * pgg-parse.el:
19115         * pgg-pgp.el:
19116         * pgg-pgp5.el:
19117         * pgg.el: Move to the parent lisp directory.
19119 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19121         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19122         user-mail-name is an empty string.
19124 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19126         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19127         depending on gnus-score-decay-constant.
19129         * encrypt.el (encrypt-insert-file-contents)
19130         (encrypt-write-file-contents): Don't use `gnus-message'.
19132         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19133         arguments.
19134         (mm-uu-type-alist): Add message-marks and insert-marks.
19135         Pass arguments to mm-uu-verbatim-marks-extract.
19136         (mm-uu-hide-markers): New variable.
19137         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19139         * gnus-fun.el (gnus-convert-image-to-x-face-command)
19140         (gnus-convert-image-to-face-command): Use "convert" by default to
19141         allow other input image formats.
19142         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
19143         accordingly.
19145 2005-10-23  Simon Josefsson  <jas@extundo.com>
19147         * imap.el (imap-gssapi-program): Align command line parameters
19148         with latest GNU SASL.
19149         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
19151 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19153         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
19154         HTML.
19155         (nnslashdot-request-article): Ditto.
19157 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19159         * mail-source.el (mail-source-fetch-pop): Require pop3.
19160         (mail-source-check-pop): Ditto.
19162 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19164         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
19165         errors.
19167 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
19169         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
19170         (gnus-treat-strip-leading-blank-lines): Improve doc string.
19172         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
19174         * mm-bodies.el (mm-decode-string):
19175         Call `mm-charset-to-coding-system' with allow-override argument.
19177 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19179         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
19180         (rfc2047-charset-to-coding-system): New function.
19181         (rfc2047-decode-encoded-words): New function.
19182         (rfc2047-decode-region): Use them.
19183         (rfc2047-decode-cte): Remove.
19184         (rfc2047-parse-and-decode): Remove.
19185         (rfc2047-decode): Remove.
19187 2005-10-15  Kenichi Handa  <handa@m17n.org>
19189         * rfc2047.el (rfc2047-decode-cte): New function.
19190         (rfc2047-decode-region): Change the way to decode successive
19191         encoded-words: decode B- or Q-encoding in each encoded-word,
19192         concatenate them, and decode it as charset.
19194 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
19196         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
19197         widget-move-and-invoke.
19198         (gnus-custom-mode): Use gnus-custom-map.
19200 2005-10-15  Bill Wohler  <wohler@newt.com>
19202         * message.el (message-tool-bar-map): Rename image file from
19203         mail_send to mail/send.
19205 2005-10-16  Masatake YAMATO  <jet@gyve.org>
19207         * message.el (message-expand-group): Pass the common
19208         prefix substring of completion to `display-completion-list'.
19210 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
19212         * mml-sec.el (mml-secure-method): New internal variable.
19213         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
19214         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
19215         New functions using mml-secure-method.
19217         * mml.el (mml-mode-map): Add key bindings for those functions.
19218         (mml-menu): Simplify security menu entries.  Suggested by Jesper
19219         Harder <harder@myrealbox.com>.
19220         (mml-attach-file, mml-attach-buffer, mml-attach-external):
19221         Goto end of message if point is the headers of the message.
19223         * message.el (message-in-body-p): New function.
19225         * assistant.el: Autoload gnus-util and netrc.
19227         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
19228         Use `mm-charset-override-alist' only when decoding.
19230         * mm-bodies.el (mm-decode-body):
19231         Call `mm-charset-to-coding-system' with allow-override argument.
19233         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
19234         `filename' from Content-Disposition if Content-Type doesn't
19235         provide `name'.
19236         (gnus-mime-view-part-as-type): Set default instead of
19237         initial-input.
19239 2005-10-09  Daniel Brockman  <daniel@brockman.se>
19241         * format-spec.el (format-spec): Propagate text properties of % spec.
19243 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19245         * gnus-art.el (gnus-treat-predicate): Add `first'.
19247 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19249         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
19250         (mm-charset-override-alist): New variable.
19251         (mm-charset-to-coding-system): Use it.
19252         (mm-codepage-setup): New helper function.
19253         (mm-charset-eval-alist): New variable.
19254         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
19255         Warn about unknown charsets.
19257 2005-10-04  David Hansen  <david.hansen@gmx.net>
19259         * nnrss.el (nnrss-request-article): Add support for the comments tag.
19260         (nnrss-check-group): Ditto.
19262 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
19264         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
19265         Rename x-gnus-verbatim to x-verbatim.
19266         (mm-uu-type-alist): Fix regexp for verbatim-marks.
19268         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
19269         x-verbatim.
19271         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
19273         * gnus-util.el (gnus-remove-duplicates): Remove.
19275         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
19276         instead of gnus-remove-duplicates.
19278         * message.el (message-remove-duplicates): Remove.
19279         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
19280         message-remove-duplicates.
19282         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
19283         available, else use implementation from `delete-dups'.
19285         * message.el (message-insert-expires): New function.
19286         (message-mode-map): Add key binding.
19287         (message-mode-field-menu): Add menu entry.
19288         (message-mode): Document it.
19289         (message-make-expires-date): Use `message-make-date'.
19291 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
19293         * message.el (message-make-expires-date): New function.
19295 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19297         * time-date.el: Autoload parse-time-string, XEmacs needs it.
19299 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19301         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
19302         function rather than the diff-mode.el package.
19303         (mm-display-external): Use with-current-buffer.
19304         (mm-viewer-completion-map, mm-viewer-completion-map):
19305         Move initialization inside declaration.
19307 2005-09-29  Simon Josefsson  <jas@extundo.com>
19309         * spam.el: Load hashcash when compiling, to avoid warnings.
19310         Don't autoload mail-check-payment.
19311         (spam-check-hashcash): Define unconditionally, since hashcash.el
19312         is part of Gnus now.  Ignore errors from payment checking.
19314 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
19316         * message.el (message-bold-region, message-unbold-region):
19317         Rename from `bold-region' and `unbold-region'.
19319         * message.el: Remove useless autoloads.
19321 2005-09-28  Simon Josefsson  <jas@extundo.com>
19323         * message.el (message-use-idna): Default to t.
19324         (message-use-idna): Test whether encoding works too.  Doc fix.
19326 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19328         * nntp.el (nntp-warn-about-losing-connection): Remove.
19330 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
19332         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
19333         customizable.  Change default value.
19334         (mm-uu-diff-groups-regexp): Change default value.
19335         (mm-uu-type-alist): Add doc string.
19336         (mm-uu-configure): Add doc string.  Make it interactive.
19337         (mm-uu-tex-groups-regexp): New variable.
19338         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
19339         (mm-uu-type-alist): Add LaTeX documents.
19340         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
19341         of "text/verbatim".
19342         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
19344         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
19345         instead of "text/verbatim".
19347         * message.el (message-mark-inserted-region)
19348         (message-mark-insert-file): Use slrn style marks when called with
19349         prefix argument.
19351 2005-09-27  Simon Josefsson  <jas@extundo.com>
19353         * message.el (message-idna-to-ascii-rhs-1): Reformat.
19355 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
19357         * message.el (message-remove-duplicates): New function.
19358         Implementation borrowed from `gnus-remove-duplicates'.
19359         (message-idna-to-ascii-rhs): Also encode idna addresses in
19360         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19361         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
19362         only ask about the same idna domain once per header and also tell
19363         in what header to replace the idna domain.
19365         * gnus-art.el (article-decode-idna-rhs): Also decode idna
19366         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
19367         (article-decode-idna-rhs): Fix regexp so that all idna-address in
19368         a header is decoded and not just the last one.
19370 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19372         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
19373         has been decoded.
19375         * mm-decode.el (mm-automatic-display): Add text/verbatim.
19376         (mm-insert-part): Don't modify text if it has been decoded.
19378         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
19379         decoded.
19381         * mm-view.el (mm-inline-text): Don't strip text props unless
19382         decoding enriched or richtext parts.
19384 2005-09-25  Romain Francoise  <romain@orebokech.com>
19386         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
19387         * gnus-start.el (gnus-subscribe-interactively):
19388         * gnus-uu.el (gnus-uu-grab-articles):
19389         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
19390         space.
19392 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
19394         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
19395         * mm-view.el (mm-view-pkcs7-decrypt):
19396         * gnus-sum.el (gnus-summary-limit-to-extra)
19397         (gnus-summary-respool-article, gnus-read-move-group-name):
19398         * gnus-score.el (gnus-summary-increase-score):
19399         * gnus-util.el (gnus-completing-read-with-default):
19400         * gnus-art.el (gnus-read-save-file-name)
19401         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
19402         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
19403         * message.el (message-check-news-header-syntax):
19404         Follow convention for reading with the minibuffer.
19406 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
19408         * spam-report.el (spam-report-url-ping-plain):
19409         Use gnus-extended-version as User-Agent.
19411         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
19412         default value is nil.
19414         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
19415         (mm-uu-verbatim-marks-extract): New function.
19416         (mm-uu-extract): New face.
19417         (mm-uu-copy-to-buffer): Use it.
19419         * spam-report.el (spam-report-gmane-ham): Rename from
19420         `spam-report-gmane-unspam'.
19421         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
19422         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
19424         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
19425         Autoload.
19426         (spam-report-gmane-unregister-routine):
19427         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
19429 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
19431         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
19432         (spam-report-gmane-unregister-routine): Add support for gmane
19433         unregistration.
19435         * spam-report.el (spam-report-gmane-unspam)
19436         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
19437         (spam-report-gmane): Change to take a single article and do unspam
19438         registration.
19440 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19442         * mm-url.el (mm-url-decode-entities): Fix regexp.
19444 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19446         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
19447         default to nil, to be able to use Gnus at all.  If the default
19448         switches to something else, then the function should be fixed not
19449         be exceedingly slow.
19451 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
19453         * gnus-start.el (gnus-activate-group): If the server is nil, don't
19454         fail hard.
19456         * spam-report.el: Add better Keywords line.
19458         * spam.el: Add Maintainer and better Keywords line.
19460 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19462         * gnus-art.el (gnus-article-replace-part)
19463         (gnus-mime-replace-part): New functions.
19464         (gnus-mime-action-alist, gnus-mime-button-commands)
19465         (gnus-mime-save-part-and-strip): Add file argument.
19466         (gnus-article-part-wrapper): Add interactive argument.
19468         * gnus-sum.el (gnus-summary-mime-map):
19469         Add `gnus-article-replace-part'.
19471 2005-09-19  Didier Verna  <didier@xemacs.org>
19473         The nnml compaction feature:
19474         * nnml.el (nnml-request-compact-group): New function.
19475         * nnml.el (nnml-request-compact): New function.
19476         * gnus-int.el (gnus-request-compact-group): New function.
19477         * gnus-int.el (gnus-request-compact): New function.
19478         * gnus-group.el (gnus-group-compact-group): New function.
19479         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19480         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19481         * gnus-srvr.el (gnus-server-compact-server): New function.
19482         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19483         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19485 2005-09-18  Deepak Goel  <deego@gnufans.org>
19487         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19488         format spec.
19490 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19492         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19494 2005-09-15  Romain Francoise  <romain@orebokech.com>
19496         * message.el (message-fill-paragraph): Clarify docstring.
19498 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19500         * gnus-art.el (gnus-mime-display-part): Protect against broken
19501         MIME messages.
19503 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19505         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19506         before parsing header.
19508 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19510         * html2text.el (html2text-replace-list): Add new entities.
19512 2005-09-11  Romain Francoise  <romain@orebokech.com>
19514         * message.el (message-alternative-emails): Improve docstring.
19515         (message-setup-1): Call `message-use-alternative-email-as-from'
19516         after `message-setup-hook' to give it precedence over posting
19517         styles, etc.
19518         (message-use-alternative-email-as-from): Add docstring.
19519         Remove the original From header if present.
19521         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19522         (nnml-save-mail): Use it.
19524         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19525         articles.  Add new argument `silent'.
19526         (gnus-uu-mark-all): Report the total number of marked articles.
19528 2005-09-10  Romain Francoise  <romain@orebokech.com>
19530         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19531         (gnus-uu-mark-series): Likewise.
19533 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19535         * spam-report.el (spam-report-gmane): Fix generation of spam
19536         report URL.
19538 2005-09-10  Simon Josefsson  <jas@extundo.com>
19540         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19541         t, based on discussion on the ding list with Robert Epprecht
19542         <epprecht@solnet.ch>.
19544 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19546         * spam-report.el (spam-report-gmane): Make it work without
19547         X-Report-Spam header.  Gmane now only provides Archived-At.
19548         This is only used if `spam-report-gmane-use-article-number' is nil.
19549         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19551         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19552         make `gnus-summary-sort-by-recipient' work with threading.
19554         * nnweb.el (nnweb-google-wash-article): Print a message if article
19555         is not available.
19557 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19559         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19560         change.  Decode text/* parts content before displaying.
19562 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19564         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19566 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19568         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19570 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19572         * message.el (message-tab-body-function): Fix mismatched custom type.
19574         * gnus.el (gnus-group-change-level-function): Ditto.
19576         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19578         * gnus-art.el (gnus-signature-limit)
19579         (gnus-article-mime-part-function): Ditto.
19581 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19583         * mml.el (mml-mode): Silence the byte compiler.
19585         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19586         using `(sit-for 0)' before moving the point to the specified part;
19587         skip unbuttonized parts.
19588         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19589         return to the summary window if gnus-auto-select-part is non-nil.
19591 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19593         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19594         New variables.
19595         (mml-dnd-attach-file, mml-mode): Use them.
19597         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19598         Make fetching article by MID work again for Google Groups.
19599         Add FIXME concerning gnus-group-make-web-group.
19601         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19602         Don't depend on Gnus by using mail-extract-address-components if
19603         gnus-extract-address-components is not bound.
19605 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19607         * gnus-art.el (gnus-mime-display-security): Don't display the
19608         signature, but only the signed part.
19610 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19612         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19614         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19615         list, not listp.
19617 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19619         * mm-encode.el (mm-encode-content-transfer-encoding):
19620         Likewise when encoding.
19622         * mm-bodies.el (mm-decode-content-transfer-encoding):
19623         De-canonicalize CRLF for all text content types, not just
19624         text/plain.
19626 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19628         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19629         valid article; point arrow and cursor at the MIME button.
19631 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19633         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19634         Suggested by Dan Christensen <jdc@uwo.ca>.
19636         * mm-decode.el (mm-save-part): Enable change of prompt.
19638 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19640         * gnus-msg.el (gnus-inews-add-send-actions):
19641         Make `message-post-method' lambda parameter ARG `&optional'.
19643 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19645         * gnus-sum.el (gnus-summary-mime-map):
19646         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19647         gnus-article-jump-to-part.
19649         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19650         (gnus-article-edit-part): Use it.
19651         (gnus-article-part-wrapper): Add no-handle argument.
19652         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19653         New functions.
19655 2005-08-29  Romain Francoise  <romain@orebokech.com>
19657         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19658         docstring.
19659         (gnus-face-from-file): Likewise.
19661 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19663         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19664         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19665         non-nil.
19666         (gnus-auto-select-part): New variable.
19667         (gnus-article-jump-to-part): New function.
19668         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19669         (gnus-mime-delete-part): Allow selecting specified part after
19670         deleting or stripping parts.
19671         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19672         part if argument is bogus.
19674 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19676         * gnus-art.el (w3m-minor-mode-map):
19677         * gnus-spec.el (gnus-newsrc-file-version):
19678         * gnus-util.el (nnmail-active-file-coding-system)
19679         (gnus-original-article-buffer, gnus-user-agent):
19680         * gnus.el (gnus-ham-process-destinations)
19681         (gnus-parameter-ham-marks-alist)
19682         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19683         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19684         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19685         * mm-decode.el (gnus-current-window-configuration):
19686         * mm-extern.el (gnus-article-mime-handles):
19687         * mm-url.el (url-current-object, url-package-name)
19688         (url-package-version):
19689         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19690         (smime-keys, w3m-cid-retrieve-function-alist)
19691         (w3m-current-buffer, w3m-display-inline-images)
19692         (w3m-minor-mode-map):
19693         * mml-smime.el (gnus-extract-address-components):
19694         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19695         (gnus-newsrc-hashtb, message-default-charset)
19696         (message-deletable-headers, message-options)
19697         (message-posting-charset, message-required-mail-headers)
19698         (message-required-news-headers):
19699         * mml1991.el (mc-pgp-always-sign):
19700         * mml2015.el (mc-pgp-always-sign):
19701         * nnheader.el (nnmail-extra-headers):
19702         * rfc1843.el (gnus-decode-encoded-word-function)
19703         (gnus-decode-header-function, gnus-newsgroup-name):
19704         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19706 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19708         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19709         the end of the date treatments.
19711 2005-08-15  Simon Josefsson  <jas@extundo.com>
19713         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19714         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19715         Capello and Romain Francoise.
19716         (pgg-fetch-key-function): Remove, not used?
19717         (pgg-insert-url-with-w3): Require url, to get
19718         url-insert-file-contents regardless of where it is defined.
19720 2005-08-13  Romain Francoise  <romain@orebokech.com>
19722         * message.el (message-cite-original-1): New function.
19723         (message-cite-original): Use it.
19724         (message-cite-original-without-signature): Ditto.
19726 2005-08-08  Romain Francoise  <romain@orebokech.com>
19728         * message.el (message-yank-empty-prefix): New variable.
19729         (message-indent-citation): Use it.
19730         (message-cite-original-without-signature): Respect X-No-Archive.
19732 2005-08-08  Simon Josefsson  <jas@extundo.com>
19734         * pgg.el: Autoload url-insert-file-contents instead of loading
19735         w3/url.
19736         (pgg-insert-url-with-w3): Don't load url here.
19738 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19740         * message.el (message-kill-to-signature): Don't insert newline at
19741         bol.
19742         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19744 2005-08-06  Romain Francoise  <romain@orebokech.com>
19746         * message.el (message-user-fqdn): Fix typo in docstring.
19748 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19750         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19752         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19754 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19756         * mm-bodies.el (mm-encode-body): Use coding system rather than
19757         charset to encode text.
19759         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19760         number of charsets if utf-8 is available (XEmacs).
19762 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19764         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19765         taken from `gnus-button-mid-or-mail-regexp'.
19766         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19767         (gnus-button-alist): Improve regexp for domain part of the MIDs
19768         for news:localpart@domain buttons.
19769         (gnus-button-ctan-directory-regexp): Update.
19771 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19773         * sieve-manage.el (sieve-manage-interactive-login):
19774         Use make-local-variable rather than make-variable-buffer-local.
19775         (sieve-manage-open): Ditto.
19776         (sieve-manage-authenticate): Ditto.
19778         * mml.el (mml-generate-mime-1): Make the content type default to
19779         text/plain if the filename is not specified.
19781 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19783         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19784         instead of insert-buffer.
19786         * message.el (message-yank-original): Ditto; set the mark at the
19787         end of the yanked message.
19789 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19791         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19792         lines to scroll rather than to stop it.
19794         * mml.el (mml-generate-default-type): Add doc string.
19795         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19796         default to application/octet-stream when determining the content
19797         type if it is not specified for the part or the mml contents; add
19798         a comment about mml-generate-default-type.
19800 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19802         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19803         make it default to application/octet-stream when determining the
19804         content type if it is not specified for the external contents.
19806 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19808         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19809         segmented parameter but also other parameters might be there.
19811 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19813         * mm-decode.el (mm-display-external): Delete temp file, directory
19814         and buffer immediately if the external process is exited.
19816 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19818         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19819         fewer lines than that of scroll-margin.
19820         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19822 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19824         * gnus-art.el (gnus-article-next-page): Revert.
19825         (gnus-article-beginning-of-window): New macro.
19826         (gnus-article-next-page-1): Use it.
19827         (gnus-article-prev-page): Ditto.
19828         (gnus-article-edit-part): Use insert-buffer-substring instead of
19829         insert-buffer.
19830         (gnus-article-edit-exit): Ditto.
19832         * gnus-util.el (gnus-beginning-of-window): Remove.
19833         (gnus-end-of-window): Remove.
19835 2005-07-25  Simon Josefsson  <jas@extundo.com>
19837         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19838         to have the url package without w3.  Reported by Daiki Ueno
19839         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19841 2005-07-20  Didier Verna  <didier@xemacs.org>
19843         * gnus-diary.el: Remove the description comment (nndiary is now
19844         properly documented in the Gnus manual).
19845         Fix the spelling of "Back End".
19846         * nndiary.el: Ditto.
19847         Fix the copyright notice.
19849 2005-07-18  Romain Francoise  <romain@orebokech.com>
19851         * gnus-sum.el (gnus-summary-to-prefix)
19852         (gnus-summary-newsgroup-prefix): New variables.
19853         (gnus-summary-from-or-to-or-newsgroups): Use them.
19855 2005-07-17  Romain Francoise  <romain@orebokech.com>
19857         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19858         space as it's generally not especially interesting to the user.
19860 2005-07-16  Romain Francoise  <romain@orebokech.com>
19862         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19863         nil to avoid prompting and file modification if one of the
19864         messages at the top of the nnfolder file contains a copyright
19865         notice.
19866         Update copyright notice.
19868         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19869         instead of `current-time-string' as the latter creates a time
19870         string that is not RFC 2822 compliant (it lacks the zone).
19871         Update copyright notice.
19873 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19875         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19876         for text/rtf.  Display default in prompt.  Pass default for M-n.
19878         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19880 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19882         * gnus-msg.el (gnus-button-mailto):
19883         Remove save-selected-window-window hackery because it relies on
19884         save-selected-window internals.
19886 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19888         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19889         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19890         (gnus-article-prev-page): Ditto.
19892         * gnus-util.el (gnus-beginning-of-window): New function.
19893         (gnus-end-of-window): New function.
19895 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19897         * gnus-score.el (gnus-score-edit-all-score):
19898         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19899         gnus-message.
19901 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19903         * gnus-msg.el (gnus-button-mailto):
19904         Remove save-selected-window-window hackery because it relies on
19905         save-selected-window internals.
19907 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19909         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19910         add-minor-mode.
19911         (gnus-binary-mode): Ditto.
19913         * gnus-topic.el (gnus-topic-mode): Ditto.
19915 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19917         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19918         (gnus-article-prev-page): Take scroll-margin into consideration.
19920 2005-07-04  Lute Kamstra  <lute@gnu.org>
19922         Update FSF's address in GPL notices.
19924 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19926         * gnus.el (gnus-exit):
19927         * gnus-group.el (gnus-group-icons):
19928         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19930         * gnus-nocem.el (gnus-nocem):
19931         * message.el (message-various, message-buffers, message-sending)
19932         (message-interface, message-forwarding, message-insertion)
19933         (message-headers, message-news, message-mail):
19934         * pgg-gpg.el (pgg-gpg):
19935         * pgg-parse.el (pgg-parse):
19936         * pgg-pgp.el (pgg-pgp):
19937         * pgg-pgp5.el (pgg-pgp5):
19938         * pop3.el (pop3): Finish `defgroup' description with period.
19940 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19942         * gnus-art.el (article-display-face): Improve the efficiency.
19943         (article-display-x-face): Ditto; remove gray x-face stuff.
19945 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19947         * gnus-art.el (article-display-face): Correct the position in
19948         which Faces are inserted.
19950 2005-06-29  Didier Verna  <didier@xemacs.org>
19952         * gnus-art.el (article-display-face): Display faces in correct
19953         order.
19955 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19957         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19958         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19959         (gnus-nocem-check-article): Fetch the Type header.
19960         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19961         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19962         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19963         make sure gnus-nocem-hashtb is initialized.
19964         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19965         (gnus-nocem-unwanted-article-p): Ditto.
19967         * pgg.el (pgg-verify): Return the verification result.
19969 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19971         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19972         is ascii.
19974 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19976         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19977         `show-nonbreak-escape'.
19979 2005-06-23  Lute Kamstra  <lute@gnu.org>
19981         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19983         * dig.el (dig-mode):
19984         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19986 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19988         * nnimap.el (nnimap-split-download-body): Fix spellings.
19990 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19992         * gnus-art.el (gnus-article-encrypt-body):
19993         * gnus-cus.el (gnus-score-customize):
19994         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19995         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19997 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19999         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20000         header by looking for magic "MII" at the beginning.
20002 2005-06-16  Miles Bader  <miles@gnu.org>
20004         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20005         (assistant-field-face): New backward-compatibility alias for renamed
20006         face.
20007         (assistant-render-text): Use renamed assistant-field face.
20009         * spam.el (spam): Remove "-face" suffix from face name.
20010         (spam-face): New backward-compatibility alias for renamed face.
20011         (spam-face, spam-initialize): Use renamed spam face.
20013         * message.el (message-header-to, message-header-cc)
20014         (message-header-subject, message-header-newsgroups)
20015         (message-header-other, message-header-name)
20016         (message-header-xheader, message-separator, message-cited-text)
20017         (message-mml): Remove "-face" suffix from face names.
20018         (message-header-to-face, message-header-cc-face)
20019         (message-header-subject-face, message-header-newsgroups-face)
20020         (message-header-other-face, message-header-name-face)
20021         (message-header-xheader-face, message-separator-face)
20022         (message-cited-text-face, message-mml-face):
20023         New backward-compatibility aliases for renamed faces.
20024         (message-font-lock-keywords): Use renamed message faces.
20026         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20027         (sieve-test-commands, sieve-tagged-arguments):
20028         Remove "-face" suffix from face names.
20029         (sieve-control-commands-face, sieve-action-commands-face)
20030         (sieve-test-commands-face, sieve-tagged-arguments-face):
20031         New backward-compatibility aliases for renamed faces.
20032         (sieve-control-commands-face, sieve-action-commands-face)
20033         (sieve-test-commands-face, sieve-tagged-arguments-face):
20034         Use renamed sieve faces.
20036         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20037         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20038         (gnus-group-news-3-empty, gnus-group-news-4)
20039         (gnus-group-news-4-empty, gnus-group-news-5)
20040         (gnus-group-news-5-empty, gnus-group-news-6)
20041         (gnus-group-news-6-empty, gnus-group-news-low)
20042         (gnus-group-news-low-empty, gnus-group-mail-1)
20043         (gnus-group-mail-1-empty, gnus-group-mail-2)
20044         (gnus-group-mail-2-empty, gnus-group-mail-3)
20045         (gnus-group-mail-3-empty, gnus-group-mail-low)
20046         (gnus-group-mail-low-empty, gnus-summary-selected)
20047         (gnus-summary-cancelled, gnus-summary-high-ticked)
20048         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20049         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20050         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20051         (gnus-summary-low-undownloaded)
20052         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20053         (gnus-summary-low-unread, gnus-summary-normal-unread)
20054         (gnus-summary-high-read, gnus-summary-low-read)
20055         (gnus-summary-normal-read, gnus-splash):
20056         Remove "-face" suffix from face names.
20057         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20058         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20059         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20060         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20061         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20062         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20063         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20064         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20065         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20066         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20067         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20068         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20069         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20070         (gnus-summary-normal-ticked-face)
20071         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20072         (gnus-summary-normal-ancient-face)
20073         (gnus-summary-high-undownloaded-face)
20074         (gnus-summary-low-undownloaded-face)
20075         (gnus-summary-normal-undownloaded-face)
20076         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20077         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20078         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20079         (gnus-splash-face):
20080         New backward-compatibility aliases for renamed faces.
20081         (gnus-group-startup-message): Use renamed gnus faces.
20083         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20084         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20085         (gnus-server-agent): Remove "-face" suffix from face names.
20086         (gnus-server-agent-face, gnus-server-opened-face)
20087         (gnus-server-closed-face, gnus-server-denied-face)
20088         (gnus-server-offline-face):
20089         New backward-compatibility aliases for renamed faces.
20090         (gnus-server-agent-face, gnus-server-opened-face)
20091         (gnus-server-closed-face, gnus-server-denied-face)
20092         (gnus-server-offline-face): Use renamed gnus faces.
20094         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20095         Remove "-face" suffix from face names.
20096         (gnus-picon-xbm-face, gnus-picon-face):
20097         New backward-compatibility aliases for renamed faces.
20099         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20100         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20101         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20102         (gnus-cite-11): Remove "-face" suffix from face names.
20103         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20104         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
20105         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
20106         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
20107         New backward-compatibility aliases for renamed faces.
20108         (gnus-cite-attribution-face, gnus-cite-face-list)
20109         (gnus-article-boring-faces): Use renamed gnus faces.
20111         * gnus-art.el (gnus-signature, gnus-header-from)
20112         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
20113         (gnus-header-content): Remove "-face" suffix from face names.
20114         (gnus-signature-face, gnus-header-from-face)
20115         (gnus-header-subject-face, gnus-header-newsgroups-face)
20116         (gnus-header-name-face, gnus-header-content-face):
20117         New backward-compatibility aliases for renamed faces.
20118         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
20120         * gnus-sum.el (gnus-summary-selected-face)
20121         (gnus-summary-highlight): Use renamed gnus faces.
20122         * gnus-group.el (gnus-group-highlight): Likewise.
20124 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
20126         * gnus-sieve.el (gnus-sieve-article-add-rule):
20127         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
20128         * spam-stat.el (spam-stat-buffer-change-to-spam)
20129         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
20131         * message.el (message-is-yours-p):
20132         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
20134 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20136         * mm-view.el (mm-inline-text): Withdraw the last change.
20138 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20140         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
20141         executing enriched-decode.
20143 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20145         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
20146         charset of tar files.
20148 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
20150         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
20152 2005-06-04  Lute Kamstra  <lute@gnu.org>
20154         * nnfolder.el (nnfolder-read-folder): Make sure that undo
20155         information is never recorded.
20157 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20159         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
20161 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20163         * pop3.el (pop3-apop): Run md5 in the binary mode.
20165         * starttls.el (starttls-set-process-query-on-exit-flag):
20166         Use eval-and-compile.
20168 2005-05-31  Simon Josefsson  <jas@extundo.com>
20170         * smime.el (smime-replace-in-string): Define.
20171         (smime-cert-by-ldap-1): Use it.
20173 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
20175         * gnus-art.el (article-display-x-face): Replace
20176         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20178         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
20179         set-process-query-on-exit-flag or process-kill-without-query.
20181         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
20182         loop instead of replace-regexp.
20184         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
20185         instead of process-kill-without-query if it is available.
20187         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
20188         instead of find-file-hooks if it is available.
20190         * mml1991.el: Bind pgg-default-user-id when compiling.
20192         * mml2015.el: Bind pgg-default-user-id when compiling.
20194         * nndraft.el (nndraft-request-associate-buffer):
20195         Use write-contents-functions instead of write-contents-hooks if it is
20196         available.
20198         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
20199         instead of find-file-hooks if it is available.
20201         * nntp.el (nntp-open-connection): Replace
20202         process-kill-without-query by gnus-set-process-query-on-exit-flag.
20203         (nntp-open-ssl-stream): Ditto.
20204         (nntp-open-tls-stream): Ditto.
20206         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
20207         set-process-query-on-exit-flag or process-kill-without-query.
20208         (starttls-open-stream-gnutls): Use it instead of
20209         process-kill-without-query.
20210         (starttls-open-stream): Ditto.
20212 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
20214         * smime.el (smime-cert-by-ldap-1): Don't use
20215         replace-regexp-in-string.
20217 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
20219         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
20221         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
20222         in PEM format.  Adjust to the XEmacs compatibility.
20224 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
20226         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
20227         by `string-to-number'.
20228         * gnus-agent.el (gnus-agent-regenerate-group)
20229         (gnus-agent-fetch-articles): Ditto.
20230         * gnus-art.el (gnus-button-fetch-group): Ditto.
20231         * gnus-cache.el (gnus-cache-generate-active)
20232         (gnus-cache-articles-in-group): Ditto.
20233         * gnus-group.el (gnus-group-set-current-level)
20234         (gnus-group-insert-group-line): Ditto.
20235         * gnus-score.el (gnus-score-set-expunge-below)
20236         (gnus-score-set-mark-below, gnus-summary-score-effect)
20237         (gnus-summary-score-entry): Ditto.
20238         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
20239         (gnus-soup-pack): Ditto.
20240         * gnus-spec.el (gnus-xmas-format): Ditto.
20241         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
20242         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
20243         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
20244         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
20245         * nndb.el (nndb-get-remote-expire-response): Ditto.
20246         * nndiary.el (nndiary-parse-schedule-value)
20247         (nndiary-string-to-number, nndiary-request-replace-article)
20248         (nndiary-request-article): Ditto.
20249         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
20250         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
20251         * nneething.el (nneething-make-head): Ditto.
20252         * nnfolder.el (nnfolder-request-article)
20253         (nnfolder-retrieve-headers): Ditto.
20254         * nnheader.el (nnheader-file-to-number): Ditto.
20255         * nnkiboze.el (nnkiboze-request-article): Ditto.
20256         * nnmail.el (nnmail-process-unix-mail-format)
20257         (nnmail-process-babyl-mail-format): Ditto.
20258         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
20259         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
20260         (nnmh-request-create-group, nnmh-request-list-1)
20261         (nnmh-request-group, nnmh-request-article): Ditto.
20262         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
20263         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
20264         * nnsoup.el (nnsoup-make-active): Ditto.
20265         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
20266         * nntp.el (nntp-find-group-and-number)
20267         (nntp-retrieve-headers-with-xover): Ditto.
20268         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
20269         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
20270         (pgg-format-key-identifier): Ditto.
20271         * pop3.el (pop3-last, pop3-stat): Ditto.
20272         * qp.el (quoted-printable-decode-region): Ditto.
20274         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
20275         of concat.
20277 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20279         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
20281         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
20283         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
20285         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
20287         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
20289         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
20291         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
20292         (gnus-carpal-mode): Ditto.
20294         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
20295         (gnus-browse-mode): Ditto.
20297         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
20299         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
20301 2005-05-29  Richard M. Stallman  <rms@gnu.org>
20303         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
20305 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20307         * gnus-util.el (gnus-run-mode-hooks): New function.
20309         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
20311 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
20313         * gnus-agent.el (gnus-agent-make-mode-line-string):
20314         Use mode-line-highlight as mouse-face.
20316 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20318         * canlock.el (canlock): Change the parent group to news.
20320         * deuglify.el (gnus-outlook-deuglify): Add :group.
20322         * dig.el (dig): Add :group.
20324         * dns-mode.el (dns-mode): Add :group.
20326         * encrypt.el (encrypt): Add :group.
20328         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
20329         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
20330         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
20331         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
20332         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
20334         * gnus-diary.el (gnus-diary): Add :group.
20336         * gnus.el (gnus-group-news-1-face): Add :group.
20337         (gnus-group-news-1-empty-face): Ditto.
20338         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
20339         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
20340         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
20341         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
20342         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
20343         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
20344         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
20345         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
20346         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
20347         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
20348         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
20349         (gnus-summary-high-ticked-face): Ditto.
20350         (gnus-summary-low-ticked-face): Ditto.
20351         (gnus-summary-normal-ticked-face): Ditto.
20352         (gnus-summary-high-ancient-face): Ditto.
20353         (gnus-summary-low-ancient-face): Ditto.
20354         (gnus-summary-normal-ancient-face): Ditto.
20355         (gnus-summary-high-undownloaded-face): Ditto.
20356         (gnus-summary-low-undownloaded-face): Ditto.
20357         (gnus-summary-normal-undownloaded-face): Ditto.
20358         (gnus-summary-high-unread-face): Ditto.
20359         (gnus-summary-low-unread-face): Ditto.
20360         (gnus-summary-normal-unread-face): Ditto.
20361         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
20362         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
20364         * hashcash.el (hashcash): New custom group.
20365         (hashcash-default-payment): Add :group.
20366         (hashcash-payment-alist): Ditto.
20367         (hashcash-default-accept-payment): Ditto.
20368         (hashcash-accept-resources): Ditto.
20369         (hashcash-path): Ditto.
20370         (hashcash-extra-generate-parameters): Ditto.
20371         (hashcash-double-spend-database): Ditto.
20372         (hashcash-in-news): Ditto.
20374         * message.el (message-minibuffer-local-map): Add :group.
20376         * netrc.el (netrc): Add :group.
20378         * sieve-manage.el (sieve-manage-log): Add :group.
20379         (sieve-manage-default-user): Diito.
20380         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
20381         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
20382         (sieve-manage-authenticators): Ditto.
20383         (sieve-manage-authenticator-alist): Ditto.
20384         (sieve-manage-default-port): Ditto.
20386         * sieve-mode.el (sieve-control-commands-face): Add :group.
20387         (sieve-action-commands-face): Ditto.
20388         (sieve-test-commands-face): Ditto.
20389         (sieve-tagged-arguments-face): Ditto.
20391         * smime.el (smime): Add :group.
20393         * spam-report.el (spam-report): Add :group.
20395         * spam.el (spam, spam-face): Add :group.
20397 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20399         * nntp.el (nntp-next-result-arrived-p): Some news servers may
20400         return \n.\n.\n at the end of articles.  Protect against that.
20401         (nntp-with-open-group): Allow debugging.
20403         * nnheader.el (mail-header-set-extra): Make into a function
20404         because I just could't understand how to quote the list properly.
20406         * dns.el (query-dns-cached): New function.
20408 2005-05-26  Lute Kamstra  <lute@gnu.org>
20410         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
20412 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20414         * gnus-art.el: Don't autoload mail-extract-address-components.
20416         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
20417         eval-and-compile to evaluate it.
20419         * hashcash.el: Don't autoload executable-find.
20421         * nndb.el: Don't declare the nndb back end two or more times; don't
20422         autoload news-reply-mode, news-setup, cancel-timer and telnet.
20424         * nntp.el: Autoload format-spec instead of format; use
20425         eval-and-compile to evaluate autoload forms.
20427 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
20429         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
20431 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20433         * gnus.el (gnus-version-number): Bump version.
20435 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20437         * gnus.el: No Gnus v0.3 is released.
20439 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20441         * gnus-art.el (gnus-article-edit-part): Disable undo.
20443 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20445         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
20446         gnus-article-date-lapsed-new-header is t if date timer is active;
20447         skip headers in which the original date value is empty.
20448         (gnus-article-save-original-date): Redefine it as a macro.
20449         (gnus-display-mime): Use it.
20451 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20453         * gnus-art.el (article-date-ut): Support converting date in
20454         forwarded parts as well.
20455         (gnus-article-save-original-date): New function.
20456         (gnus-display-mime): Use it.
20458 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20460         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20461         enclosure element of <item>.
20463 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20465         * message.el (message-kill-buffer-query): Rename from
20466         `message-kill-buffer-query-if-modified'.  Add :version.
20468 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20470         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20471         window layout.
20473 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20475         * mml.el: Autoload dnd when compiling.
20477 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20479         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20480         x-dnd-*.
20482 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20484         * qp.el (quoted-printable-encode-region): Save excursion.
20486 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20488         * message.el (message-kill-buffer-query-if-modified): Add new variable
20489         so the user can kill a modified message buffer quickly.
20490         (message-kill-buffer): Use it.
20492 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20494         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20495         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20497 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20499         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20500         contained in text because xml.el decodes entities) with LFs.
20502 2005-04-11  Lute Kamstra  <lute@gnu.org>
20504         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20505         differently.
20507 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20509         * mm-util.el (mm-detect-coding-region): Typo.
20511 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20513         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20515 2005-04-06  Deepak Goel  <deego@gnufans.org>
20517         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20518         user-function allow user modifications of the scores.
20519         (spam-stat-score-buffer-user): New function, to allow
20520         user-computed modifications to the score.
20521         (spam-stat-score-buffer-user-functions): List of additional
20522         scoring functions.
20523         (spam-stat-error-holder): Global temporary error holder.
20524         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20525         variable.
20527 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20529         * gnus-registry.el (gnus-registry-clean-empty-function)
20530         (gnus-registry-trim, gnus-registry-fetch-groups)
20531         (gnus-registry-delete-group): Groups that match
20532         `gnus-registry-ignored-groups' are removed from the registry
20533         entries, not just ignored for splitting.  This helps clean up the
20534         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20535         to get all the groups a message ID is in.
20537         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20538         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20539         (spam-stat-score-buffer-user-functions): Add :number custom type.
20541 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20543         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20544         argument in XEmacs.
20546         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20547         (nnrss-request-group): Decode group name first.
20548         (nnrss-request-article): Make a text/plain article if mml-to-mime
20549         failed.
20550         (nnrss-get-encoding): Return a compatible encoding according to
20551         nnrss-compatible-encoding-alist.
20552         (nnrss-find-el): Use consp instead of listp.
20553         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20555 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20557         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20558         which Emacs 20 doesn't support.
20559         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20561 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20563         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20564         silence the byte compiler inside the defun.
20566         * gnus-demon.el (parse-time-string): Add autoload.
20568         * gnus-delay.el (parse-time-string): Add autoload.
20570         * gnus-art.el (parse-time-string): Add autoload.
20572         * nnultimate.el (parse-time): Require for `parse-time-string'.
20574 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20576         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20578         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20580         * smime.el (smime-ldap-host-list): Add :version.
20582 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20584         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20585         pass it to `gnus-browse-read-group'.
20586         (gnus-browse-read-group): Add NUMBER argument and pass it to
20587         `gnus-group-read-ephemeral-group'.
20589         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20590         argument and pass it to `gnus-group-read-group'.
20592 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20594         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20595         mm-xemacs-find-mime-charset-1 if we have the mule feature
20596         available at runtime.
20598 2005-03-25  Werner Lemberg  <wl@gnu.org>
20600         * nnmaildir.el: Replace `illegal' with `invalid'.
20602 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20604         * gnus-start.el (gnus-display-time-event-handler):
20605         Check display-time-timer at runtime rather than only at load time
20606         in case display-time-mode is turned off in the mean time.
20608 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20610         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20611         used.
20613         * nneething.el (nneething-map-file-directory): Derive from
20614         `gnus-directory'.
20616         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20617         the To/Cc button.
20619 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20621         * nnmaildir.el (nnmaildir-request-accept-article):
20622         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20624 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20626         * gnus-async.el: Require timer-funcs at compile time when in
20627         XEmacs for `run-with-idle-timer'.
20629 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20631         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20632         autoloaded function.
20634 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20636         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20638 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20640         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20642 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20644         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20645         Add gnus-expert-user to default.
20647 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20649         * nnimap.el (nnimap-open-server): Ditto.
20651         * imap.el (imap-authenticate): Fix typo.
20653 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20655         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20656         buffer (since IMAP server might return FETCH response out of
20657         order, and the nntp buffer must be sorted).
20659 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20661         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20662         comparison on string.
20664         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20665         (gnus-agent-score): Rename category keywords to match gnus-cus.
20666         (gnus-agent-summary-fetch-series): Modify to protect against
20667         gnus-agent-summary-fetch-group clearing processable flags.
20668         (gnus-agent-synchronize-group-flags): Update live group buffer as
20669         synchronization may occur due to the user toggle the plugged
20670         status.
20671         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20672         successfully downloaded.
20673         (gnus-agent-expire-group-1): Avoid using markers when the overview
20674         is in ascending order; greatly improves performance.
20675         (gnus-agent-regenerate-group):
20676         Use gnus-agent-synchronize-group-flags to reset read status in both
20677         gnus and server.
20678         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20680 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20682         * message.el: Don't autoload former message-utils variables.
20683         (message-strip-subject-trailing-was): Change doc string.
20685         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20686         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20687         (nnweb-google-search): Add "hl=en" here.
20688         (nnweb-google-parse-1, nnweb-google-create-mapping):
20689         Don't hardcode URL.
20691 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20693         * message.el (message-get-reply-headers, message-followup):
20694         Mention related variables `message-use-followup-to' and
20695         `message-use-mail-followup-to', in the information buffer.
20697         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20698         of broken groups(-beta).google.com.
20700 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20702         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20703         parameter to invoked gnus-request-move-article; remove the
20704         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20705         all at once instead of once per article.
20706         (gnus-summary-remove-process-mark): Accept a list of articles as
20707         well as a single article for processing.
20709         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20710         parameter.
20712         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20714         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20716         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20717         parameter.
20719         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20720         parameter.
20722         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20723         parameter and remove the gnus-sum-hint-move-is-internal variable.
20725         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20726         parameter.
20728         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20729         parameter.
20731         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20732         parameter.
20734         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20736         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20737         parameter.
20739         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20740         parameter.
20742 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20744         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20745         a more conservative way.
20747 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20749         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20750         buffer, so it moves the window's cursor.
20752 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20754         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20755         `mm-dissect-multipart' and receive the from field as an (optional)
20756         argument from `mm-dissect-multipart'.
20757         (mm-dissect-multipart): Receive the from field as an argument and
20758         pass it on when we call `mm-dissect-buffer' on MIME parts.
20759         Fixes verification/decryption of signed/encrypted MIME parts.
20761 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20763         * gnus-sum.el (gnus-summary-move-article):
20764         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20765         whatever it calls (right now, only nnimap-request-move article
20766         respects it).
20768         * nnimap.el (nnimap-request-move-article):
20769         When gnus-sum-hint-move-is-internal is set, don't do the extra
20770         nnimap-request-article.
20772 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20774         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20776         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20777         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20779         * gnus-sum.el (gnus-summary-caesar-message):
20780         Apply `gnus-treat-article' after rotation.
20782         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20783         doc string.
20785 2005-02-22  Simon Josefsson  <jas@extundo.com>
20787         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20788         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20789         <arne@arnested.dk>.
20790         (encrypt): Add password-cache and password-cache-expiry as group
20791         members.
20793 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20795         * smime.el (smime-ldap-host-list): Doc fix.
20796         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20797         cache) password.
20798         (smime-sign-region): Use it.
20799         (smime-decrypt-region): Use it.
20800         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20801         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20802         fails.
20803         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20804         certificate from DER to PEM format rather than calling openssl.
20806         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20808         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20809         for signing/encryption.
20811         * mml.el (mml-parse-1): Use them.
20813 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20815         * nnrss.el (nnrss-verbose): Remove.
20816         (nnrss-request-group): Use `nnheader-message' instead.
20818 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20820         * nnrss.el (nnrss-verbose): New variable.
20821         (nnrss-request-group): Make it say nnrss is requesting a group.
20823 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20825         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20826         Handle news URL with given port correctly.
20828 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20830         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20831         containing special characters.
20833         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20835         * mml.el (mime-to-mml): Ditto.
20837         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20838         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20839         (rfc2047-decode-region): Quote decoded words containing special
20840         characters when rfc2047-quote-decoded-words-containing-tspecials
20841         is non-nil.
20843 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20845         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20847         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20849 2005-02-15  Simon Josefsson  <jas@extundo.com>
20851         * nnimap.el (nnimap-debug): Doc fix.
20853         * imap.el (imap-debug): Doc fix.
20855 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20857         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20859 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20861         * gnus.el (spam-contents): Improve docs for spam-contents
20862         parameter in its variable incarnation.
20864 2005-02-14  Simon Josefsson  <jas@extundo.com>
20866         * smime-ldap.el: Use require instead of load-library for ldap.
20867         (smime-ldap-search): Indent.
20868         (smime-ldap-search-internal): Shorten line.
20870         * smime.el (smime-cert-by-dns): Add doc-string.
20871         (smime-cert-by-ldap-1): Indent.
20873         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20874         mml-smime-get-dns-ldap.
20875         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20877 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20879         * smime.el: Require smime-ldap.
20880         (smime-ldap-host-list): New variable.
20881         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20883         * mml-smime.el (mml-smime-encrypt-query): New function.
20884         (mml-smime-encrypt-query): Use it.
20886         * smime-ldap.el: New file.
20888 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20890         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20892 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20894         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20895         argument in doc string.  Make query for type more clear.
20897 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20899         * gnus.el (gnus-group-startup-message): Search for gnus images in
20900         etc/images/gnus.
20901         * mm-util.el (mm-image-load-path): Likewise.
20902         * smiley.el (smiley-data-directory): Search for smilies in
20903         etc/images/smilies.
20905 2005-02-09  Kim F. Storm  <storm@cua.dk>
20907         Change Emacs release version from 21.4 to 22.1 throughout.
20908         Change Emacs development version from 21.3.50 to 22.0.50.
20910 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20912         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20914         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20915         non-Mule XEmacs as well.
20916         (mm-decompress-buffer): Signal an error intentionally if it does
20917         not decompress compressed data because auto-compression-mode is
20918         disabled.
20920 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20922         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20923         an ID in the registry even if it has no groups.
20925 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20927         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20928         merge it into mm-decompress-buffer.
20929         (gnus-mime-copy-part): Use the MIME part charset, the value which
20930         a user specified or gnus-newsgroup-charset for decoding, like
20931         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20932         save-buffer what was used.  Suggested by Kevin Ryde
20933         <user42@zip.com.au>.
20934         (gnus-mime-inline-part): Allow the name parameter as well as the
20935         filename parameter; force decompressing of compressed data; always
20936         display contents being not decoded as unibyte.
20938         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20939         as well as the filename parameter.
20941         * mm-util.el (mm-decompress-buffer):
20942         Merge gnus-mime-jka-compr-maybe-uncompress.
20943         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20944         of compressed data.
20946 2005-02-08  Simon Josefsson  <jas@extundo.com>
20948         * imap.el (imap-log): Doc fix.
20950 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20952         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20953         the coding cookies; decompress compressed parts.
20955         * mml.el (mml-generate-mime-1): Add the charset parameter according
20956         to the value which a user specified manually or the coding cookie.
20958         * mm-util.el (mm-string-to-multibyte): New function.
20959         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20960         (mm-coding-system-to-mime-charset): New function.
20961         (mm-decompress-buffer): New function.
20962         (mm-find-buffer-file-coding-system): New function.
20964         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20965         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20966         parts.
20968 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20970         * mm-view.el (mm-display-inline-fontify): Decode a part according
20971         to the charset parameter.
20973 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20975         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20976         prefix arg is neither nil nor a number, as info specifies.
20978 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20980         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20981         timestamps.
20983 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20985         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20986         groups error checking and notify user.
20988 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20990         * message.el (message-send-mail-function): Check existence of
20991         sendmail-program first before using default value
20992         `message-send-mail-with-sendmail'.  Otherwise use more generic
20993         `smtpmail-send-it'.
20995 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20997         * nntp.el (nntp-request-update-info): Always return nil.
20999 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21001         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21003 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21005         * message.el (message-beginning-of-line): Change the behavior when
21006         invoked between BOL and : so that it first moves backward.
21008 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21010         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21011         article buffer when editing of the article is discarded.
21012         (gnus-article-prepare): Revert.
21014 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21016         * gnus-art.el (gnus-article-prepare):
21017         Remove message-strip-forbidden-properties from the local hook.
21019 2005-01-27  Simon Josefsson  <jas@extundo.com>
21021         * password.el (password-cache-add): Only start one timer per key.
21022         Reported by Derek Atkins <warlord@MIT.EDU>.
21024 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21026         * run-at-time.el: Remove.  It is no longer needed as
21027         timer-funcs.el in the xemacs-base package has a working version of
21028         `run-at-time'.
21030         * password.el: Require timer-funcs instead of run-at-time in
21031         XEmacs.
21032         Remove `password-run-at-time' macro.
21033         (password-cache-add): Use `run-at-time' instead of
21034         `password-run-at-time'.
21036         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21037         for `run-with-idle-timer'.
21039         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21040         for `run-at-time'.
21042         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21043         for `with-timeout'.
21045 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21047         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21048         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21050 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21052         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21053         sensitively.
21055 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21057         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21059 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21061         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21062         which will be inserted according to the multibyteness of a buffer
21063         rather than the type of contents.  Suggested by ARISAWA Akihiro
21064         <ari@mbf.ocn.ne.jp>.
21066         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
21067         of string which old xml.el may return rather than a string.
21069 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21071         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
21073 2005-01-16  Simon Josefsson  <jas@extundo.com>
21075         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
21076         idn/idna.el isn't available.
21077         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
21078         <michael@waxrat.com>.
21080         * hashcash.el: Remove non-FSF copyright header.
21082         * hashcash.el (hashcash-extra-generate-parameters): New variable.
21083         (hashcash-generate-payment): Use it.
21084         (hashcash-generate-payment-async): Use it.
21086 2005-01-15  Simon Josefsson  <jas@extundo.com>
21088         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
21089         Suggested by Raymond Scholz <ray-2005@zonix.de>.
21091         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
21092         gnus-summary-idna-message.
21093         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
21094         (gnus-summary-idna-message): New function.
21096 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
21098         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
21099         gnus-novice-user.
21101 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21103         * nnrss.el (nnrss-request-delete-group): Delete entries in
21104         nnrss-group-alist as well.
21105         (nnrss-save-server-data): Insert newline.
21107 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
21109         * gnus.el (gnus-user-agent): Use list of symbols instead of
21110         symbols.  Display full version number for (S)XEmacs.
21111         Optionally display (S)XEmacs codename.
21113         * gnus-util.el (gnus-emacs-version): Update for new
21114         `gnus-user-agent'.
21116         * gnus-msg.el (gnus-extended-version): Make it possible to omit
21117         Gnus version.
21119 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21121         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
21122         which is unreadable in some setups.
21124 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21126         * gnus-spec.el (gnus-update-format-specifications): Flush the
21127         group format spec cache if it doesn't support decoded group names.
21129 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
21131         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
21132         Allow to apply decay on score files matching a regexp.
21134 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21136         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
21137         compatibility in %g and %c.
21139 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21141         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
21142         name for only %g and %c.
21143         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
21144         of gnus-tmp-group to decoded group name.
21145         (gnus-group-make-rss-group): Exclude `/'s from group names.
21147 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21149         * nnrss.el (nnrss-get-encoding): Fix regexp.
21151 2004-12-27  Simon Josefsson  <jas@extundo.com>
21153         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
21154         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
21155         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
21157 2004-12-17  Kim F. Storm  <storm@cua.dk>
21159         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
21161         * gnus-sum.el (gnus-summary-mode-map): Likewise.
21163 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21165         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
21167 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21169         * nnrss.el: Require rfc2047 and mml.
21170         (nnrss-file-coding-system): New variable.
21171         (nnrss-format-string): Redefine it as an inline function.
21172         (nnrss-decode-group-name): New function.
21173         (nnrss-string-as-multibyte): Remove.
21174         (nnrss-retrieve-headers): Decode group name; don't use
21175         nnrss-format-string.
21176         (nnrss-request-group): Decode group name.
21177         (nnrss-request-article): Decode group name; allow a Message-ID as
21178         well as an article number; don't use nnrss-format-string; encode a
21179         Message-ID string which may contain non-ASCII characters; use
21180         mml-to-mime to compose a MIME article.
21181         (nnrss-request-expire-articles): Decode group name.
21182         (nnrss-request-delete-group): Decode group name.
21183         (nnrss-fetch): Clarify error message.
21184         (nnrss-read-server-data): Use insert-file-contents instead of load;
21185         bind file-name-coding-system; use multibyte buffer.
21186         (nnrss-save-server-data): Bind coding-system-for-write to the
21187         value of nnrss-file-coding-system; bind file-name-coding-system;
21188         add coding cookie.
21189         (nnrss-read-group-data): Use insert-file-contents instead of load;
21190         bind file-name-coding-system; use multibyte buffer.
21191         (nnrss-save-group-data): Bind coding-system-for-write to the
21192         value of nnrss-file-coding-system; bind file-name-coding-system.
21193         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
21194         make it work with non-ASCII text.
21195         (nnrss-find-el): Make it work with old xml.el as well.
21197 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
21199         * nnrss.el (nnrss-get-encoding): New function.
21200         (nnrss-fetch): Use unibyte buffer initially; bind
21201         coding-system-for-read while performing mm-url-insert; remove ^Ms;
21202         decode contents according to the encoding attribute.
21203         (nnrss-save-group-data): Add coding cookie.
21204         (nnrss-mime-encode-string): New function.
21205         (nnrss-check-group): Use it to encode subject and author.
21207 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
21209         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
21210         imaginary variable.
21212 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21214         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
21215         correctly even if there are wide characters.
21217 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
21219         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
21220         downcased symbol names; make a new cache instead of reusing
21221         bbdb-hashtable.
21223 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21225         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
21226         concatenating segments rather than before concatenating them.
21227         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21229         * message.el (message-get-reply-headers): Bind `extra'.
21231 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21233         * message.el (message-extra-wide-headers): New variable.
21234         (message-get-reply-headers): Use it.
21236 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21238         * gnus-agent.el (gnus-agent-group-path): Decode group name.
21239         (gnus-agent-group-pathname): Ditto.
21241         * gnus-cache.el (gnus-cache-file-name): Decode group name.
21243         * gnus-group.el (gnus-group-make-group): Decode group name.
21244         (gnus-group-make-rss-group): Register the group data after opening
21245         the nnrss group.
21247 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
21249         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
21250         by expiry now get marked as read.
21252 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21254         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
21256 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
21258         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
21259         unify Latin characters in XEmacs.
21260         (mm-find-mime-charset-region): Use it.
21262 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21264         * gnus-util.el (gnus-delete-directory): New function.
21266         * gnus-agent.el (gnus-agent-delete-group): Use it.
21268         * gnus-cache.el (gnus-cache-delete-group): Use it.
21270 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21272         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
21273         names.
21275 2004-12-16  Simon Josefsson  <jas@extundo.com>
21277         * hashcash.el (hashcash-payment-alist): Fix custom :type.
21279 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21281         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
21283         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
21284         (gnus-group-set-current-level): Decode group name.
21286 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
21288         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
21289         failed.
21291 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21293         * gnus-group.el (gnus-group-delete-group): Decode group name.
21294         (gnus-group-make-rss-group): Encode group name.
21295         (gnus-group-catchup-current): Decode group name.
21296         (gnus-group-kill-group): Decode group name.
21298 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21300         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
21302 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21304         * gnus-group.el (gnus-group-make-rss-group):
21305         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
21307         * gnus-start.el (gnus-setup-news): Honor user's setting to
21308         gnus-message-archive-method.  Suggested by Lute Kamstra
21309         <lute@gnu.org>.
21311 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
21313         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
21314         global counterparts of the buffer-local variables.
21316 2004-11-16  Romain Francoise  <romain@orebokech.com>
21318         * gnus-sum.el (gnus-summary-exit): Don't clear the global
21319         counterparts of the buffer-local variables.
21321 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21323         * message.el (message-forbidden-properties): Fix typo in doc
21324         string.
21326 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
21328         * gnus-util.el (gnus-replace-in-string): Add doc string.
21330         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
21331         to avoid problems when splitting mails with many recipients.
21333 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21335         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
21336         pop-to-buffer, covered by the subsequent gnus-configure-windows.
21338 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
21340         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
21341         if there is no hashtable in memory or file modification time is
21342         newer than cached timestamp.
21344 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
21346         * gnus-sum.el (gnus-summary-limit-to-recipient):
21347         Implement not-matching option.
21349 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
21351         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
21352         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
21353         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
21354         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
21355         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
21356         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
21358 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21360         * message.el (message-forward-make-body-mml): Remove headers
21361         according to message-forward-ignored-headers if a message is decoded.
21363 2004-12-02  Romain Francoise  <romain@orebokech.com>
21365         * message.el (message-forward-make-body-plain): Always remove
21366         headers according to message-forward-ignored-headers.
21368 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
21370         * spam.el (spam-summary-prepare-exit): Remove the
21371         gnus-summary-limit pop for now, it has problems with ham marks for
21372         me.
21374 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
21376         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
21377         correctly.
21379 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
21381         * format-spec.el (format-spec): Message the char.
21383 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
21385         * gnus-art.el (gnus-split-methods): Reformat comments.
21387         * spam.el (spam-summary-prepare-exit): Remove article limits
21388         before exiting the summary buffer.
21390 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21392         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
21393         order to silence the byte compiler.
21395         * spam.el: Fix the way to silence the byte compiler, which
21396         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
21397         bbdb-search-simple, spam-BBDB-register-routine,
21398         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
21399         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
21400         spam-stat-buffer-is-spam, spam-stat-load,
21401         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
21402         spam-stat-save and spam-stat-split-fancy.
21404 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21406         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
21407         which may confuse users.
21408         (canlock-password-for-verify): Ditto.
21410         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
21412         * gnus-art.el (gnus-emphasis-alist): Ditto.
21414         * gnus-registry.el (gnus-registry-max-entries): Ditto.
21416         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
21418         * gnus-start.el (gnus-save-killed-list): Ditto.
21420         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
21421         (gnus-sum-thread-tree-root): Ditto.
21422         (gnus-sum-thread-tree-false-root): Ditto.
21423         (gnus-sum-thread-tree-single-indent): Ditto.
21425         * message.el (message-courtesy-message): Ditto.
21426         (message-archive-note): Ditto.
21427         (message-subscribed-address-file): Ditto.
21428         (message-user-fqdn): Ditto.
21430         * spam-report.el (spam-report-gmane-regex): Ditto.
21432         * spam.el (spam-blackhole-good-server-regex): Ditto.
21434 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21436         * mml.el (mml-preview): Widen the message buffer before copying
21437         the contents to the preview buffer; sort headers before previewing.
21439         * message.el (message-hidden-headers): Fix the way to avoid a bug
21440         in the `repeat' widget in Emacs 21.3 or earlier.
21442 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21444         * message.el (message-hidden-headers): Default to "^References:".
21445         Improve customization type.  Suggested by Reiner Steib
21446         <Reiner.Steib@gmx.de>.
21448 2004-11-25  Romain Francoise  <romain@orebokech.com>
21450         * message.el (message-strip-forbidden-properties): Remove check for
21451         obsolete `message-hidden' text property, hidden headers are not
21452         accessible in the buffer anymore.
21454 2004-11-22  Romain Francoise  <romain@orebokech.com>
21456         * message.el (message-header-format-alist): Add `From' in list
21457         so that it can be sorted.
21458         (message-fix-before-sending): Widen and sort headers before
21459         sending.
21460         (message-hide-headers): Use narrowing to hide headers by moving
21461         them to the top of the buffer and narrowing to the region
21462         underneath.
21464 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21466         * message.el (message-strip-forbidden-properties):
21467         Bind buffer-read-only (etc) to nil.
21469 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21471         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21472         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21474 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21476         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21478 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21480         * dns.el (query-dns): Use sit-for to time instead of
21481         accept-process-output, since that doesn't seem to work on udp
21482         sockets.
21484 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21486         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21488 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21490         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21491         doc string.  Improve doc string.
21493 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21495         * nntp.el (nntp-request-update-info): Return nil if
21496         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21497         may not call gnus-activate-group which uselessly issues the GROUP
21498         commands for all nntp groups and wastes time.  Reported by Romain
21499         Francoise <romain@orebokech.com>.
21501         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21503 2004-11-15  Simon Josefsson  <jas@extundo.com>
21505         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21506         headers separately.
21507         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21508         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21510 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21512         * gnus-start.el (gnus-convert-old-newsrc):
21513         Assign legacy-gnus-agent to 5.10.7.
21515 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21517         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21518         start of the lines.
21520 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21522         * hashcash.el (hashcash-default-payment): Change default to 20.
21523         (hashcash-default-accept-payment): Change default to 20.
21524         (hashcash-process-alist): New variable.
21525         (hashcash-generate-payment-async): Add.
21526         (hashcash-already-paid-p): Add.
21527         (hashcash-insert-payment): Don't generate payments twice.
21528         (hashcash-insert-payment-async): Add.
21529         (hashcash-insert-payment-async-2): Add.
21530         (hashcash-cancel-async): Add.
21531         (hashcash-wait-async): Add.
21532         (hashcash-processes-running-p): Add.
21533         (hashcash-wait-or-cancel): Add.
21534         (mail-add-payment): New optional argument.  Conditionally start
21535         asynchronous calculation.
21536         (mail-add-payment-async): Add.
21538         * message.el (message-send-mail): Wait for asynchronous hashcash
21539         results.  Don't clobber existing X-Hashcash headers.
21540         (message-setup-1): Call mail-add-payment-async when
21541         message-generate-hashcash is non-nil.
21543 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21545         * message.el (message-use-alternative-email-as-from): Examine the
21546         From header as well; use message-make-from in order to include a
21547         user's full name.
21549 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21551         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21552         default; improve customization type.
21553         (gnus-emphasis-custom-with-format): New macro.
21554         (gnus-emphasis-custom-value-to-external): New function.
21555         (gnus-emphasis-custom-value-to-internal): New function.
21557 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21559         * dns.el (query-dns): Resolve reverse addresses.
21561 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21563         * gnus-group.el (gnus-group-get-new-news): Use it.
21565         * gnus-start.el (gnus-check-reasonable-setup): New function.
21567 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21569         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21570         "Args out of range" error.  Reported by Arnaud Giersch
21571         <arnaud.giersch@free.fr>.
21573 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21575         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21577 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21579         * spam.el (spam group): Add :version.
21581         * pgg-def.el (pgg group): Add :version.
21583 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21585         * gnus-art.el (gnus-article-edit-article): Don't associate the
21586         article buffer with a draft file.  This is a temporary measure
21587         against the 2004-08-22 change to gnus-article-edit-mode.
21589 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21591         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21592         (html2text-format-tags): Remove unused variable `attr'.
21594 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21596         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21598         * spam-stat.el (spam-stat): Add :version.
21600         * sieve.el (sieve): Add :version.
21602         * sha1.el (sha1): Add :version.
21603         (sha1-use-external): Remove redundant version.
21605         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21606         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21607         (nnmail-split-fancy-match-partial-words)
21608         (nnmail-split-lowercase-expanded): Add :version.
21610         * nndiary.el (nndiary): Add :version.
21612         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21614         * mml-sec.el (mml-default-sign-method)
21615         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21616         Add :version.
21618         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21620         * mm-url.el (mm-url-use-external, mm-url-program)
21621         (mm-url-arguments): Add :version.
21623         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21624         (mm-attachment-file-modes, mm-decrypt-option)
21625         (mm-w3m-safe-url-regexp): Add :version.
21627         * message.el (message-cite-prefix-regexp)
21628         (message-sendmail-envelope-from, message-minibuffer-local-map)
21629         (message-user-fqdn, message-completion-alist): Add :version.
21631         * gnus-win.el (gnus-configure-windows-hook)
21632         (gnus-use-frames-on-any-display): Add :version.
21634         * gnus-art.el (gnus-article-address-banner-alist)
21635         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21636         (gnus-treat-from-picon, gnus-treat-mail-picon)
21637         (gnus-treat-x-pgp-sig): Add :version.
21639         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21640         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21641         (gnus-summary-article-delete-hook)
21642         (gnus-summary-display-while-building): Add :version.
21644         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21645         (gnus-get-top-new-news-hook): Add :version.
21647         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21648         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21650         * gnus-registry.el (gnus-registry): Add :version.
21652         * gnus-spec.el (gnus-use-correct-string-widths)
21653         (gnus-make-format-preserve-properties): Add :version.
21655         * gnus.el (gnus-group-charter-alist)
21656         (gnus-group-fetch-control-use-browse-url)
21657         (gnus-install-group-spam-parameters): Add :version.
21659         * gnus-diary.el (gnus-diary): Add :version.
21661         * gnus-delay.el (gnus-delay): Add :version.
21663         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21664         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21665         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21666         Add :version.
21668         * gnus-agent.el (gnus-agent-max-fetch-size)
21669         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21670         (gnus-agent-prompt-send-queue): Add :version.
21672         * deuglify.el (gnus-outlook-deuglify): Add :version.
21674         * html2text.el: Beautify code.  Improve doc strings.
21675         Some checkdoc cleanup.
21676         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21678 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21680         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21682 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21684         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21685         when package is loaded.
21687         * spam.el (spam-summary-score-preferred-header): Add global preference
21688         for people who want to override the default SpamAssassin over
21689         Bogofilter preference (when both are set).
21690         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21691         (spam-user-format-function-S):
21692         Check spam-summary-score-preferred-header.
21693         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21694         (spam-user-format-function-S): Format the score correctly.
21696 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21698         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21699         signature file.  Suggested by Manoj Srivastava
21700         <srivasta@golden-gryphon.com>.
21702         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21703         iso-2022-jp even in the Japanese language environment.
21704         Suggested by Jason Rumney <jasonr@gnu.org>.
21706 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21708         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21709         use the same characters as the dummy marks; make it free from
21710         getting affected by the language environment.
21711         (gnus-summary-read-group-1): Update mark positions only when the
21712         format spec is updated.
21714         * gnus-spec.el (gnus-update-format-specifications): Return a list
21715         of updated types.
21717 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21719         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21720         of boundp to check if display-warning is available.
21722 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21724         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21726 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21728         * nnspool.el (nnspool-spool-directory): Use news-path if the
21729         news-directory variable is not bound.
21731         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21732         function instead of display-warning if it is not available.
21734 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21736         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21737         v5-10: Use `point-at-bol'.
21739 2004-10-26  Simon Josefsson  <jas@extundo.com>
21741         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21742         <chenggao@gmail.com>.
21744 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21746         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21747         instead.
21749 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21751         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21752         to remove a server from the nnimap-server-buffer-alist.
21753         (nnimap-open-connection, nnimap-close-server): Use it.
21755         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21757 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21759         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21760         running the major-mode function.
21762 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21764         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21765         dummy marks in the right way.
21767 2004-10-18  David Edmondson  <dme@dme.org>
21769         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21770         excessively.
21772 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21774         * gnus-util.el (gnus-split-references): Accept a nil references
21775         string and go on blissfully.
21777         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21778         cases where the references string is non-nil but has no references.
21780         * encrypt.el: Add autoload tags.
21782         * spam.el (spam-resolve-registrations-routine): Remove article
21783         from unregistration list too.  Reported by David Hanak
21784         <dhanak@isis.vanderbilt.edu>
21786 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21788         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21789         nil.  Change custom type.
21791 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21793         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21795         * gnus-sum.el (gnus-summary-move-article): Use it.
21797 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21799         * encrypt.el: Add autoload cookies.
21801         * spam.el (spam-backend-article-list-property)
21802         (spam-backend-get-article-todo-list)
21803         (spam-backend-put-article-todo-list)
21804         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21805         Resolve registrations separately.
21806         (spam-register-routine): Format comments.
21807         (spam-unregister-routine, spam-register-routine): Always call with
21808         specific-articles, no default list.
21809         (spam-summary-prepare-exit): Use the spam-classifications function.
21811         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21812         gnus-encrypt.el.
21814         * encrypt.el: Copied from gnus-encrypt.el.
21816         * gnus-encrypt.el: Commented that it's obsolete.
21818 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21820         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21821         (gnus-score-save): Use it.
21823         * message.el (message-bury): Use `window-dedicated-p'.
21825 2004-10-15  Simon Josefsson  <jas@extundo.com>
21827         * pop3.el (top-level): Don't require nnheader.
21828         (pop3-read-timeout): Add.
21829         (pop3-accept-process-output): Add.
21830         (pop3-read-response, pop3-retr): Use it.
21832 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21834         * spam.el (spam-register-routine): Move comment.
21835         (spam-verify-bogofilter): Use 'unknown for the initial
21836         spam-bogofilter-valid state, not 'never.
21838         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21839         for netrc-machine.
21841         * nnimap.el (nnimap-open-connection):
21842         Use netrc-machine-user-or-password.
21844 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21846         * gnus-registry.el (gnus-registry-unload-hook):
21847         Set as a variable with add-hook.
21849         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21850         of news-path.
21852         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21854         * spam.el: Delete duplicate `provide'.
21855         (spam-unload-hook): Set as a variable with add-hook.
21857 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21859         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21860         in the doc string.
21862         * message.el (message-ignored-news-headers)
21863         (message-ignored-supersedes-headers)
21864         (message-ignored-resent-headers)
21865         (message-forward-ignored-headers): Improve custom type.
21867 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21869         * message.el (message-tokenize-header): Fix 2004-09-06 change
21870         which used point-min in the wrong place.
21872 2004-10-12  Simon Josefsson  <jas@extundo.com>
21874         * tls.el (tls-certtool-program): New variable.
21875         (tls-certificate-information): New function, based on
21876         ssl-certificate-information.
21878 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21880         * compface.el: Move the version of ELisp-based uncompface program
21881         to the contrib directory because of the copyright problem.
21883 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21885         * message.el (message-kill-buffer): Raise the current frame.
21887 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21889         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21891         * gnus.el (message-y-or-n-p): Autoload.
21893         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21894         (pop3-password-required, pop3-authentication-scheme)
21895         (pop3-leave-mail-on-server): Make customizable.
21896         (pop3): New custom group.
21897         (pop3-retr): Remove `sleep-for' statements.
21898         Suggested by Dave Love <fx@gnu.org>.
21900         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21901         Windows/DOS.
21903         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21904         (imap-parse-body): Fix incorrect use of `assert'.
21905         Suggested by Dave Love <fx@gnu.org>.
21907         * mml.el (mml-minibuffer-read-disposition): Require match.
21908         Suggested by Dave Love <fx@gnu.org>.
21910 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21912         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21913         doc string.
21915 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21917         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21919 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21921         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21922         instead of calling `mm-insert-inline', to decode text/* parts
21923         before displaying them.
21925 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21927         * mm-uu.el (mm-uu-text-plain-type): New variable.
21928         (mm-uu-pgp-signed-extract-1): Use it.
21929         (mm-uu-pgp-encrypted-extract-1): Use it.
21930         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21931         bind mm-uu-text-plain-type with that value.
21932         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21933         mm-uu-dissect.
21935 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21937         * gnus-group.el (gnus-update-group-mark-positions):
21938         * gnus-sum.el (gnus-update-summary-mark-positions):
21939         * message.el (message-check-news-body-syntax):
21940         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21941         of string-as-multibyte.
21943 2004-10-05  Juri Linkov  <juri@jurta.org>
21945         * gnus-group.el (gnus-update-group-mark-positions):
21946         * gnus-sum.el (gnus-update-summary-mark-positions):
21947         * message.el (message-check-news-body-syntax):
21948         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21949         8-bit unibyte values to a multibyte string for search functions.
21951 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21953         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21954         (mm-uu-dissect-text-parts): New function.
21956         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21957         dissect text parts.
21959         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21960         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21962         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21964         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21965         Use gnus-current-topics instead of gnus-current-topic.
21967 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21969         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21971 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21973         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21974         where appropriate.
21976         * nnml.el (nnml-generate-active-info): do.
21978         * nndiary.el (nndiary-generate-active-info): do.
21980         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21981         (gnus-topic-move): do.
21983         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21984         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21986         * gnus-srvr.el (gnus-server-prepare)
21987         (gnus-server-open-all-servers): do.
21989         * gnus-msg.el (gnus-summary-cancel-article)
21990         (gnus-summary-resend-message)
21991         (gnus-summary-mail-crosspost-complaint): do.
21993         * gnus-move.el (gnus-change-server): do.
21995         * gnus-group.el (gnus-group-unmark-all-groups)
21996         (gnus-group-set-current-level): do.
21998 2004-10-04  Simon Josefsson  <jas@extundo.com>
22000         * message.el (message-generate-hashcash): Doc fix.
22002 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22004         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22005         avoid infinite recursion via gnus-get-function.
22007 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22009         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22011         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22013         * nnmail.el (nnmail-split-history): do.
22015         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22016         (nnml-request-delete-group): do.
22018         * nnslashdot.el (nnslashdot-read-groups): do.
22020         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22021         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22023         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22024         (nnspool-sift-nov-with-sed): Use last.
22025         (nnspool-retrieve-headers-with-nov): Use mapc.
22026         (nnspool-request-newgroups): Use dolist.
22027         (nnspool-request-group): Use last.
22029         * nntp.el (nntp-read-server-type): Use dolist.
22031         * nnvirtual.el (nnvirtual-create-mapping)
22032         (nnvirtual-update-read-and-marked): Use dolist.
22033         (nnvirtual-convert-headers): Simplify.
22035 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22037         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22038         Add support for sync'ing tick marks.
22040 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22042         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22043         there's no visible header.
22045 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22047         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22048         When necessary, pass full group name to gnus-request-set-marks.
22050 2004-10-01  Simon Josefsson  <jas@extundo.com>
22052         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
22053         acroread.
22055 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22057         * spam-report.el (spam-report-gmane): Fix interactive.
22059         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
22061         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
22062         when writing file.
22063         (gnus-agent-synchronize-flags): Don't default to being
22064         interactive.
22066 2004-09-30  Simon Josefsson  <jas@extundo.com>
22068         * message.el (message-generate-hashcash): Add.
22069         (message-send-mail): Use it, call mail-add-payment.
22071 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
22073         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
22075 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
22077         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
22078         gnus-request-update-info with explicit code to sync the in-memory
22079         info read flags with the marks being sync'd to the backend.
22081         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
22083 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22085         * spam.el (spam-verify-bogofilter): Add new function.
22086         (spam-check-bogofilter)
22087         (spam-bogofilter-register-with-bogofilter): Use it.
22088         (spam-verify-bogofilter): Add small fixes.
22090 2004-09-28  Simon Josefsson  <jas@extundo.com>
22092         * hashcash.el (hashcash-generate-payment): Revert.
22094 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
22096         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22097         Use gnus-extract-references instead of gnus-split-references.
22099         * gnus-util.el (gnus-extract-references): Add new function, analogous
22100         to gnus-split-references but extracts only the message-ID without
22101         anything extra.
22103         * hashcash.el (hashcash-generate-payment)
22104         (hashcash-check-payment): Do the right thing if hashcash-path is
22105         nil (because the hashcash program could not be found).
22107         * spam.el (spam-use-hashcash): Remove comment.
22109 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
22111         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
22112         (gnus-cache-enter-article, gnus-cache-remove-article)
22113         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
22115         * gnus-async.el (gnus-async-prefetch-remove-group): do.
22117         * gnus-art.el (article-hide-boring-headers)
22118         (article-translate-strings, article-display-face)
22119         (gnus-article-mime-match-handle-first)
22120         (gnus-article-highlight-headers)
22121         (gnus-article-add-buttons-to-head): do.
22123 2004-09-27  Simon Josefsson  <jas@extundo.com>
22125         * hashcash.el: New version, from
22126         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
22127         ../contrib/.
22129 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22131         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
22133 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
22135         * gnus-dup.el (gnus-dup-open): Use mapc.
22136         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
22138         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
22139         Reported by Stefan Wiens <s.wi@gmx.net>.
22141         * gnus.el (gnus-shutdown): Use dolist.
22143         * gnus-undo.el (gnus-undo): Use mapc.
22145         * nnrss.el (nnrss-generate-active): do.
22147         * message.el (message-cite-original-without-signature)
22148         (message-cite-original): Use mapc.
22149         (message-do-actions, message-make-forward-subject): Use dolist.
22151 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22153         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
22154         deletion to remove entire duplicate line.  Fixes merged article
22155         number bug.
22157 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
22159         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
22160         servers that are offline.  Avoids having gnus-agent-toggle-plugged
22161         first ask if you want to open a server and then, even when you
22162         responded with no, asking if you want to synchronize the server's
22163         flags.
22164         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
22165         multi-line expressions.
22166         (gnus-agent-synchronize-group-flags): New internal function.
22167         Updates marks in memory (in the info structure) AND in the
22168         backend.
22170         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
22172         * nnagent.el (nnagent-request-set-mark):
22173         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
22174         method, to ensure that synchronization updates marks in the
22175         backend and in the info (in memory) structure.
22177 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22179         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
22180         convention fully; don't miss the root article of a thread; make
22181         the X-Draft-From header with correct article numbers.
22183 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
22185         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
22186         unless plugged.  Disable the agent so that an open failure causes
22187         an error.
22189         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
22190         Revert 2004-09-21 change.  The backend must be opened while
22191         synchronizing flags even when the backend stores the flags
22192         locally.
22194 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
22196         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
22197         in `header' match.  Reported by Svend Tollak Munkejord.
22199         * message.el (message-cite-original): Fix use of
22200         `message-cite-articles-with-x-no-archive'.
22202 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22204         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
22205         (gnus-window-to-buffer): Ditto.
22207         * mml.el (mml-preview-buffer): New variable.
22208         (mml-preview): Manage window layout with gnus-buffer-configuration.
22210         * gnus-msg.el (gnus-setup-message): Put article numbers into the
22211         X-Draft-From header even if those articles aren't quoted.
22213 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
22215         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
22216         (gnus-request-set-mark, gnus-request-update-mark): Use new
22217         g-s-t-u-l-m to decide to use backend even when unplugged.
22219 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22221         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
22222         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
22224 2004-09-20  Simon Josefsson  <jas@extundo.com>
22226         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
22227         "utf-16-le".
22229 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22231         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
22233 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
22235         * uudecode.el (uudecode-use-external): Add :version.
22237         * smime.el (smime-CA-file, smime-encrypt-cipher)
22238         (smime-dns-server): Add :version.
22240         * smiley.el (gnus-smiley-file-types): Add :version.
22242         * sha1.el (sha1-use-external): Add :version.
22244         * pgg-def.el (pgg-query-keyserver): Add :version.
22246         * nnmail.el (nnmail-fancy-expiry-targets)
22247         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
22248         Add :version.
22250         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
22251         (nnimap-retrieve-groups-asynchronous): Add :version.
22252         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
22254         * mml.el (mml-content-disposition-parameters)
22255         (mml-insert-mime-headers-always): Add :version.
22257         * mm-util.el (mm-coding-system-priorities): Add :version.
22259         * mm-decode.el (mm-inline-text-html-with-images)
22260         (mm-keep-viewer-alive-types, mm-external-terminal-program)
22261         (mm-verify-option): Add :version.
22262         (mm-text-html-renderer): Change :version.
22264         * message.el (message-fcc-externalize-attachments)
22265         (message-required-headers, message-draft-headers)
22266         (message-subject-trailing-was-query)
22267         (message-subject-trailing-was-ask-regexp)
22268         (message-subject-trailing-was-regexp, message-mark-insert-begin)
22269         (message-mark-insert-end, message-archive-header)
22270         (message-archive-note, message-cross-post-default)
22271         (message-cross-post-note, message-followup-to-note)
22272         (message-cross-post-note-function, message-use-mail-followup-to)
22273         (message-subscribed-address-functions)
22274         (message-subscribed-address-file, message-subscribed-addresses)
22275         (message-subscribed-regexps, message-allow-no-recipients)
22276         (message-yank-cited-prefix, message-signature-insert-empty-line)
22277         (message-hidden-headers, message-hierarchical-addresses)
22278         (message-mail-user-agent, message-use-idna)
22279         (message-valid-fqdn-regexp)
22280         (message-strip-special-text-properties, message-header-synonyms)
22281         (message-beginning-of-line, message-tab-body-function): Add :version.
22282         (message-insert-canlock, message-wide-reply-confirm-recipients):
22283         Change :version.
22285         * mail-source.el (mail-source-ignore-errors): Add :group, :type
22286         and :version.
22287         (mail-source-delete-old-incoming-confirm)
22288         (mail-source-movemail-program): Add :version.
22290         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
22291         (gnus-agent-cache, gnus-agent): Change :version.
22293         * gnus-util.el (gnus-use-byte-compile): Change :version.
22295         * gnus-sum.el (gnus-summary-make-false-root-always)
22296         (gnus-summary-default-high-score)
22297         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
22298         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
22299         (gnus-read-all-available-headers, gnus-article-emulate-mime)
22300         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
22301         (gnus-sum-thread-tree-single-indent)
22302         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
22303         (gnus-sum-thread-tree-leaf-with-other)
22304         (gnus-sum-thread-tree-single-leaf): Add :version.
22305         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
22306         (gnus-article-loose-mime): Change :version.
22308         * gnus-start.el (gnus-backup-startup-file)
22309         (gnus-save-startup-file-via-temp-buffer): Add :version.
22311         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
22312         (gnus-server-offline-face): Add :version.
22314         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
22316         * gnus-msg.el (gnus-gcc-externalize-attachments)
22317         (gnus-debug-files, gnus-debug-exclude-variables)
22318         (gnus-discouraged-post-methods): Change :version.
22319         (gnus-confirm-mail-reply-to-news)
22320         (gnus-confirm-treat-mail-like-news): Add :version.
22322         * gnus-int.el (gnus-server-unopen-status): Add :version.
22324         * gnus-group.el (gnus-group-jump-to-group-prompt)
22325         (gnus-large-ephemeral-newsgroup)
22326         (gnus-fetch-old-ephemeral-headers): Add :version.
22328         * gnus-fun.el (gnus-x-face-directory)
22329         (gnus-convert-pbm-to-x-face-command)
22330         (gnus-convert-image-to-x-face-command)
22331         (gnus-convert-image-to-face-command): Add :version.
22333         * gnus-delay.el (gnus-delay-default-hour): Add :version.
22335         * gnus-cite.el (gnus-cite-blank-line-after-header)
22336         (gnus-article-boring-faces): Add :version.
22338         * gnus-art.el (gnus-buttonized-mime-types)
22339         (gnus-inhibit-mime-unbuttonizing)
22340         (gnus-treat-display-face)
22341         (gnus-treat-body-boundary): Change :version.
22342         (gnus-body-boundary-delimiter, gnus-picon-databases)
22343         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
22344         (gnus-treat-date-english, gnus-treat-fold-headers)
22345         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
22346         (gnus-treat-mail-picon, gnus-treat-wash-html)
22347         (gnus-article-encrypt-protocol)
22348         (gnus-use-idna, gnus-article-over-scroll)
22349         (gnus-mime-display-multipart-alternative-as-mixed)
22350         (gnus-mime-display-multipart-related-as-mixed)
22351         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
22352         (gnus-ctan-url, gnus-button-ctan-handler)
22353         (gnus-button-handle-ctan-bogus-regexp)
22354         (gnus-button-ctan-directory-regexp)
22355         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
22356         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
22357         (gnus-button-man-level, gnus-button-emacs-level)
22358         (gnus-button-message-level, gnus-button-browse-level): Add :version.
22360         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
22361         (gnus-agent-go-online): Change :version.
22362         (gnus-agent-expire-unagentized-dirs)
22363         (gnus-agent-auto-agentize-methods): Add :version.
22365         * flow-fill.el (fill-flowed-display-column)
22366         (fill-flowed-encode-column): Add :version.
22368         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
22369         (gnus-outlook-deuglify-unwrap-max)
22370         (gnus-outlook-deuglify-cite-marks)
22371         (gnus-outlook-deuglify-unwrap-stop-chars)
22372         (gnus-outlook-deuglify-no-wrap-chars)
22373         (gnus-outlook-deuglify-attrib-cut-regexp)
22374         (gnus-outlook-deuglify-attrib-verb-regexp)
22375         (gnus-outlook-deuglify-attrib-end-regexp)
22376         (gnus-outlook-display-hook): Add :version.
22378         * binhex.el (binhex-use-external): Add :version.
22380 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
22382         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
22383         and `invisible'.
22385 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
22387         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
22388         in gnus-registry-trim.
22390 2004-09-13  Simon Josefsson  <jas@extundo.com>
22392         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
22394         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
22396         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
22397         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22398         <yamaoka@jpl.org>.
22399         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
22400         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
22401         <yamaoka@jpl.org>.
22403         * sieve.el (sieve-manage-mode): Ditto.
22405 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
22407         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
22409 2004-09-11  Simon Josefsson  <jas@extundo.com>
22411         * dns-mode.el: Add.
22413         * mm-view.el (mm-display-dns-inline): Add.
22415         * mm-decode.el (mm-inline-media-tests): Add text/dns.
22416         (mm-automatic-display): Ditto.
22418         * mailcap.el (mailcap-mime-data): Add text/dns.
22419         (mailcap-mime-extensions): Map .soa to text/dns.
22421 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22423         * gnus-art.el (article-decode-mime-words, article-babel)
22424         (gnus-article-highlight-signature, gnus-article-add-buttons)
22425         (gnus-signature-toggle): Remove unnecessary bindings of
22426         `inhibit-read-only' inherited from v5.10 merge.
22428 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22430         * nntp.el (nntp): New customization group.
22431         (nntp-authinfo-file): Add customization group.
22433         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22435         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22437         * gnus.el (to-address, to-list, subscribed)
22438         (large-newsgroup-initial): Ditto.
22440         * flow-fill.el (fill-flowed-display-column)
22441         (fill-flowed-encode-column): Ditto.
22443 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22445         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22446         Use point-min rather than 1.
22447         (message-send-mail): Use buffer-size rather than point-max.
22449         * gnus-sum.el (gnus-summary-search-article-forward):
22450         Signal a specific `search-failed' rather than a generic `error'.
22452         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22453         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22454         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22456 2004-09-10  Simon Josefsson  <jas@extundo.com>
22458         * nndb.el (require): Remove tcp and duplicate cl.
22460 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22462         * gnus-agent.el (directory-files-and-attributes): Move forward.
22464 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22466         * gnus-agent.el (directory-files-and-attributes):
22467         Optionally defined to support XEmacs.
22469 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22471         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22472         to avoid run-time CL dependencies.
22473         (gnus-agent-unfetch-articles): New function.
22474         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22475         article numbers even when local .overview file is missing.
22476         (gnus-agent-read-article-number): New function.  Only accepts
22477         27-bit article numbers.
22478         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22479         Use gnus-agent-read-article-number.
22480         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22481         from backend while recognizing that article numbers in .overview
22482         must be valid.
22483         (gnus-agent-update-files-total-fetched-for):
22484         Use directory-files-and-attributes to improve performance.
22485         * gnus-int.el (gnus-request-move-article):
22486         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22487         improve performance.
22489         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22490         some users confused by references to .newsrc when they only have a
22491         .newsrc.eld file.
22492         (gnus-convert-mark-converter-prompt)
22493         (gnus-convert-converter-needs-prompt): Fix use of property list.
22494         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22495         New function.  Used internally to only display 'gnus converting
22496         files' message when actually necessary.
22498         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22499         methods now autoloaded.
22501 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22503         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22504         identifiers.
22506 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22508         * gnus-picon.el: Fix indentation and closing parenthesis.
22510 2004-09-01  Simon Josefsson  <jas@extundo.com>
22512         * message.el (message-canlock-generate): Require sha1, not
22513         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22514         to require within a function.  Sadly, if sha1.el isn't loaded, the
22515         let binding in m-c-g will hide the defcustom definition, which is
22516         bad.)
22518         * canlock.el: Require sha1, not sha1-el.
22520         * message.el: Don't autoload sha1 (there is a autoload cookie in
22521         sha1.el).
22523         * sha1-el.el: Rename to sha1.el.
22525 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22527         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22529 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22531         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22533 2004-08-30  Kim F. Storm  <storm@cua.dk>
22535         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22537         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22538         Add :group 'nnimap.
22540 2004-08-30  Andreas Schwab  <schwab@suse.de>
22542         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22543         ?* and ?\;.
22545         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22546         and ?\' to symbol instead of whitespace.
22548 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22550         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22552         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22553         instead of re-search-forward.
22555         * gnus-uu.el (gnus-uu-save-article): Ditto.
22556         (gnus-uu-post-encode-uuencode): Ditto.
22558         * html2text.el (html2text-clean-list-items): Ditto.
22559         (html2text-clean-dtdd): Ditto.
22560         (html2text-format-tags): Ditto.
22562         * message.el (message-send-mail-with-sendmail): Fix regexp.
22563         (message-fill-field-general): Use search-forward instead of
22564         re-search-forward.
22565         (unbold-region): Ditto.
22567         * nnrss.el (nnrss-request-article): Ditto.
22569         * nnslashdot.el (nnslashdot-request-article): Ditto.
22571         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22573         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22574         "Unrecognized menu descriptor" error in XEmacs.
22576 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22578         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22579         parent article of a sparse article in the thread hashtb.
22581 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22583         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22584         (nnmail-expand-newtext): Lowercase expanded entries if
22585         nnmail-split-lowercase-expanded is non-nil.
22587 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22589         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22591         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22592         of gnus-tmp-news-method into string under XEmacs.  It will be
22593         passed to gnus-correct-length which takes only a string argument.
22595 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22597         * gnus-util.el (gnus-bind-print-variables): New macro.
22598         (gnus-prin1): Use it.
22599         (gnus-prin1-to-string): Use it.
22600         (gnus-pp): New function.
22601         (gnus-pp-to-string): New function.
22603         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22604         Replace pp-to-string with gnus-pp-to-string.
22605         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22606         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22607         * gnus-msg.el (gnus-debug): Ditto.
22608         * gnus-score.el (gnus-score-save): Ditto.
22609         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22610         gnus-pp-to-string.
22611         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22612         with gnus-pp.
22613         * score-mode.el (gnus-score-pretty-print): Ditto.
22614         * webmail.el (webmail-debug): Ditto.
22616 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22618         * gnus-art.el (article-display-face, article-display-x-face):
22619         Use buffer-read-only.
22621 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22623         * gnus-art.el (article-hide-list-identifiers):
22624         Bind inhibit-read-only as t.
22626 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22628         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22630 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22632         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22633         (gnus-narrow-to-page): Don't assume point-min == 1.
22634         (gnus-article-edit-mode): Derive from message-mode.
22636         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22637         point-min == 1.
22639         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22640         Disable incorrect use of `assert'.
22642         * message.el (message-mode): Set comment-start-skip.
22644 2004-08-22  Sam Steingold  <sds@gnu.org>
22646         * pop3.el (pop3-leave-mail-on-server): New user variable.
22647         (pop3-movemail): Delete mail only when it is nil.
22649 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22651         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22653         * mml.el (mml-preview): Use `pop-to-buffer'.
22655         * message.el (message-goto-mail-followup-to): Insert after "To".
22656         (message-carefully-insert-headers): Add comment.
22658         * gnus.el: Remove unused variable `gnus-article-check-size'.
22660         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22662         * gnus-art.el (gnus-button-alist):
22663         Improve `gnus-button-handle-library' entry.
22665 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22667         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22668         Use downcase, since XEmacs capitalizes error messages differently.
22670 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22672         * nntp.el: Add (require 'gnus) due to reference to
22673         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22675 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22677         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22678         Bind `mm-fill-flowed'.
22680         * mm-decode.el (mm-dissect-singlepart): Check it.
22682 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22684         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22685         'imap' for netrc parsing.
22687 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22689         * mailcap.el (mailcap-mime-data): Mark as risky.
22691 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22693         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22694         may be included in the encoded word.
22695         (rfc2047-encode): Don't append a space if the encoded word
22696         includes close parenthesis.
22698 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22700         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22701         of text within parentheses.
22703 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22705         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22706         (gnus-encrypt-write-file-contents): Make the password key the file
22707         name PLUS the cipher, not just the cipher.  Also remove failed
22708         passwords from the cache.
22710 2004-08-06  Simon Josefsson  <jas@extundo.com>
22712         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22713         Doc fix.
22715 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22717         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22718         LWSP.
22720 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22722         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22723         Try to append in-reply-to: data to the references: header.
22725         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22726         (netrc-parse): Use gnus-encrypt.el functions.
22728         * gnus-encrypt.el: Add new file for encryption support; currently
22729         does only a few GPG ciphers and an internal XOR cipher.
22731         * password.el: Add comments on using password-read-and-add.
22732         (password-read-and-add): Add function to read and add the
22733         password to the cache at once.
22735 2004-07-28  Simon Josefsson  <jas@extundo.com>
22737         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22738         parameter (but don't use it, for now).
22740         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22741         instead of hard coding to nil.
22743 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22745         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22746         as mm-inline-image-xemacs does.
22748 2004-07-26  Simon Josefsson  <jas@extundo.com>
22750         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22751         Revert part of 2004-07-17 change below.
22753 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22755         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22756         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22758 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22760         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22761         quotes that actually start with ">" at the beginning of the
22762         lines.
22764 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22766         * rfc2047.el (rfc2047-encode-region): Fix last change.
22767         (rfc2047-encode-parameter): Remove useless concat.
22769 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22771         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22772         encode special characters; fix some kind of misconfigured headers;
22773         signal a real error if debug-on-quit or debug-on-error is non-nil.
22774         (rfc2047-encode-max-chars): New variable.
22775         (rfc2047-encode-1): Use it.
22776         (rfc2047-encode-parameter): New function.
22778         * mml.el (mml-insert-parameter): Remove an excessive space.
22780 2004-07-17  Simon Josefsson  <jas@extundo.com>
22782         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22783         Kai Grossjohann <kai@emptydomain.de>.
22784         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22785         (gnus-group-make-menu-bar): Ditto.
22787         * gnus-util.el (gnus-group-server): Add.
22789 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22791         * message.el (message-clone-locals): Clone sendmail and smtp
22792         variables.
22794 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22796         * rfc2047.el (rfc2047-encode-region): Fix last change.
22798 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22800         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22801         characters as non-special.
22803 2004-07-09  Simon Josefsson  <jas@extundo.com>
22805         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22806         Users will lose all flag changes made while unplugged with
22807         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22808         good default.  See numerous reports on ding mailing list.
22810 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22812         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22813         add generate-head-function and generate-article-function to the
22814         rfc822-forward entry.
22815         (nndoc-rfc822-forward-generate-article): New function.
22816         (nndoc-rfc822-forward-generate-head): New function.
22818         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22820 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22822         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22823         respect display group parameter and gnus-summary-expunge-below.
22824         (gnus-articles-to-read): Remove unused reference to display group
22825         parameter.
22827 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22829         * nnheader.el (nnheader-uniquify-message-id): New experimental
22830         variable.
22831         (nnheader-nov-read-message-id): Use it.
22833         * spam-report.el (spam-report-gmane): Add interactive.
22835 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22837         * mm-encode.el (mm-content-transfer-encoding-defaults):
22838         Use qp-or-base64 for the application/* types.
22840 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22842         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22844 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22846         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22847         trim value.
22849 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22851         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22852         New macro and function.
22853         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22855 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22857         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22858         after-load-alist.
22860 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22862         * gnus-group.el (gnus-group-get-new-news-this-group):
22863         Don't update info that isn't there.
22865 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22867         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22868         entry.
22870 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22872         * mm-view.el (mm-inline-render-with-function): Use multibyte
22873         buffer; decode html source by charset.
22875         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22877         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22878         Mule-UCS is loaded under XEmacs.
22879         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22881 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22883         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22885 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22887         * mm-util.el (mm-coding-system-p): Return a coding-system.
22888         (mm-mime-mule-charset-alist): Use shift_jis instead of
22889         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22890         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22891         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22892         instead of japanese-shift-jis and iso-latin-1 respectively in
22893         order to share the default value with both Emacs and XEmacs-mule.
22894         (mm-mule-charset-to-mime-charset):
22895         Make mm-coding-system-priorities effective.
22896         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22897         while predicating of candidates upon the priorities.
22899 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22901         * gnus-sum.el (gnus-summary-make-menu-bar):
22902         Add gnus-uu-invert-processable.
22904         * gnus.el: Autoload gnus-uu-invert-processable.
22906 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22908         * mm-util.el (mm-with-multibyte-buffer): New macro.
22910         * rfc2047.el (rfc2047-encode-string): Use it.
22911         (rfc2047-encode-region): Move point to the end of the region after
22912         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22914 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22916         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22917         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22919 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22921         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22922         (gnus-cite-parse): Ignore quoted envelope From_.
22923         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22925 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22927         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22928         invalid addresses.
22930 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22932         * spam.el: Change section markers, revise TODO list.
22933         (spam-backends): Make new master list of all installed backends.
22934         (spam-summary-exit-behavior): Add new variable to determine how
22935         messages moves are done at summary exit.
22936         (spam-move-spam-nonspam-groups-only)
22937         (spam-process-ham-in-nonham-groups)
22938         (spam-process-ham-in-spam-groups): Remove variables, the
22939         spam-summary-exit-behavior variable should be used to manage this
22940         behavior.
22941         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22942         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22943         and spam-old-spam-articles.
22944         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22945         Add empty variables, placeholders for the backends they represent.
22946         (spam-set-difference): Move, unchanged.
22947         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22948         unless the user has a processor variable.
22949         (spam-classifications, spam-classification-valid-p)
22950         (spam-backend-properties, spam-backend-property-valid-p)
22951         (spam-backend-function-type-valid-p)
22952         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22953         (spam-report-articles-gmane, spam-report-articles-resend):
22954         Remove functions, they are not needed.
22955         (spam-install-backend-super, spam-backend-list)
22956         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22957         (spam-backend-function, spam-backend-ham-registration-function)
22958         (spam-backend-spam-registration-function)
22959         (spam-backend-ham-unregistration-function)
22960         (spam-backend-spam-unregistration-function)
22961         (spam-backend-statistical-p, spam-backend-mover-p)
22962         (spam-install-backend-alias, spam-install-checkonly-backend)
22963         (spam-install-mover-backend, spam-install-nocheck-backend)
22964         (spam-install-backend, spam-install-statistical-backend)
22965         (spam-install-statistical-checkonly-backend): Add backend installation
22966         support.
22967         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22968         (spam-group-processor-p): Use the new backend code and respect the
22969         summary exit behavior.
22970         (spam-mark-spam-as-expired-and-move-routine): Remove.
22971         (spam-summary-prepare): Change to use the new spam-old-articles
22972         variable.
22973         (spam-copy-or-move-routine, spam-copy-spam-routine)
22974         (spam-move-spam-routine, spam-copy-ham-routine)
22975         (spam-move-ham-routine): Add code to copy/move ham or spam.
22976         (spam-fetch-field-fast): Improve doc and code, plus allow the
22977         'number request.
22978         (spam-list-of-checks, spam-list-of-statistical-checks):
22979         Remove variables.
22980         (spam-split, spam-find-spam): Use the new backend code.
22981         (spam-registration-functions): Remove variable.
22982         (spam-unregister-routine): Add convenience wrapper.
22983         (spam-log-undo-registration, spam-register-routine)
22984         (spam-log-processing-to-registry)
22985         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22986         where possible.
22987         (spam-check-gmane-xref, spam-check-regex-headers)
22988         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22989         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22990         (spam-check-bogofilter-headers, spam-check-spamoracle)
22991         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22992         (spam-check-crm114-headers): Use the spam-split-group that
22993         spam-split prepares, no need to determine it every time.
22995         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22996         to the nnheader-parse-naked-head call.
22998         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23000         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23001         the nnheader-nov-read-message-id call.
23003 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23005         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23006         gnus-activate-group twice.  Suggested by Markus Peter
23007         <warp@spin.de>.
23009 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23011         * gnus-art.el (gnus-article-time-format): Exchange the order of
23012         day and month in the default value; fix customization type.
23013         (article-date-ut): Use add-text-properties.
23014         (article-make-date-line): Use message-make-date instead of
23015         current-time-string.
23017         * message.el (message-fetch-field): Don't use set-text-properties.
23018         (message-make-date): Simplify.
23020 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23022         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23023         (rfc2047-encode-region): Treat text within parentheses as special;
23024         show the original text when error has occurred.
23026         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23027         already-computed method to gnus-activate-group.
23029         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23030         same select-methods identical Lisp objects.
23032         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23033         object when modifying the info.
23035 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23037         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23038         gnus-opened-servers since it has never been opened with the new
23039         configuration yet.
23041 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23043         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23044         arg to nnheader-generate-fake-message-id.
23046 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23048         * nnheader.el (nnheader-generate-fake-message-id): Accept a
23049         number and build a fake message ID localized to a group and
23050         article number (so it's repeatable from that point on).
23051         (nnheader-fake-message-id-p): Change regex to accommodate new fake
23052         ID format.
23054         * gnus-sum.el (gnus-get-newsgroup-headers):
23055         Call nnheader-generate-fake-message-id with the article number.
23057 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
23059         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
23060         end-of-buffer.
23062 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23064         * message.el (message-ignored-supersedes-headers): Add Approved.
23066 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
23068         * rfc2047.el (rfc2047-encode-message-header): Remove useless
23069         goto-char.
23070         (rfc2047-encode): Fold the line before encoding.
23072 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23074         * rfc2047.el (rfc2047-encode-message-header): Disabled header
23075         folding -- not all headers can be folded, and this should be done
23076         by the message composition mode.  Probably.  I think.
23078 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23080         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
23081         fast.
23083         * gnus-ems.el (gnus-remove-image): Don't use
23084         message-text-with-property; remove only the image found first.
23086 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
23088         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
23090 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23092         * message.el (message-text-with-property): Make it fast and accept
23093         optional arguments.
23094         (message-strip-forbidden-properties): Use it.
23095         (message-fix-before-sending): Follow the m-t-w-p change.
23097         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
23099 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23101         * gnus-art.el (article-hide-headers): Don't change the buffer
23102         mistakenly when performing mml-preview even if
23103         gnus-single-article-buffer is nil.
23105 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
23107         * message.el (message-expand-name-databases): New user option.
23108         (message-expand-name): Use it.
23110 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
23112         * spam.el (spam-report-articles-resend)
23113         (spam-report-resend-register-routine): Allow ham reporting.
23114         (spam-report-resend-register-ham-routine): Add wrapper.
23115         (spam-registration-functions): Add ham resending functions.
23116         (spam-list-of-processors): Add ham resend processor.
23118         * gnus.el (ham-resend-to): Add new group parameter.
23119         (spam-process): Add ham resend option.
23121         * spam-report.el (spam-report-resend): Allow reporting ham.
23122         (spam-report-resend-ham): Add wrapper.
23124 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23126         * message.el (message-cite-articles-with-x-no-archive):
23127         New variable.
23128         (message-cite-original): Use it.
23130 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23132         * message.el (message-cite-original): Respect X-No-Archive.
23134 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23136         * gnus-art.el (article-hide-headers): Refer to the values for
23137         gnus-ignored-headers and gnus-visible-headers in the summary
23138         buffer since a user may have set them as group parameters.
23140 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
23142         * assistant.el (assistant-node-name): Add convenience function.
23143         (assistant-render-text, assistant-render-node): Add error handling,
23144         plus handle multiple next nodes.
23145         (assistant-find-next-node): Comment out for now.
23146         (assistant-find-next-nodes): Add function, returns list of next
23147         nodes.
23149 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
23151         * mail-source.el (mail-source-directory): Fix doc-string.
23153 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
23155         * assistant.el (assistant-render-text, assistant-eval): Add :set
23156         widget type, which is different because it takes and returns a
23157         list.  Much hilarity ensues.
23159 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
23161         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
23163         * gnus-group.el (gnus-group-get-new-news-this-group):
23164         Add doc-string.
23166         * gnus-start.el (gnus-activate-group): Add doc-string.
23168 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23170         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
23172 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
23174         * assistant.el (assistant-render-text): Try to add a :set
23175         widget, more to come.
23177         * spam.el (spam-group-spam-contents-p): Handle empty groupname
23178         strings.
23179         (spam-report-articles-resend)
23180         (spam-register-routine): Do registration iff any articles warrant
23181         it.
23182         (spam-summary-prepare-exit): Change log message for nil group
23183         destinations.
23185 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
23187         * spam.el (spam-report-resend-register-routine):
23188         Allow spam-report-resend-to to be a group parameter or a global value.
23190 2004-05-26  Simon Josefsson  <jas@extundo.com>
23192         * starttls.el: Merge with my GnuTLS based starttls.el.
23193         (starttls-gnutls-program, starttls-use-gnutls)
23194         (starttls-extra-arguments, starttls-process-connection-type)
23195         (starttls-connect, starttls-failure, starttls-success):
23196         New variables.
23197         (starttls-program, starttls-extra-args): Doc fix.
23198         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
23199         New functions.
23200         (starttls-negotiate, starttls-open-stream):
23201         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
23202         function if it is set.
23204 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23206         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
23207         structured fields.
23209 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23211         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
23213 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
23215         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
23216         Add variable.
23217         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
23218         assigning the spam-mark to new messages.
23220 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
23222         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
23224 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23226         * rfc2047.el (rfc2047-encodable-p): Don't move point.
23227         (rfc2047-decode): Treat the ascii coding-system as raw-text by
23228         default.
23230 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
23232         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
23233         correct data.
23235 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
23237         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
23238         (spam-group-processor-p): Fix function.
23239         (spam-group-processor-multiple-p)
23240         (spam-group-spam-processor-report-gmane-p)
23241         (spam-group-spam-processor-report-resend-p)
23242         (spam-group-spam-processor-bogofilter-p)
23243         (spam-group-spam-processor-blacklist-p)
23244         (spam-group-spam-processor-ifile-p)
23245         (spam-group-ham-processor-ifile-p)
23246         (spam-group-spam-processor-spamoracle-p)
23247         (spam-group-spam-processor-crm114-p)
23248         (spam-group-ham-processor-bogofilter-p)
23249         (spam-group-spam-processor-stat-p)
23250         (spam-group-ham-processor-stat-p)
23251         (spam-group-ham-processor-whitelist-p)
23252         (spam-group-ham-processor-BBDB-p)
23253         (spam-group-ham-processor-spamoracle-p)
23254         (spam-group-ham-processor-copy-p): Remove functions with some
23255         prejudice against unneeded code.
23256         (spam-report-articles-resend)
23257         (spam-report-resend-register-routine): Allow the group/topic
23258         spam-resend-to value to override spam-report-resend-to.
23259         (spam-summary-prepare-exit): Invoke spam-group-processor-p
23260         properly now.
23262         * gnus.el (spam-resend-to): Add group/topic parameter.
23263         (spam-process): Move the OBSOLETE processors to the end of the
23264         choices.
23266 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
23268         * spam-report.el (spam-report-resend-to, spam-report-resend):
23269         Start with resend-to set to nil, and then ask the user if necessary.
23270         (spam-report-resend): spam-report-resend takes a list of articles, not
23271         separate article numbers.
23273 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23275         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
23276         addition to emacs-w3m.
23278 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23280         * assistant.el (assistant-authinfo-data): New function.
23281         (assistant-eval): Eval for entire assistant.
23283         * netrc.el (netrc-services-file): New variable.
23284         (netrc-parse-services): New function.
23285         (netrc-find-service-name): New function.
23286         (netrc-find-service-number): New function.
23287         (netrc-port-equal): New function.
23288         (netrc-machine): Use it.
23290         * nnimap.el (nnimap-open-connection): Use netrc.
23292         * gnus-util.el (gnus-netrc-get): Remove aliases.
23294         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
23296         * assistant.el (wid-edit): Fix compilation.
23298         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
23300 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
23302         * gnus-util.el (gnus-set-file-modes): New function.  (small
23303         patch).
23305 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23307         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
23309         * assistant.el (assistant-render-node): Fix up rendering and
23310         read-only text.
23311         (assistant-render-node): Reset.
23312         (assistant-make-read-only): Not sticky.
23314 2004-05-20  Danny Siu  <dsiu@adobe.com>
23316         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
23317         centered even when gnus-auto-center-summary is t.
23319 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23321         * dns.el (dns-get-txt-answer): New function.
23322         (dns-read-txt): Ditto.
23323         (query-dns): Use it.
23325 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23327         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
23328         active for foreign groups even if the group level is higher than
23329         the specified value.
23331 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23333         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
23334         non-active groups.
23336         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
23338 2004-05-20  Magnus Henoch  <mange@freemail.hu>
23340         * dns.el (dns-read-type): Add support for SVR.  (small patch)
23342 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
23344         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
23345         (spam-crm114-header, spam-crm114-spam-switch)
23346         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
23347         (spam-crm114-positive-spam-header)
23348         (spam-crm114-database-directory, spam-list-of-processors)
23349         (spam-group-spam-processor-crm114-p)
23350         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
23351         (spam-generic-score, spam-list-of-checks)
23352         (spam-list-of-statistical-checks, spam-registration-functions)
23353         (spam-check-crm114-headers, spam-crm114-score)
23354         (spam-check-crm114, spam-crm114-register-with-crm114)
23355         (spam-crm114-register-spam-routine)
23356         (spam-crm114-unregister-spam-routine)
23357         (spam-crm114-register-ham-routine)
23358         (spam-crm114-unregister-ham-routine): Add CRM114 support.
23360 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
23362         * gnus.el: Add spam-use-crm114.
23364         * spam.el (spam-list-of-processors, spam-registration-functions):
23365         Add spam-use-resend.
23366         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
23367         (spam-report-articles-gmane): Add doc fix.
23368         (spam-report-articles-resend, spam-report-resend-register-routine):
23369         Add wrappers around spam-report-resend-to.
23371         * spam-report.el (spam-report-resend-to, spam-report-resend):
23372         Add support for resending spam.
23373         (spam-report-gmane): Fix line length >80.
23375         * gnus.el (spam-process): Add spam-use-resend.
23377 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23379         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
23380         number of processed spam messages.
23381         (spam-ham-copy-or-move-routine): Return the number of processed
23382         ham messages.
23383         (spam-summary-prepare-exit): Use the above values to decide
23384         whether status messages shouled be displayed.
23386 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
23388         * rfc2047.el (rfc2047-encode-function-alist): Rename from
23389         `rfc2047-encoding-function-alist' in order to avoid conflicting
23390         with the old version.
23391         (rfc2047-encode-region): Concatenate words containing non-ASCII
23392         characters in structured fields; don't encode space-delimited
23393         ASCII words even in unstructured fields; don't break words at
23394         char-category boundaries.
23395         (rfc2047-encode-1): New function.
23396         (rfc2047-encode): Use it; encode text so that it occupies the
23397         maximum width within 76-column; work correctly on Q encoding for
23398         iso-2022-* charsets.
23399         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
23400         sure not to break a line just after the header name.
23401         (rfc2047-b-encode-region): Remove.
23402         (rfc2047-b-encode-string): New function.
23403         (rfc2047-q-encode-region): Remove.
23404         (rfc2047-q-encode-string): New function.
23406         * mm-util.el (mm-replace-in-string): New function.
23408 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23410         * gnus-msg.el (gnus-inews-make-draft-meta-information):
23411         Really get it right.
23412         (gnus-inews-make-draft): Really.
23414 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23416         * nnmh.el (nnmh-request-list-1): Don't check the link count
23417         before descending.  (small patch)
23419 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23421         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23422         stuff.
23424         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23425         Match on real group name.
23427         * gnus-art.el (gnus-signature-limit): Doc fix.
23429         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23431 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23433         * gnus-draft.el (gnus-draft-send):
23434         Bind rfc2047-encode-encoded-words.
23436         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23437         (rfc2047-encodable-p): Say that =? needs encoding.
23438         (rfc2047-encode-encoded-words): New variable.
23440         * gnus-group.el (gnus-group-select-group): Doc fix.
23442         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23444         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23445         to nil.
23447         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23449         * nnheader.el (nnheader-get-lines-and-char): New function.
23451 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23453         * gnus-msg.el (gnus-summary-followup-with-original):
23454         Document yanking of region when active.
23456 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23458         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23459         groups if the group level is higher than the specified value.
23461 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23463         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23464         (gnus-group-jump-to-group): Add prefix argument using
23465         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23466         non-active group.
23468         * compface.el (uncompface): Be verbose when changing
23469         `uncompface-use-external'.
23471         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23472         handle manual section.
23474 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23476         * gnus-art.el (gnus-button-alist): Revert previous change.
23478 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23480         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23482 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23484         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23485         whether backend can accept message.
23487         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23489 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23491         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23492         Avoid creating directory when nntp-marks-is-evil is true.
23493         Reported by Reiner Steib.
23495 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23497         * gnus-picon.el (gnus-picon-insert-glyph):
23498         Add optional `nostring' argument.
23500 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23502         * gnus-picon.el (gnus-picon-style): New variable.
23503         (gnus-picon-transform-address): Support `gnus-picon-style'.
23505 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23507         * message.el (message-fill-field): Return point.
23508         (message-generate-headers): Go to end of field.
23510         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23511         stuff for non-living groups.
23513 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23515         * gnus-art.el (gnus-article-followup-with-original)
23516         (gnus-article-reply-with-original): gnus-mark-active-p ->
23517         gnus-region-active-p.
23519 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23521         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23522         only when there is spam or ham to be processed.
23524 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23526         * mail-source.el (mail-source-delete-crash-box): Refactor.
23527         (mail-source-fetch): Use it.
23528         (mail-source-fetch-file): Ditto.
23529         (mail-source-fetch-directory): Run PostScript in loop.
23530         (mail-source-fetch-pop): Delete.
23531         (mail-source-fetch-maildir): Ditto.
23532         (mail-source-fetch-imap): Ditto.
23534         * imap.el (imap-authenticators): Comment out sasl.
23536         * message.el (message-skip-to-next-address): New function.
23537         (message-fill-header-address): Refactor.
23538         (message-fill-address): Use it.
23539         (message-delete-address): Use it.
23540         (message-fill-header-general): Refactor.
23541         (message-fill-field-address): Rename.
23542         (message-narrow-to-field): Find the start of the header.
23543         (message-header-format-alist): Don't pre-fill.
23544         (message-fill-header): Remove.
23545         (message-insert-header): New function.
23546         (message-shorten-references): Use it.
23548         * rfc2047.el (rfc2047-field-value): Strip props.
23550         * mail-parse.el (mail-header-make-address): New alias.
23552         * ietf-drums.el (ietf-drums-make-address): New function.
23554         * imap.el: Add compiler directives.
23556         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23558         * gnus-art.el (article-decode-idna-rhs): Don't use
23559         message-idna-inside-rhs-p.
23561 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23563         * message.el (message-idna-inside-rhs-p): Remove.
23564         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23566         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23567         false positives.
23569 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23571         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23573 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23575         * nneething.el (nneething-file-name): Don't create spurious
23576         files.
23578         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23579         (gnus-inews-do-gcc): Remove sleep.
23581         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23582         part under point.
23584         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23585         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23587 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23589         * spam.el (spam-summary-prepare-exit): Fix (length).
23591 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23593         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23594         as expired without moving it" message when there are spam
23595         messages left.
23597 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23599         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23600         header is not nil.
23602 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23604         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23605         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23606         (nntp-marks-changed-p): New arg SERVER.
23607         (nntp-request-update-info): Adjust caller.
23609 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23611         * nntp.el (nntp-save-marks): Pass missing arg.
23613 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23615         * nntp.el: Support marks.
23616         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23617         (nntp-marks-modtime, nntp-marks-directory): New variables.
23618         (nntp-request-set-mark, nntp-request-update-info)
23619         (nntp-possibly-create-directory, nntp-marks-changed-p)
23620         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23621         New functions.
23623 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23625         * gnus-score.el (gnus-score-insert-help):
23626         Use gnus-select-lowest-window.
23628         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23629         appt-select-lowest-window and rename to gnus-select-lowest-window.
23631         * gnus.el: do.
23633 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23635         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23636         encodings of MIME-encoded words, in order to improve
23637         interoperability with several broken MUAs.
23639 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23641         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23642         tags, only when charsets are not specified in headers.
23643         (mm-inline-text-html-render-with-w3m): Ditto.
23645 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23647         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23648         instead of MIME-decoded from fields when checking
23649         `gnus-article-address-banner-alist'.
23651 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23653         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23654         description rather than subject.
23656 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23658         * gnus.el (gnus-version-number): Bump.
23660 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23662         * gnus.el: No Gnus v0.2 is released.
23664 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23666         * gnus-agent.el (gnus-agent-read-agentview):
23667         Inline gnus-uncompress-range.
23669 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23671         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23672         `exec-installed-p'.
23674 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23676         * gnus.el (spam-process, spam-autodetect-methods):
23677         Add bsfilter and bsfilter-headers.
23679         * spam.el (spam-bsfilter): New customize group.
23680         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23681         (spam-bsfilter-header, spam-bsfilter-probability-header)
23682         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23683         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23684         (spam-bsfilter-database-directory): New options.
23685         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23686         (spam-list-of-statistical-checks, spam-registration-functions):
23687         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23688         (spam-bsfilter-score): New command.
23689         (spam-check-bsfilter-headers, spam-check-bsfilter)
23690         (spam-bsfilter-register-with-bsfilter)
23691         (spam-bsfilter-register-spam-routine)
23692         (spam-bsfilter-unregister-spam-routine)
23693         (spam-bsfilter-register-ham-routine)
23694         (spam-bsfilter-unregister-ham-routine): New functions.
23695         (spam-generic-score): Support bsfilter; Accept an optional argument
23696         to recalcurate spam score even if scoring header has already been
23697         added.
23698         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23699         optional argument to recalcurate spam score even if scoring header
23700         has already been added.
23702 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23704         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23705         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23706         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23707         link is missing.
23709 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23711         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23712         (html2text-get-attr): Rewrite.
23714         * message.el (message-setup-1): Remove redundant put-text-property
23715         on mail-header-separator.
23717 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23719         * gnus-registry.el (gnus-registry-cache-whitespace)
23720         (gnus-registry-action, gnus-registry-spool-action)
23721         (gnus-registry-split-fancy-with-parent): Change message levels
23722         from 5 to 3 or 7, as needed.
23724         * spam.el (spam-summary-prepare-exit)
23725         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23726         (spam-split, spam-find-spam, spam-log-undo-registration)
23727         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23728         level from 5 to 6.
23730 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23732         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23733         2004-03-04 change).
23735 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23737         * sieve-manage.el (sieve-manage-open):
23738         * nnweb.el (nnweb-insert-html):
23739         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23740         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23741         * nnspool.el (nnspool-request-group):
23742         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23743         * nnml.el (nnml-request-update-info):
23744         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23745         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23746         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23747         (nnimap-request-set-mark):
23748         * nnfolder.el (nnfolder-request-update-info):
23749         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23750         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23751         * gnus-uu.el (gnus-uu-find-articles-matching):
23752         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23753         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23754         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23755         * gnus-nocem.el (gnus-nocem-scan-groups):
23756         * gnus-int.el (gnus-start-news-server):
23757         * gnus-group.el (gnus-group-make-kiboze-group)
23758         (gnus-group-browse-foreign-server):
23759         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23760         Use mapc when appropriate.
23762 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23763             Adam Sjøgren  <asjo@koldfront.dk>
23764             Wes Hardaker  <wes@hardakers.net>
23765             Michael Shields  <shields@msrl.com>
23767         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23768         may need for spam sorting and scoring.
23769         (spam-user-format-function-S): Add user format function suitable for
23770         general use.
23771         (spam-article-sort-by-spam-status): Add sorting function for summary
23772         sorting.
23773         (spam-extra-header-to-number): Add function to get a score from a
23774         header.
23775         (spam-summary-score): Add function to get a numeric score from the
23776         headers.
23777         (spam-generic-score): Fix function doc, was in wrong place.
23778         (spam-initialize): Take symbols when it's run, and install the
23779         extra headers that spam-necessary-extra-headers thinks we need.
23781 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23783         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23784         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23786 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23788         * gnus-sum.el (gnus-set-global-variables)
23789         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23790         (gnus-article-get-xrefs, gnus-summary-best-group)
23791         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23792         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23793         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23794         Use with-current-buffer.
23796 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23798         * spam.el (spam-summary-prepare-exit): Simplify logic.
23799         (spam-fetch-article-header): Read the article header if it's not
23800         available.
23801         (spam-list-articles): Simplify logic.
23802         (spam-filelist-register-routine): Fix bug with unregister-list.
23804         * gnus-registry.el: Fix comments at beginning.
23806 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23808         * message.el (message-cater-to-broken-inn): Remove.
23809         (message-shorten-references): Make sure the total folded length of
23810         References is shorter than 998 characters to cater to a bug in INN
23811         2.3.  Also, don't pretend that references aren't folded -- this
23812         hasn't worked for a while.
23814 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23816         * gnus-agent.el (gnus-agentize):
23817         gnus-agent-send-mail-real-function no longer set to current value
23818         of message-send-mail-function but rather a lambda that calls
23819         message-send-mail-function.  The change makes the agent real-time
23820         responsive to user changes to message-send-mail-function.
23822 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23824         * legacy-gnus-agent.el
23825         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23826         help from Florian Weimer <fw@deneb.enyo.de>
23828 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23830         * nnmail.el (nnmail-cache-insert): Revert last change.
23832 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23834         * nnmail.el (nnmail-cache-insert): Always check whether
23835         nnmail-cache-ignore-groups matches a group name.
23837 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23839         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23840         (spam-find-spam, spam-log-processing-to-registry)
23841         (spam-log-registered-p, spam-log-unregistration-needed-p)
23842         (spam-log-undo-registration): Use gnus-message instead of
23843         gnus-error, none of these errors are fatal.
23845         * gnus-registry.el (gnus-registry-clean-empty-function)
23846         (gnus-registry-clean-empty): Remove only empty entries without
23847         extra data.
23849 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23851         * spam-stat.el (spam-stat-buffer-change-to-spam)
23852         (spam-stat-buffer-change-to-non-spam): Change (error) to
23853         (gnus-message 8) invocation.
23855 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23857         * nntp.el (nntp-via-netcat-command): New variable.
23858         (nntp-via-netcat-switches): New variable.
23859         (nntp-open-via-rlogin-and-netcat): New function.
23860         (nntp-open-connection-function): Doc fix.
23861         (nntp-telnet-command): Doc fix.
23862         (nntp-end-of-line): Doc fix.
23863         (nntp-via-rlogin-command): Doc fix.
23864         (nntp-via-user-name): Doc fix.
23865         (nntp-via-address): Doc fix.
23867 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23869         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23870         error in Emacs 21.1.
23872 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23874         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23876 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23878         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23879         (gnus-agent-with-refreshed-group): New macro.
23880         (gnus-agent-rename-group): New function.
23881         (gnus-agent-delete-group): New function.
23882         (gnus-agent-save-group-info): Use gnus-command-method when
23883         `method' parameter is nil.  Don't write nil entries into the
23884         active file.
23885         (gnus-agent-get-group-info): New function.
23886         (gnus-agent-fetch-articles):
23887         Use gnus-agent-update-files-total-fetched-for to increment disk space
23888         used.
23889         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23890         Use gnus-agent-update-view-total-fetched-for to increment disk space
23891         used.
23892         (gnus-agent-get-local): Add optional parameters to avoid calling
23893         gnus-group-real-name and gnus-find-method-for-group.
23894         (gnus-agent-set-local): Delete stored entry if either min, or max,
23895         are nil.
23896         (gnus-agent-fetch-session): Reworded error/quit messages.
23897         On quit, use gnus-agent-regenerate-group to record existence of any
23898         articles fetched to disk before the quit occurred.
23899         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23900         gnus-agent-update-view-total-fetched-for, and
23901         gnus-agent-update-files-total-fetched-for to decrement disk space
23902         used.
23903         (gnus-agent-retrieve-headers):
23904         Use gnus-agent-update-view-total-fetched-for to increment disk space
23905         used.
23906         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23907         with gnus-agent-update-files-total-fetched-for to decrement disk
23908         space and fresh group buffer.
23909         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23910         (gnus-agent-need-update-total-fetched-for): New variable.
23911         (gnus-agent-update-files-total-fetched-for): New function.
23912         (gnus-agent-update-view-total-fetched-for): New function.
23913         (gnus-agent-total-fetched-for): New function.
23915         * gnus-cache.el (gnus-cache-save-buffers):
23916         Use gnus-cache-update-overview-total-fetched-for to change disk space
23917         used by this group.
23918         (gnus-cache-possibly-enter-article):
23919         Use gnus-cache-update-file-total-fetched-for to increment disk space
23920         used by this group.
23921         (gnus-cache-possibly-remove-article):
23922         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23923         used by this group.
23924         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23925         (gnus-cache-rename-group): New function.
23926         (gnus-cache-delete-group): New function.
23927         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23928         (gnus-cache-need-update-total-fetched-for): New variable.
23929         (gnus-cache-with-refreshed-group): New macro.
23930         (gnus-cache-update-file-total-fetched-for): New function.
23931         (gnus-cache-update-overview-total-fetched-for): New function.
23932         (gnus-cache-rename-group-total-fetched-for): New function.
23933         (gnus-cache-delete-group-total-fetched-for): New function.
23934         (gnus-cache-total-fetched-for): New function.
23936         * gnus-group.el: Require gnus-sum and autoload functions to
23937         resolve warnings when gnus-group.el compiled alone.
23938         (gnus-group-line-format): Documented new %F.
23939         (size of Fetched data) group line format; identifies disk space
23940         used by agent and cache.
23941         (gnus-group-line-format-alist): Defined new F format.
23942         (gnus-total-fetched-for): New function.
23943         (gnus-group-delete-group): No longer update
23944         gnus-cache-active-altered as gnus-request-delete-group now keeps
23945         the cache in sync.
23946         (gnus-group-list-active): Let the agent store a server's active
23947         list if currently plugged.
23949         * gnus-int.el (gnus-request-delete-group):
23950         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23951         local disk in sync with the server.
23952         (gnus-request-rename-group):
23953         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23954         local disk in sync with the server.
23956         * gnus-start.el (gnus-get-unread-articles):
23957         Cosmetic simplification to logic.
23959         * gnus-util.el (gnus-rename-file): New function.
23961 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23963         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23965 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23967         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23968         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23970 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23972         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23973         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23975 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23977         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23979 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23981         * spam.el (spam-set-difference): Add function to replace
23982         gnus-set-difference in spam.el.
23983         (spam-summary-prepare-exit): Use spam-set-difference.
23985 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23987         * gnus-registry.el (gnus-registry-cache-file): Update to use
23988         gnus-dribble-directory OR gnus-home-directory OR ~.
23989         (gnus-registry-split-fancy-with-parent): Fix doc.
23991 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23993         * message.el (message-exchange-point-and-mark):
23994         Use message-mark-active-p.  Suggested by Jesper Harder
23995         <harder@ifa.au.dk>.
23997 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23999         * message.el (message-exchange-point-and-mark): Don't activate
24000         region if it was inactive.  Suggested by Hiroshi Fujishima
24001         <pooh@nature.tsukuba.ac.jp>.
24003 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24005         * gnus-art.el (article-display-face): Display Faces in the same
24006         order as X-Faces.
24008 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24010         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24012 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24014         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24015         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24016         (gnus-article-mime-hierarchy): Remove.
24017         (gnus-article-mime-hierarchy-next): Remove.
24018         (gnus-article-mode): Revert 2004-03-19 change.
24019         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24020         (gnus-insert-mime-button): Revert 2004-03-19 change.
24021         (gnus-mime-accumulate-hierarchy): Remove.
24022         (gnus-mime-enter-multipart): Remove.
24023         (gnus-mime-leave-multipart): Remove.
24024         (gnus-mime-display-part): Revert 2004-03-19 change.
24025         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24027         * mml.el (mml-preview): Revert 2004-03-19 change.
24029 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
24031         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
24033 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
24035         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
24036         t while entering a file name using the mm-with-multibyte macro.
24037         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24039         * mm-util.el (mm-with-multibyte): New macro.
24041 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24043         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
24044         New user option.
24045         (gnus-mime-multipart-functions): Doc and customization fix.
24046         (gnus-article-mime-hierarchy): New variable.
24047         (gnus-article-mime-hierarchy-next): New variable.
24048         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
24049         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
24050         gnus-article-mime-hierarchy-next to nil.
24051         (gnus-insert-mime-button): Show hierarchy numbers.
24052         (gnus-mime-accumulate-hierarchy): New function.
24053         (gnus-mime-enter-multipart): New function.
24054         (gnus-mime-leave-multipart): New function.
24055         (gnus-mime-display-part): Recompute hierarchical MIME structure.
24056         (gnus-mime-display-alternative): Show hierarchy numbers.
24058         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
24059         gnus-article-mime-hierarchy-next to nil.
24061 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
24063         * dns.el: Don't require gnus-xmas.
24065 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
24067         * mml.el (mml-generate-mime-1): Don't use format=flowed with
24068         inline PGP.
24069         (mml-menu): Disable mml-quote-region if mark is inactive.
24071 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24073         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
24074         when the group's active is not available.
24076 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24078         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
24079         error.
24081 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
24083         * imap.el (imap-store-password): New variable.
24084         (imap-interactive-login): Use it.
24085         Suggested by Mark Plaksin <happy@mcplaksin.org>.
24087 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24089         * gnus-art.el (gnus-article-read-summary-keys): Restore new
24090         window-start and hscroll to summary window.
24092 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24094         * gnus-start.el (gnus-convert-old-newsrc): Only write the
24095         conversion message to newsrc-dribble when an actual conversion is
24096         performed.
24098 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
24100         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
24102 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24104         * mm-decode.el (mm-complicated-handles): New function reviving
24105         former definition of mm-multiple-handles.
24107         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
24108         (gnus-mime-delete-part): Use it.
24110 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24112         * gnus-agent.el (gnus-agent-read-local):
24113         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
24114         avoid the implicit assumption that they will always be equal.
24115         (gnus-agent-save-local): Bind buffer-file-coding-system, not
24116         coding-system-for-write, as the with-temp-file macro first prints
24117         to a buffer then saves the buffer.
24119 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24121         * gnus-art.el (gnus-article-edit-part): New function.
24122         (gnus-mime-save-part-and-strip): Use it; do query instead of
24123         signaling an error; don't use mm-multiple-handles.
24124         (gnus-mime-delete-part): Ditto.
24126 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24128         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
24129         old file versions.
24130         (gnus-group-prepare-hook): Remove function that converted list
24131         form of gnus-agent-expire-days to group properties.
24133         * gnus-int.el: Autoload gnus-agent-regenerate-group.
24134         (gnus-request-accept-article): Re-indented.
24136         * gnus-start.el (gnus-convert-old-newsrc): Registered new
24137         converters to handle old agent file formats.  Add logic for a
24138         "backup before upgrading warning".
24139         (gnus-convert-mark-converter-prompt): Developers can mark
24140         functions as needing (default), or not needing,
24141         gnus-convert-old-newsrc's "backup before upgrading warning".
24142         (gnus-convert-converter-needs-prompt): Tests whether the user
24143         should be protected from potentially irreversable changes by the
24144         function.
24146         * legacy-gnus-agent.el: New.  Provides converters that are only
24147         loaded when gnus-convert-old-newsrc needs to call them.
24149 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24151         * mail-source.el (mail-source-touch-pop): Doc fix.
24153         * message.el (message-smtpmail-send-it): Doc fix.
24155 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
24157         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
24159         * nnmail.el (nnmail-split-fancy): do.
24161         * gnus-kill.el (gnus-kill, gnus-execute): do.
24163 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
24165         * gnus-sum.el (gnus-widget-reversible-match)
24166         (gnus-widget-reversible-to-internal)
24167         (gnus-widget-reversible-to-external): New functions.
24168         (gnus-widget-reversible): New widget.
24169         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
24171 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
24173         * gnus-sum.el (gnus-thread-sort-functions)
24174         (gnus-article-sort-functions): Document `(not F)' items.
24176 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
24178         * spam.el (spam-use-gmane-xref): Add new backend.
24179         (spam-gmane-xref-spam-group): Add variable to control the name of the
24180         Gmane spam group.
24181         (spam-blackhole-servers, spam-blackhole-good-server-regex)
24182         (spam-regex-headers-spam, spam-regex-headers-ham)
24183         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
24184         (spam-list-of-checks): Add spam-use-gmane-xref to list of
24185         backends and checks.
24186         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
24188         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
24189         an autodetect method.
24191 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24193         * gnus-int.el (gnus-request-accept-article): Inform the agent that
24194         articles are being added to a group.
24195         (gnus-request-replace-article): Inform the agent that articles
24196         need to be uncached as the cached contents are no longer valid.
24198 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24200         * binhex.el: Don't autoload executable-find.
24202         * canlock.el: Don't autoload mail-fetch-field.
24204         * gnus-ems.el: Don't autoload appt-select-lowest-window.
24206         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
24207         rmail-dont-reply-to and rmail-output.
24209         * gnus-score.el: Don't autoload ffap-string-at-point.
24211         * gnus-setup.el: Don't autoload sc-cite-original.
24213         * imap.el: Don't autoload base64-decode-string,
24214         base64-encode-string and md5.
24216         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
24217         and rmail-msg-restore-non-pruned-header.
24219         * mm-decode.el: Don't autoload executable-find.
24221         * mm-url.el: Don't autoload executable-find.
24223         * mm-view.el: Don't autoload diff-mode.
24225         * nndb.el: Don't autoload news-reply-mode, news-setup,
24226         cancel-timer and telnet.
24228         * password.el: Don't autoload run-at-time for Emacs.
24230         * sha1-el.el: Don't autoload executable-find.
24232         * sieve-mode.el: Don't autoload c-mode.
24234         * uudecode.el: Don't autoload executable-find.
24236 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24238         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
24239         (gnus-agent-possibly-alter-active): Avoid null in numeric
24240         comparison.
24241         (gnus-agent-set-local): Refuse to save null in local object table.
24242         (gnus-agent-regenerate-group): The REREAD parameter can now be a
24243         list of articles that will be marked as unread.
24245 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24247         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
24249 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
24251         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
24252         language tags.
24254 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
24256         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
24257         Don't bind "obarray".
24259         * gnus-sum.el (gnus-thread-sort-functions):
24260         Add `gnus-thread-sort-by-most-recent-number' and
24261         `gnus-thread-sort-by-most-recent-date'.
24262         Reported by Kai Grossjohann <kai@emptydomain.de>.
24264 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
24266         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
24268 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24270         * gnus-cus.el (gnus-agent-customize-category):
24271         Remove ignore-errors macro reference that required cl to be loaded at
24272         run-time.
24274         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
24275         single-interval range of the form (min . max).  Previously the
24276         range had to look like ((min . max)).  Likewise, return
24277         (min . max) rather than ((min . max)).
24278         (gnus-range-map): Use gnus-range-normalize to accept
24279         single-interval range.
24281         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
24282         the cache, but not the agent, now appear with their usual face.
24284 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
24286         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
24287         w3m-safe-url-regexp variable buffer-local.
24289         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24291 2004-02-27  Simon Josefsson  <jas@extundo.com>
24293         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
24294         gnus-group-real-prefix.
24295         (gnus-summary-move-article): Use it, instead of
24296         gnus-group-real-prefix.
24298 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24300         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
24301         w3m-safe-url-regexp variable buffer-local and set it as the value
24302         of mm-w3m-safe-url-regexp.
24304         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
24306         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
24307         parsing gnus-posting-styles when the message is not for replying.
24309         * nnrss.el (nnrss-opml-export):
24310         Use mm-set-buffer-file-coding-system instead of
24311         set-buffer-file-coding-system.
24313 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
24315         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
24316         of checkdoc.el).
24317         * nnrss.el: do.
24318         * gnus-mlspl.el: do.
24319         * gnus-ml.el: do.
24320         * gnus-srvr.el: do.
24322         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
24324 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
24326         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
24327         Corrections to custom-manual links.
24329         * gnus-art.el (gnus-article): Ditto.
24331         * mm-decode.el (mime-display, mime-security): Ditto.
24333 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24335         * flow-fill.el: Typo.
24337 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
24339         * spam-wash.el: New file.
24341 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
24343         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
24345 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
24347         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
24348         to be run with new-articles as LIST1, not LIST2.
24349         (spam-registration-functions): Add spam-use-ham-copy as a nil
24350         registration backend.
24352 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
24354         * spam-stat.el (spam-stat-washing-hook): New option.
24355         (spam-stat-buffer-words): Use it.
24356         (spam-stat-process-directory, spam-stat-test-directory):
24357         Use insert-file-contents-literally.
24358         (spam-stat-coding-system): New variable.
24359         (spam-stat-load, spam-stat-save): Use it.
24361 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24363         * spam-report.el (spam-report-plug-agent):
24364         Quote spam-report-url-to-file and spam-report-url-ping-plain.
24366 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
24368         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
24369         Allow / in mailto URLs.
24371 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
24373         * spam-report.el (spam-report-process-queue): Fix interactive use.
24374         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
24375         (spam-report-unplug-agent): Doc fixes.
24376         (spam-report-url-ping-mm-url, spam-report-url-to-file)
24377         (spam-report-agentize, spam-report-deagentize):
24378         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24380         * message.el (message-setup-fill-variables): Add mml tags to
24381         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24382         <ajk@iu.edu>.
24383         (message-mode): Don't modify paragraph-separate there.
24385 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24387         * compface.el (uncompface-use-external): Default to undecided.
24388         (uncompface-use-external-threshold): New variable.
24389         (uncompface-float-time): New macro.
24390         (uncompface): Determine whether to use the external decoder if
24391         uncompface-use-external is undecided.
24393 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24395         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24396         after images.
24398         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24400 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24402         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24404         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24406         * gnus-sum.el (gnus-summary-limit-to-age)
24407         (gnus-summary-limit-children): do.
24409         * gnus-int.el (gnus-request-scan): do.
24411         * gnus-group.el (gnus-group-suspend): do.
24413         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24415         * gnus-cite.el (gnus-cite-parse-attributions): do.
24417         * gnus-agent.el (gnus-summary-set-agent-mark)
24418         (gnus-agent-regenerate-group): do.
24420         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24422         * binhex.el (binhex-decode-region-internal): do.
24424 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24426         * gnus-fun.el (gnus-face-properties-alist): New user option.
24427         (gnus-display-x-face-in-from): Use it.
24429         * gnus-art.el (article-display-face): Ditto.
24431         * compface.el (uncompface-use-external): Default to nil.
24433 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24435         * nntp.el (nntp-erase-buffer): New function.
24436         (nntp-retrieve-data, nntp-send-command)
24437         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24438         (nntp-possibly-change-group): Use it.
24440         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24441         Use with-current-buffer.
24443 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24445         * compface.el: Merge the ELisp-based uncompface program.
24446         (compface): New customization group.
24447         (uncompface-use-external): New user option.
24448         (uncompface): Call uncompface-internal if uncompface-use-external
24449         is nil.
24450         (uncompface-internal): New function.  Note that there are also
24451         some other functions and variables added for this function.
24453 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24455         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24456         if necessary.
24458 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24460         * spam-report.el (spam-report-unplug-agent)
24461         (spam-report-plug-agent, spam-report-deagentize)
24462         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24463         Add support for the Agent in spam-report: when unplugged, report to a
24464         file; when plugged, submit all the requests.
24466         * spam.el (spam-register-routine): Fix message about
24467         registration.
24469 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24471         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24472         dependencies.
24473         (rfc2047-encode): Use it.
24475         * gnus-art.el (gnus-button-marker-list): Move before first
24476         reference.
24478         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24479         (imap-parse-body): Fix format string mismatch.
24481         * gnus-score.el (gnus-summary-increase-score): do.
24483         * nnrss.el (nnrss-close): New function.
24485 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24487         * nnrss.el (nnrss-make-filename): New function.
24488         (nnrss-request-delete-group, nnrss-read-server-data)
24489         (nnrss-save-server-data, nnrss-read-group-data)
24490         (nnrss-save-group-data): Use it.
24491         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24492         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24493         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24495 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24497         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24499 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24501         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24502         files.
24504         * message.el (message-generate-headers-first): Don't quote nil
24505         and t in docstrings.
24507         * imap.el (imap-id): do.
24509         * gnus-agent.el (gnus-agent-consider-all-articles)
24510         (gnus-agent-queue-mail): do.
24512 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24514         * spam-report.el (spam-report-process-queue): New function.
24515         Process requests from `spam-report-requests-file'.
24516         (spam-report-process-queue): Doc fix.
24518 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24520         * spam.el (spam-register-routine)
24521         (spam-log-processing-to-registry, spam-log-registered-p)
24522         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24523         Change "check" to "spam-check" for semi-clarity.
24525 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24527         * pop3.el: Require nnheader.
24529         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24531         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24533         * gnus-picon.el: Require cl.
24535         * gnus-fun.el: Require gnus-ems and gnus-util.
24537         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24539         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24541         * gnus-art.el (gnus-article-edit-mode): Define before first
24542         reference.
24544 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24546         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24547         (gnus-uu-post-encoded): Use point-at-bol.
24549         * gnus-topic.el (gnus-group-active-topic-p): do.
24551         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24553         * gnus-group.el (gnus-group-kill-region): do.
24555         * gnus-art.el (article-date-ut): do.
24557         * message.el (message-fetch-field): Remove redundant
24558         case-fold-search binding.
24559         (message-narrow-to-field): Simplify.
24561 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24563         * spam.el (spam-directory): Derive from `gnus-directory'.
24565         * spam-report.el (spam-report-url-to-file)
24566         (spam-report-requests-file): New function and variable for offline
24567         reporting.
24568         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24569         and user defined function.
24570         (spam-report-url-ping-mm-url): Remove doubled slash.
24572 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24574         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24576 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24578         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24579         Fix format string mismatch.
24581         * sieve.el (sieve-deactivate-all): do.
24583         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24585         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24587         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24589         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24591 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24593         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24594         the list of checks.
24596 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24598         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24599         padding.
24601 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24603         * mm-view.el (mm-fill-flowed): New variable.
24604         (mm-inline-text): Use it.
24606 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24608         * spam.el (spam-spamassassin-register-ham-routine)
24609         (spam-spamassassin-register-spam-routine): Fix function names.
24611 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24613         * gnus.el (gnus-tmp-grouplens): Remove.
24614         (gnus-summary-line-format): Remove grouplens.
24616         * gnus-group.el (gnus-group-line-format): Ditto.
24618         * gnus-spec.el (gnus-format-specs): Ditto.
24619         (gnus-update-format-specifications): Flush the group format spec
24620         cache if there's the grouplens stuff.
24621         (gnus-parse-simple-format): Replace %l with the empty string.
24623 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24625         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24626         omission.
24628 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24630         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24631         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24633 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24635         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24636         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24637         New macros and functions.
24638         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24639         Handle > NLINK_MAX messages.
24640         * nnmaildir.el (nnmaildir-request-set-mark):
24641         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24643 2004-01-25  Alex Schroeder  <alex@gnu.org>
24645         * spam-stat.el (spam-stat-process-directory-age): New option.
24646         (spam-stat-process-directory): Use it.
24648 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24650         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24651         (spam-stat-save): Accept prefix argument.
24653 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24655         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24656         links" error.
24658 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24660         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24661         compatibility with old .newsrc.eld files.
24663         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24665         * gnus-start.el (gnus-1): do.
24667         * gnus-group.el (gnus-group-line-format-alist): do.
24669         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24671         * gnus-gl.el: Remove.
24673 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24675         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24676         marks consisting of a single range {for example, (3 . 5)} rather
24677         than a list of a single range { ((3 . 5)) }.
24679 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24681         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24682         Use with-current-buffer.
24683         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24684         avoid consing a string.
24686         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24687         Remove obsolete entries for big5 and gb2312.
24689 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24691         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24692         uncompressed list.
24694 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24696         * spam-stat.el (spam-stat-strip-xref): New function.
24697         (spam-stat-process-directory): Use it.
24699         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24700         here -- it's done in message-fetch-field.
24702 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24704         * gnus-agent.el (gnus-agent-queue-mail)
24705         (gnus-agent-prompt-send-queue): New variables.
24706         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24707         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24708         "nndraft:queue" along to gnus-draft-send.
24709         Use gnus-agent-prompt-send-queue.
24710         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24711         is "nndraft:queue".  Suggested by Gaute Strokkenes
24712         <gs234@srcf.ucam.org>
24714         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24715         (agent-enable-undownloaded-faces): Add.
24716         (gnus-agent-cat-groups): Use eval-and-compile, not
24717         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24718         method of gnus-agent-cat-groups even when the buffer has been
24719         evalled.
24720         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24721         delete gnus-agent-save-active-1.
24722         (gnus-agent-save-groups): Delete.  Identical to
24723         gnus-agent-save-active.
24724         (gnus-agent-write-active): No longer adjust agent's copy of active
24725         file as agent's adjustments are now stored in their own
24726         file.  Remove optional parameter.
24727         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24728         servers.  Add use of min/max range limits from server's local
24729         file.
24730         (gnus-agent-save-alist): Remove unused optional argument.
24731         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24732         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24733         (gnus-agent-set-local): A per-server file that keeps min/max range
24734         limits for articles known to the agent.  Provides a fast mechanism
24735         for altering many active ranges.
24736         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24737         active file (local makes it unnecessary).
24738         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24740         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24741         (agent-enable-undownloaded-faces): Add.
24743         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24744         disable it when sending to "nndraft:queue".
24745         (gnus-group-send-queue): Add safety check to avoid sending queue
24746         when unplugged.
24748         * gnus-group.el (gnus-group-catchup): Use new
24749         gnus-sequence-of-unread-articles, not
24750         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24751         numbers of articles.  Use gnus-range-map to avoid having to
24752         uncompress the unread list.
24753         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24754         Fix invalid ange-ftp reference.
24756         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24757         (gnus-sorted-range-intersection): Intersection of two ranges
24758         without requiring that they first be uncompressed.
24760         * gnus-start.el (gnus-activate-group): Unless blocked by the
24761         caller, possibly expand the active range to include both cached
24762         and agentized articles.
24763         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24764         multiple version-dependent converters.
24765         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24766         gnus-agent-save-active.
24767         (gnus-save-newsrc-file): Save dirty agent range limits.
24769         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24770         gnus-agent-possibly-alter-active.
24771         (gnus-adjust-marked-articles): Faster handling of simple lists.
24773 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24775         * spam-stat.el (spam-stat-test-directory): New optional argument
24776         displays a list of files detected.  Suggested by Andrew Cohen
24777         <cohen@andy.bu.edu>.
24778         (spam-stat-buffer-words-with-scores): Don't narrow and change
24779         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24781 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24783         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24784         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24785         (spam-spamassassin-arguments)
24786         (spam-spamassassin-spam-flag-header)
24787         (spam-spamassassin-positive-spam-flag-header)
24788         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24789         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24790         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24791         (spam-list-of-processors, spam-list-of-checks)
24792         (spam-list-of-statistical-checks, spam-registration-functions)
24793         (spam-check-spamassassin-headers, spam-check-spamassassin)
24794         (spam-spamassassin-score)
24795         (spam-spamassassin-register-with-sa-learn)
24796         (spam-spamassassin-register-spam-routine)
24797         (spam-spamassassin-register-ham-routine)
24798         (spam-assassin-register-spam-routine)
24799         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24800         (spam-bogofilter-score): Fix to show article before scoring.
24802 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24804         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24805         default scoring function.
24806         (spam-generic-score): Call spam-spamassassin-score if
24807         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24808         spam-bogofilter-score otherwise.
24810         * gnus.el (spam-process, spam-autodetect-methods):
24811         Add spamassassin and spamassassin-headers.
24813 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24815         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24816         Suppress unnecessary messages.
24818 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24820         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24821         make-hash-table.
24823 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24825         * canlock.el (base64-encode-string): Don't autoload it.
24827 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24829         * run-at-time.el: Remove useless (require 'itimer),
24830         eval-and-compile and (featurep 'xemacs).
24832 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24834         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24835         GROUP is a virtual group.
24837 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24839         * gnus.el: Autoload `message-y-or-n-p'.
24841 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24843         * pgg-parse.el: Remove unnecessary (require 'custom).
24845         * pgg-def.el: do.
24847         * nnmail.el: do.
24849         * gnus-undo.el: do.
24851         * gnus-picon.el: do.
24853         * gnus-util.el: do.
24855 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24857         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24859 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24861         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24862         handle, as well as a list.
24864         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24865         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24866         (mm-w3m-cid-retrieve): Simplify.
24868 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24870         * message.el (message-kill-to-signature): Allow prefix arg to
24871         specify number of lines to keep before signature.
24873 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24875         * message.el (message-kill-to-signature): Change docstring.
24877 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24879         * canlock.el: Always require sha1-el.
24880         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24882         * message.el: Autoload sha1 only when compiling.
24884 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24886         * message.el (message-canlock-generate): Require sha1-el.
24888 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24890         * message.el (message-expand-name): Silence the byte compiler.
24892 2004-01-13  Simon Josefsson  <jas@extundo.com>
24894         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24895         Invoke gnus-score-mode.
24896         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24898         * gnus-range.el (gnus-compress-sequence): Doc fix.
24899         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24901 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24903         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24905 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24907         * spam.el (spam-get-article-as-string): Update to use
24908         gnus-request-article-this-buffer, much simpler.
24909         (spam-get-article-as-buffer): Remove.
24911 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24913         * message.el (message-expand-name): Use EUDC if the user uses that.
24915 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24917         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24918         character for the encoding to avoid consing a string.
24920         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24921         unnecessarily.
24923         * mm-util.el (mm-replace-chars-in-string): Remove.
24925         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24926         of mm-replace-chars-in-string.
24928 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24930         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24932         * mm-util.el (mm-subst-char-in-string): Support inplace.
24934         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24935         a new string in every iteration.  Use shy groups.
24937 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24939         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24940         * gnus-soup.el (gnus-soup-group-brew):
24941         * gnus-msg.el (gnus-put-message):
24942         * gnus-move.el (gnus-group-move-group-to-server):
24943         * gnus-kill.el (gnus-batch-score):
24944         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24945         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24946         (gnus-group-update-group, gnus-group-read-group)
24947         (gnus-group-make-group, gnus-group-make-help-group)
24948         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24949         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24950         (gnus-group-sort-by-unread, gnus-group-catchup)
24951         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24952         (gnus-group-yank-group, gnus-group-set-info)
24953         (gnus-group-list-groups):
24954         * gnus.el (gnus-generate-new-group-name):
24955         * gnus-delay.el (gnus-delay-send-queue):
24956         * nnvirtual.el (nnvirtual-catchup-group):
24957         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24958         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24959         (gnus-group-prepare-topics, gnus-topic-check-topology):
24960         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24961         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24962         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24963         (gnus-group-make-articles-read):
24964         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24965         (gnus-group-change-level, gnus-kill-newsgroup)
24966         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24967         (gnus-get-unread-articles, gnus-make-articles-unread)
24968         (gnus-make-ascending-articles-unread): Use accessor
24969         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24970         to get group information for improved readability.
24972 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24974         * gnus-art.el (article-decode-mime-words, article-babel)
24975         (gnus-article-highlight-signature, gnus-article-add-buttons)
24976         (gnus-signature-toggle): Use gnus-with-article-buffer.
24978         * gnus-art.el (gnus-article-highlight-headers)
24979         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24981         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24982         (gnus-article-set-globals, gnus-request-article-this-buffer)
24983         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24984         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24985         (gnus-mime-display-alternative): Use with-current-buffer.
24987 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24989         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24990         also under 80 char limit, and call gnus-error if needed.
24991         (spam-fetch-article-header): Fix - it was a
24992         buffer-local variable (gnus-newsgroup-data).
24993         (spam-find-spam): Use spam-generate-fake-headers, forget about
24994         spam-insert-fake-headers.
24995         (spam-insert-fake-headers): Remove.
24997 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24999         * deuglify.el (gnus-article-outlook-unwrap-lines)
25000         (gnus-outlook-rearrange-article)
25001         (gnus-outlook-repair-attribution-outlook)
25002         (gnus-outlook-repair-attribution-block)
25003         (gnus-outlook-repair-attribution-other): Remove redundant
25004         save-excursion.
25006 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25008         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
25009         (spam-fetch-field-subject-fast)
25010         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
25011         (spam-fetch-article-header): Add functions to deal with Gnus
25012         internals for fast retrieval of article header data.
25013         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
25015 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25017         * pop3.el (pop3-md5): Remove.
25018         (pop3-apop): Replace pop3-md5 with md5.
25020         * mm-bodies.el: base64 is always built-in.
25022         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
25023         Use with-current-buffer.
25025 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25027         * canlock.el (canlock-insert-header): Remove excessive grouping in
25028         regexp.
25030         * gnus-sum.el (gnus-summary-read-document): Ditto.
25032         * gnus-uu.el (gnus-uu-part-number): Ditto.
25034         * html2text.el (html2text-remove-tags): Ditto.
25035         (html2text-format-tags): Ditto.
25036         (html2text-format-single-elements): Ditto.
25038         * mml.el (mml-parse-1): Ditto.
25040 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25042         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
25044         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
25046         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
25048         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
25050 2003-11-15  Simon Josefsson  <jas@extundo.com>
25052         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
25053         (pgg-gpg-lookup-key): Use regexp match instead of
25054         split-string (split-string is different between emacs 21.2 and
25055         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
25057 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
25059         * gnus-art.el (gnus-mime-view-all-parts)
25060         (gnus-article-part-wrapper, gnus-article-view-part):
25061         Use with-current-buffer.
25063 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25065         * spam.el (spam-disable-spam-split-during-ham-respool)
25066         (spam-spamoracle-database, spam-cache-lookups)
25067         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
25068         (spam-group-ham-mark-p, spam-group-spam-mark-p)
25069         (spam-group-ham-marks, spam-group-spam-marks)
25070         (spam-group-spam-contents-p, spam-group-ham-contents-p)
25071         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
25072         also add spam-use-blackholes to the statistical checks.
25073         (spam-fetch-field-fast): Add interface to fetching fields, may
25074         become a macro.
25075         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
25076         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
25077         (spam-insert-fake-headers): Fake an article when needed.
25078         (spam-find-spam): Fake article when possible.
25079         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
25080         (spam-check-bogofilter-headers): Use message-fetch-field instead
25081         of nnmail-fetch-field.
25083 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
25085         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
25087 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
25089         * spam.el (spam-split): Do not require spam-use-CHECK to be
25090         enabled if that check is passed to spam-split explicitly; also
25091         fix so 'spam doesn't get converted to spam-split-group when
25092         spam-split-symbolic-return is t.
25093         (spam-find-spam): Find registrations of the article and use those
25094         instead of re-running spam-split to find the spam/ham
25095         classification of the article.
25096         (spam-log-processing-to-registry, spam-log-registered-p)
25097         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25098         Use gnus-error instead of gnus-message.
25099         (spam-log-registration-type): Add function to determine the
25100         classification of a message based on registry entries; will
25101         return nil if both 'spam and 'ham are found.
25102         (spam-check-BBDB): Expand all the BBDB macros here so we can have
25103         a reasonably fast local cache without the loading errors.
25104         (spam-cache-lookups): Set to t by default.
25105         (spam-find-spam): Don't try to guess spam-cache-lookups.
25106         (spam-enter-whitelist, spam-enter-blacklist): Clear the
25107         spam-caches entry.
25108         (spam-filelist-build-cache, spam-filelist-check-cache):
25109         Fix caching of whitelist/blacklist entries.
25110         (spam-check-whitelist, spam-check-blacklist):
25111         Invoke spam-from-listed-p with a type, not a cache variable.
25112         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
25114 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25116         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
25118         * nnmail.el (nnmail-split-fancy): do.
25120         * mml.el (mml-parse): do.
25122         * gnus-score.el (gnus-enter-score-words-into-hashtb)
25123         (gnus-score-adaptive): do.
25125 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25127         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
25128         (gnus-mime-button-map): Don't set keymap parent.
25129         (gnus-button-ctan-directory-regexp): Use shy grouping.
25130         (gnus-prev-page-map): Don't set keymap parent.
25131         (gnus-prev-page-map): Remove duplicated one.
25132         (gnus-next-page-map): Don't set keymap parent.
25133         (gnus-mime-security-button-map): Ditto.
25135         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
25136         version number.
25138         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
25140 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25142         * canlock.el (canlock-sha1-function): Remove.
25143         (canlock-sha1-function-for-verify): Remove.
25144         (canlock-openssl-program): Remove.
25145         (canlock-openssl-args): Remove.
25146         (canlock-ignore-errors): Remove.
25147         (canlock-sha1-with-openssl): Remove.
25148         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
25149         (canlock-verify): Don't use canlock-ignore-errors.
25151         * sha1-el.el (sha1-string-external): Make it can return a string
25152         in binary form.
25153         (sha1-region-external): Ditto.
25154         (sha1-string-internal): Ditto.
25155         (sha1-region-internal): Ditto.
25156         (sha1-region): Ditto.
25157         (sha1-string): Ditto.
25158         (sha1): Ditto.
25160 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25162         * spam.el (spam-report-articles-gmane): New command.
25164 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25166         * gnus.el: Don't make unnecessary *Group* buffer when loading.
25168         * run-at-time.el (run-at-time-saved): Remove.
25169         (run-at-time): Doc fix.
25171 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
25173         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
25174         (gnus-summary-limit-map): Add it.
25175         (gnus-summary-make-menu-bar): do.
25177 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
25179         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
25180         Make attempt at some caching support (done for BBDB only now).
25181         (spam-find-spam): Set spam-cache-lookups if there are more than 2
25182         addresses to be checked.
25183         (spam-clear-cache-BBDB): Add function, to be invoked by
25184         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
25185         (spam-check-BBDB): Check and use the caches, if
25186         spam-cache-lookups is on, remove superfluous (provide).
25188 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
25190         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
25192 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
25194         * run-at-time.el (run-at-time-saved): Move to after the definition
25195         of `run-at-time'.
25197 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
25199         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
25200         mm-w3m-local-map-property.
25202         * mm-view.el (mm-w3m-mode-map): Remove.
25203         (mm-w3m-local-map-property): Remove.
25204         (mm-inline-text-html-render-with-w3m): Don't use
25205         mm-w3m-local-map-property.
25207 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25209         * run-at-time.el: New file.
25211         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
25212         of gnus-set-text-properties.
25214         * gnus-uu.el (gnus-uu-save-article): Ditto.
25216         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
25218         * gnus-cite.el (gnus-cite-parse): Ditto.
25220         * gnus-art.el (gnus-button-push): Use set-text-properties instead
25221         of gnus-.
25223         * gnus.el: Change calls to nnheader-run-at-time and
25224         password-run-at-time throughout to use run-at-time directly.
25226         * password.el: Remove definition of run-at-time.
25228 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
25230         * mml.el (mml-minibuffer-read-disposition): Show attachment type
25231         in prompt.
25233 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25235         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
25236         XEmacs version.
25238         * dns.el (dns-make-network-process): Use `open-network-stream'
25239         instead of `gnus-xmas-open-network-stream'.
25241         * .cvsignore: Add auto-autoloads.el, custom-load.el.
25243 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25245         * gnus-art.el (gnus-mime-display-alternative)
25246         (gnus-insert-mime-button, gnus-insert-mime-security-button)
25247         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
25248         Don't use gnus-local-map-property.
25250         * gnus-util.el (gnus-local-map-property): Remove.
25252         * mm-view.el (mm-view-pkcs7-decrypt):
25253         Replace gnus-completing-read-maybe-default with completing-read.
25255         * gnus-util.el (gnus-completing-read): do.
25256         (gnus-completing-read-maybe-default): Remove.
25258 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
25260         * password.el: Only autoload `run-at-time' if not XEmacs.
25261         Only autoload the itimer functions if XEmacs.
25263 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
25265         * gnus-art.el (gnus-read-string): Remove.
25266         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
25267         read-string.
25269 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
25271         * netrc.el: Autoload password-read.
25272         (netrc): Add configuration group.
25273         (netrc-encoding-method, netrc-openssl-path):
25274         Add variables for encoding and decoding of files with symmetric
25275         ciphers.
25276         (netrc-encode): Add assistant function to encode a file with
25277         netrc-encoding-method.
25278         (netrc-parse): Add interactive parameter, added optional
25279         decoding if netrc-encoding-method is non-nil but otherwise
25280         behavior is standard.
25281         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
25282         Do s/encode/encrypt/ everywhere.
25284         * spam.el: Remove executable-find autoload.
25286 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25288         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
25290         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
25292 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
25294         * gnus-art.el (gnus-treat-ansi-sequences)
25295         (article-treat-ansi-sequences): New variable and function.
25296         Suggested by Dan Jacobson <jidanni@jidanni.org>.
25298         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
25299         Use it.
25301 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
25303         * mm-util.el (mm-quote-arg): Remove.
25305         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
25306         shell-quote-argument.
25308         * gnus-uu.el (gnus-uu-command): do.
25310         * gnus-sum.el (gnus-summary-insert-pseudos): do.
25312         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
25313         with make-char.
25315         * mm-util.el (mm-make-char): Remove.
25317         * mml.el (mml-mode): Replace gnus-add-minor-mode with
25318         add-minor-mode.
25320         * gnus-undo.el (gnus-undo-mode): do.
25322         * gnus-topic.el (gnus-topic-mode): do.
25324         * gnus-sum.el (gnus-dead-summary-mode): do.
25326         * gnus-start.el (gnus-slave-mode): do.
25328         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
25330         * gnus-ml.el (gnus-mailing-list-mode): do.
25332         * gnus-gl.el (gnus-grouplens-mode): do.
25334         * gnus-draft.el (gnus-draft-mode): do.
25336         * gnus-dired.el (gnus-dired-mode): do.
25338         * gnus-ems.el (gnus-add-minor-mode): Remove.
25340         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25341         Replace gnus-char-width with char-width.
25343         * gnus-ems.el (gnus-char-width): Remove.
25345         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25346         Replace gnus-char-width with char-width.
25348         * gnus-ems.el (gnus-char-width): Remove.
25350         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25351         definition.
25352         Remove Emacs 20 hash table compatibility code.
25354         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25355         20 compatibility code.
25357         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25359         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25361         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25362         Replace with point-at-{eol,bol}.
25364         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25366         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25368         * flow-fill.el (fill-flowed-point-at-bol)
25369         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25371         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25372         Replace with point-at-{eol,bol} throughout all files.
25374 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25376         * ntlm.el (ntlm-string-as-unibyte): New macro.
25377         (ntlm-build-auth-response): Use it.
25379         Remove Emacs 20 stuff:
25380         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25381         of delq and copy-sequence.
25382         * gnus-art.el (popup-menu): Remove the compiler macro.
25383         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25384         Emacs 20.
25386 2004-01-05  Simon Josefsson  <jas@extundo.com>
25388         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25389         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25390         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25391         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25392         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25393         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25394         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25395         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25396         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25397         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25398         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25399         string-xor into ntlm-string-xor.
25400         Suggested by Jesper Harder <harder@myrealbox.com>.
25402         * ntlm.el: Don't include poem.
25404         * md4.el (print-int32, print-string-hexa): Remove.
25405         Suggested by Jesper Harder <harder@myrealbox.com>.
25407         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25409         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25410         probably breaks emacs with DL patch, but do we care? Is anyone
25411         still using the DL stuff?)
25413         * sieve-manage.el: Use the password package.
25414         (sieve-manage-read-passwd): Remove.
25415         (sieve-manage-interactive-login): Use password.  Re-add
25416         condition-case around loop.
25418         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25419         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25420         Use the password package.
25422 2003-02-19  Simon Josefsson  <jas@extundo.com>
25424         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25425         token.
25427 2002-08-07  Simon Josefsson  <jas@extundo.com>
25429         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25430         (sieve-manage-authenticators)
25431         (sieve-manage-authenticator-alist): Add some SASL mechs.
25432         (sieve-sasl-auth): New function.
25433         (sieve-manage-cram-md5-auth)
25434         (sieve-manage-plain-auth): Rewrite using SASL library.
25435         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25436         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25437         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25438         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25440 2004-01-05  Simon Josefsson  <jas@extundo.com>
25442         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25443         New files.
25445 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25447         * gnus-group.el (gnus-no-groups-message): Update.
25449         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25451 2003-11-09  Simon Josefsson  <jas@extundo.com>
25453         * imap.el: Support for ID IMAP extension (RFC 2971).
25454         (imap-local-variables): Add imap-id.
25455         (imap-id): New variable.
25456         (imap-id): New function.
25457         (imap-parse-response): Parse untagged ID response.
25458         * nnimap.el (nnimap-id): New variable.
25459         (nnimap-open-connection): Use it.
25461 2003-12-28  Simon Josefsson  <jas@extundo.com>
25463         * gnus-score.el (gnus-score-edit-all-score): New.
25464         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25466 2004-01-04  Simon Josefsson  <jas@extundo.com>
25468         * password.el: Add.
25470 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25472         * dns.el (dns-query-types): Fix typo.
25473         (dns-query-types): New function.
25474         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25475         PTR and SOA replies, see RFC 1035.
25477 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25479         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25481         * Move to Changelog.2.
25483 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25485         * gnus.el (gnus-version-number): Bump version.
25487 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25489         * gnus.el: No Gnus v0.1 is released.
25491 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25493         * gnus.el: No Gnus v0.0 is released.
25495 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25497         * gnus.el (gnus-version-number): Bump.
25498         (gnus-version): No.
25500 See ChangeLog.2 for earlier changes.
25502   Copyright (C) 2004-2014 Free Software Foundation, Inc.
25504   This file is part of GNU Emacs.
25506   GNU Emacs is free software: you can redistribute it and/or modify
25507   it under the terms of the GNU General Public License as published by
25508   the Free Software Foundation, either version 3 of the License, or
25509   (at your option) any later version.
25511   GNU Emacs is distributed in the hope that it will be useful,
25512   but WITHOUT ANY WARRANTY; without even the implied warranty of
25513   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25514   GNU General Public License for more details.
25516   You should have received a copy of the GNU General Public License
25517   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25519 ;; Local Variables:
25520 ;; coding: utf-8
25521 ;; fill-column: 79
25522 ;; add-log-time-zone-rule: t
25523 ;; End: